Skip to main content

Large Language Models

2026


We Misunderstood LLMs And It's Costing Us

·1221 words·6 mins

Microsoft and GitHub recently introduced new usage limits and charges for premium AI models in Copilot. Under the new structure - standard subscriptions now have a strict monthly quota for queries using top-tier models like GPT-4o or Claude 3.5 Sonnet. Once you hit the limit, you either pay extra or fall back to standard base models.

They were completely honest about the reason: the massive operational cost of running advanced frontier models at scale.

2025


Personal Brain Agent: Current Status and Future Plans

·974 words·5 mins

I’m excited to introduce the Personal Brain Agent, a new AI plugin for Obsidian.md that seamlessly integrates a powerful agent into your second brain. While AI agents are a well-tested concept among software engineers, my goal with this plugin is to make this powerful technology accessible to a broader, non-technical audience. This post is a deep dive into its features, demonstrating how anyone can transform their workflow by moving beyond simple chatbots.

From MCP to ACP: A New Standard in AI Agent Interoperability

·914 words·5 mins

After a recent update to the Zed editor, I noticed it now includes native support for AI agents like Gemini CLI and Claude Code. What is surprising is not the integration itself, but the collaborative effort behind it. Zed Industries, together with Google, announced the Agent Client Protocol (ACP), an open standard designed to do for AI agents what the Model Context Protocol (MCP) did for tools: enable developers to focus on building the best possible agents without getting bogged down by integration complexities.

Inspired by the Language Server Protocol (LSP) and MCP (Model Context Protocol), the protocol was jointly designed, with Zed focusing on the editor (client) and Google on the agent. The initial announcement from Zed provides a deeper dive into their vision of unbundling AI agents from IDEs.