How to Generate Mergeable Code with a Context Engine — Peter Werry, Unblocked

AI Engineer · 2026-08-27

This video introduces Unblocked, a context engine designed to solve the 'access versus understanding' problem for AI agents and human workers in engineering organizations. It proposes that while current AI tools offer features like tab completion and agent IDEs, they often lack the organizational context needed to truly understand and contribute to a codebase, leading to a 'new employee' problem where agents constantly rediscover information. Unblocked aims to bridge this gap by curating and providing relevant context from diverse data sources, ultimately leading to faster, more accurate, and cost-effective development.

read more

The core problem Unblocked addresses is the context layer for both human and AI workers in engineering organizations. Historically, humans served as the primary context layer, manually sifting through disparate data sources like GitHub (code changes, PRs), Notion (system architecture), Jira (tickets), Slack (discussions), and Confluence (documentation) to build tribal knowledge. This process is time-consuming and prone to outdated information or conflicting data, leading to battle scars from incidents and ongoing maintenance.

With the rise of AI agents, this problem is exacerbated. Agents, much like new employees, reset their knowledge with every new task. They have to rediscover the codebase, build processes, testing methodologies, and deployment strategies repeatedly. This is a significant bottleneck that compounds costs and reduces efficiency. The speaker highlights that while tools like tab completion and agent IDEs are steps towards AI maturity, they only address superficial aspects. The ultimate goal is software factories where AI agents can operate autonomously and intelligently, which requires a robust context layer.

The speaker emphasizes the distinction between access and understanding. Simply providing agents with access to vast amounts of data (like an entire codebase or documentation in a large context window) does not equate to understanding. This is akin to the satisfaction of search phenomenon in radiology, where finding one indicator might lead to overlooking other crucial details. Agents tend to find plausible outputs and then stop, failing to distill true understanding of how all pieces fit together, including dependencies, architectural decisions, and future planning. This leads to distraction and wasted tokens (cost).

Unblocked's solution is a context engine that delivers organizational context to both human workers and AI agents. It aims to provide task-specific flow rather than a broad, undifferentiated stream of information. The demonstration shows how Unblocked can answer complex questions about an internal system, like the `SourceMark Engine`, by synthesizing information from multiple sources. It not only articulates the architecture and operation but also generates architectural diagrams and identifies optimization opportunities, showing its work by linking back to the relevant source documents (code, Notion pages, etc.). This trust-building feature allows users to verify the AI's answers and make corrections, which further enriches the knowledge base.

