Blog
Long-tail for developers, creators and companies. Currently 35 articles. Goal: 600.
Categories
Vibecoding
6The craft of coding through conversation with AI. Workflows, tools, anti-patterns.
Vibe engineering
5Vibecoding at the system level: architecture, quality and deployment with agents.
AI companies
3OpenAI, Anthropic, xAI, Mistral, DeepSeek: who builds what and who pays for it.
AI music generation (Suno, Udio)
3Suno v4, Udio v2, Riffusion: prompts, modes, copyright and case studies.
AI video generation
3Sora, Veo, Runway, Kling, Pika. Modes, costs, and how to actually edit AI footage.
AI photo generation
3Midjourney v7, Flux, DALL-E, Ideogram, Recraft. Prompts, styles and commercial licenses.
Skills for AI jobs
3What to learn in 2026: prompt engineering, evals, retrieval, agentic stacks.
Prompt engineering
3Prompt patterns for code, marketing, research. Few-shot, CoT, structured outputs.
Agents & workflows
3Claude Code, Cursor Composer, OpenAI Agents SDK. Loops, tools, sandboxes.
AI IDEs
3Cursor, Windsurf, Zed, Trae, Aider. Comparisons, pricing and how to combine them.
Latest
vibecoding · · 7 min read
5 vibecoding anti-patterns that wreck a project
No spec, unread code, zero tests, context rot and mega-prompts. Five mistakes and how to avoid them.
vibe-engineering · · 9 min read
System architecture with AI agents
Steering AI agents at the system level: module contracts, boundaries, and what stays with the human.
ai-ides · · 8 min read
Cursor vs Windsurf in 2026: which AI IDE to choose
Two VS Code forks, two temperaments. Agent mode, context, pricing and a verdict on which to pick.
prompt-engineering · · 7 min read
7 prompt patterns for generating code
Spec-first, few-shot, test-first and four more patterns, each with an example code prompt.
ai-ides · · 8 min read
The best AI IDEs in 2026: a ranking of 6 editors
Cursor, Windsurf, Zed, Trae, Aider and Copilot in VS Code. Strengths, pricing and who each suits.
prompt-engineering · · 7 min read
Chain-of-thought vs structured outputs: when to use which
When you need reasoning and when you need rigid JSON. The tension, the costs and a decision guide.
ai-ides · · 7 min read
Zed with AI: a fast editor for people fleeing VS Code
A Rust editor from the Atom team: speed, agent mode, downsides and who should switch.
prompt-engineering · · 7 min read
Prompt engineering for beginners: from zero to prompts that work
What a prompt is, the anatomy of a good one, common mistakes and a simple routine to improve.
vibecoding · · 7 min read
Vibecoding for non-coders: build an app with (almost) no code
How a non-technical person can build a working app by talking to AI, without the hype.
vibecoding · · 8 min read
What is vibecoding in 2026: definition, tools, anti-patterns
A definition of vibecoding, the tool stack, and five anti-patterns that wreck projects.
vibecoding · · 7 min read
Is AI code secure? Vibecoding and security
AI code is neither secure nor insecure, it is unverified. The real risk classes and a checklist.
vibe-engineering · · 7 min read
Spec-driven development with AI: spec first, code second
Write the spec, let the agent implement. Why a written spec beats prompting from memory.