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

Dev.to

articles 9636 domain dev.to → page 282/482 feed RSS
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…

01:22
2026-06-15
dev.to
developer-tools

introducing gh-aw-fleet

A developer built gh-aw-fleet, a declarative fleet manager for GitHub Agentic Workflows, to track which workflows are deployed across multiple repositories. The tool reconciles fleet.json declarations…

01:20
2026-06-15
dev.to
ai-agents

Spam Detection for Inbound Agent Mail

Nylas has introduced spam detection policies for its Agent Accounts, which are mailboxes built for AI agents and system identities. The policies filter spam at the mailbox layer before the agent proce…

01:20
2026-06-15
dev.to
developer-tools

Auditing What Your Email Agent Actually Did

Nylas introduced Agent Accounts, a hosted mailbox with six system folders that provides an immutable audit trail for email agents. The sent folder stores every outbound message as a real object, times…

01:20
2026-06-15
dev.to
ai-agents

Least Privilege for AI Agents: One Identity, One Scope

A team's support triage agent suffered a prompt regression that caused it to reply to all emails for hours, highlighting the need for least-privilege access control in AI agent fleets. The Nylas secur…

01:10
2026-06-15
dev.to
artificial-intelligence

When Regex Fails: My Journey to AI-Powered Data Extraction

A developer building a side project to extract contact info from hundreds of business websites found that regular expressions failed to reliably parse phone numbers from messy HTML. After trying regex…

01:05
2026-06-15
dev.to
ai-agents

Catching the failure is the easy part

A developer argues that detecting agent failures is relatively easy, but deciding which failures to retain as memory is the truly difficult challenge. The post explores how consolidation of failure re…

← prev page 282 / 482 next →