• Home
  • News
  • Blog
  • Releases
  • LLM history
  • Compare LLMs
  • Library
  • About
⌘K
Sign in

A blog and notes on development. The easiest way to reach me is via the social links below.

Contacts
talalaev.misha@gmail.com
Documents
Personal data processing policyPersonal data processing consent

Why I Don't Trust an AI Agent to Have the Final Say in Development

Mikhail T. (Sh0ny)
Mikhail T. (Sh0ny)
22 июня 2026
  1. Home
  2. Blog
  3. Why I Don't Trust an AI Agent to Have the Final Say in Development
1 min read
Updated 17 июля 2026

In short

The author explains why, in his approach, the AI agent does not make final decisions. Instead, he establishes a clear process with steps, artifacts, and mandatory human oversight at key stages.

Developers are increasingly turning to AI agents to automate coding. But should they be allowed to run in production unsupervised? One engineer decided not to, and shared his approach.

The Idea: Process, Not Freedom

The author isn’t trying to turn the agent into an independent developer. Instead, he proposes a strict framework where each step produces an artifact, and a human approves the transition to the next stage. The main steps are:

  • SPEC — creating a specification
  • PLAN — implementation plan
  • TEST — writing tests
  • CODE — code generation
  • REVIEW — review
  • LEARN — learning lessons

Key rule: at points where responsibility arises (for example, making a decision about deployment), the final decision rests with a person.

Why This Is Important

  • It reduces the risk of uncontrolled changes to the codebase.
  • The artifacts from each step allow you to trace the agent’s logic.
  • The process remains predictable and reproducible.

The author calls his system map-framework and promises a series of articles: on hooks, contracts, context, and memory—everything he’s adapted from research papers into his workflow.

Conclusion

If you, too, want to use AI in coding but are afraid of letting the genie out of the bottle—it might be worth trying an approach that involves manually validating key decisions. The agent makes suggestions—you evaluate them.

Source: Habr

новостиaiагентыразработка
More AI-tool write-ups on the Telegram channel — short and to the point
Subscribe on Telegram

Comments

(0)
​