Earlier quoted context omitted.
In my case, where I see it most often is when the LLM has to rework something multiple times, and the feedback loop is vague (especially when all I have to give it is "no error messages, but it's still broken"). It seems like after the third or fourth try it just kinda goes off the rails. I find that the one-shot quality tends to be a little better, if the slot machine happened to work correctly that time.
You shouldn't be using an LLM directly (web chat style). A proper harness allows an agent to see the errors itself and correct as needed. You can the correct it at higher, more meaningful levels.
When AI Builds Itself: Our progress toward recursive self-improvement
731–738 of 738 posts
Re: When AI Builds Itself: Our progress toward recursive self-improvement
#732Earlier quoted context omitted.
theres also no evidence that any of the manual labor will benefit. we are nowhere near the type of scifi utopia that gives us replicator food. aside from capitalism moving money up and living condotions down, AI is going to accelerate the gap between rich and everyone else.
Starvation is already not a thing anymore.
Re: When AI Builds Itself: Our progress toward recursive self-improvement
#733Earlier quoted context omitted.
> if AI coded software works correctly, maybe it doesn't matter? The problem isn't the amount of code, it's how fitting/unfitting the abstractions are. Wrong abstractions are bugs in waiting. If there's much code with wrong abstractions, future change becomes difficult. Source: me, I've created many bad abstractions and they led to much pain...
Yeah. Its kind of strange - claude is great at some tasks, but it seems really rubbish at coming up with good abstractions a lot of the time. I've often caught it making a conceptual mistake (like "X cannot do Y") - then spending hundreds of lines working around an issue that doesn't actually exist. Its also really bad at inventing and leaning on invariants. I make rules in my code all the time - "by the time we get…
Re: When AI Builds Itself: Our progress toward recursive self-improvement
#734Earlier quoted context omitted.
You shouldn't be using an LLM directly (web chat style). A proper harness allows an agent to see the errors itself and correct as needed. You can the correct it at higher, more meaningful levels.
My experience is in doing this with Claude/Codex/OpenCode with a pretty rigorous setup (AGENTS.md/CLAUDE.md for specific subfolder rules, strict compile/test/lint rules. This isn't me copy-pasting from web chat.
Re: When AI Builds Itself: Our progress toward recursive self-improvement
#735Re: When AI Builds Itself: Our progress toward recursive self-improvement
#736Earlier quoted context omitted.
Then why are people starving?
Israel is starving 2 million plus people by collective punishment area access denial and the blackmarket for food trades USD$250 for a dozen eggs.
https://www.un.org/unispal/wp-content/uploads/2026/02/WFP-Pa...
You’re just repeating old outdated bits of propaganda.
Also, nice that you’re estimating that there’s been no decline in population size over the past 3 years. At least you slipped a bit of truth out in an attempt to demonize them.
Re: When AI Builds Itself: Our progress toward recursive self-improvement
#737After several months with their top engineers and state-of-the-art AI on the job, Anthropic managed to "reduce flickering by 85%" on their TUI Claude Code client, which is built in fucking React and rendered by drawing the entire chat conversation each time (hence the flicker). I think they've since eliminated it completely by slapping some double-buffering around it (since "our client is actually a real-time game en…
It's a game engine? Fine, get some good gamedevs on the team then, this is a non problem in gamedev land, heck Casey Muratori did a whole bit about performance improvements to editors, so they should be good there
Not to disagree with your point, I very much think the fact that Emacs and vim do this so well is not doing them any favours, but I'm trying to meet them where they are
Re: When AI Builds Itself: Our progress toward recursive self-improvement
#738Its possible that Andrej Karpathy could have been hired for scaling his vision on the auto-research repo. (His version of "AI that builds itself")