🔍 Read the full analysis: Which Model Should Write Your Code? A Practical Guide To AI-Assisted Development on ThorstenMeyerAI.com
Get smart everyday buys delivered free — and shop member deals
- Fast, free delivery on millions of items
- Access to Prime Big Deal Days deals on October 6–7
- Prime Video, Amazon Music and more included
TL;DR
This article details a practical framework for choosing AI models in software development, emphasizing task-specific use of GPT-6, Claude, Luna, Astra, and Fable. It highlights common mistakes, offers a lifecycle approach, and explains why proper model allocation improves efficiency and quality.
A new practical guide has emerged for AI-assisted software development, offering a clear framework for selecting among five frontier models—GPT‑6 Sol, Luna, Astra, Claude Opus 5.5, and Fable—based on specific task requirements. This guidance aims to prevent common errors like overusing a single model for all tasks or misallocating effort levels, which can lead to wasted resources or suboptimal results. The guide is particularly relevant as AI models become integral to development workflows across web, mobile, API, and data projects.
The guide, developed by Thorsten Meyer, emphasizes assigning models according to their strengths: Sol for implementation tasks with clear interfaces, Luna for bounded routine work, Astra for complex decision-making and architecture, Opus for independent review and challenging assumptions, and Fable for demanding, multi-step reasoning. It advocates a lifecycle approach where each task is paired with a specific model and a required verification step, such as tests, independent review, or evidence traceability.
For example, routine UI or API work should be handled by Sol at medium effort, with validation via public interface tests. Complex architecture decisions, like security boundaries or data migrations, should be tackled with Astra at high effort, accompanied by independent review. The guide also stresses the importance of checks beyond simple pass/fail tests, such as negative tests for security or traceability for release notes, to ensure quality and security.
By following this structured allocation, teams can avoid the two common mistakes: using a single model for everything and relying solely on effort adjustments without clear requirements or verification. The approach encourages explicit task-model pairing, with verification steps tailored to each task’s complexity and risk, thus improving efficiency and reducing costly errors.
DEVELOPMENT · MODEL & EFFORT GUIDE
A practical guide to AI‑assisted development
Sol for implementation, Luna for bounded routine work, Astra and Fable for demanding reasoning, and Opus for implementation or a second perspective. Use a clear contract and observed evidence throughout delivery.
Escalate the uncertainty, not the effort
A second perspective at any level: a separate review task with explicit adversarial questions.
When you escalate, hand over the failing case and the evidence, not “try harder.” Astra and Fable can review each other’s work, with separate files and independent acceptance evidence.
What each model is for
Complex decisions
GPT‑6 Astra
Architecture, security boundaries, difficult debugging, data migrations, distributed behavior, multi‑system integration.
High for consequential changes; Extra High for unresolved, interacting constraints.
Everyday implementation
GPT‑6 Sol
Features, UI and API work, refactoring, meaningful tests, automation, bug fixes within a defined scope.
Medium as the working default; High for complex logic and cross‑module changes.
Focused execution
GPT‑6 Luna
Documentation from evidence, structured extraction, small mechanical edits, translation checks, fixed test scripts.
High as a starting point. Escalate permissions, business meaning or destructive operations.
Implementation & independent review
Claude Opus 5.5
Can own a bounded implementation package; especially useful as a separate reviewer challenging another agent’s assumptions and tests.
Medium for well‑defined implementation; High for critical reviews.
Demanding extended development
Claude Fable 5.1
Complex packages spanning many steps, architectural investigations, or a deep independent review.
High as a starting point, with checkpoints and a usage budget.
Verify which effort settings your client and account actually offer.
Allocate work across the lifecycle
| WORK | PRIMARY MODEL / EFFORT | REQUIRED CHECK |
|---|---|---|
| Requirements and scope | Sol Medium; Astra High for ambiguity | Examples, exclusions, unresolved decisions, acceptance criteria |
| Architecture and public contracts | Astra High | Alternatives, failure modes, compatibility, independent review |
| UI, accessibility and localization | Sol Medium | Real interaction, keyboard use, relevant languages and screen sizes |
| Business logic and API implementation | Sol High for complex work | Public‑interface tests, validation, errors and retries |
| Authentication and tenant isolation | Astra High / Extra High | Negative cross‑tenant, role, session and object‑access tests; independent review |
| Database migrations and concurrency | Astra High | Real database, contention, failed transactions, restore and rollback |
| Small mechanical refactors | Luna High or Sol Medium | Diff review and a focused regression check |
| Difficult or intermittent defects | Sol High → Astra High if unresolved | Reproduction, hypothesis, isolated cause, regression test |
| Fixed browser / device acceptance | Sol Medium; Luna for records | Actual target device/browser and exact build identity |
| Benchmark and evaluator design | Astra High or Fable High + independent reviewer | Independent oracle, held‑out cases, meaningful thresholds, no target‑score tuning |
| Extended multi‑module development | Fable High or Astra High; Sol for bounded subtasks | Milestone evidence, fixed interfaces, one integration owner, independent review |
| Deployment and production recovery | Astra High for planning and high‑risk changes | Bound artifact, actual target, backup/restore, health checks, authorized rollout |
| Release notes and maintenance records | Luna High | Trace every claim to executed evidence; Sol checks completeness |
One delivery workflow, clear ownership
- 1Define the contract
Outcome, scope, interfaces, acceptance tests, budget and stop conditions. Read repository instructions first.
- 2Assign ownership
Bounded packages, distinct files, one integration owner. Parallelize only independent work.
- 3Implement the whole flow
Authorization, loading, empty states, failure, cancellation, retry, recovery. Preserve unrelated changes.
- 4Test the actual risk
Public entry points and real dependencies. Keep simulated results separate from real evidence.
- 5Review independently
Counterexamples and dangerous failure directions, with independently derived expectations.
- 6Integrate and release
Validate the combined artifact, migrations and recovery path. Passing tests are not approval.
- 7Observe and maintain
Check the deployed version and critical flows. Record limits, signals, ownership, follow‑ups.
Four rules that prevent expensive mistakes
Reusable task brief
Outcome: [observable user or system result] Scope: [included work and explicit exclusions] Contract: [repository instructions, plan, interfaces] Ownership: [allowed files; integration owner] Model / effort: [recommendation and reason] Acceptance: [real flows and objective success criteria] Negative cases: [permissions, stale data, retry, concurrency] Evidence: [commands, outputs, artifact/build identity] Constraints: [time/credit budget, dependencies, data boundaries] Escalation: [uncertainty that requires review or user input] Release: [destination, authorization, migration and rollback] Finish: [reviewable changes, test evidence, limits, next steps]
Why Proper Model Allocation Enhances Development Efficiency
Applying this framework can significantly improve the efficiency, accuracy, and security of AI-assisted development. By matching models to tasks based on their strengths, teams avoid wasting resources on unnecessary complexity or oversimplification. This targeted approach reduces errors, enhances traceability, and ensures that AI contributions are verifiable and aligned with project goals. As AI models become more embedded in development workflows, such structured guidance becomes essential for maintaining quality and controlling costs.
AI development model selection tools
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Evolution of AI Models in Software Development
Recent advances in AI have introduced several high-performance models, including GPT‑6 variants, Claude, Luna, Astra, and Fable, each optimized for specific types of work. Previously, many teams used a one-size-fits-all approach, often deploying large models for all tasks regardless of complexity or verification needs. This led to inefficiencies and increased costs. The new guidance from Meyer addresses these issues by advocating for task-specific model assignment and rigorous verification steps, reflecting a maturation in AI-assisted development practices.
The framework builds on prior efforts to categorize AI use in development but emphasizes lifecycle management, explicit effort levels, and independent review. It aligns with ongoing industry trends toward more disciplined, efficient AI integration and is designed to be adaptable across different project types and team sizes.
“Using the right model for the right task, paired with clear verification, transforms AI from a guessing tool into a reliable partner in development.”
— Thorsten Meyer
As an affiliate, we earn on qualifying purchases.
Unresolved Questions About Implementation and Adoption
While the framework provides a clear structure, it is still early to determine how widely it will be adopted across different industries and team sizes. It remains unclear how teams will integrate these model assignments into existing workflows or how they will train personnel to implement the lifecycle approach consistently. Additionally, the effectiveness of the recommended effort levels and verification steps in real-world, large-scale projects has yet to be empirically validated. Further case studies and user feedback are needed to refine the guidance and confirm its practical benefits.
As an affiliate, we earn on qualifying purchases.
Next Steps for Teams Implementing Model Allocation Strategies
Organizations interested in adopting this approach should start by mapping their typical development tasks to the recommended models and effort levels. Pilot projects can test the workflow, focusing on verifying the effectiveness of model-task pairing and verification steps. Industry groups and tool vendors may develop integrations or templates to facilitate adoption. Future research and case studies will likely explore metrics for success, challenges faced, and adjustments needed for different project types or team sizes. Monitoring these developments will help refine the framework and promote best practices in AI-assisted development.
As an affiliate, we earn on qualifying purchases.
Key Questions
How do I decide which effort level to assign to a task?
Effort levels are based on the complexity, risk, and importance of verification for each task. For routine, well-defined work, medium effort is often sufficient, while complex decisions or security-critical work require high or extra-high effort levels with independent review and thorough testing.
Can I use this framework for all types of software projects?
The framework is designed to be adaptable but is most effective when tailored to specific project needs. It applies broadly across web, mobile, API, and data work but may require adjustments for highly specialized domains.
Will this approach reduce development costs?
By aligning models with tasks and implementing appropriate verification, teams can reduce costly errors, rework, and inefficiencies, ultimately lowering overall development costs.
What training or resources are needed to implement this framework?
Teams should familiarize themselves with the capabilities and effort settings of each AI model, establish verification procedures, and develop workflows that integrate model assignment with review steps. Training sessions and documentation can facilitate adoption.
How soon will we see results from adopting this model allocation approach?
Results depend on project scope and team readiness. Pilot implementations may show improvements within a few sprints, with broader benefits becoming evident over several months as workflows stabilize and feedback is incorporated.
Source: ThorstenMeyerAI.com
Fall Picks
fall essentials
As an affiliate, we earn on qualifying purchases.
