poppy the training box, part 1: the beginnings
A developer repurposed an old small-form-factor PC named 'poppy' into a dedicated machine for local LLM training, upgrading its case and power supply to accommodate future multi-GPU setups. The projec…
A developer repurposed an old small-form-factor PC named 'poppy' into a dedicated machine for local LLM training, upgrading its case and power supply to accommodate future multi-GPU setups. The projec…
Giles Thomas completed building and training a GPT-2 small model from scratch using JAX, achieving a test loss of 3.418784, outperforming both his PyTorch model (3.538161) and the original GPT-2 small…
Glad Labs fixed a GPU pinning issue where LiteLLM 1.89.2's global api_base override prevented per-model routing, causing vision tasks to cold-load onto the wrong GPU. The team also hardened content gu…
Jamesob published a guide on building a local system to run state-of-the-art large language models, detailing hardware configurations ranging from $2k to $40k. The setup uses multiple RTX GPUs and PCI…
Outpost VFX achieved 8x faster AI model training for visual effects face replacement by using AWS multi-GPU EC2 P5 instances, overcoming single-GPU bottlenecks that previously caused week-long delays.…
Owner-submitted benchmarks show that memory bandwidth, not TFLOPS, determines local LLM generation speed. An AMD RX 7900 XTX with 122 TFLOPS generates text at 39 tokens per second, while an older RTX …
On May 16, 2026, llama.cpp merged Multi-Token Prediction (MTP) support, enabling 1.7x to 2.4x faster local inference for Qwen3.6 27B models with no accuracy loss or extra downloads. The MTP head is em…
TurboPrefill introduces intra-prompt pipeline scheduling for multi-GPU prefill, achieving up to 2.7× faster performance than llama.cpp on Llama-3-70B by overlapping GPU stage execution. The PoC shows …
A replication of the 2026 paper 'Prompt Injection as Role Confusion' on a single consumer GPU confirms that style-based prompt injection attacks work, but causal tests using activation steering and pa…
A developer benchmarked five local LLM agents on an RTX 3090, finding that the orchestrator, not the model, determines success. GLM-4.5-Air scored 0% with opencode but 93% with a LangGraph agent, whil…
A $1,500 build using three used RTX 3060s (36GB VRAM) matched or outperformed a single RTX 3090 (24GB) in local AI benchmarks, achieving 18.2 tokens/second on Qwen 3.6 27B vs. 16.8 for the 3090, and 2…
A developer spent two weeks optimizing a homelab with four RTX 3090s (96GB VRAM) for local LLM inference, achieving improvements like 40% throughput gain and 4x VRAM savings, but ultimately found that…
A security researcher built Lucent, an autonomous vulnerability-hunting pipeline inspired by Anthropic's Glasswing, using a local Qwen3.6-27B model on a single RTX 3090. The system found two real bugs…
A developer has published a guide for setting up a local AI coding assistant in VS Code using Continue and Ollama, achieving tab autocomplete and code chat entirely on-device. The setup requires a GPU…
A Hacker News thread on June 16 revealed that local LLMs like Qwen 3.6 35B-A3B handle about 70% of daily coding tasks but fall short on complex multi-file reasoning, creating a gap akin to a junior ve…
A user with a 24GB RTX 3090 and i5-10400 PC is experimenting with asymmetric parallel inference to reduce model looping and agent freezing, using their gaming PC as a platform to learn basic agentic A…
A technical report proposes using a consumer RTX 3090's integrated GPU (iGPU) to run a small language model as a 'Sentinel' for monitoring and validating outputs from the primary GPU-bound model. The …
LLM costs scale linearly with usage, and enterprises spending over $10,000 annually can optimize by implementing token budgets, choosing between API and local inference, and using fallback strategies.…
Pearl Research Labs claims to have built a live GPU-secured blockchain without proving the work is useful AI computation, facing a 112 MW usefulness test. A preprint estimates Pearl's network runs at …
A developer launched an unlimited LLM provider for $6/month using 4x RTX 3090s after a failed launch on AMD MI300x hardware. Despite initial bugs and hardware issues, the service gained traction with …