Cohort Report

Q2 2026 Cohort

This cohort is ready for faster implementation, but not yet ready for autonomous agent workflows. Teach framing first, then verification, then review, then bounded agent design.

14 participants 4 squads 8-week programme

Cohort Heatmap — Competency × Level

Level Prompt Decomposition Constraint Definition Verification Discipline Context Isolation Review Judgment Test-First Thinking Bounded Agent Design
Strong
3
2
1
2
1
3
0
Practitioner
6
5
3
5
4
5
2
Developing
4
5
7
4
6
4
5
Emerging
1
2
3
3
3
2
7

Common Misconceptions

Most Common

Clean Output = Verified Output

Engineers treat well-formatted, plausible AI answers as correct without independent verification. The most dangerous misconception because it creates invisible technical debt.

Correction

Every AI output is a hypothesis until you have evidence — a passing test, a manual check, or a confirmed assumption.

Frequent

More Context = Better Output

Engineers dump entire files, READMEs, and unrelated modules into AI context, believing more information helps. In practice, it increases hallucination rates and weakens precision.

Correction

Minimal relevant context produces the best results. Use interface contracts, type signatures, and focused requirements — never full implementation files.

Moderate

AI Replaces Testing

Some engineers assume that because AI wrote the code, it must be internally consistent and therefore does not need tests. This leads to regression-prone codebases.

Correction

AI-generated code needs more testing than human-written code, not less. TDD is not optional — it is the primary constraint mechanism.

Emerging

Speed = Productivity

Measuring AI effectiveness by lines generated per hour rather than by verified, merged code. Teams that optimize for generation speed accumulate rework debt.

Correction

The metric that matters is verified throughput — code that passes review, tests, and stays in production. Speed without verification is rework in disguise.

8-Week Learning Sequence

Week 1–2
Module 1

Framing Tasks & Constraints

Learn to define explicit boundaries before prompting AI. Practice writing constraint checklists for real tasks: types, formats, error handling, performance bounds, forbidden patterns.

Progress Marker

Participants can produce a complete constraint checklist for any feature request within 10 minutes.

Week 2–3
Module 2

Writing Better Prompts from Explicit Requirements

Transform vague tickets and user stories into structured, decomposed prompts. Practice breaking complex features into 3–5 sequential, testable prompt steps.

Progress Marker

Participants decompose a medium-complexity feature into verifiable prompt steps with clear success criteria.

Week 3–4
Module 3

Verifying Claims, Outputs & Edge Cases

Build the habit of treating every AI output as a hypothesis. Practice writing negative tests, checking edge cases, and validating assumptions before accepting.

Progress Marker

Participants write at least one negative test case for every AI-generated function. Zero unverified merges.

Week 4–5
Module 4

Test-First AI-Assisted Implementation

Internalize the red-prompt-green-refactor cycle. Write failing tests first, use them to constrain AI generation, and refactor after each green step.

Progress Marker

Participants complete a feature using strict TDD cadence with AI. All tests written before prompting.

Week 5–6
Module 5

Reviewing AI-Generated Code for Reasoning Quality

Go beyond syntax checking. Practice evaluating the reasoning behind AI design choices, challenging architectural assumptions, and checking for hallucinated APIs.

Progress Marker

Participants identify at least one reasoning flaw in a peer's AI-generated code during review.

Week 6–8
Module 6

Designing Bounded Agent Workflows

Design multi-step AI workflows with checkpoints, fallback strategies, and human verification gates. Build and test a complete pipeline for a real task.

Progress Marker

Participants design a 4+ step agent workflow with documented checkpoints and present it to the cohort.

Advanced Track Readiness

Jordan P.
Ready → Architect

Highest overall scores. Already demonstrates bounded agent design thinking. Ready for advanced workflow architecture and cross-team mentoring.

Elena V.
Ready → Mentor

Strong in Decomposition and TDD. Natural teaching ability observed in pair sessions. Needs light coaching on verification before certifying as a mentor.

Marcus T.
Near-Ready → Reviewer

Well-rounded Practitioner. Strong verbal communication. After the review judgment module, he can lead code review clinics.

Priya D.
Near-Ready → Mentor

Close to Strong in several areas. High emotional intelligence. After verification bootcamp, she can co-mentor mid-level engineers.

Daria M.
Ready → Reviewer

Strong in Context Isolation and Review Judgment. Experienced in architecture reviews. Ready to formalize as a review lead.

Practice Library

Prompt Decomposition
Intermediate

Feature Breakdown Sprint

Take a real feature ticket. Decompose it into 5 sequential prompts in under 15 minutes. Peer-review the decomposition for gaps.

Constraint Definition
Beginner

The Constraint Wall

Before each AI interaction, fill out the 5-point constraint template: types, formats, error handling, perf bounds, forbidden patterns. Track completion rate.

Verification Discipline
Intermediate

The Adversarial Test

For every AI-generated function, write 2 tests that try to break it. Focus on null inputs, boundary values, and type mismatches. Goal: find at least one bug per session.

Context Isolation
Advanced

Interface-Only Prompting

Prompt AI using only type signatures and interface contracts — no implementation files allowed. Compare output quality vs. full-context prompts.

Review Judgment
Intermediate

Reasoning Audit

Review a block of AI-generated code. For each function over 15 lines, write a one-sentence design justification. Flag any function where you cannot justify the design.

Test-First Thinking
Beginner

Red-Prompt-Green Kata

Implement a small feature using strict TDD: write a failing test, prompt AI to make it pass, refactor, repeat. Time yourself — aim for < 5 min per cycle.

Bounded Agent Design
Advanced

Pipeline Blueprint

Design a 4-step agent workflow on paper: define each step's input, output, verification gate, and abort strategy. Present to a peer for critique.

This is a demo report for the Cognitive Rebase Partner tier.

Book a 30-Minute Fit Call