✕ Clear all filters
35 articles
▶ Videos →

📰 Dev.to · Alan West

35 articles · Updated every 3 hours · View all reads

All Articles 189,109Blog Posts 170,867Tech Tutorials 50,677Research Papers 36,770News 23,152 ⚡ AI Lessons
How to Stop Your LLM Agent From Looping Itself Into Oblivion
Dev.to · Alan West 🧠 Large Language Models ⚡ AI Lesson 4mo ago
How to Stop Your LLM Agent From Looping Itself Into Oblivion
Stop runaway LLM agent loops with hard iteration caps, tool-call deduplication, embedding-based loop detection, and forced-decision prompts.
Gemini 3.5 Flash vs Claude Haiku vs GPT-4o mini: Picking a Small Model
Dev.to · Alan West 🧠 Large Language Models ⚡ AI Lesson 4mo ago
Gemini 3.5 Flash vs Claude Haiku vs GPT-4o mini: Picking a Small Model
Comparing Gemini 3.5 Flash, Claude Haiku 4.5, and GPT-4o mini with migration code and honest tradeoffs from production use.
How to test your LLM application for jailbreak vulnerabilities
Dev.to · Alan West 🧠 Large Language Models ⚡ AI Lesson 4mo ago
How to test your LLM application for jailbreak vulnerabilities
Public LLM safety benchmarks lie about your real risk. Here's how to build a reproducible eval harness, write domain probes, and gate it in CI.
Why MTP doesn't speed up your llama.cpp inference (and how to actually fix it)
Dev.to · Alan West 🧠 Large Language Models ⚡ AI Lesson 4mo ago
Why MTP doesn't speed up your llama.cpp inference (and how to actually fix it)
Why MTP often fails to speed up llama.cpp inference, and how to debug acceptance rate, VRAM pressure, and CUDA graph capture issues.
Why prompt engineering fails for tone control — and how steering vectors fix it
Dev.to · Alan West 🧠 Large Language Models ⚡ AI Lesson 4mo ago
Why prompt engineering fails for tone control — and how steering vectors fix it
Why prompt engineering hits a wall for tone and behavior control, and how to extract and apply activation steering vectors with PyTorch hooks.
Why frontier LLMs solve your CTF challenges in minutes (and how to fix it)
Dev.to · Alan West 🧠 Large Language Models ⚡ AI Lesson 4mo ago
Why frontier LLMs solve your CTF challenges in minutes (and how to fix it)
Frontier LLMs trivialize most CTF challenges because they're pattern recognition in disguise. Here's how to design challenges that actually hold up.
Why your local LLM knowledge base gives bad answers (and how to fix it)
Dev.to · Alan West 🧠 Large Language Models ⚡ AI Lesson 4mo ago
Why your local LLM knowledge base gives bad answers (and how to fix it)
Local LLM knowledge base giving bad answers? The fix is almost always the retrieval layer. How to debug chunking, embeddings, and reranking.
TextGen vs LM Studio: Picking a Local LLM Runner in 2026
Dev.to · Alan West 🧠 Large Language Models ⚡ AI Lesson 4mo ago
TextGen vs LM Studio: Picking a Local LLM Runner in 2026
A hands-on comparison of TextGen and LM Studio for running local LLMs, with migration steps and honest tradeoffs from real usage.
TokenSpeed and the Quiet Race to Make LLM Inference Boring
Dev.to · Alan West 🧠 Large Language Models ⚡ AI Lesson 4mo ago
TokenSpeed and the Quiet Race to Make LLM Inference Boring
A grounded look at TokenSpeed, the new LLM inference engine trending on GitHub, plus a practical benchmark you can actually run yourself.
Debugging confidently wrong answers from LLM-powered features
Dev.to · Alan West 🧠 Large Language Models ⚡ AI Lesson 4mo ago
Debugging confidently wrong answers from LLM-powered features
A practical, layered approach to catching hallucinations and confidently-wrong outputs from LLM features in production — with code.
How to Serve Mistral Medium 3.5 128B Without Running Out of GPU Memory
Dev.to · Alan West 🧠 Large Language Models ⚡ AI Lesson 4mo ago
How to Serve Mistral Medium 3.5 128B Without Running Out of GPU Memory
Step-by-step guide to solving GPU memory issues when self-hosting Mistral Medium 3.5 128B with vLLM, tensor parallelism, and smart configuration.
Why Your LLM App Fails in Production (and How to Debug It)
Dev.to · Alan West 🧠 Large Language Models ⚡ AI Lesson 5mo ago
Why Your LLM App Fails in Production (and How to Debug It)
Learn how to debug LLM applications in production with tracing, evaluation pipelines, and output guardrails to catch hallucinations and failures.
Why Local LLMs Keep Failing at Code Generation (and How to Fix It)
Dev.to · Alan West 🧠 Large Language Models ⚡ AI Lesson 5mo ago
Why Local LLMs Keep Failing at Code Generation (and How to Fix It)
Local LLMs for coding keep producing broken code? Here's why quantization, context limits, and prompting cause failures — and a step-by-step fix.
Open-Source LLMs You Can Actually Run Today vs. Waiting for Grok 3
Dev.to · Alan West 🧠 Large Language Models ⚡ AI Lesson 5mo ago
Open-Source LLMs You Can Actually Run Today vs. Waiting for Grok 3
Comparing open-source LLMs you can run locally today — Llama, DeepSeek, Qwen, Mistral — instead of waiting for Grok 3 to maybe go open-source.
OpenAI Just Shipped an Image Model That Thinks Before It Draws. Free Tier Gets It Day One.
Dev.to · Alan West 🧠 Large Language Models ⚡ AI Lesson 5mo ago
OpenAI Just Shipped an Image Model That Thinks Before It Draws. Free Tier Gets It Day One.
AI image models have always mangled non-Latin text. OpenAI's gpt-image-2 uses reasoning to fix that. Here's how to build with it.
How to Actually Benchmark Open-Source LLMs Before Ditching Your API Provider
Dev.to · Alan West 🧠 Large Language Models ⚡ AI Lesson 5mo ago
How to Actually Benchmark Open-Source LLMs Before Ditching Your API Provider
Stop evaluating LLMs with vibes. Here's a practical framework for benchmarking open-source models against your API provider using real production data.
Qwen 3 vs Llama 3: Configuring Local LLMs for Actual Performance
Dev.to · Alan West 🧠 Large Language Models ⚡ AI Lesson 5mo ago
Qwen 3 vs Llama 3: Configuring Local LLMs for Actual Performance
Comparing Qwen 3 and Llama 3 for local inference — configuration tips, migration steps, and honest benchmarks from real-world testing.
How to Detect If Your LLM Proxy Is Silently Eating Your Tokens
Dev.to · Alan West 🧠 Large Language Models ⚡ AI Lesson 5mo ago
How to Detect If Your LLM Proxy Is Silently Eating Your Tokens
How to detect and fix invisible token overhead when LLM proxies silently modify your prompts, inject system messages, or make shadow API calls.
How to Fix That Robotic AI Tone in Your LLM-Powered Features
Dev.to · Alan West 🧠 Large Language Models ⚡ AI Lesson 5mo ago
How to Fix That Robotic AI Tone in Your LLM-Powered Features
Fix the robotic, corporate tone in LLM-powered features using system prompt engineering. A practical guide to eliminating AI slop.
How to Train a 100B+ Parameter Model When You Can't Afford a GPU Cluster
Dev.to · Alan West 🧠 Large Language Models ⚡ AI Lesson 5mo ago
How to Train a 100B+ Parameter Model When You Can't Afford a GPU Cluster
Learn how CPU offloading, activation checkpointing, and smart memory management enable training 100B+ parameter LLMs on a single GPU.