Forgot your password?
typodupeerror

Comment Re:sarcasm aside (Score 3, Interesting) 43

The way we are using it, and it can type way faster than I can

  1. The main agent, it doesn't do anything other than determine where the artifacts live, and coordinate sub-agents
  2. The research agent, it does the research and passes that back up
  3. The planning agent, it gets the research from the previous step and planes out the changes
  4. There is a hard stop here to review the plan, there may be some back and forth on the plan
  5. Once approved it goes to the implementation agent, which writes the code.
  6. The test agent writes tests, does Playwright QA if UI is involved.
  7. Conditional agent depending on blast radius, it will run an adversarial code review with 1-3 different models. (this does actually catch bugs)

Some of these agents use different models depending on what they do.

Slashdot Top Deals

Your mode of life will be changed to ASCII.

Working...