Unblocked also integrates with communication platforms like Slack, proactively chiming in on discussions when it has high-confidence answers. It can even surface past comments from specific individuals (like a senior engineer's insights), leveraging seniority and expertise as a signal to boost relevant information. Furthermore, it can interact with development workflows, as shown by its ability to generate a pull request (PR) to fix an issue identified through its analysis of code review metrics. The generated PR includes context, an overview of the fix, and links back to the original Slack conversation that spurred the change. This demonstrates Unblocked's capability to understand the why behind code changes, not just the what.

The speaker presents a Context Engine Simulator to illustrate the impact of Unblocked. In a simulated environment, using Unblocked's context engine resulted in a +7 quality improvement, -22% task speed, and -33% task cost. This highlights the efficiency gains from providing curated context. The underlying open-source projects, `document-query-engine` and `engineering-social-graph`, are also mentioned, allowing users to explore how Unblocked processes historical pull requests to generate schemas and identify team relationships and expertise within a codebase. The ultimate takeaway is that by providing targeted, intelligent context, Unblocked enables fewer tokens, faster triage, and better answers for engineering tasks.

Ox Alpha is INSANE

Theo - t3.gg · 2026-08-27

This video introduces GLM-5.3-Flash, a new multimodal AI model notable for its high capability at a very low cost, running on non-Nvidia hardware. It excels in agentic workflows due to its strong "behavior" (ability to follow instructions and self-correct) despite being smaller in "intelligence" (raw knowledge) compared to larger models like GPT-4. The model was initially released anonymously as Ox Alpha and quickly gained traction for its efficiency and affordability, particularly for tasks like code review and 3D scene generation.

read more

The video discusses the recent release of GLM-5.3-Flash, a new multimodal AI model that initially dropped anonymously as Ox Alpha. The author highlights several key characteristics of the model:

Key Features & Capabilities: 1M Context Window: Supports large inputs, crucial for complex tasks. Multi-modal: Natively handles images, audio, and video, a significant improvement over previous versions like GLM-5.3 (non-Flash) which couldn't even process screenshots. Low Cost: Priced at $0.075 per million input tokens and $0.25 per million output tokens (with a 50% discount), making it highly competitive and often effectively free for many users, especially when compared to models like GPT-4. This affordability is partly due to its smaller size, with 320B total parameters and just 18B active parameters, a tenth the size of models like Kimi K3. High Capacity: OpenCode reported a capacity for 100 trillion tokens per day, an enormous amount of compute power.

Performance & Benchmarking: DeepSWE Benchmarks: Initial, albeit limited, benchmarks by Ben Davis showed Ox Alpha scoring 80% on DeepSWE problems, significantly higher than GPT-5.6-Sol (52%) and Fable (65%). This surprising performance led to the initial confusion about the model's true capabilities. Agentic Workflows: The model excels in agentic tasks, demonstrating strong "behavior" rather than just raw "intelligence." The author distinguishes between "intelligence" (raw knowledge, seen in models like GPT-4.5 or Gemini 1.0 Pro) and "behavior" (the ability to apply instructions, stay on task, self-correct, and manage workflows). GLM-5.3-Flash, while not having the vast knowledge base of frontier models, is exceptionally good at following instructions and executing multi-step tasks, even when redirected mid-process. Code Review & Prioritization: The author successfully used GLM-5.3-Flash to audit and prioritize hundreds of open pull requests in their T3 Code repository. The model provided detailed reports, categorized PRs by mergeability and risk, and even generated clickable links for easy navigation. It notably handled complex filtering instructions and recovered from API errors, demonstrating robust self-correction and task adherence. The entire process cost a mere 12 cents for auditing thousands of tokens. Visual Intelligence in Coding: The model's multimodal capabilities extend to visual debugging, allowing it to interpret UI designs and correct code based on visual feedback, which is crucial for frontend and game development. It can also generate 3D scenes in Blender from textual descriptions.

Architecture & Infrastructure: Hybrid Architecture: GLM-5.3-Flash uses a hybrid architecture combining sparse and linear attention, which helps reduce long-context serving costs while preserving long-context capabilities. It also uses Manifold-Constrained Hyper-Connections (mHC) for improved scaling efficiency. Chinese AI Chips: A significant detail revealed is that GLM-5.3-Flash runs entirely on Huawei Ascend 910B/C AI chips, which are non-Nvidia hardware. This explains its ability to offer such competitive pricing and massive compute capacity, as it bypasses reliance on Nvidia's increasingly expensive GPUs.

Implications for Software Engineers: Cost-Effective Development: The model's low cost and strong agentic behavior make it highly suitable for everyday coding tasks, automated code reviews, and complex workflow management, potentially replacing more expensive frontier models for many use cases. Beyond Text-Only Models: Its native multimodal capabilities open up new possibilities for AI-assisted development, particularly in areas involving visual interfaces, 3D environments, and complex interactive systems. Focus on "Behavior" over raw "Intelligence": The video challenges the conventional wisdom of always opting for the largest, most "intelligent" models. For many practical engineering tasks, a model with strong "behavior" (i.e., good at following instructions, staying on task, and integrating with tools) combined with sufficient intelligence can be far more effective and cost-efficient. The author argues that many users overspend on models when cheaper, well-behaved alternatives exist. Open-Weight Ecosystem: The model's open-weight release allows for wider adoption and experimentation, fostering innovation in agentic workflows and tool integrations.

The author strongly recommends trying GLM-5.3-Flash for its exceptional value and capability in real-world coding and agentic tasks.

Your #AI should learn from itself. Here is how #agenticengineering #claude #codex #vibecoding

Agentic Engineering · 2026-08-27

This video proposes an agent knowledge flywheel to enable AI agents to learn from their past experiences. The core idea is that after an AI completes a task, it should review its performance, extract only the most impactful lessons, and save them into its persistent context (shared knowledge or instructions). This mechanism allows the AI system to continuously improve by incorporating valuable learnings from previous runs, even though the underlying model itself doesn't inherently 'remember'.

Making Your Data Ready for Agentic AI

Martin Fowler · 2026-08-27 · 49 min read

TLDR: Data systems built for human analysts are fundamentally unfit for autonomous AI agents — humans implicitly supply context, skepticism, and judgment that agents completely lack, causing agents to act confidently on bad data rather than pausing to question it. To fix this, you must engineer five properties directly into the data layer itself: trustworthiness (validated quality), contextual meaning (explicit semantics), traceability (captured reasoning), governed access (scoped by design), and operationality (write-back capability). Skip any one of these, and agents don't degrade gracefully — they fail confidently at scale.

Strix launches a breakthrough AI app security tester #Strix #securitytesting #aidevelopment

AI Honeycove · 2026-08-27

Strix is an open-source AI pentesting tool designed for AI-powered applications, offering a dynamic approach to security testing that traditional static code scanners miss. Unlike static scanners, Strix actively runs and interacts with your application like a real user or attacker, systematically identifying and exploiting vulnerabilities such as broken access control, injection attacks, and server-side flaws. It not only reports vulnerabilities but also provides detailed steps to reproduce them and offers immediate patches, effectively performing the work typically done by expensive security firms for free.

Shopify’s #CEO just threatened to ban #Claude #Code #ai #agenticengineering

Agentic Engineering · 2026-08-27

Shopify's CEO threatened to ban Claude Code due to a seemingly trivial issue: file naming conventions for AI agent instructions. While the immediate problem is a simple workaround for individual developers (pointing one file to another), the larger implication is about configuration drift in large mono-repos where thousands of developers use different coding agents. The CEO, Tobi Lütke, argues that unstandardized AI agent instructions, such as `claude.md` vs. `agents.md`, lead to a "complexity tax" and a dangerous version of configuration drift where outdated policies or rules are followed, potentially without notice. This highlights a crucial emerging standardization challenge as coding agents transition from simple prompts to infrastructure components, necessitating interoperability and consistent rule definitions across tools and teams.

Qwen3.8-Flash-Next

Simon Willison · 2026-08-26 · 1 min read

Qwen3.8-Flash-Next is a 125B parameter multimodal mixture-of-experts model that only activates 6B parameters at inference time, making it cheap to run while previewing the architecture direction for Qwen4. For engineers with local hardware like an NVIDIA DGX Spark, heavily quantized versions (down to ~72GB) are already runnable via Unsloth, meaning this level of model is becoming accessible without cloud API dependency.

Could the AI Boom Trigger a Global Debt Crisis? - Dylan Patel

Dwarkesh Patel · 2026-08-26

This video discusses the potential for a sovereign debt crisis due to the high profitability of AI and its impact on global interest rates. The core argument is that the high rates of return from AI infrastructure investments lead to increased borrowing, driving up interest rates across the entire economy. This rise in interest rates disproportionately affects countries with high existing debt and low tax revenues, potentially leading to widespread sovereign defaults, reminiscent of the Volcker Shock.

read more

The discussion revolves around the economic implications of the rapidly growing AI sector, particularly its impact on global interest rates and the potential for a sovereign debt crisis. The central premise is that AI infrastructure investments, such as data centers, offer exceptionally high rates of return. For instance, building a data center and renting it out to AI companies like Anthropic or OpenAI could yield returns of 10x or more on a depreciated basis. This high rate of return encourages massive investment in the AI sector.

This aggressive investment in AI leads to a significant increase in borrowing, as companies seek to capitalize on these high returns. This demand for capital from the AI sector creates a crowding-out effect in the broader market. When the AI sector borrows heavily, it competes with other borrowers, including governments, other companies (e.g., consumer packaged goods, telecom), and individual consumers (e.g., mortgage buyers). This increased competition for available capital drives up overall interest rates across the economy.

The speaker posits that while countries like the United States might be able to manage this situation – partly by potentially taxing the highly profitable data centers built domestically – many other countries are in a precarious position. The current U.S. tax system relies heavily on payroll and income taxes (over 80% of federal revenues), with corporate income taxes making up less than 10%. As automation driven by AI progresses, payroll and income tax revenues are expected to shrink. Simultaneously, if interest rates rise, the portion of tax revenue dedicated to servicing government debt will increase significantly. Currently, about 20% of U.S. federal revenue goes to interest payments on debt. A 1% increase in interest rates could push this to 25% over a five-year period, and a 5% increase could lead to over 40%. When combined with the U.S. government borrowing approximately $2 trillion annually, this could result in over 60% of tax revenue being consumed by interest payments.

For developing countries, especially those with high existing debt, low tax revenues, and frequently serviced debt (e.g., Pakistan, Nigeria), the outlook is dire. These countries are likely to face severe financial distress and potential defaults in this new high-interest rate environment. The speaker draws a parallel to the Volcker Shock of the 1980s, where then-Fed Chair Paul Volcker raised real interest rates significantly (e.g., 8%) to combat inflation. This led to over 40 countries, primarily in Latin America, defaulting on their sovereign debt. The video suggests a similar scenario could unfold as global interest rates climb due to AI-driven capital demand.

From a technical and investment perspective, the discussion highlights the immense capital expenditure (CapEx) required for AI infrastructure. The estimate is about $11 trillion in CapEx from 2024 to 2029 for hyperscalers and cloud providers. Approximately $6 trillion of this is expected to be cash-funded, leaving roughly $5 trillion to be funded by debt. This substantial need for credit will further contribute to rising interest rates. Companies like Meta, which recently raised debt at 5-6%, could easily pay 8% given the projected returns from their compute investments, indicating strong demand pushing rates higher. The financial implications extend beyond government debt; the discount rate used for valuing equities will also increase. This means that the present value of future cash flows for all companies, especially those with stable but slower growth (e.g., Johnson & Johnson, railway companies), will decrease, potentially leading to a significant devaluation of individual stocks and traditional assets.

llm-openrouter 0.7

Simon Willison · 2026-08-21 · 1 min read

Version 0.7 of the llm-openrouter plugin adds compatibility with LLM 0.32, enabling reasoning trace visibility for models accessed via OpenRouter, and introduces three server-side tools (Shell, WebFetch, WebSearch) backed by OpenRouter's Responses API. This matters because it expands what you can do with OpenRouter-hosted models through Simon Willison's LLM CLI tool, particularly giving you built-in web search and shell execution without wiring up your own tool implementations.