MCMaxi Contieriinmaximilianocontieri.com·5d ago · 9 min readAI Coding Tip 031 - Stop Over-Prompting Reasoning ModelsTL;DR: Reasoning models already verify and pace themselves, so drop those prompts and set real effort, scope, length, autonomy. Common Mistake ❌ You still write prompts for a model that evolved and s00
MCMaxi Contieriinmaximilianocontieri.com·Jul 31 · 8 min readAI Coding Tip 030 - Script Your Skills, Not Your PromptsTL;DR: Turn repeatable skill steps into tested scripts instead of prompts, so behavior stays deterministic and cheap. Common Mistake ❌ You ask the AI to repeat the same multi-step task through free-f00
MCMaxi Contieriinmaximilianocontieri.com·Jul 26 · 6 min readAI Coding Tip 029 - Stop Using One Model for EverythingTL;DR: Assign a different model to each pipeline stage since none excels at planning, coding, reviewing, and testing alike. Common Mistake ❌ You open one chat with your favorite model and ask it to p31J
MCMaxi Contieriinmaximilianocontieri.com·Jul 19 · 12 min readAI Coding Tip 028 - Build a Company BrainTL;DR: Wire a skill into your company's live systems so every answer carries a source and a freshness check. Common Mistake ❌ As a single contributor, you can build a personal Second Brain, and it wo30
MCMaxi Contieriinmaximilianocontieri.com·Jul 10 · 7 min readAI Coding Tip 027 - Force Code StandardsTL;DR: Wire your standards into hooks, skills, and a judge, so the harness blocks violations before a human opens the diff. Common Mistake ❌ You paste your coding standards into AGENTS.md and trust t00