惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

人人都是产品经理
人人都是产品经理
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
宝玉的分享
宝玉的分享
月光博客
月光博客
爱范儿
爱范儿
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
WordPress大学
WordPress大学
有赞技术团队
有赞技术团队
阮一峰的网络日志
阮一峰的网络日志
博客园_首页
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 三生石上(FineUI控件)
博客园 - 聂微东
小众软件
小众软件
量子位
MongoDB | Blog
MongoDB | Blog
Blog — PlanetScale
Blog — PlanetScale
The Cloudflare Blog
Stack Overflow Blog
Stack Overflow Blog
U
Unit 42
Hugging Face - Blog
Hugging Face - Blog
T
The Blog of Author Tim Ferriss
H
Help Net Security
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
The Agentic Development Manifesto
Bala Paranj · 2026-06-19 · via DEV Community

Bala Paranj

Manifesto for Agentic Development

We are uncovering better ways of building software with AI agents. Through this work we have come to value:

Declared intent over inferred behavior

Verified properties over reviewed code

System coherence over unit throughput

Named essence over accumulated features

That is, while there is value in the items on the right, we value the items on the left more.


Principles behind the Agentic Development Manifesto

  1. Our highest priority is to deliver software whose correctness can be demonstrated mechanically, by a verifier independent of the generator. The tool that wrote the code cannot be the oracle that confirms it is correct.

  2. Specifications, contracts, and invariants are the coordination protocols for agents. Without them, more agents means more conflict, not more throughput.

  3. Welcome changing requirements — but version the specification before changing it. Agents working against different versions of the truth produce split-brain systems.

  4. The most reliable gate on AI-generated code is not a human reading it but a machine verifying it against declared properties. Human judgment belongs upstream — in deciding what correct means — not downstream in reading what a model produced.

  5. A specification that no one enforces is a wish. Enforcement is mechanical or it is absent. CI is the only reviewer that never skips a check under deadline pressure.

  6. Code is a liability; capability is the asset. Measure properties verified, not lines generated. A codebase that grows without a corresponding growth in verified properties is accumulating unmanaged risk.

  7. The best architectures, requirements, and designs emerge from teams that know which problems are deducible and which are emergent — and refuse to apply the wrong method to either.

  8. Working software is necessary but not sufficient. Working software that satisfies declared invariants is the measure of progress.

  9. Simplicity — the art of maximizing the amount of work not generated — is essential. The near-zero cost of generation makes disciplined subtraction more valuable, not less.

  10. When you can name what your product essentially is, delete what dilutes it — including working code. A product becomes stronger by getting smaller when what remains is the essence.

  11. The best agent-assisted teams maintain two distinct practices: rigorous process for the unit (the spec, the skill, the bounded task) and probe-sense-respond for the system (integration, observation, human judgment at the seams). Neither substitutes for the other.

  12. At regular intervals, the team asks not "how much did we generate" but "how much uncertainty did we retire, and how much of what we built belongs."

  13. Moving human judgment upstream does not mean abandoning the ability to go deep. When mechanical verification fails — and it will — the human must still be capable of understanding the system well enough to diagnose what no gate caught. Judgment that cannot descend into detail is not judgment; it is hope.


The Agile Manifesto was a cure for rigidity — rigid processes, slow delivery, organizations that couldn't adapt. It solved those problems. The Agentic Development Manifesto is a cure for chaos — cheap generation, scarce verification, and systems that grow faster than any human can comprehend. Different era, different disease, different medicine. The problems the Agile Manifesto solved are not the problems we have.