- Sep 08, 2026 8 min read
AI writes the code fast, but the security is still your job
AI-generated code looks finished and often is not safe. Recent analysis found nearly half of it ships an OWASP Top 10 flaw. This is the beginner's security baseline: the handful of things you have to check yourself, because the AI will not add them for you.
- Sep 06, 2026 7 min read
Directing an AI that writes code is a skill, not a shortcut
Before you build AI into anything, learn to build with it. The first stop on the AI roadmap: what agentic coding actually is, the loop that keeps it from solving the wrong problem, and why reviewing its work is the whole job.
- Sep 01, 2026 8 min read
Vibe coding is a skill stack, not a shortcut
Describing an app to an AI and getting working code feels like magic. The people it actually works for are quietly doing four things the demos never show.