Skip to main content

Signals: Week 28, 2026

John Januszczak
Author
John Januszczak
Bridging technology, capital, and leadership for the next generation of transformative ventures

This week’s signals point to a critical inflection in agentic engineering: we are moving past the novelty of simple chat wrappers and into the mature phase of architecture, benchmarking, and coordination. Whether it is Tsinghua’s Atomic Task Graph (ATG) matching GPT-4 with a 7B model, Databricks benchmarking agents on a multi-million line enterprise codebase, or Hermes Kanban defining structured multi-agent handoffs, the story is the same: architecture wins where raw compute halts. As intelligence commoditizes, the durable edge shifts to how we organize work, structure context, and enforce quality.

Before we dig into it, a couple of reminders:

  • My last article draws a critical analogy between today’s AI coding agents and yesterday’s compilers. Early compilers were dismissed as “bloated and buggy.”. Skeptics said: “never trust code you didn’t write yourself.” Today, nobody writes assembly by hand. AI coding agents are doing the exact same thing: acting as the next compiler. Translating natural language intent into working code. The job of the developer isn’t disappearing. It’s elevating from syntax to systems architecture.
  • Looking for some feedback on my public draft of a research report on stablecoins. Stablecoins are not a crypto side show anymore. They are quickly becoming a new payment rail. The real question is not whether they matter. It is who controls the rails!

Market Observations & Insights
#

Smarter execution architecture beats larger models
#

  • Summary: Researchers from Tsinghua and South China University of Technology developed the Atomic Task Graph (ATG) framework, transforming 7B-8B parameter open-source models into GPT-4 class performers on complex agent benchmarks by simulating, decomposing, and dynamically repairing execution paths without fine-tuning.
  • Why it Matters: This is a vital lesson in resource allocation. Straight-line planning (ReAct) breaks as steps increase, causing hallucination rates to skyrocket. By treating complex tasks as directed graphs of atomic tools and simulating them before running, ATG achieves higher success rates with smaller, cheaper models.
  • My Take: Orchestration is the real leverage point. Stop waiting for the next trillion-parameter model to solve your coordination bugs; focus your team on building robust, modular runtime paths instead.

Canadian tech is consolidating searchable density
#

  • Summary: Parker Brydon launched a dedicated tech registry on madeincanada.dev/tech, centralizing searchable profiles for Shopify, Cohere, Wealthsimple, 1Password, and hundreds of other Canadian scaleups.
  • Why it Matters: Visibility is a prerequisite for ecosystem velocity. Historically, Canadian tech has suffered from fragmented discovery, making talent acquisition and local venture support harder than in more centralized hubs.
  • My Take: Aggregation creates ecosystems. Centralized directories reduce friction for builders and investors alike, anchoring domestic successes where they can inspire the next wave of founders. So very cool for Canada!

A unified syllabus for agentic software engineering
#

  • Summary: Google released a comprehensive one-hour curriculum covering agentic engineering from scratch, detailing agent memory systems, long-running loops, MCP (Model Context Protocol) integration, and multi-agent coordination.
  • Why it Matters: The commoditization of high-quality education signals that agentic engineering is transitioning from research labs to standard software development practices. Teams no longer have excuses for building fragile, state-less endpoints.
  • My Take: The baseline of developer literacy has risen. Every engineering organization must now treat state management and protocol design (like MCP) as core capabilities, not speculative experiments.

The demystification of modern vector math
#

@_raghavdixit_ wrote an Article
Article Banner

Vectors are all you need

  • Summary: Raghav Dixit breaks down the fundamental mechanics of modern AI, explaining how language, images, and audio are mapped into geometric vector spaces where meaning is measured using dot-product similarity scores, squashed by activation functions like GeLU, and adjusted via backpropagation.
  • Why it Matters: Underneath the marketing narratives of “conscious intelligence,” every LLM is just massive-scale arithmetic nudging numbers in high-dimensional space. Understanding these mechanics demystifies the software and helps builders locate where context alignment actually fails.
  • My Take: Demystification is the antidote to bad procurement. When you know that semantic search is just cheap dot-product geometry, you stop overpaying for proprietary wrappers and start building clean context retrieval pipelines.

