📰 Dev.to · Austin Vance
62 articles · Updated every 3 hours · View all reads
All
Articles 85,895Blog Posts 107,335Tech Tutorials 21,183Research Papers 18,609News 14,229
⚡ AI Lessons

Dev.to · Austin Vance
6d ago
The Agent Harness Is the New Lock-In Layer | Focused Labs
The agent harness is becoming the real lock-in layer for enterprise AI because routing, traces, evals, memory, policy, and credentials live above the

Dev.to · Austin Vance
6d ago
Salesforce MCP Turns CRM Integration Into an Agent Runtime Problem | Focused Labs
Salesforce MCP moves CRM integration into the agent runtime, where identity, approvals, retries, idempotency, and traces decide whether CRM side effec

Dev.to · Austin Vance
6d ago
AI Agent Governance Follows the Execution Path | Focused Labs
AI agent governance belongs in the runtime path, where identity, policy, traces, and approvals meet before production side effects.

Dev.to · Austin Vance
6d ago
AI Agent Accuracy Is an Observability Problem | Focused Labs
AI agent accuracy should be managed as observable production evidence: traces, evals, side-effect receipts, and release gates, not one average score.

Dev.to · Austin Vance
6d ago
Agent Rubrics Turn Evaluation Into Runtime QA | Focused Labs
Agent rubrics move evaluation from offline scoring into runtime QA with verifier loops, criteria ownership, and observable verdicts.
Dev.to · Austin Vance
🤖 AI Agents & Automation
⚡ AI Lesson
2w ago
LangChain Interrupt: Agents Moved Into the Runtime | Focused
At LangChain Interrupt, the agent conversation shifted from models to runtime. LangSmith Engine, SmithDB, Deep Agents v0.6, Managed Deep Agents, MCP,

Dev.to · Austin Vance
🤖 AI Agents & Automation
⚡ AI Lesson
2w ago
Agentic Payments Move Spending Authority Into the Runtime | Focused Labs
Agentic payments move spending authority into the runtime, where policy, approvals, receipts, and revocation sit before a wallet signs.

Dev.to · Austin Vance
🤖 AI Agents & Automation
⚡ AI Lesson
2w ago
Agent UI Is Runtime Infrastructure | Focused Labs
Agent UI is runtime infrastructure: event streams give products typed handles for tools, state, approvals, subagents, errors, and observability.

Dev.to · Austin Vance
🤖 AI Agents & Automation
⚡ AI Lesson
2w ago
Agent Monitoring Is an Infrastructure Workload | Focused Labs
Agent monitoring has become production infrastructure: traces must carry state, side effects, cost, ownership, checkpoints, rollback context, and SRE

Dev.to · Austin Vance
3w ago
Agent Failures Should Open Tickets | Focused Labs
Recurring AI agent workflow failures should become named issues with linked traces, owners, regression evals, and release evidence.

Dev.to · Austin Vance
3w ago
Agent Traces Need to Cross the MCP Boundary | Focused Labs
Agent observability breaks when traces stop at the MCP tool boundary. Pass W3C trace context through MCP to connect planner, tool, and service spans.

Dev.to · Austin Vance
1mo ago
Agentic AI Architecture Needs Model Routing
Agentic AI architecture needs model routing, telemetry, and policy so production agents can send each workload to the right model instead of one defau

Dev.to · Austin Vance
1mo ago
Stop Eager-Loading MCP Tools Into the Context Window
MCP servers should not eagerly load every tool schema into an agent's context window. Lazy-load tools by intent, then govern and audit execution.

Dev.to · Austin Vance
🤖 AI Agents & Automation
⚡ AI Lesson
1mo ago
Your Customer Service Bot Is Slow Because It's Single-Threaded
Cut agent response times in half with parallel sub-agents in LangGraph. plus the failure modes that'll bite you in production with evals to prevent fu

Dev.to · Austin Vance
1mo ago
Your AI Just Emailed a Customer Without Permission
Implement human-in-the-loop patterns in LangGraph for enterprise AI agents. Build approval workflows, escalation paths, and audit trails.

Dev.to · Austin Vance
1mo ago
Streaming Agent State with LangGraph
Learn how to stream LangGraph agents in production with node updates, progress events, and token streaming using FastAPI and SSE.

Dev.to · Austin Vance
1mo ago
Driving Value with LangSmith Insights
Learn how to use LangSmith Insights to analyze production agent behavior, detect errors, and prioritize improvements based on real user interactions.

Dev.to · Austin Vance
2mo ago
Evaluation Pipelines for LangGraph Agents
Learn how to build evaluation pipelines for LangGraph agents using LangSmith. Implement datasets, LLM evals, and regression detection to safely ship a

Dev.to · Austin Vance
2mo ago
Debugging Your RAG Application: A LangChain, Python, and OpenAI Tutorial
A step-by-step walkthrough of debugging a RAG application built with LangChain LCEL. Learn practical techniques for tracing conversational memory bugs

Dev.to · Austin Vance
2mo ago
OpenAI Assistants: Limited, but Incredible
An honest review of OpenAI Assistants with Retrieval for RAG applications. Learn about its ease of use, accuracy benchmarks, beta limitations, and tip

Dev.to · Austin Vance
⚡ AI Lesson
2mo ago
How Coming Off Maternity Leave Has Given Me a "Newborn" Appreciation for Pairing
How returning from maternity leave gave one developer a fresh appreciation for pair programming and its benefits for ramping back up.
![[Video] How Queer Eye Helped Me Be a Better Consultant](https://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fcdn.prod.website-files.com%2F69171c5b6a36fedc1f0d6866%2F6942b2d82c4d656d08303d72_Chicago_2.jpeg)
Dev.to · Austin Vance
2mo ago
[Video] How Queer Eye Helped Me Be a Better Consultant
A conference talk exploring parallels between Queer Eye's consulting approach and software consulting, focusing on empathy, expertise, and client empo

Dev.to · Austin Vance
2mo ago
What Can a Hackathon Do For Your Technical Organization?
How hackathons drive innovation, team building, and technical discovery in organizations, with practical tips for running successful events.

Dev.to · Austin Vance
2mo ago
Echo Cancellation with Web Audio Api and Chromium
Debugging an echo cancellation bug in Chromium when using the Web Audio API for spatial audio processing on conferencing streams.
DeepCamp AI