✕ Clear all filters
14 articles

📰 Dev.to · Theo Valmis

14 articles · Updated every 3 hours · View all reads

All Articles 77,580Blog Posts 103,269Tech Tutorials 18,907Research Papers 16,887News 13,400 ⚡ AI Lessons
Why Code Review Cannot Scale With AI Output
Dev.to · Theo Valmis 3w ago
Why Code Review Cannot Scale With AI Output
AI coding assistants generate code at 10-100x human pace. Code review is still linear. The resulting bottleneck can't be solved by hiring — it requires pre-gene
Harness Engineering Still Needs Governance
Dev.to · Theo Valmis 3w ago
Harness Engineering Still Needs Governance
Harness engineering solves execution, orchestration, retries, and tool use. It does not enforce architectural intent. Governance is the missing layer in long-ru
Datadog's State of AI Engineering Report Quietly Confirms the Governance Crisis
Dev.to · Theo Valmis 3w ago
Datadog's State of AI Engineering Report Quietly Confirms the Governance Crisis
Datadog surveyed 1,000+ production AI orgs. The most important sentence wasn't about models: "In practice, model churn becomes a governance problem." Here's wha
Why AI Architectural Governance Needs Precedence Semantics
Dev.to · Theo Valmis 3w ago
Why AI Architectural Governance Needs Precedence Semantics
Two architectural decisions overlap. An engineer follows one. An AI agent follows the other. Nobody is wrong. Nobody has the authority to be right. This is what
Why RAG Fails for Architectural Governance
Dev.to · Theo Valmis 3w ago
Why RAG Fails for Architectural Governance
Retrieval-augmented generation is excellent for knowledge lookup. It is the wrong tool for enforcing architectural decisions. The distinction is deep, and most
Memory Is Not Governance
Dev.to · Theo Valmis 3w ago
Memory Is Not Governance
AI coding tools use one word for four different systems. Memory. Context. Retrieval. Governance. The most expensive mistake an engineering team can make is buyi
Autonomous Code Remediation Requires Architectural Governance
Dev.to · Theo Valmis 💻 AI-Assisted Coding ⚡ AI Lesson 3w ago
Autonomous Code Remediation Requires Architectural Governance
As autonomous code generation matures, the bottleneck shifts from generation quality to governance consistency. Here is why review cannot solve it.
Quantifying GitHub Copilot's Impact: What the SPACE Framework Actually Reveals
Dev.to · Theo Valmis 4w ago
Quantifying GitHub Copilot's Impact: What the SPACE Framework Actually Reveals
The SPACE Framework (Satisfaction, Performance, Activity, Communication, Efficiency) reveals what raw Copilot metrics miss and where the governance gap lives.
I shipped an AI-generated PR that violated four of our own architecture decisions. Nobody caught it
Dev.to · Theo Valmis 💻 AI-Assisted Coding ⚡ AI Lesson 4w ago
I shipped an AI-generated PR that violated four of our own architecture decisions. Nobody caught it
`--- title: "I shipped an AI-generated PR that violated four of our own architecture decisions....
Architectural drift is the silent tax on AI-assisted development
Dev.to · Theo Valmis 1mo ago
Architectural drift is the silent tax on AI-assisted development
The dirty secret of shipping with AI coding agents: every PR is locally optimal and globally...