Why the discipline around delivery — and not just around the agent — decides whether AI ships real software.
Wanderson Leandro de Oliveira
20 min
Practical articles on software engineering, AI, and security — written by the DARE community.
Why the discipline around delivery — and not just around the agent — decides whether AI ships real software.
Your app fetches a URL the user typed — an avatar, a webhook, a file import. Now point it at 169.254.169.254 and it h...
"Train the model on my docs" is the wrong mental model. RAG never touches the model's weights — it finds the relevant...
Prompting an AI without a plan produces confident code that solves the wrong problem. DARE flips the order: Design, B...
Vague spec in, empty function out. AI agents don't guess intent — they hedge with stubs, `return null`, and `throw 'n...