Frontier Notes

Daily Signal Report


Issue —  · 2026-07-07  · 7 signals

By Hyperjump Technology


Today


Tencent released Hy3, a 295B parameter mixture-of-experts model with 21B active parameters and a 3.8B speculative decoding model, optimized for agentic tasks and local deployment, offering free access on OpenRouter for two weeks.

Editor's Notes


This week's videos collectively highlight a shift from model-centric to system-centric thinking in AI. Topics range from the latency challenges of agent tool calls (Caleb Writes Code) to the democratization of fine-tuning massive models (David Ondrej) and the obsolescence of traditional software pipelines (AI Engineer). The emphasis is on practical workflows, user responsibility in prompting (Austin Marchese), and the value of process over model moats (Nate Herk). These trends underscore that the biggest wins now come from infrastructure, methodology, and user behavior, not just model capabilities.

Key Takeaways

  1. Agent latency is dominated by external tool calls, not model inference – invest in disaggregated inference and KV cache storage.
  2. Fine-tuning trillion-parameter models is now feasible on consumer hardware using LORA and platforms like Fireworks AI.
  3. User behavior (attention management, planning over prompting) is the primary bottleneck to AI productivity.
  4. Tencent's Hy3 is a strong open-source competitor for agentic tasks, tool use, and local deployment, though it trails GLM 5.2 in coding.
  5. The traditional software pipeline (CI, container images, single artifact) is dying – prepare for per-user adaptive software with bounded divergences.
  6. Vibe coding experiments empower non-engineers to ship real products; give teams autonomy and AI access.
  7. Model routing and skill files can elevate cheaper models to near-frontier performance at lower cost – the process is the moat.
[01] llm 2 signals

Hy3 from Tencent - The NEW GLM Competitor

Tencent released the full version of Hy3, a 295B parameter mixture-of-experts model with 21B active parameters and a 3.8B speculative decoding model, optimized for agentic tasks and local deployment. It excels at tool use, output formatting, and reducing hallucinations, but lags behind GLM 5.2 in coding benchmarks. The model is free on OpenRouter for two weeks, and its smaller size makes it more feasible for on-premise serving compared to larger frontier models.

[llm] [agents] [local-models] [tencent] [mixture-of-experts]


How I Make Opus Think Like Fable (5 easy steps)

The key insight is that the model itself is not the moat; the process and systems built around it matter more. By extracting Fable 5's thinking methodology into a skill file (Fable mode) and applying model routing, users can elevate cheaper models like Opus 4.8 to perform nearly as well as Fable at a fraction of the cost. The video provides five steps to replicate Fable's behavior: scoping, evidence, attacking, verifying, and reporting.

[llm] [model-routing] [dynamic-workflows] [skill-files] [cost-efficiency] [fable-mode]

[02] agents 1 signal

Agents are slower than LLMs?

Agents are slower than LLMs primarily because they rely on external tool calls (e.g., fetching web pages, making API calls) that can take seconds to minutes, creating a lopsided time horizon where tool execution dominates. This latency propagates down the stack, causing expensive GPUs to idle while waiting for tool results, which motivates infrastructure innovations like disaggregated inference and external KV cache storage. The video also notes that model quality, harness design, and hardware budgeting (including CPU, storage, and networking) all affect agent speed.

[agents] [llm] [latency] [infrastructure] [tool-calling] [disaggregated-inference]

[03] fine-tuning 1 signal

Fine-Tune the biggest open-source models (even with a bad PC)

Fine-tuning massive open-source models like Kimi K2.7 (a trillion-parameter model) is now accessible and affordable using LORA and the Fireworks AI platform, even with limited local hardware. The video demonstrates end-to-end fine-tuning on a custom dataset, deploying the model, and comparing it against the base model, highlighting cost savings and performance improvements.

[fine-tuning] [open-source-models] [kimi-k2.7] [lora] [fireworks-ai] [deployment]

[04] claude 1 signal

You're the Problem, Not Claude (6 Fixes to 10x Output)

The speaker argues that the user, not the AI tool, is the primary bottleneck to productivity, and presents six fixes to improve output with Claude. These fixes focus on managing attention, prioritizing quality over quantity, shifting from prompting to planning with verification, avoiding over-reliance on AI, bridging abstract concepts to concrete usage, and shipping good work rather than aiming for perfection.

[claude] [productivity] [ai-agents] [workflow] [verification] [attention-management]

[05] software-pipeline 1 signal

The Pipeline Is Dead - Iris ten Teije, Sky Valley Ambient Computing

The traditional software pipeline—CI, registries, container images—is built on the assumption that producing a correct change is expensive and rare, so we freeze one artifact and ship it to everyone. That assumption is collapsing as AI makes code generation cheap and real-time, enabling per-user adaptive software where a canonical stem plus bounded, isolated divergences replaces the single frozen artifact. The future is not one version for everyone, but the right version for anyone, with provenance and isolation to keep it safe.

[software-pipeline] [adaptive-software] [ai-agents] [per-user-software] [differ] [software-distribution]

[06] ai-coding 1 signal

500 people vibe-coded for 30 days. I was one of them. - Sanja Grbic, Automattic

A 30-day experiment at Automattic called Radical Speed Month allowed 500 people to build and ship projects with AI tools, shifting the speaker from designer to design engineer. The talk details three projects—a board game session manager, a design system status tracker, and an iOS chat for WooCommerce—and the system-wide impact of giving teams autonomy and access to AI.

[ai-coding] [design-engineering] [organizational-change] [automattic] [radical-speed-month] [vibe-coding]

Frontier Notes · by Hyperjump Technology
Generated Jul 07, 2026 · 7 of 7 signals
You received this as a Frontier Notes recipient.