Blog
Articles on AI, software fundamentals, security, and maintenance.
- Sep 06, 2026 5 min read
Once it can write, teach it to see, speak, and film
Text is the foundation, but the same models now listen, talk, look at pictures, and generate images and video. The eighth stop on the AI roadmap: what each of those actually is, what works in production, and what still breaks.
- 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 06, 2026 6 min read
Three tools that keep a growing front end from becoming a mess
Raw HTML and JavaScript are fine for one page. Stop three on the roadmap is what you reach for when one page becomes fifty: components, a package manager, and a way to talk to other services.
- Sep 06, 2026 6 min read
Handing the model the right page before it answers
A model only knows what it was trained on. To make it answer from your documents, you fetch the right passages and put them in front of it first. The fourth stop on the AI roadmap: RAG, and the handful of decisions that decide whether it actually works.
- Sep 06, 2026 6 min read
When using a model is not enough, and you want to shape one
Everything on this roadmap so far used models as they come. The last, optional stop is what lies underneath: how they are trained, when fine-tuning actually beats prompting, and how to run one on your own machine.
- Sep 06, 2026 6 min read
Giving a model hands, and deciding what it may touch
An agent is a model that can use tools and take steps, not just answer. The fifth stop on the AI roadmap: how that loop works, the patterns that make it reliable, and the guardrails that keep it from doing damage at speed.
- Sep 06, 2026 6 min read
How you know an AI feature still works after you change it
An AI feature that worked yesterday can quietly break today, and a stranger can talk it into misbehaving. The seventh stop on the AI roadmap: measuring quality instead of guessing, watching it in production, and the attack you have to design against.
- Sep 06, 2026 8 min read
The robots that run your app while you sleep
Once real people use your app, watching it, protecting it, and updating it becomes a full-time job. This roadmap stop is the set of tools that do that job for you, automatically, so you do not have to.
- Sep 06, 2026 7 min read
The setup that comes before any project, and why tutorials skip it
Every tutorial starts at 'create a new project'. Real work starts earlier, with the terminal, the editor, the keys, and the Git habits you use every single day. The first stop on the full-stack roadmap is the bench you build on.
- Sep 06, 2026 6 min read
Launch is the start line, not the finish
Getting an app online is the easy half. The final stop on the roadmap is everything that keeps it standing afterwards: deploying, testing, and the maintenance nobody warns you about.