The price of visibility has inverted
#

  • Summary: Jeff Bullas argues that because generative models can produce standardized, boilerplate content for free, blending in is no longer the price of visibility: it is the guarantee of invisibility. Distinctiveness has become the new discoverability.
  • Why it Matters: SEO strategies built around generic keyword optimization and high-frequency content generation are dead. When anyone can generate a perfect, average blog post in ten seconds, only highly distinct voices and unique insights will command human attention.
  • My Take: Boilerplate is a commodity; personality is a premium. The future of content strategy belongs to authors who take stands, share real operational data, and refuse to sound like average LLM completion loops.

Deep Reads from the Library
#

Benchmarking Coding Agents on Databricks’ Multi-Million Line Codebase
#

Author: Vinay Gaba, Ankit Mathur, Rishabh Singh, Patrick Wendell, Matei Zaharia

  • Summary: Databricks built a proprietary benchmark based on real pull requests across their massive, multi-language codebase to evaluate agent performance. They discovered that token cost is a poor indicator of task cost, open models like GLM 5.2 are ready for production daily driving, and simple harnesses like Pi often outperform complex ones by tightly managing context.
  • Why it Matters: Public benchmarks like SWE-Bench are prone to data leakage. Testing agents against your own historical code changes ensures validation accuracy, proving that smaller models called within a lean context window can dramatically lower operating costs without sacrificing code quality.
  • My Take: Build your own validation loops. Do not rely on generic model charts. If you run a high-output engineering organization, a custom test harness built on your own PR history is the highest-leverage tool you can construct.

Hermes Kanban: Mission control for your Agents
#

Author: Akshay 🚀

  • Summary: Akshay introduces a coordination framework that maps multi-agent handoffs (PM, backend, frontend, QA) onto a persistent, SQLite-backed Kanban board. By attaching files changed, run histories, and developer briefings to task cards, agents avoid “cold starts” and share context across stateful reboots.
  • Why it Matters: Single-agent workflows naturally collapse as context windows saturate. Splitting tasks across specialized agents solves the window limit but introduces the handoff problem. Mapping collaboration onto a classic task board is a beautiful way to enforce structure on agent logic.
  • My Take: The best agent architectures mimic human systems. Treat your agents like a high-performing engineering team—with clear specs, narrow assignments, and structured handoffs—rather than asking one model to do everything.

Highlights from the Stacks
#

Confessions of the Pricing Man
#

Better be cheated in the price than in the quality of goods.

Quote from Confessions of the Pricing Man
  • Summary: Hermann Simon highlights that while price is highly visible, the ultimate value remains anchored in the long-term utility and quality of the product.
  • Why it Matters: In an environment flooded with cheap, AI-generated content, code, and services, the temptation is to optimize entirely for cost. But as generation costs fall to zero, the value of high-quality execution and zero-defect systems climbs exponentially.
  • My Take: Quality is the ultimate margin protection. Customers will forgive a higher initial price tag long before they forgive a buggy, unreliable integration.

The Gift of Rain
#

You have to loosen up. You will cause more harm to yourself if you resist the technique. Follow the flow of the energy, do not fight it.

Quote from The Gift of Rain
  • Summary: Tan Twan Eng describes the necessity of flow and adaptation over rigid, tense resistance when mastering physical or mental disciplines.
  • Why it Matters: The technology landscape is shifting weekly. Leaders who try to resist the structural changes in how software is written, compiled, and coordinated will burn out trying to maintain outdated paradigms.
  • My Take: Adaptability is survival. Instead of fighting the migration toward agentic automation and open models, align your team to leverage the shift and master the new operating systems.