cd/sources/dev-to· home sources Dev.to
cat /sources/dev-to.feed | wc -l → 18337

Dev.to

articles 18337 domain dev.to → page 191/917 feed RSS
15:28
2026-08-21
dev.to
developer-tools

How I run a full AWS-powered website for less than $1/month

A developer has built HomeServerLab, a free AWS learning platform with an AI assistant, tutorials, OAuth login, and an Apps Marketplace, for less than $1 per month in infrastructure costs. The platfor…

15:05
2026-08-21
dev.to
artificial-intelligence

MCP moves context. It doesn't create it.

An engineer argues that the Model Context Protocol (MCP) moves context but does not create it, highlighting that while MCP simplifies tool integration for AI agents, it fails to resolve cross-system f…

14:48
2026-08-21
dev.to
ai-products

Nash Is Now Open Source; Meet Your New AI Workspace

Nash, an AI workspace developed by Backboard-io, is now open source. The release integrates image generation, document creation, and MCP support, including Google MCP, into a single connected experien…

14:47
2026-08-21
dev.to
large-language-models

KV Cache by hand

An engineer's blog post explains the Key-Value (KV) cache optimization in large language model inference, walking through the math of attention calculation to show how caching keys and values avoids r…

14:40
2026-08-21
dev.to
developer-tools

The AI demo failed, but the database remembered half of it

A developer found a critical atomicity bug in Formbricks' AI example-response generator, where a failed operation left partial data in the database and blocked retries. The fix wraps all persistence i…

14:33
2026-08-21
dev.to
artificial-intelligence

Making Local AI Tool Calls More Reliable

A developer improved the reliability of local AI tool calls in an assistant by adding a recovery step that retries with tool_choice="required" when the model fails to call a required tool. The fix inc…

14:30
2026-08-21
dev.to
artificial-intelligence

How Claude’s AI Watermark Actually Works

Anthropic's Claude AI uses a statistical text watermarking technique that subtly biases token selection during generation, enabling detection of AI-origin text without visible markers. The method reli…

14:26
2026-08-21
dev.to
artificial-intelligence

Benchmarks Don't Build Great Products. Engineers Do.

Backboard, an AI startup, emphasizes that benchmarks should serve as tools for improving products rather than trophies for marketing. The company published an R-CLI result of 84.3% on Terminal Bench 2…

14:01
2026-08-21
dev.to
artificial-intelligence

When AI Says "Task Complete," Who's Actually Speaking?

An engineer's investigation reveals that AI systems often declare tasks complete without truly verifying them, citing research showing substring-based AI judgment methods score near-random agreement (…

13:54
2026-08-21
dev.to
large-language-models

I Ran a 284B-Parameter LLM From 3.2GB of RAM — in Plain C

A developer built a C99 inference engine that runs DeepSeek-V4-Flash, a 284B-parameter mixture-of-experts model, on a laptop with just 3.2GB of RAM by streaming weights off NVMe and caching only the e…

13:31
2026-08-21
dev.to
developer-tools

Pi Agent vs OpenCode after 100+ Hours of Real Use ✌️

A developer's comparison of open-source coding agents Pi and OpenCode after 100+ hours of real use found a dead tie in features but distinct trade-offs. Pi, built by Mario Zechner, excels in efficienc…

← prev page 191 / 917 next →