LLM_ADVISOR
Choose the right AI coding assistant. Manual decision guide for newsroom deployments.
LAUNCH_INTERACTIVE_MODE01 // TASK_ANALYSIS
OBJECTIVE PARAMETERSData analysis
Cleaning spreadsheets, merging datasets, statistical analysis.
Web scraping
Extracting data from websites, automating downloads.
Interactive viz
Charts, maps, interactive graphics for stories.
File automation
Batch renaming, format conversion, organization.
Database work
SQL queries, data extraction, reporting.
02 // COMPLEXITY_LEVEL
PROCESSING LOADSimple
Single script, one task.
Medium
Multiple files, some logic.
Complex
Multi-step, debugging intensive.
03 // RESOURCE_ALLOCATION
BUDGETARY CONSTRAINTS| Tier | Option | Cost | Use Case |
|---|---|---|---|
| FREE | Claude.ai | $0 | Learning, simple scripts |
| FREE | ChatGPT | $0 | Quick questions |
| PAID | Claude Pro | $20/mo | Heavy daily use |
| PAID | GitHub Copilot | $10/mo | Real-time coding |
04 // DECISION_MATRIX
LOGIC GATES05 // MODEL_SPECS
TECHNICAL SPECIFICATIONSClaude 4.5 Opus
BEST_FOR_CODEGemini 3.0 Pro
FRONTENDCodex (GPT 5.1)
OPENAIGitHub Copilot
INLINE06 // OPTIMIZATION
TIPS FOR BETTER RESULTSInclude context
- > Operating system (Windows, Mac, Linux)
- > Language version (Python 3.11, Node 18)
- > Frameworks or libraries you're using
Show sample data
Include examples of your input and expected output. CSV columns, JSON structure, etc.
Ask for chunks
- 1. Core function first
- 2. Error handling second
- 3. Edge cases third
Verify everything
- > Test with real data
- > Check edge cases
- > Verify calculations manually
07 // FAILOVER_PROTOCOL
WHEN TO SWITCH LLMsSame error 3+ times?
Try a different model. Each has different training data and approaches.
Too slow?
Drop from Opus to Sonnet, or use Gemini 3.0 Flash for quick tasks.
Too expensive?
Use free tiers for exploration, paid for production code.
Need real-time help?
GitHub Copilot for in-editor, conversational LLM for debugging.