stefanopineda.com
Stefano Pineda
Field notes on building with AI, hardware, and systems that actually run.
Newest writing first. Each piece is a field guide: bottom line up front, then the map β so you can decide in two minutes whether to go deep.
Writing Β· most recent
Qwen 3.8 27B vs DeepSeek V4 Flash β same ~52 AA band, pick by RAM
They land in the same ~52 Artificial Analysis band. The real split is a 17 GB dense 27B on a 5090 versus a 110 GB MoE Flash on a Studio. Pick the wrong one and you either starve context or leave a GPU idle.
Read the brief βIsolated Nicotine β What Pure Nicotine Does (Not Cigarettes)
Cigarettes are catastrophic. Pure nicotine is not the same claim. RCTs, meta-analyses, and systematic reviews on isolated nicotine β short- and long-term effects, sample sizes, and certainty grades.
Read the brief βBeyond a Forward Pass β Part 1: Continuous Batching
Why static batches leave GPUs idle under chat traffic β and how iteration-level continuous batching (Orca β vLLM/TGI/TRT-LLM) became the foundation of modern LLM serving. Series of 5.
Read the brief βBeyond a Forward Pass β Part 2: Prefill, Decode & Disaggregation
Prefill is compute-bound; decode is HBM-bound. Mixing them carelessly wrecks SLOs β chunked prefill and prefillβdecode disaggregation are the systems answers.
Read the brief βBeyond a Forward Pass β Part 3: KV Cache & PagedAttention
The KV cache is the real runtime state of LLM serving. Memory math, fragmentation, and PagedAttention as virtual memory for transformers β why continuous batching needs paging to win.
Read the brief βBeyond a Forward Pass β Part 4: Prefix Caching & Routing
Round-robin is wrong when shared prefixes are the expensive resource. Automatic prefix caching, radix trees, and cache-aware routing for multi-tenant fleets.
Read the brief βBeyond a Forward Pass β Part 5: Sharding & Mixture of Experts
When one replica is not one GPU: tensor/pipeline sharding plus MoE expert routing β and how continuous batching, KV, and prefixes still apply inside the fabric.
Read the brief βMac Studio Memory Roadmap β 512GB, 768GB, 1.5TB & Local Models
M3 Ultraβs 512GB vanished in the DRAM crunch. M5 Ultra has been tested to 768GB; M6 Pro/Max skipped; M7 Ultra whispers 1.5TB. Bandwidth tables vs RTX PRO 6000 and DGX Station β and which models actually fit.
Read the brief βWhere I'm At β A Conversation with Grok Build to Find Direction
Leaving the Navy in October 2027. Nuclear-trained officer, builder, not looking for another job. What Grok Build said after looking at the repos: floor product, ceiling bet, and a 12-month plan under a uniform.
Read the brief βIntelligence Density β ~10Γ in Seven Months & Elonβs 100Γ
Elon said we were off by 100Γ on intelligence density. Seven months later, Laguna S 2.1 and the frontier stack show what the first ~10Γ looks like β with charts, the model timeline, and projections for the rest.
Read the brief βAgent Harnesses Compared β Open & Closed (July 2026)
Open source is not one switch. OpenClaw / Hermes / OpenCode / Pi plus Claude Code, Codex, and Grok Build β what harnesses provide, open vs closed axes, why people pick each, and live GitHub stars.
Read the brief βGrok 4.5 vs Claude Opus 5 β Cost per Task & Performance
Opus 5 just hit Fable-class intelligence at $5/$25. Grok 4.5 is $2/$6 and ~6Γ cheaper on AA cost-per-task. If you pick models by list price or tribal loyalty, you will mis-spend β this is the cost-per-finished-task map.
Read the brief βCMP 170HX Canary Unlock β Reliability for Local AI
If you are pricing βunlocked A100β mining cards for local AI, the 80GB headline is the trap. Read this before you wire money: what actually unlocks, which SKU is stable (64 vs 40 vs 80), and what still has almost no long-context benchmarks.
Read the brief βLaguna S 2.1 Day 1 β Where It Stacks Up
Poolside shipped a 118B MoE (8B active) that hits 70.2% Terminal-Bench 2.1. If you care about agentic coding efficiency β not marketing FLOPs β this day-one map vs DeepSeek, Qwen, Kimi, and closed frontier is the comparison you will want bookmarked.
Read the brief βSO-ARM101 Host PC β Build Spec & Ubuntu Runbook
Wrong host PC and you will spend a weekend fighting Ubuntu while the arm sits dead. Specs, compute tiers, BOM, and the post-install runbook for SO-ARM101 + Hugging Face LeRobot β so the host is actually the brain, not a guess.
Read the brief βWhat Is No Longer Human Work β AI Best Practices
If you still do AI labor yourself, you are the bottleneck. The working phrase, the not-human-work protocol, and how to demand a decision surface β so you stop shipping slop and start keeping only the judgment that matters.
Read the brief βAI Coding Now & Next β Field Guide (July 2026)
SOTA is not one chatbot. Pros run plan β harness β tests β human gates while open weights collapse the gap monthly. Miss this brief and you will keep practicing last yearβs workflow while the stack under your feet changes.
Read the brief βArchive Β· investing tools
Buffett 2.0 / Dhando
Earlier work: AI-assisted value investing, filings analysis, superinvestor tracking, and backtests. Still live β moved under Archive so the home page stays about what I am writing now.