Skip to content
back to the episode
concise episode summary2026CTO

AI-Assisted Engineering AMA

In their second live session, Alexander Polomodov and Aleksey Litvinov turn questions submitted by viewers into a discussion about what remains engineering after code generation is automated. Six questions connect fast-changing models and harnesses with organizational adoption, changing roles, verification, and accountability for a working product.

July 27, 2026Code of Leadership · episode #636 min read

This summary was prepared from a local automatic transcript of the live audio recording. The episode had no presentation. The material has been condensed and edited; it is not a verbatim transcript.

The main thread
01

Principles outlive tools

The first question starts with a frustration: AI working guides appear to require weekly rewrites. Litvinov separates knowledge by lifetime. Model settings, versions, caching, and the quirks of a harness form the volatile layer. Specifications, repository rules, and AGENTS.md evolve with the product but change less often. Intent, scope, invariants, acceptance criteria, and feedback loops last longest. If a rule survives a model change and improves delegation to people, it probably belongs to the foundation.

Building a generic in-house harness is risky because new models and vendor products quickly absorb capabilities once covered by custom test generators or review tools. Institutional knowledge is safer in the process: how specifications are written, where sources of truth reside, which telemetry is captured, and how outcomes are measured. That layer survives a model replacement. Controls still need a budget; every possible check can make the engineering loop unusable.

02

Transformation moves from both directions

A mandate that everyone must use AI does not change practice. Early adopters will respond, others will see another executive campaign, and some will resist because they fear automation. A neighboring team solving a familiar problem with a dependable loop is more persuasive than a polished demo. Adoption joins executive direction and platform capabilities with AI champions who run pilots, share practices, and turn paths into repeatable workflows.

Middle management is the connecting layer. These leaders are overloaded; they do not define strategy, yet they must explain it and deliver predictable quality. They need a tool that reduces their own noise, not another mandatory ritual. A useful pilot starts from a business goal and measures the flow. Faster frontend generation brings no benefit when requirements, backend rules, or approvals remain the constraint. Demanding five times more output without system analysis merely pressures people.

03

Verify the decision, not the code volume

The excitement of rapid generation should not be suppressed; the definition of done should change. The result is an observable product behavior plus evidence that it works. Litvinov suggests starting with a baseline: human time to accept a change, rework rate, DORA metrics, and telemetry for agent runs. Each task then records intent, scope, exclusions, invariants, and acceptance criteria. Mechanical conditions move into hooks and CI, changes are classified by blast radius, and every pull request carries an evidence package with tests, contracts, visual proof, and rollback information.

Generation can scale to dozens of agents, but human understanding cannot, so the same agent should not both produce a change and certify it. As the system matures, nondeterministic guidance becomes deterministic checks, while delayed centralized reports become early feedback inside the working loop. Code authorship also separates from accountability. The business needs a working system, yet every area still needs a named owner. Engineers and technical leaders become accountable not only for a diff but also for the reliability of the pipeline that produces and validates changes.

Takeaways

What to take away

  1. 01Separate durable intent, invariants, and feedback from model-specific settings and short-lived harness behavior.
  2. 02Organization-wide adoption needs executive direction, local AI champions, and supported middle management working together.
  3. 03Treat changed product behavior with an evidence package as the result, not a polished diff or the volume of generated code.
  4. 04Code creation can be delegated to an agent, but accountability remains with a named system owner and the team that designed the verification loop.
Share