Skip to main content

10 posts tagged with "llm"

View All Tags

My Model Usage, July 2026: Receipts for the Routing Theory

Β· 12 min read
Gergely Sipos
Frontend Architect

This is my token telemetry for July 2026 β€” one developer's month, pulled from the Aliz AI usage dashboard. Earlier this month I wrote You Don't Deserve Fable (Yet), which argued that routing discipline comes before reaching for the biggest model on the menu. This post is a month of receipts for that argument, including the parts where I plainly haven't applied my own advice. It's also a mixture of before and after: the routing discipline was still forming while the month ran, so this isn't a steady state. Some of the chart describes habits I'd already changed, and some of it describes habits I was in the middle of changing.

You Don't Deserve Fable (Yet)

Β· 5 min read
Gergely Sipos
Frontend Architect

Claude Fable is the most capable model Anthropic has shipped β€” above Opus class, frontier reasoning, genuinely impressive on hard problems. It's also the fastest way to burn through your token budget if you haven't built the discipline to use it correctly. Most developers will reach for it because it's the best, use it for tasks Haiku could handle, and wonder why their costs exploded. This post is about earning the right to use Fable by mastering the cheaper models first.

The LLM Wiki Now Has a Formal Spec β€” OKF v0.1 πŸ“

Β· 5 min read
Gergely Sipos
Frontend Architect

The LLM Wiki pattern β€” previously just a gist from Karpathy and a growing community convention β€” now has a formal, versioned specification. On June 12, Google Cloud's Data Cloud team published OKF (Open Knowledge Format) v0.1, a vendor-neutral spec for representing curated knowledge for AI systems. This is the fourth post in our LLM Wiki series (previous posts: the pattern, our wiki mapping, local models), and arguably the most significant development since the idea first gained traction.

I Tried the LLM Wiki Pattern with Local Models β€” Here's What Happened πŸ”’

Β· 7 min read
TamΓ‘s Imets
AI Solution Architect at Aliz

Gergely's post on the LLM Wiki pattern hit close to home. I've been doing something adjacent for a while β€” personal knowledge management with Obsidian and local LLMs β€” and I immediately wanted to try the pattern on my own vault. Here's what I ran into, what worked, and what didn't.

GitHub's Copilot Individual Shake-Up β€” What It Means πŸ’Έ

Β· 7 min read
Gergely Sipos
Frontend Architect

GitHub has announced changes to its Copilot Individual plans β€” Free, Pro, and Pro+ β€” taking effect in April 2026. The details are in the company news post and the changelog entry. Our reaction: unsurprising β€” and overdue. For historic context (see the Copilot plans page and GitHub's 2025 Pro+ announcement): Copilot Pro has been $10/month since launch, back when frontier models were cheaper and agent mode didn't exist, and Pro+ arrived in April 2025 at $39/month. The economics of that original entry-level tier were never going to survive a world of agentic coding on frontier models. This post is commentary, not a restatement of GitHub's announcement β€” read the source for the actual numbers.

We Accidentally Built an LLM Wiki πŸ“š

Β· 9 min read
Gergely Sipos
Frontend Architect

In a recent blog post we explored Karpathy's LLM Wiki pattern β€” the idea that an LLM should build a persistent, interlinked wiki instead of re-deriving knowledge from scratch on every query. A few days later, it clicked: Aliz Web Hub β€” a Docusaurus site where AI agents contribute documentation via GitHub PRs β€” is essentially the same pattern with different tooling. The project predates Karpathy's gist. The parallel was noticed after, not before. The pieces map surprisingly cleanly.

Claude Opus 4.7 Is Out β€” Our First Take 🧠

Β· 4 min read
Gergely Sipos
Frontend Architect

Anthropic has released Claude Opus 4.7. Opus 4.6 has been central to our workflow β€” it powers Claude Code, our ⭐ recommended agent for complex tasks β€” so any new Opus release is worth paying attention to. That said, our first impression is that this isn't the across-the-board leap some might expect. Here's what we know and what we think.

Copilot CLI's Rubber Duck β€” Cross-Model Review for Coding Agents πŸ¦†

Β· 8 min read
Gergely Sipos
Frontend Architect

GitHub just shipped an experimental feature in Copilot CLI (announced April 6) that does something no mainstream coding agent has done before: it uses a second model from a different AI family to review the primary agent's work before it executes. The feature is called Rubber Duck, and it's one of the first real-world implementations of cross-model review built into a tool developers actually use daily. If you care about multi-agent workflows or code quality, this one is directly relevant.

Google's Gemma 4 Is Out β€” Here's Why Web Developers Should Pay Attention

Β· 8 min read
Gergely Sipos
Frontend Architect

Google just released Gemma 4, the latest generation of their open model family β€” and two things make this one genuinely different. First, it's now Apache 2.0 licensed, removing the custom-license friction that held back adoption. Second, the lineup spans from a 2B-parameter edge model that fits on a Raspberry Pi to a 31B powerhouse that ranks in the top 3 open-source LLMs on the Arena AI leaderboard. If you're a web developer, this one's worth a closer look 🧠.

Karpathy's LLM Wiki β€” A Better Pattern Than RAG? 🧠

Β· 10 min read
Gergely Sipos
Frontend Architect

Andrej Karpathy β€” the same person who coined vibe coding β€” recently published a gist describing a pattern he calls the "LLM Wiki". The core tension it addresses is simple: RAG re-derives knowledge from scratch on every question. What if the LLM built something persistent instead β€” a structured, interlinked wiki that compounds over time? It's a deceptively simple idea with some genuinely interesting implications.