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

Dev.to

articles 18853 domain dev.to → page 294/943 feed RSS
00:00
2026-08-13
dev.to
ai-agents

One Leg Can Raise an Objection. It Can't Settle One.

A developer running a fleet of AI agents that cross-check each other's work resolved a contradiction in their verification rules by distinguishing between collecting a dissenting opinion and acting on…

23:35
2026-08-12
dev.to
artificial-intelligence

What Is Multi-Agent SRE? A Practical Introduction

Dr. Samson Tanimawo, founder and CEO of Nova AI Ops, explains the concept of multi-agent SRE, where incident response is decomposed into specialized AI agents that coordinate via typed artifacts. He a…

23:35
2026-08-12
dev.to
developer-tools

Not Found is the wrong answer to a permission problem

A developer detailed the design of a base class for MCP tools on a multi-tenant Laravel control plane, emphasizing the importance of clear refusal messages over hiding tools. The base class enforces p…

23:16
2026-08-12
dev.to
large-language-models

I Moved My Discord Bot Off a Paid LLM API. Five Things Broke.

A developer who runs a Discord bot that rewrites stack traces into plain English moved it from a paid LLM API to a free endpoint and documented five failures that emerged over two weeks. The migration…

23:06
2026-08-12
dev.to
machine-learning

ML Feature Store Versioning: Reproducible Quants

Shakti Tiwari explains ML feature store versioning for reproducible quantitative trading, emphasizing the importance of data contracts, idempotent ingestion, and realistic cost modeling. The article a…

23:05
2026-08-12
dev.to
artificial-intelligence

Getting the Decimal Comma or Point Right by Locale in AI Output

A developer highlights a common pitfall in AI-generated numbers: models often apply a locale's decimal comma without adjusting the thousands separator, producing unparseable strings like '1,234,56'. T…

22:56
2026-08-12
dev.to
large-language-models

What to Expect From Pure CPU-Only Local Inference

A developer explains that pure CPU-only local inference performance is fundamentally limited by memory bandwidth, not CPU cores, and provides a formula to calculate the theoretical maximum tokens per …

22:50
2026-08-12
dev.to
developer-tools

Writing a Contract Test Suite for Your Own LLM Gateway

A developer building an LLM gateway explains how to write a contract test suite that verifies the gateway's own behavior without touching real model providers. The suite uses a fake provider via Mock …

22:21
2026-08-12
dev.to
machine-learning

Modeling Clickstream Sequences to Predict the Next Action

A developer from Multigrid AI demonstrates that a first-order Markov chain over page types is the best starting point for predicting the next action in clickstream sequences. The model is simple to fi…

22:21
2026-08-12
dev.to
ai-policy

Clearview AI's GDPR Fines: a Dated, Multi-Country Tally

Clearview AI has been fined approximately €90.5 million by five European authorities for scraping facial images from the web, but enforcement remains uncertain as the company has no assets or establis…

22:21
2026-08-12
dev.to
large-language-models

Claude Vision: Image Size and Token Cost per Image

Anthropic's Claude vision API bills images based on pixel dimensions, not file size, with tokens estimated as width times height divided by 750. The company caps each image at roughly 1,600 tokens by …

22:20
2026-08-12
dev.to
large-language-models

Claude's tool_use and tool_result Content Blocks, End to End

Anthropic's Claude Messages API implements tool use as two content block types and a developer-written loop, not a special mode. The protocol requires echoing tool_use IDs in tool_result blocks, suppo…

22:20
2026-08-12
dev.to
large-language-models

Forcing a Specific Tool Call in the Claude API

An engineer detailed how the Claude API's tool_choice parameter can be used to force a specific tool call, enabling developers to obtain structured JSON output by declaring a single tool and setting t…

← prev page 294 / 943 next →