Performance
10 articles about performance.
Data Availability Transfer Notes: The Hidden Bottleneck
Data availability is the hidden bottleneck in AI agent systems. Agents stall not because they lack capability, but because the data they need is not
Half a Million Computer Actions in Seven Days: What the Data Revealed
What 500,000 logged desktop automation actions reveal about failure rates, action type distribution, verification overhead, and how to build reliable agents at scale.
The Noise Floor Problem in AI Agent Context Windows
Every irrelevant token in your agent's context window raises the noise floor and degrades decision quality. Learn how to keep context clean and signal-rich.
First Speculative Decoding Across GPU and Neural Engine on Apple Silicon
Running two models on the same Apple Silicon chip - a 1B draft model on the Neural Engine and a larger model on GPU for faster local inference.
Inference Optimization Is a Distraction for AI Agent Builders
Why optimizing API call speed barely matters for AI agents - the real bottleneck is action execution, not model inference.
385ms Tool Selection Running Fully Local - No Pixel Parsing Needed
Local agents using macOS accessibility APIs skip the screenshot-parse-click cycle. Structured app data means instant element targeting and sub-second tool
Native Swift Means Your AI Agent Launches Instantly
Electron apps take seconds to start. Native Swift apps launch in under a second. For an always-on agent activated by hotkey, that speed difference matters
Why Removing Unused MCP Servers Speeds Up Claude Code More Than Removing Skills
Trimming unused MCP servers made way more difference than removing skills. MCP servers are actual processes that all have to handshake on startup.
Real-Time AI Agent Performance - Fixing the Screenshot Pipeline
Your AI agent is slow because of screenshot capture, not LLM inference. Here are practical techniques to speed up the capture pipeline.
Fixing SwiftUI LazyVGrid Performance Issues on macOS
LazyVGrid jitter and stuttering on macOS comes from view identity instability. Here are practical fixes: stable .id() values, extracted cell views, async
Browse by Topic
How did this page land for you?
React to reveal totals
Comments (••)
Leave a comment to see what others are saying.Public and anonymous. No signup.