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

Dev.to

articles 11315 domain dev.to → page 476/566 feed RSS
02:09
2026-05-27
dev.to
natural-language-processing

RAG - Sparse Embedding

Sparse embeddings represent text by assigning binary values based on token presence in a vocabulary dictionary, using methods like TF-IDF and BM25 for keyword-based retrieval. While effective for exac…

01:58
2026-05-27
dev.to
ai-agents

Infinite Tool Call Loops in LangChain Agents: A Real Fix

A developer identified and fixed infinite tool call loops in LangChain agents, where agents repeatedly retry failed external API calls without limit. The solution implements a maximum retry limit of t…

01:51
2026-05-27
dev.to
ai-agents

When Your ChatLlamaCpp Stream Causes an Infinite Loop

A developer using LangChain.js and ChatLlamaCpp encountered an infinite loop in an AI agent's stream, causing repeated calls and high CPU usage. The issue stemmed from mismanaged state and a lack of p…

01:39
2026-05-27
dev.to
ai-agents

MartinLoop: a control plane for AI coding agents

MartinLoop, an open-source control plane for AI coding agents, introduces hard budget stops, JSONL run records, and verify-gated completion to enforce accountability in autonomous coding workflows. Th…

01:27
2026-05-27
dev.to
ai-agents

Stop Cloning Entire Repos for Your Doc Builds

Microsoft has open-sourced selective-repo-fetch, a TypeScript library that extracts only the documentation files needed for a build from large repositories instead of cloning the entire repo. The tool…

23:58
2026-05-26
dev.to
generative-ai

I Built a Screenshot-to-React Generator in 3 Hours

A developer built a tool that converts UI screenshots into live, rendered React and Tailwind CSS components in under three hours. The system uses a Go backend to compress and send images to Claude Vis…

23:52
2026-05-26
dev.to
artificial-intelligence

Why 'AI Without Hype' Stopped Differentiating in 2026

By May 2026, the phrase "AI without hype" had become commodity language used by nearly every consultancy and agency, rendering it meaningless as a differentiator. A small AI agency owner on Mallorca o…

← prev page 476 / 566 next →