Latest Articles by Matthias Bigl

Claude Code Is a Game Engine for Text: How DX Bloat Consumed the Terminal
Matthias BiglMatthias Bigl

Claude Code Is a Game Engine for Text: How DX Bloat Consumed the Terminal

Claude Code isn't just a TUI; it's a React-powered game engine that renders text like it's Doom. This architectural choice means a simple terminal tool now relies on scene graphs, 16ms frame budgets, and occasionally consumes more RAM than VS Code itself. It is the ultimate case study in how optimizing for Developer Experience can silently bloat your software.

Gemini 3 Flash: The 8x Price Collapse and the End of the "Nvidia Tax"
Matthias BiglMatthias Bigl

Gemini 3 Flash: The 8x Price Collapse and the End of the "Nvidia Tax"

Gemini 3 Flash is an absolute beast that just triggered the deflation in AI costs. By shattering the "Nvidia Tax" through vertical integration, Google has turned frontier intelligence into a commodity that is 8.5x cheaper than its closest rivals. This isn't just a new model—it’s an economic reset that enables everything from massive AI Councils to fluid, generative Search UIs rendered in real-time. G

Why I Decided to Write My Latest API in SvelteKit (And Why You Should Too)
Matthias BiglMatthias Bigl

Why I Decided to Write My Latest API in SvelteKit (And Why You Should Too)

Most side projects fail due to friction. LoveLine, a hardware-integrated relationship app, survived because SvelteKit prioritized Developer Experience (DX). When extracting "Spark"—a decision-making engine—into a standalone microservice, I bypassed traditional backends like Go for a SvelteKit-powered API. By using +server.ts routes with Drizzle ORM and Zod, I achieved a unified TypeScript ecosystem. This architecture eliminates context switching, ensures build-time type safety via $env, and tethers database schemas directly to API responses. In hobbyist and rapid-prototype environments, fun is the primary fuel; SvelteKit delivers velocity by removing the boilerplate inherent in enterprise frameworks.

Why Next.js is Winning the Framework Wars (and Making Other Frameworks Jealous)
Matthias BiglMatthias Bigl

Why Next.js is Winning the Framework Wars (and Making Other Frameworks Jealous)

It's time to face the truth: the framework wars are over, and Next.js has emerged as the clear winner. Other frameworks are feeling a bit like runners-up in a beauty contest, wondering what they did wrong and how they can improve. But let's face it, when you're up against a framework that offers server-side rendering, automatic code splitting, TypeScript support, a great developer experience, and static site generation, you're going to need a lot more than just a pretty face to compete. So if you're tired of being the underdog, why not join the cool kids and give Next.js a try? Who knows, maybe one day you'll be the belle of the ball (or the framework world).

Loading more...
Bigl's Blog

Personal blog by Matthias Bigl — Exploring technology, software development, and innovation. bigls.net

© 2026 Matthias Bigl. All rights reserved.

Connect with Matthias Bigl

Bigl's Blog is the personal technology blog of Matthias Bigl (bigls.net), featuring articles on software development, web technologies, and tech insights.