What is Synthesis Engineering?
Synthesis engineering is the professional discipline of systematic human-AI collaboration for complex work. It's not automation (AI replacing humans) or augmentation (AI enhancing humans) — it's genuine synthesis where both parties contribute irreplaceable value to produce results neither could achieve alone.
The fundamental insight: design systems for AI capabilities, not human limitations. Traditional workflows optimize for human cognition — folder hierarchies, periodic reviews, status meetings. AI has different strengths: instant full-text search, perfect recall within sessions, tireless consistency, ability to synthesize across documents.
Synthesis engineering asks: what if we redesigned our workflows to use AI's strengths while preserving human judgment, expertise, and control?
The Crafts
Synthesis engineering encompasses specific crafts — domains where the discipline's principles are applied to particular types of work:
Synthesis Coding
Build production code with AI—without losing control. Human-AI collaboration for writing production-grade software. The human provides architectural authority, judgment, and quality standards. The AI provides execution speed, pattern recognition, and consistency.
Learn more at synthesiscoding.org →Synthesis Project Management
Project management redesigned for AI capabilities. Durable project memory lives in CONTEXT.md, REFERENCE.md, and session archives so work can move across Claude Code, Codex, other capable agents, and any workstation synced through a private git repo — and a claim-based coordination board now lets several agents work the same project at the same time without overwriting each other.
Synthesis Writing
The craft of thoughtful human authorship in the age of AI. The writer writes. The AI assists with scaffolding — spelling, grammar, structural feedback, fact-checking, reformatting. Substance, voice, and judgment stay human. Positioned as a disciplined antidote to AI slop, not a product.
Learn more at synthesiswriting.org →As AI capabilities evolve, new crafts will emerge. The pattern applies anywhere humans and AI collaborate on complex work — research, design, analysis, and more.
How It's Different
Synthesis engineering is distinct from both "vibe coding" and "agentic coding":
| Approach | Human Role | AI Role | Best For |
|---|---|---|---|
| Vibe Coding | Minimal oversight | Generates everything | Experiments, learning, throwaway code |
| Agentic Coding | Sets goal, steps away | Operates autonomously | Well-defined, bounded tasks |
| Synthesis Engineering | Directs, reviews, approves | Executes under supervision | Production systems, complex work |
Key Distinctions
vs. Vibe Coding: Vibe coding is "just let AI write it"—great for rapid experiments and personal tools, but production systems need architectural coherence, security, team comprehension, and long-term maintainability. Synthesis engineering maintains these standards.
vs. Agentic Coding: Agentic approaches emphasize AI autonomy—set a goal and let AI figure it out. Synthesis engineering keeps humans in the loop because complex work requires judgment calls AI can't make: architectural trade-offs, security decisions, business context, and accountability.
The same developer might use all three approaches in a single day. The skill is recognizing which approach fits each task.
Get Started
Synthesis engineering methodology is now available as installable Agent Skills — portable instruction packages that work with Claude Code, Codex, Cursor, GitHub Copilot, and other AI agents. Install proven practices for code review, project management, content quality, and multi-contributor integration.
Install as a native plugin in Claude Code or OpenAI Codex — one shared catalog of 49 skills, both runtimes:
# Claude Code
claude plugin marketplace add synthesisengineering/synthesis-skills
claude plugin install synthesis-skills@synthesis-engineering
# OpenAI Codex
codex plugin marketplace add synthesisengineering/synthesis-skills
codex plugin add synthesis-skills@synthesis-engineeringOr install direct copies for Cursor, GitHub Copilot, and 40+ other agents: npx skills add synthesisengineering/synthesis-skills --global --all --copy. Licensed under CC0 (public domain). Browse the catalog on GitHub →
One shipped artifact of the ecosystem: slopcheck, a free hosted slop-detection tool built on the upgraded synthesis-content-quality v4.0 and synthesis-fact-checking v2.0 skills. Zero data collection, no signup. See the methodology piece for the catalog structure behind it.
Articles
Browse All →- Your AI Assistant's Memory Isn't Actually Yours
Three questions show why your AI coding assistant's built-in memory isn't a durable record — portable, synced, versioned
- A compounding pattern catalog for AI slop
Why a methodology for detecting AI-generated content should keep the patterns it retires, not delete them. The shape of
- The Direction Dynamic in ops: driving multi-tool recovery through a single AI session
The technical fix was the easy part. The recovery was tedious GUI work across Search Console, Bing Webmaster, and Cloudf
- Synthesis Project Management Now Works Across Claude Code and Codex
Synthesis project management now works across Claude Code and OpenAI Codex by keeping durable project memory in CONTEXT.
- The Synthesis Thinking Framework: A Practitioner's Guide
Five thinking modes for technical practitioners who work with AI agents daily. A detailed methodology with real examples
- Your AI Is a Thinking Partner. You're Using It as a Search Engine.
Most leaders ask AI for answers. The ones gaining a real edge ask it to think with them. Here's the five-mode framework
- The Tiered Context Architecture: Managing AI Working Memory at Scale
When AI context files grow to 1,000+ lines, they degrade the collaboration they were built to support. The tiered contex
- The hidden lesson of Richard Socher's career: AI makes engineering discipline more valuable, not less
Richard Socher built the research that powers today's AI coding assistants and then described exactly how organizations
