Skip to main content

23 posts tagged with "ai"

View All Tags

Structured Output with Zod: Type-Safe LLM Responses Across Providers

· 9 min read
Gergely Sipos
Frontend Architect

You already use Zod to validate API responses. Now it's the contract layer between your app and LLMs. One schema gives you runtime validation, TypeScript inference, AND guaranteed structured output from GPT, Gemini, and Claude. Without it you're calling JSON.parse() on free text and praying the model didn't sneak in a markdown fence or an apologetic preamble.

AG-UI: The Missing Protocol Between AI Agents and Your Frontend

· 4 min read
Gergely Sipos
Frontend Architect

AG-UI (Agent User Interaction Protocol) is an open, event-based protocol that standardizes how AI agents communicate with user-facing applications. Created by CopilotKit and adopted by Microsoft, Google, AWS, LangChain, and CrewAI, it fills the gap between MCP (agent↔tools) and A2A (agent↔agent) by defining the agent↔UI layer. It's MIT licensed with 14.4k GitHub stars and 50+ framework integrations.

TanStack AI Beta: The 'Switzerland of AI Tooling' Goes Multi-Modal

· 3 min read
Gergely Sipos
Frontend Architect

TanStack AI reached beta on June 9, positioning itself as the "Switzerland of AI tooling" — framework-agnostic, provider-agnostic, and fully open-source with no hosted platform required. It's built by the same team behind React Query and TanStack Router, and it brings that same philosophy of composable, type-safe primitives to AI application development.

Copilot Token Efficiency: What the Platform Is Doing Behind the Scenes

· 4 min read
Gergely Sipos
Frontend Architect

Since June 1, every Copilot token has a dollar sign attached. You're thinking about model selection, prompt size, and whether that 200-line file really needs to be in context. Good — but while you optimize your side, the VS Code team has been shipping infrastructure-level improvements that cut token consumption and latency without any user action. Ryan Caldwell and Bhavya U published a deep dive on these changes, and the numbers are worth knowing. The platform is doing heavy lifting so you can focus on the strategies you control.

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.

Copilot Automations: Your AI Team Member That Never Sleeps 🤖⏰

· 7 min read
Gergely Sipos
Frontend Architect

GitHub Copilot started as autocomplete for code. Then it became a chat assistant. Then a coding agent you could assign issues to. Now it's crossing the final threshold: an autonomous agent that runs on a schedule, without anyone prompting it. Copilot Automations turn your AI assistant into a background team member — one that shows up at 9am every day, does useful work, and opens a PR for review.

chronicle:cost-tips — Copilot Billing Is Live, Here's Your Spend Analyzer 💸

· 4 min read
Gergely Sipos
Frontend Architect

Usage-based billing went live on June 1. Two days in, most developers have zero visibility into what's actually burning their premium requests. Chronicle just shipped a new cost-focused command — /chronicle:cost-tips — that surfaces exactly that. Think of it as the spending companion to the workflow-quality /chronicle:tips command we covered in April. It builds on the same session insights infrastructure in VS Code but points the lens squarely at your wallet. This post is commentary on why it matters right now.

🚀 New in Chrome at Google I/O 2026 — What Web Developers Need to Know

· 10 min read
Gergely Sipos
Frontend Architect

Google I/O 2026 just wrapped, and Chrome's web platform announcements deserve a dedicated look. While the keynote predictably led with Gemini and Android, the Chrome team quietly shipped — or signaled — some of the most consequential changes to browser capabilities we've seen in years. If you build for the web, this was a big one.

Three themes dominated: AI built directly into the browser platform, new rendering capabilities that eliminate entire categories of workarounds, and developer tooling that acknowledges the reality of AI agents writing and testing code. None of these are incremental CSS features or minor API additions. They represent Chrome's bet on what web development looks like in 2027 and beyond.

What follows is a breakdown of the five announcements that matter most, with practical guidance on what to try now versus what to watch.