Performance

7 articles about performance.

Inference Optimization Is a Distraction for AI Agent Builders

·2 min read

Why optimizing API call speed barely matters for AI agents - the real bottleneck is action execution, not model inference.

inferenceoptimizationdistractionbottleneckperformance

385ms Tool Selection Running Fully Local - No Pixel Parsing Needed

·2 min read

Local agents using macOS accessibility APIs skip the screenshot-parse-click cycle. Structured app data means instant element targeting and sub-second tool selection on Apple Silicon.

speedlocal-aiaccessibility-apiapple-siliconperformance

Native Swift Means Your AI Agent Launches Instantly

·2 min read

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 every time.

swiftnativeperformancelaunch-speedelectron

Why Removing Unused MCP Servers Speeds Up Claude Code More Than Removing Skills

·3 min read

Trimming unused MCP servers made way more difference than removing skills. MCP servers are actual processes that all have to handshake on startup.

claude-codemcpperformancedeveloper-toolsoptimization

Scaling Real-Time AI - Why the Screenshot Capture Pipeline Is Always the Bottleneck

·3 min read

Building real-time AI agents that react to screen content? The screenshot capture pipeline is where performance hits a wall. Here's how to fix it.

real-time-aiscreenshotperformancebottleneckscreencapturekit

Real-Time AI Agent Performance - Fixing the Screenshot Pipeline

·2 min read

Your AI agent is slow because of screenshot capture, not LLM inference. Here are practical techniques to speed up the capture pipeline.

real-time-aiperformancescreenshot-pipelineoptimizationmacos

Fixing SwiftUI LazyVGrid Performance Issues on macOS

·2 min read

LazyVGrid jitter and stuttering on macOS comes from view identity instability. Here are practical fixes: stable .id() values, extracted cell views, async image loading, and avoiding inline closures.

swiftuilazyvgridperformancemacosoptimization

Browse by Topic