Join Nostr
2026-04-12 12:39:31 UTC

Brie on Nostr: Building with some agent models requires you to be mindful that they are still in the ...

Building with some agent models requires you to be mindful that they are still in the training/iterative development stage of coding… meaning you are an active participant and collaborative programmer

The reason your code output is slop is because you are prompting in a way that’s making your agents reverse engineer an experience they haven’t had yet and agents don’t work like that… that’s how I know we haven’t reached AGI, reverse engineering is one of the most difficult programming activities as it requires experience + intuition

The best way to build with an agent still is to start on the backend as low level as possible because the machine understands machines… and then build up from there

Eventually integrating the full stack