Something strange happened in the years between 2023 and 2026.
Every week, a new headline announced that software engineers were obsolete. Every week, the same software engineers downloaded the latest AI coding tool, integrated it into their workflows, and went back to doing the hard work of understanding complex systems, managing ambiguous requirements, and making thousands of tiny judgment calls that no model had yet learned to make reliably.
This book is about that gap — and how to close it.
Ways of Working is a field guide for engineers who are serious about their craft and want to navigate the AI transition without losing themselves in it. It does not give you prompt templates or tool tutorials. Those become obsolete in months. Instead, it offers frameworks and practices that remain relevant regardless of which specific models and tools dominate the next cycle.
What You Will Learn Why clarity — not code — is your core product. Software engineers are not primarily code writers. We are clarity traders: we translate the ambiguity of business requirements into the precision that machines demand. AI handles the translation step faster than ever — but only if you first achieve the clarity that makes translation possible.
How to build world models that agents can actually use. The single most common failure mode in agentic development is not hallucination — it is missing context. This book teaches a four-layer framework for giving agents what they need: architecture constraints, component contracts, behavior specifications, and code patterns. Including deep dives into GitHub's Spec-Kit for machine-readable specifications, and graph-based knowledge systems (Graphify, Understand-Anything) that make complex domains navigable.
What agent architecture actually requires. Agent identity, the scaling wall that breaks file-based memory in production, constraint-based coordination borrowed from holocracy, and the emerging Networked Agentic Organization model for human-AI teams.
How to use Claude Code and the plugin ecosystem effectively. A complete guide to Claude Code's CLAUDE.md convention, permission model, slash commands, and hooks — plus the oh-my-claudecode ecosystem with its 15+ specialized agents, workflow orchestration patterns, and skills framework. Focused on patterns that work in production, not demos.
What AI-native organizations actually look like. Beneath the marketing, genuine AI-native organizations have specific characteristics: data quality obsession, research as daily practice, hiring profiles that differ from traditional software engineering, and cultural patterns that compound in capability over time.
Who This Book Is For - Senior engineers trying to understand what "agentic development" actually means in practice
- Engineering managers building teams that will work alongside AI coding agents every day
- Technical leaders trying to distinguish genuine AI-native practices from expensive hype
- Individual practitioners who have noticed that the more they rely on AI, the less certain they feel about what they actually know — and want to understand why
This book assumes you are already a competent engineer. It does not explain what a function is. It does explain what changes when an AI agent writes the functions for you.
What Makes This Book Different The ideas in this book come from building real systems with AI agents — not demos, but production systems that had to work reliably, maintain themselves over time, and evolve as requirements changed.
This experience produces a specific kind of skepticism: skeptical of the "AI will do everything" narrative (because AI-generated codebases regularly collapse under accumulated misunderstanding), and equally skeptical of the "nothing fundamentally changed" narrative (because the engineers who treat AI tools as just faster autocomplete are making a costly category error).
Something genuinely new is happening. The question is whether you can think about it clearly enough to benefit from it.
That is what this book is for.
About the Author Volodymyr Pavlyshyn is a software architect and researcher with deep expertise in agentic AI systems, graph databases, self-sovereign identity, and knowledge representation.
He is the author of LadybugDB (Leanpub), a practical guide to graph database and vector search architectures for agent memory systems. He writes regularly about agent identity, world models, networked agentic organizations, and the organizational implications of AI-driven engineering.
His background in hardware engineering gives him an unusual perspective: the principle that the problem defines the algorithm, not vice versa — and the habit of building new tools when existing ones don't fit the problem.
Table of Contents Part I: The Great Mindset Shift
- Beyond Vibe Coding — You Are a Clarity Trader
- The Paradox of Intensification
- Cognitive Sovereignty — Renting vs. Owning Your Intelligence
Part II: World Models and the Architecture of Intent 4. World Models for Agentic Coding — The Four-Layer Framework 5. Intent Documentation — Why Agents Need Your Why 6. Spec-Kit — Formal Specifications for the Agent Era 7. Graph Explainers — Making Knowledge Machine-Readable
Part III: Agent Architecture 8. Agent Identity — Beyond Names and Roles 9. The Scaling Wall — From Files to Databases in Multi-Agent Systems 10. Holocracy as Constraint Architecture for AI Agents 11. Networked Agentic Organizations
Part IV: The Coding Agent Toolkit 12. Claude Code — The New Command Line for AI Engineers 13. Oh-My-Claude Code and the Plugin Ecosystem 14. Claude Code Best Practices — Patterns That Actually Work
Part V: The AI-Native Organization 15. Building AI-Native Teams 16. Language-Oriented Programming and Constrained Natural Language 17. The Future of Human-Agent Collaboration
Epilogue: The Right to Build Before Your Time