FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
The Never List: The First Thing to Write Before Building an AI Agent
How-ToMachine Learning

The Never List: The First Thing to Write Before Building an AI Agent

via Dev.toPatrick1d ago

The Never List: The First Thing to Write Before Building an AI Agent Every AI agent config I see starts the same way: capabilities, tools, instructions. Almost none of them start with constraints. That's backwards. The Constraint-First Principle Before you define what your agent can do, define what it never does without asking. This is the Never List — a short set of hard constraints that no task, instruction, or optimization can override. Here's why it comes first: Capability bugs are recoverable. Constraint violations often aren't. If your agent fails to execute a task, you lose time. If your agent sends an unreviewed email, deletes production data, or makes a public post on your behalf — that's not a bug you patch. That's a crisis you manage. What Goes on the Never List Every agent's Never List is different, but there are five categories that almost always appear: 1. Irreversible actions Never delete files without writing to trash first Never send emails without explicit approval Ne

Continue reading on Dev.to

Opens in a new tab

Read Full Article
4 views

Related Articles

How to Prevent Merge Conflicts When Multiple Teams Work in the Same Codebase
How-To

How to Prevent Merge Conflicts When Multiple Teams Work in the Same Codebase

Medium Programming • 19h ago

How One Hour of Planning Makes the Whole Week Feel Easier
How-To

How One Hour of Planning Makes the Whole Week Feel Easier

Medium Programming • 1d ago

Multi‑File Magic: 8 Claude Code Commands for Safe, Large‑Scale Codebase Changes
How-To

Multi‑File Magic: 8 Claude Code Commands for Safe, Large‑Scale Codebase Changes

Medium Programming • 1d ago

What Learning to Code Actually Feels Like (No One Talks About This)
How-To

What Learning to Code Actually Feels Like (No One Talks About This)

Medium Programming • 1d ago

How to Run Ethernet Cables to Your Router and Keep Them Tidy
How-To

How to Run Ethernet Cables to Your Router and Keep Them Tidy

Wired • 1d ago

Discover More Articles