2026-05-03
AI Engineer Roadmap for 2026
A practical guide to the skills, tools, and key projects you need to work as an AI Engineer in 2026: LLMs, RAG, agents, MLOps, and more.
2026-05-03
A practical guide to the skills, tools, and key projects you need to work as an AI Engineer in 2026: LLMs, RAG, agents, MLOps, and more.
2026-05-03
My process for designing and implementing AI agents in real products: from defining tools and memory to error handling and production evaluation.
2026-05-03
How I combine Angular on the frontend with an LLM+RAG backend to build business-oriented AI applications that actually work in production.
2026-06-01
A Netflix engineer was burning $200/day on tokens. His open source solution compresses context before sending it to the LLM, cutting costs to $30/day. Here's how it works and how to apply it to your projects.
2026-06-05
AI agents waste up to 40% of their context window searching code with grep and cat. CodeGraph builds a knowledge graph of your repo with tree-sitter and answers in milliseconds what calls what, what you'd break if you change X, and where each function is defined.
2026-06-08
Agent Skills are the fastest way to give superpowers to Claude Code, Cursor, or Codex. And with autoskills, a tool automatically detects your stack and installs the best ones. Here's what they are, how they work, and which ones you shouldn't miss.
2026-06-12
AI-referred traffic grew 527% in the past year, but only 23% of developers optimize for this channel. GEO (Generative Engine Optimization) isn't replacing classic SEO — it's adding a layer that makes your content citable by ChatGPT, Perplexity, Claude, and Google AI Overviews.
2026-06-15
Reviewing pull requests is the bottleneck of any development team. AI agents can do the first pass: detect bugs, flag dead code, verify conventions, and check that tests cover what they should. Here's how to set it up with Claude Code and when not to delegate.
2026-05-03
How to set up your own local LLM environment with Ollama, Open WebUI, and models like Llama 3 or Mistral. No cost, no privacy compromises, full control.