Unhobble the model
Give it tools, environment access, context, and room to use judgment instead of trapping it inside narrow examples.
Transcript-backed study page
The talk is not just about a model. It is a method for working with agents when the map opens up: expose capability, find unknowns, stay in the loop, and force real tradeoffs to reveal themselves.
Core thesis
Fable represents a class of model where raw capability is no longer the whole story. The decisive question becomes whether the surrounding harness, prompt, tools, references, and feedback loop let the model reach the capability it already has.
Give it tools, environment access, context, and room to use judgment instead of trapping it inside narrow examples.
Convert vague taste, hidden assumptions, and missing domain knowledge into explicit maps the agent can navigate.
Use interviews, implementation notes, and quizzes so the agent's long-horizon work remains legible.
Stop pre-deciding that the tradeoff is real. Try the ambitious version and let reality answer.
Watch with the guide
The talk moves fast. This page preserves the structure, examples, and tactics so you can turn the keynote into an operating system for real work.
The four-part field guide
Unhobbling Claude
The Pokemon example matters because the chat model may know the data yet still fail the question. Claude Code succeeds by fetching the source list and writing a script. That is the lesson: the model's intelligence is spiky, and tools expose spikes that a chat box hides.
Finding unknowns
Unknowns are the decision points you did not specify. Fable traverses enough territory that those missing decisions multiply. The job is to discover them before they become expensive implementation surprises.
Dealing with the grief
Thariq names the emotional cost: code that once required weeks can become hours, and that creates both delight and loss. The answer is not nostalgia or denial. The answer is to go through the change while staying in the loop.
Being unreasonable
The new math changes what is reasonable. Good, fast, and cheap becomes a challenge to test, not a law to obey. But the talk ends with a warning: building is easier, generating value is still hard.
The unknowns matrix
Your explicit prompt, requirements, constraints, and desired output.
Questions you know are unresolved: data models, UX choices, rollout constraints, risk.
Taste and tacit judgment: "I will know it when I see it" design, tone, workflow, ergonomics.
Missing context that would change the task if you knew it existed.
Generated prompt
Pick one quadrant above to generate a prompt.
Tailored to Ignacio
Your highest leverage is not another setup tweak. It is applying this field guide to revenue, support, product polish, and local tooling work where the real source of truth matters.
For Talkie, Venns, iOS, local model work, or a CLI change, make the agent prove the territory first: code callers, production logs, real device state, actual mailbox/tool output, or the named local CLI.
Give the agent the closest working code, previous report, screenshot, API response, or design artifact. This is the "another map" move. It reduces hidden taste and avoids generic best practices.
For billing, provider callbacks, support operations, release tasks, or device installs, require implementation notes that record every place the territory forced a plan change.
Try the bigger product or automation swing, but define the evidence that proves value: support time saved, conversion lift, fewer incidents, faster deploy, or revenue impact.
One-week application
Preservation ledger
Do not evaluate a model only in a blank chat box. Evaluate the harness: tools, files, shell, search, memory, browser, and the permission model.
What helped older models can constrain newer ones. The prompt should evolve from restrictions and examples toward context and intent when the model can generalize.
A weak model may barely ask one useful question. A stronger one can interview you, prioritize architecture-changing ambiguities, and embed questions in an HTML review artifact.
HTML lets agents build reviewable maps: plans, alternatives, diagrams, quizzes, dashboards, and decision surfaces that plain text cannot hold as cleanly.
Every unsaid decision becomes a model choice. Long-horizon work creates more of these decision points, so finding them becomes the core craft.
Use them when entering unfamiliar code, domains, visual disciplines, provider APIs, or production surfaces. The goal is to prompt better after discovery.
If you only know the answer when you see it, ask for several artifacts. Reacting to concrete options is cheaper than undoing a full implementation.
Point at code, screenshots, docs, workflows, or another implementation. The model can read the structure and transfer the pattern.
When the territory forces a deviation, log it. The next attempt starts with better knowledge instead of repeating the same surprise.
If the agent did more than you can explain, do not merge or ship blind. Make it teach you the change until you can answer correctly.
Agentic coding can make old hard-won skills feel displaced. The talk treats that honestly without using it as a reason to go back.
Attempt the larger version, then measure where reality actually pushes back. The danger is assuming the limit before the test.
The builder's trap is worshiping process and setup. The market still only cares whether the work creates value.
Prompt kit
I am working on [task] in [repo/product]. I know my goal, but I may not know the hidden risks. Inspect the real source of truth first, then do a blind spot pass: list my relevant unknown unknowns, why they matter, and how I should prompt you before implementation.
Interview me one question at a time. Prioritize questions where my answer would change the architecture, data model, rollout risk, cost, or user-facing behavior. Stop after the smallest set of high-leverage questions.
Before touching the production app, build a single HTML prototype with four distinct directions using fake data. Optimize for helping me react to layout, density, tone, and workflow. Then ask what I want to keep or reject.
Read [reference path/link]. Treat it as the map for behavior, structure, and edge cases. Then explain what transfers directly, what does not, and how you will adapt it to [target repo/module].
Keep implementation-notes.md while you work. If reality forces a deviation from the plan, choose the conservative option, log the decision under Deviations with evidence, and keep going unless the deviation changes the product goal.
Create an HTML report that teaches me what changed, why it works, what could break, and how it was validated. Add a quiz at the bottom. I should not merge or deploy until I can pass it perfectly.
Comprehension gate
The goal is not trivia. The goal is to prove you can apply the field guide to real agent work.