Privacy is becoming a luxury in the AI world. If you’re tired of sending your data to the cloud every time you ask a question, running a model locally is the answer. Today, we’re looking at Qwen 3.5 9B—a powerhouse model from Alibaba—and how to get it running on your own machine using Ollama. Whether you’re a […]

Read More →

“Shock! Shock!” That’s how Professor Donald Knuth—the man who literally wrote the bible of computer science, The Art of Computer Programming—opened his latest paper. He wasn’t reacting to a scandal or a bug. He was reacting to a mathematical breakthrough. Specifically, a breakthrough made by an AI. For weeks, Knuth had been wrestling with an open […]

Read More →

If you use both Cursor and Claude Dev/Code, you’ve probably noticed they both want their own configuration folders (.cursor and .claude). Keeping your custom commands, rules, and skills in sync between them usually means a lot of copying and pasting. Here is a simple way to centralize everything in one .agents folder and use symlinks to keep both tools […]

Read More →

I’ve spent the last few months living in Claude Code. If you’re wondering if it’s worth the hype, the answer is yes—but probably not for the reasons you think. It isn’t just a better autocomplete. It’s more like a competent pair programmer that actually reads your whole codebase, runs your terminal commands, and never needs […]

Read More →

As we move deeper into the era of AI-native development, the “chat box” is quickly becoming the floor, not the ceiling. As a heavy user of Cursor, I’ve spent the last year thinking about how to move from simple prompt-response cycles to true agentic workflows. The core of this evolution lies in how we manage […]

Read More →