Discussion about this post

User's avatar
Neural Foundry's avatar

The shift from codebase-as-artifact to instruction-set-as-artifact is fascinating but the question about "when code" versus "when instructions" feels underexplored. The LemonSqueezy example works because its a constrained workflow with clear API boundaries and predictable outputs. But lots of software has weird emergent behavior or perf constraints where the instructions would need to be so detailed they basically become code again. I've been playing with similar agent patterns for internal tools and the breakingpoint seems to be around system complexity, not task complexity. Agents shine on well-defined integrations but struggle when theres stateful messiness or subtle timing dependencies.

No posts

Ready for more?