Tikitu

@tikitu
187 Followers
218 Following
1.9K Posts
Programmer & musician & parent. He/him. Enthusiasms: beetles, macro photography, mandolins, books, programming. I live in Greece, work in Amsterdam, and my roots are in New Zealand. As of 2022 migrating my social media addiction away from Twitter.
Website and occasional bloghttps://www.logophile.org
Infrequent macro photoshttps://www.flickr.com/photos/tikitu/
Softwarehttps://github.com/tikitu
Ex-Twitterhttps://twitter.com/tTikitu
(Mostly posting this because of the hashtag, which I thought of All By Myself.)
Evening dishes are getting harder as my wife creates more beautiful ceramic objects that need washing by hand #grumblebrag
@aparrish (obligatory disclaimer: I’m flailing in the dark with this stuff just like everybody else) I find myself spending much more of my dev time finding alternative ways to get that understanding without reading (all of) the code. LLM agents are good for that too, writing smaller scripts that pull out and visualise (deterministically!) important information. And also refactoring (more thoroughly than I would have time for without agents) to emphasise patterns that are easy to scan-and-agree.
@kyle @mattiem are you calling me a village?
@kyle @mattiem holy shit speaking as a parent: THIS
@jonny (I *hope* they’re not right for them either, it’s a bleak bloody future if this is the most effective way for anyone to ship something people use.)
@jonny Part of their choice is what “better” means. Producing better *code* requires using human judgement much more, which slows down shipping and costs more in human labour. The choice they’re making is to decide not to do that. Like I said earlier: I think they’re either betting on model improvements making it irrelevant, or the nature of the product keeping it irrelevant. I have no idea if they’re right for them; damn sure the same choice isn’t right for anything I’m close to.

RE: https://neuromatch.social/@jonny/116350870063793276

This stuff is so fascinating as a glimpse of what happens when you remove human oversight completely and just let an agent-loop completely run wild. Also fascinating because doing this significantly better feels totally attainable while still getting a lot of benefit from the tools: this mess is a CHOICE.

Scything is slow, but oh so satisfying
@jonny sure that’s true for the things that directly involve user input and LLM input/output. But it’s an engineering choice how much you route through that versus how much you isolate in deterministic data flows. They’ve gone ALL IN on fast-and-loose, and the thing I find so distressing is that nothing yet has slapped them down for it.