The Desktop AI Revolution
If you imagine that the cutting edge of AI-assisted programming relies exclusively on massive, cloud-based supercomputers, the daily routine of one of the...

If you imagine that the cutting edge of AI-assisted programming relies exclusively on massive, cloud-based supercomputers, the daily routine of one of the open-source AI world's most prominent figures might surprise you.
Georgi Gerganov, the maintainer behind the highly influential ggml-org (a foundational project for running AI efficiently), recently pulled back the curtain on his own workflow. His tool of choice isn't a pricey cloud subscription from a tech giant. Instead, he spends almost every day working with Qwen3.6-27B—an AI model running entirely on his own hardware. Specifically, he powers it using an Apple M2 Ultra or a machine equipped with an RTX 5090 graphics card.
Gerganov uses this local setup to tackle the mundane, repetitive coding tasks that often eat up a software maintainer's day. Because his time is heavily dominated by reviewing code submitted by others, having an offline, on-demand assistant for routine chores is invaluable. He keeps his setup remarkably simple: a lightweight, completely offline agent paired with a brief set of instructions tailored to match his personal coding style.
Why should non-programmers care about a developer's software setup? Because Gerganov's experience is a compelling proof-of-concept for the future of personal computing. For the past few years, the narrative around artificial intelligence has largely been dominated by massive tech companies processing our prompts on remote servers. However, the rise of highly capable "local models" means the pendulum is swinging back toward the individual user.
Running AI on your own device offers profound benefits. It guarantees absolute data privacy, as your prompts and files never leave your machine. It eliminates recurring subscription fees, and it makes you immune to internet outages. As consumer hardware becomes more powerful and open-source models become more efficient, the personal AI assistant is transitioning from a cloud-hosted luxury to a desktop standard. The AI revolution isn't just happening in distant data centers; it's moving right into our home offices.
Key Points
- Prominent developers are increasingly relying on local hardware rather than cloud APIs for AI assistance.
- Models like Qwen3.6-27B are highly capable of handling daily coding tasks on consumer or prosumer hardware.
- Local AI ensures complete data privacy since no information is sent over the internet.
- Users can easily customize offline AI agents to match their specific workflows and preferences.
Why It Matters
The viability of local AI models proves that powerful artificial intelligence is becoming decentralized, offering users a private, cost-effective, and highly customizable alternative to cloud-based subscriptions.
Sources:
- Quoting Georgi Gerganov — Simon Willison's Weblog