A structured methodology for human-AI collaboration.
AI accelerates each phase — the human keeps the steering wheel.
AI accelerates everything,
except the intention.
The intention stays 100% human.
AI handles micro-tasks, but framing the problem, the vision, and the constraints stays with you. Think "big picture".
AI produces first versions and components. The human reviews, validates, and decides. AI never replaces judgment.
AI output is presumed incomplete. Validation is mandatory: logic, integration, edge cases, ethics.
This is the only phase that is entirely human. A well-defined intention prevents the AI from drifting into irrelevant solutions. The clearer the intent, the better every subsequent phase.
Your folder structure is your RAG. Organized files, documentation (CLAUDE.md, README), and structured knowledge give the AI rich context without a vector database.
Never ask for a complete deliverable at once. A prototype becomes: UI component + data flow + API call + tests. Validate each block before moving to the next.
Idea → Justification → Stabilization → Product
The product and process co-evolve. AI helps discover the right solution through rapid iteration — a form of AI-assisted systems engineering.
In sensitive domains (medical, financial, legal), human verification is not optional — it's an ethical requirement. AI expands capabilities but never replaces deep expertise.
Structured project layout gives the AI deep context — no vector database required.
Project structure, build commands, conventions, key decisions. The AI reads this first and stays aligned across sessions.
Numbered sections, clear naming. AI can read exactly the file it needs without loading the entire project.
Separate research from generated content. AI draws from verified data, not its own hallucinations.
PDFs are generated, never hand-edited. Single source of truth stays in core/.
| Phase | Description | Human | AI |
|---|---|---|---|
| Intention | Define the problem, vision, constraints, provide context | 100% | 0% |
| Exploration | Analyze context, identify resources and constraints | Guide | Analyze |
| Planning | Structure approach, define steps, identify components | Validate | Propose |
| Execution | Generate deliverables: code, content, architecture | Supervise | Produce |
| Validation | Test, verify integration, identify edge cases, iterate | Decide | Assist |
AI loses the thread over long prompts. Without structure, outputs drift from original intent. You end up re-explaining everything.
Each part works alone, but they don't fit together. Different prompts produce conflicting outputs, data mismatches, and broken flows.
Accepting AI output without testing it. Shipping a prototype that was never validated against real constraints or edge cases.
IEPEV structures human-AI collaboration so that AI accelerates each phase while keeping strategic control and decision-making where it belongs — with you.