You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PREFLIGHT — Declare what you're working on, assess your baseline knowledge
Noetic phase — Read, search, explore. Log findings, unknowns, dead-ends as you go
CHECK — Gate: do I know enough to act? The Sentinel evaluates holistically
Praxic phase — Write code, make changes, commit
POSTFLIGHT — Measure what you learned. Grounded verification compares your self-assessment against objective evidence
The key insight: investigation and action happen in the same transaction. The PREFLIGHT-to-POSTFLIGHT delta captures the full journey from "I don't know" to "I investigated, understood, and implemented."
Why this matters
Without measurement, AI agents guess confidently. The noetic firewall prevents premature action — read-only tools (Read, Grep, Glob) are always allowed, but write tools (Edit, Write, Bash) require passing CHECK first.
This isn't just overhead. Teams using Empirica report that the forced investigation phase catches issues that would otherwise become bugs. The dead-end log prevents re-exploring failed approaches across sessions.
How do you use it?
We'd love to hear how others structure their workflows:
Do you use single large transactions or many small ones?
Which artifact types do you log most? (findings vs unknowns vs dead-ends)
How has the Sentinel changed your working patterns?
Share your .empirica/ configs, session patterns, or workflow tips below.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
How Empirica structures AI work
Every task in Empirica follows a measured loop:
The key insight: investigation and action happen in the same transaction. The PREFLIGHT-to-POSTFLIGHT delta captures the full journey from "I don't know" to "I investigated, understood, and implemented."
Why this matters
Without measurement, AI agents guess confidently. The noetic firewall prevents premature action — read-only tools (Read, Grep, Glob) are always allowed, but write tools (Edit, Write, Bash) require passing CHECK first.
This isn't just overhead. Teams using Empirica report that the forced investigation phase catches issues that would otherwise become bugs. The dead-end log prevents re-exploring failed approaches across sessions.
How do you use it?
We'd love to hear how others structure their workflows:
Share your
.empirica/configs, session patterns, or workflow tips below.Beta Was this translation helpful? Give feedback.
All reactions