The Agent Runtime Is the Product
The model gets the applause, but the runtime decides whether an AI agent is useful or just confidently decorative.
The model gets the applause, but the runtime decides whether an AI agent is useful or just confidently decorative.
Agent memory fails less like storage and more like attention. Treating it as a database is how systems get weird.
Apple's M5 Max has 460 GB/s memory bandwidth. My AMD Ryzen AI Max+ 395 has ~256 GB/s. The numbers seem to favor Apple — until you think about what actually matters for running large models locally.
Meta just dropped Llama 4 Scout — 17B active parameters, 109B total, multimodal MoE with a 10M context window. I checked if it runs locally on AMD Strix Halo. Short answer: yes, today.
Mistral Small 4 is a 119B MoE model with only 6B active parameters. I ran it on AMD Strix Halo hardware and got real numbers.
NVIDIA's 120B Mamba-2 hybrid model just became runnable on consumer AMD GPUs. Here's why that matters.
Real prefill and generation speeds for 10 local LLMs on Strix Halo — and the winner surprised me.
Most AI memory systems are just vector stores. Mem0 adds a graph layer that maps relationships between facts. Here's how to run it with zero cloud dependencies.
Community fine-tunes are capturing Claude's Chain-of-Thought patterns and baking them into 27B local models. Here's what that means.
Vector search alone misses exact terms. BM25 alone misses meaning. Combining both with RRF reranking gives AI agents memory that actually works.
A weekend spent benchmarking every promising local AI model on consumer hardware. Here's what actually works.
I benchmarked 17 local LLMs across 13 dimensions with 39 tests. The results destroyed my assumptions about model size.
Real benchmarks of OpenAI's open-weight 120B MoE model running on a Ryzen AI Max+ 395 with 128GB unified memory. No cloud, no A100s, just bare metal.