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

Dev.to

articles 9627 domain dev.to → page 281/482 feed RSS
04:00
2026-06-15
dev.to
ai-agents

faida-mcp: Kenya Capital Markets via AI Agents

A developer has released faida-mcp, an AI agent tool that provides access to Kenya's capital markets, including the Nairobi Securities Exchange, Treasury bonds, unit trusts, and diaspora investment op…

03:54
2026-06-15
dev.to
ai-agents

The Hidden Failure Modes of AI Agents

AI agents can fail in subtle, non-obvious ways that resemble progress, including goal drift, tool misuse, state loss, hallucination, and premature task completion. These hidden failure modes make agen…

03:45
2026-06-15
dev.to
artificial-intelligence

AI Builder Notes - Week of June 14, 2026

A developer describes the 'loop' pattern for building reliable AI agents: goal, agent acts, verifier checks, state/memory updates, policy decides next action, repeat/stop/escalate. The developer also …

03:40
2026-06-15
dev.to
large-language-models

Run GLM-5.2 Locally: The Open Model Nobody Can Ban

Z.ai (Zhipu AI) released GLM-5.2, a 744-billion-parameter open-weight coding model with a one-million-token context window, under an MIT license. The launch comes days after the U.S. government ordere…

03:03
2026-06-15
dev.to
large-language-models

I Stopped Fighting Prompts: Locking Down Markdown with Jinja2

A developer solved malformed Markdown output from LLMs by switching from probabilistic prompt engineering to a deterministic pipeline. The LLM now outputs structured JSON data, which is rendered into …

03:03
2026-06-15
dev.to
large-language-models

I Fixed LLM Markdown Errors with Jinja2 and AST Parsing

A developer on the ai-developer-knowledge-hub project solved persistent Markdown formatting errors in LLM-generated technical documents by implementing a validation layer using AST parsing and Jinja2 …

03:00
2026-06-15
dev.to
large-language-models

I Fixed LLM Formatting by Stopping the Prompt Obsession

A developer solved LLM formatting errors by separating content generation from formatting using a Jinja2 templating engine. Instead of prompting the LLM to output Markdown directly, the system now out…

03:00
2026-06-15
dev.to
developer-tools

Terraform for AI generated code

A developer released speccraft, an open-source Claude Code plugin that enforces a spec-first, test-driven development workflow for AI-generated code. The plugin requires every change to start with a v…

02:56
2026-06-15
dev.to
developer-tools

I Fixed a Flutter Streaming Bug by Comparing Logs

A developer fixed a Flutter streaming bug in the tkstock project where the AI's typewriter effect froze mid-sentence due to flawed state append logic. By comparing logs before and after each data chun…

02:17
2026-06-15
dev.to
ai-agents

FCoP Grew a Project Tree

FCoP, a multi-agent collaboration protocol, unexpectedly revealed a project tree structure during a workflow test with the CodeFlowMu system. The test, which used a simple Grid Runner mini-game as a p…

← prev page 281 / 482 next →