mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-18 23:39:34 +00:00
fix: qualify performance claims and comparison table per review feedback
This commit is contained in:
parent
58292532f4
commit
2e22f0de09
@ -23,7 +23,7 @@ Guardian uses a hub-and-spoke model:
|
|||||||
|
|
||||||
## Key Patterns
|
## Key Patterns
|
||||||
|
|
||||||
1. **Identity + NOT-block**: Each agent defines what it IS and what it IS NOT (reduces task drift ~35%)
|
1. **Identity + NOT-block**: Each agent defines what it IS and what it IS NOT (~35% reduction observed in production testing)
|
||||||
2. **Task Registry**: SQLite-based anti-duplication with similarity matching
|
2. **Task Registry**: SQLite-based anti-duplication with similarity matching
|
||||||
3. **Setup Master**: Every task gets a blueprint before delegation (agents, tools, risks, order)
|
3. **Setup Master**: Every task gets a blueprint before delegation (agents, tools, risks, order)
|
||||||
4. **Quality Gate**: Agent output is a CLAIM; test output is EVIDENCE
|
4. **Quality Gate**: Agent output is a CLAIM; test output is EVIDENCE
|
||||||
@ -31,7 +31,7 @@ Guardian uses a hub-and-spoke model:
|
|||||||
|
|
||||||
## Differences from other agent systems
|
## Differences from other agent systems
|
||||||
|
|
||||||
| Feature | Guardian | Typical Agent Frameworks |
|
| Feature | Guardian | Common Open-Source Agent Frameworks |
|
||||||
|---------|----------|------------------------|
|
|---------|----------|------------------------|
|
||||||
| Prompt length | 200-800 lines | 20-50 lines |
|
| Prompt length | 200-800 lines | 20-50 lines |
|
||||||
| Constraint ratio | 20-30% | <5% |
|
| Constraint ratio | 20-30% | <5% |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user