The speaker’s central claim is that coding agents will not deliver major acceleration through tool adoption alone: teams must redesign development around agent autonomy, continuous feedback, research practice, and services that treat agents as a new actor. The promised 10× gain has not appeared because teams still use agents inside an old delivery model. - Adoption takes deliberate capability building, not just licences: after giving everyone Cursor, the speaker found most people stayed on de...
Scanned 9/19/2026
Install to Claude Code
npx -y skills add welltraum/minto --skill raw --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Raw?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/welltraum-raw-686c7fa4)More formats (shields.io, HTML) on the badges page.
The speaker’s central claim is that coding agents will not deliver major acceleration through tool adoption alone: teams must redesign development around agent autonomy, continuous feedback, research practice, and services that treat agents as a new actor.
The promised 10× gain has not appeared because teams still use agents inside an old delivery model.
- Adoption takes deliberate capability building, not just licences: after giving everyone Cursor, the speaker found most people stayed on default “auto” mode; they argue developers need to learn agent configuration, MCP, skills, and Plan/Act-style use—typically over three to six months. [02:00–04:00]
- Human review does not scale line-by-line once agents generate and revise large amounts of code. The proposed replacement is to keep human control over accountable boundaries—contracts, APIs, databases, requirements, and outcome tests—while agents review and correct work inside those boundaries. [04:00–10:00]
- Feedback is the operating mechanism: agents need test, browser, server, and user-error signals to correct themselves; the speaker treats the human as the external source that supplies context and course correction. [08:00–13:00]
- Existing Agile handoffs can become the bottleneck when each role works faster. The speaker points to product engineers completing an app and website in days while a conventional team can spend a month without coding, and notes a shift toward smaller, T-shaped teams. [10:00–13:00]
Agent systems need a dual engineering-and-research operating model.
- They require conventional engineering work—integrations, deployment, MCP, access rights, infrastructure—but also dataset design, benchmarks, evaluation methods, and business metrics. The speaker argues that neither a conventional backend team nor an NLP specialist alone reliably covers both. [14:00–16:00]
- Their errors are not ordinary Jira bugs to fix one by one; they are evidence for an experimental cycle. A sprint may therefore contain hypotheses and experiments as well as features, with success measured against agreed business metrics. [20:00–22:00]
- The speaker recommends making that research work visible to clients through an ML System Design Doc that records experiments, decisions, and results. [22:00]
Teams need a clearer way to specify and simplify agents.
- Rather than asking for an “analyst agent,” the speaker suggests first defining the business functions to automate, then specifying inputs, outputs, control points (prompts, skills, agent loop), and integrations. They found IDEF0 useful because it gives analysts and clients a shared language of business functions. [16:00–18:00]
- Functional decomposition can also constrain overbuilt agents: in one case, an agent with roughly 100 tools “could do everything” but did nothing well; breaking it into required functions exposed tools that could be removed. [18:00–20:00]
The broader architectural implication is that products must be designed for agents as well as people.
- Agents connect to services, other agents, and external tools, so existing services need new entry points, permissions, and security controls. The speaker’s example is a compromised shopping agent interacting with a retailer’s MCP server; the unresolved question is how the retailer protects and assists the user. [22:00–24:00]
- The speaker expects people to shift toward maintaining the agent layer—skills, UI coherence, infrastructure, guardrails, and final quality—rather than directly implementing every feature. A cited operational failure, where an assistant filled a disk and deleted its own skills and memory while cleaning up, is offered as evidence that autonomy still needs oversight. [26:00]
For the process review, the claims most worth testing are: whether your current feedback and control points are sufficient for agent-led work; whether handoffs, rather than coding time, are now the main constraint; whether agent initiatives have an explicit evaluation and experiment loop; and whether your platform has defined agent permissions, interfaces, and failure handling.Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!