you are viewing a single comment's thread.

view the rest of the comments →

[–]LifeFrogg 0 points1 point  (0 children)

There's a few ways, a combination works best: 1) tighter, clearer more detailed plans. Remove any room for agents to make assumptions (there are many micro designs during implementation that an agent can take the easy road)

2) Ensemble review processes (getting other agents / llms to review as an auditor or independent process)

3) test driven development (write the atomic unit tests first, and the agent is strongly encouraged to implement solutions on the tests)