Elektrine lite

← Feed

hgrsd

hgrsd@hachyderm.io

<p>Dutchman in Ireland / PhD on Crimes against Humanity / Photography / Humanities / Software</p>

Posts

  • Post #3418708

    Does anyone know if there is a zon-parsing CLI tool a la `jq`? I&#39;d like to parse out some fields in a shell script without having to resort to sed (though it works OK). #zig #opensource

  • Post #2640238

    This is the kind of side project I can get behind https://github.com/auchenberg/volkswagen

  • Post #2527330

    How is Hachyderm feeling about AI-assisted software engineering these days? My position today is some uncomfortable blend between not wanting my skillset to be something I need to rent back from hyperscalers in order to make some people very rich, not wanting to delegate my thinking to a stochastic process, yet also recognising that there is a clear impetus to use these tools for &amp;quot;fast-and-somewhat-OK&amp;quot; implementation of rote work or well-specced, simple pieces of work. I.e.,...

  • Post #2527329

    Even if you don&amp;#39;t take what LLMs say as gospel, and try to &amp;#39;think critically&amp;#39; and stay in control, it is SO easy for AI-generated outputs to limit your considered design space. You&amp;#39;ll be tricked into critiquing and refining what it comes up with, rather than thinking about your preferred approach from the bottom-up, which guarantees that you too will end up gilding a lowest-common-denominator approach while feeling like you&amp;#39;re the one calling the shots. Y...

  • Post #2527328

    A product manager from a different team, who doesn&amp;#39;t know how to program, opened a PR in one of our team&amp;#39;s repos. My initial response is that our team cannot accept this, because it forces us to choose 1) doing the work ourselves to read it line-by-line knowing the person creating the PR does not understand it themselves, and amending it until we are happy with the standard and are willing to accept it as hour own code; or 2) taking a quick glance, merging it because it &amp;quo...

  • Post #2527327

    Does anyone have a spare lobste.rs invite to hand out? :) #tech #softwareengineering #software #programming

  • Post #2527326

    A lot of the mystique of agentic #LLM use goes away if you think of it as general-purpose, slightly indeterministic orchestration layer. It makes the orchestration of lots of different workflows cheaper (in terms of not needing to build specialised tools, not in terms of token use), with quality being lower than a purpose-built orchestrator.

  • Post #2527325

    All of the work on agent harnesses and harness engineering makes me think a bit about the older concept of genetic algorithms. You define fitness functions (test suites, code quality analyses, architectural tests, linting, etc) and let the LLM iterate/evolve until the fitness function returns something above the threshold. #tech #llm #ai

  • Post #2527324

    Now, I have no experience using online dating or dating apps, so you can discount my view for a lack of expertise... but... Do we really want AI-powered dating assistants in another move to extract more shareholder values out of love lives? (This relates to &amp;quot;Bee&amp;quot;, Bumble&amp;#39;s LLM-based dating assistant / matchmaker).

  • Post #2527323

    I recently built &amp;quot;seminar&amp;quot; as somewhat of an experiment (https://github.com/hgrsd/seminar). I wanted to see if letting LLMs, with access to tools like web search, PDF reading, etc, could build a &amp;quot;body of studies&amp;quot; based on a given, fairly rough and ambiguous idea that I gave them. The idea being that those studies could build on top of each other, contradict each other, and end up with a rounded picture and new insights. I also gave the worker processes the o...

  • Post #2527322

    One interesting thing of the way https://github.com/hgrsd/seminar works, is that it is not at all sycophantic. In fact, it very often tells me (in slightly pompous words), that I am a fucking idiot and my ideas are bad. Often with sources showing that &amp;quot;the industry&amp;quot; has roundly rejected my stupid ideas a few decades ago already. I guess that&amp;#39;s a pretty useful way of using AI? Don&amp;#39;t worry, I&amp;#39;m still ignoring its warnings most of the time. #tech #ai #llm...

  • Post #2126196

    Random realisation while reading to my daughter: so many children&amp;#39;s books have an arc where initially someone (child/monster/animal) is rejected by their group because of some mild &amp;quot;oddity&amp;quot; or difference, only to later be accepted and the bigotry to dissipate once they have somehow proven their value. At which point, the former bigots realise the error of their ways and become much more tolerant. I guess I get what they&amp;#39;re trying to do in terms of moralistic pl...