The speaker’s central claim is that coding agents will not produce major speed gains by themselves: teams must redesign development around agent autonomy, feedback, research, and agent-facing systems. For next week’s review, treat this as a set of testable hypotheses from one consultancy’s experience—not established evidence. **1. Shift people from producing and inspecting code to setting boundaries and evaluating outcomes.** The speaker argues that generated code is too voluminous for line-b...
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-ba93bd34)More formats (shields.io, HTML) on the badges page.
The speaker’s central claim is that coding agents will not produce major speed gains by themselves: teams must redesign development around agent autonomy, feedback, research, and agent-facing systems. For next week’s review, treat this as a set of testable hypotheses from one consultancy’s experience—not established evidence.
**1. Shift people from producing and inspecting code to setting boundaries and evaluating outcomes.**
The speaker argues that generated code is too voluminous for line-by-line human control; people should specify intent, retain control of high-accountability points, and judge observable results rather than review every implementation detail.
- Protect contracts, APIs, and database changes as human control points; delegate lower-risk implementation work around them. [06:00]
- Give agents continuous feedback from tests, browser/server behavior, and user errors; without it, the speaker says agents cannot correct themselves reliably. [12:00]
- Route automated review feedback back to coding agents where possible, rather than creating another human comment-reading queue. [06:00–08:00]
- Human input remains necessary because agents lack situational context and must be corrected from outside the system. [08:00–10:00]
**2. The main process bottleneck is coordination and capability, not typing speed.**
The speaker says teams may accelerate individual tasks while losing the gain in handoffs, old role boundaries, and limited ability to use agents well.
- After giving all developers Cursor, most reportedly used its default “auto” mode; the speaker concluded that subscriptions alone do not create effective practice. [02:00]
- They estimate developers need three to six months to become proficient with agentic development, despite training material and internal courses. [02:00–04:00]
- Classical Agile handoffs can dominate when analysts, developers, and product staff each work faster but still wait on one another. [10:00]
- The proposed operating model is smaller, more cross-functional teams and “product engineers” who can take work from idea through implementation; the speaker contrasts this with teams spending a month without code and individuals assembling an app and website in days. [10:00–12:00]
**3. Agent products require a combined engineering and research operating model.**
The speaker’s strongest claim about building agent systems is that they are probabilistic products, not ordinary software with an LLM feature; teams must run experimentation and measurement alongside engineering.
- Engineering work covers integrations, MCP, deployment, infrastructure, and agent access rights. [14:00–16:00]
- Research work covers representative question datasets, benchmarks, evaluation methods, and business metrics. [16:00]
- User failures should become evaluation and experiment data, not isolated Jira bugs to implement one by one. [20:00]
- Sprints therefore contain hypotheses and experiments as well as features; the speaker recommends explicitly agreeing business metrics and documenting experiments, citing the ML System Design Doc as useful evidence and client communication. [20:00–22:00]
**4. Teams must design both the agent and the services it will use.**
The speaker says agent work stalls when teams describe a role label—such as “an analyst agent”—instead of the business functions, interfaces, controls, and security boundaries required.
- Describe agents through business functions, inputs and outputs, control points such as prompts, skills and loops, plus integrations such as memory and subagents; the speaker maps this to IDEF0 to make discussion with clients and analysts easier. [16:00–18:00]
- Decompose broad agents into narrow functions: the speaker cites an agent with roughly 100 tools that “could do everything” but did nothing well until unnecessary functions were removed. [18:00]
- Treat the agent as a new system actor requiring new entry points, permissions, security controls, and recovery paths—for example, if a shopping agent is compromised. [22:00–24:00]
- Production guardrails still matter: an open-source assistant reportedly filled a disk, then deleted its own skills and memory while cleaning up. [26:00]
The claim most worth testing in the process review is whether your current workflow supplies three things agents need but traditional SDLC may not: protected decision/control points, fast machine-readable feedback, and an explicit experiment-and-evaluation loop.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!