AI agents now deliver 26 minutes of autonomous work… · M&A 🤖
![]() Models & AgentsDaily AI models, agents, and practical developments.
|
🎧 Today's episode Episode 75 · AI agents now deliver 26 minutes of autonomous work per session, shifting the build-vs-buy math for developers who need more than search snippets. 2026-06-09 ▶ Listen now |
What You Need to Know: A Harvard and Perplexity study quantifies the autonomy gap between full agents and search assistants. Gemma 4 26B and 31B variants show surprising code-understanding strength in local tests, with QAT quantization results challenging earlier assumptions. New tools for chaining Hugging Face Spaces and running agents on Jetson hardware give builders concrete options to test this week. Top StoryA matched-pair study from Harvard and Perplexity compared autonomous agents against search assistants on identical tasks. Agents completed 26 minutes of independent work per session versus 33 seconds for search, with broader scope and lower cost per outcome. The evaluation used real user sessions rather than synthetic benchmarks, highlighting gains in multi-step reasoning and tool chaining. Builders working on research or data-gathering workflows can now prototype agent loops that replace multiple search-and-summarize steps. Watch for follow-up work on failure modes when tasks require external verification or long context retention. Source: marktechpost.com Model UpdatesGemma 4 26B A4B IT QAT Comparison: r/LocalLLaMA Gemma 4 26B A4B IT models were tested in MLX 4-bit, 6-bit, and 8-bit QAT variants on MMLU_PRO and HumanEval using an M5 Pro MacBook. The 6-bit non-QAT version reached 58% MMLU_PRO and 98% HumanEval, outperforming the QAT 8-bit model on both. The QAT version showed no statistically significant edge over standard 4-bit quantization in these runs. Builders testing code understanding should compare Q6 against QAT 8-bit on their own datasets before switching. Source: reddit.com Gemma 4 31B Code Competence: r/LocalLLaMA Gemma 4 31B outperformed both Qwen 3.6 27B/35B and Opus 4.7 at explaining and refactoring messy academic codebases with niche variable names. It tracked cross-file dependencies more reliably than Qwen models, which often attempted unauthorized directory changes. The 31B variant handled 65K context while maintaining coherent multi-part edits. Researchers maintaining legacy research code should test Gemma 4 31B before defaulting to larger closed models. Source: reddit.com Gemma 4 4-bit QAT vs Standard Quants: r/LocalLLaMA Users are actively seeking head-to-head numbers between Unsloth Gemma 4 4-bit QAT and standard 8-bit PTQ on the same base weights. Early anecdotal reports suggest QAT preserves more accuracy at 4-bit than expected, but controlled benchmarks remain sparse. Anyone running local code or math workloads should publish their own MMLU_PRO or SciCode results to close the gap. Source: reddit.com Agent & Tool DevelopmentsHow an Agent Built a 3D Paris Gallery by Chaining Two Hugging Face Spaces: Hugging Face - Blog An agent successfully chained two separate Hugging Face Spaces to generate and assemble a navigable 3D Paris gallery without custom orchestration code. The workflow demonstrates current limits of zero-shot multi-Space composition using only public endpoints. Developers experimenting with visual agents can replicate the pattern today by exposing their own Spaces as callable tools. Source: huggingface.co Jetson Orin NX Build for Hermes Agent + Benchmarking: r/LocalLLaMA A modified Jetson Orin NX running Gemma 4 26B A4B UD Q2_K_XL achieved 14.65 tok/s at 8K context and 10.21 tok/s at 60K context while supporting multiple tool calls. The build required a custom heatsink and case to stay under 40W while hitting 65K context targets. Local agent builders needing silent, low-power inference should review the exact quant and cooling choices. Source: reddit.com Still a VERY lightweight open web-search tool for smaller local LLMs - now with SearXNG support: r/LocalLLaMA TinySearch v0.2.0 switched its default backend to SearXNG, capping output at 8K tokens for smaller local models used with MCP agents. The tool crawls, chunks, and reranks results before returning a compact context blob. Users running Qwen 3.5-9B or similar with Cline or Roo should test the SearXNG option to reduce prompt bloat. Source: reddit.com Practical & CommunityNVIDIA cuTile Python Tutorial: Building Tiled GPU Kernels for Vector Addition, Matrix Addition, and Matrix Multiplication in Colab: MarkTechPost The tutorial walks through cuTile setup in Colab, implementing tiled kernels for vector addition, matrix addition, and matrix multiplication with PyTorch fallbacks. It includes driver checks, correctness validation, and median runtime benchmarks at each stage. Anyone moving matrix workloads to custom CUDA-style Python kernels should follow the Colab notebook. Source: marktechpost.com New Science Blog: Why has AI advanced faster in coding than in biology?: @AnthropicAI Anthropic’s new post examines why agent tooling progressed faster in code than biology, citing pre-car-era database designs that hinder agent navigation. It calls for new infrastructure that treats bio databases as first-class agent environments. Researchers building biology agents should read the full piece before designing retrieval layers. Source: x.com Under the Hood: Tiled GPU Kernel ProgrammingEveryone treats high-level frameworks like PyTorch as sufficient for matrix work. In practice, tiling decisions determine whether a kernel stays memory-bound or becomes compute-bound on modern GPUs. cuTile exposes explicit tile sizes so developers can match L2 cache lines and register pressure to the specific operation. For vector addition the overhead of tiling is small, but matrix multiplication sees clear wins once tile dimensions align with warp scheduling. The tradeoff appears in launch latency and the need to keep fallback paths for unsupported shapes. Teams should profile both tiled and untiled versions on their target batch sizes before committing to custom kernels. Things to Try This Week
On the Horizon
|
💬 Reply to this email — Patrick reads every one. |
📺 Watch on YouTube · 📝 Read the blog Nerra Network · AI-narrated voice (Grok TTS) · Editorial by Patrick You're receiving this because you subscribed to Models & Agents on nerranetwork.com. |
| Issue #75 · Models & Agents · Jun 9, 2026 |
