This article is part of an ongoing series named âSolving Event Modeling for the Enterprise.â
The Problem With Holding It All in Your Head
If you put a task in front of most engineers, their brain immediately jumps in five different directions. Business logic. Architecture. The API. Security. All at once, none of it fully thought through. At least thatâs what typically happens to me.
Youâre trying to hold the whole system in your head, and none of the five layers get the attention they actually need.
I remember very well those planning and refinement meetings, where a stakeholder explained a problem, and all I was thinking about were the modules I would have to touch for this. Already sketching out the implementation.
That used to be me. All the time.
Then I found Event Modeling. It felt like a revelation, because the process forces a strict rule: linear thinking. One step at a time, in order. Suddenly reasoning about a whole system stopped being five things at once, and became one thing. It made my thinking linear, and that turned out to be exactly what my brain needed.
That personal relief is nice on its own. But Solving Event Modeling for the Enterprise isnât about my brain. Itâs about how a whole team organizes its work, together, at scale - without everyone secretly doing their own version of the five-directions problem in their head. And that starts with the thing almost everybody in software hates.
Why Estimation Is Broken
Every project needs estimates. Everybody hates giving estimates. Youâre forced to guess, everybody in the room knows youâre guessing, and later you get held accountable for the guess as if it was a promise you made in good faith. Iâve sat in enough of those meetings, on both sides of the table, to know how dishonest the whole ritual is. You give a number because youâre asked for a number, not because you actually know.
The root cause is simple, once you say it out loud. Most engineers estimate without actually doing the work first - simply because they donât get enough time to do it. You canât know how long something takes until you understand it, and understanding takes time too. So the estimate is really a guess about a guess.
The Trap Nobody Talks About
Itâs a trap, and not an obvious one. The more time you spend analyzing something to give a better estimate, the more youâve already invested before you even know if the story survives prioritization. If it gets cut after that analysis, all that time is gone, spent on something that never shipped. So from a business point of view, âestimation preparationâ gets labeled as waste. Just tell me how long it takes, donât waste my money figuring that out.
Itâs a completely reasonable thing to say, and itâs also exactly what keeps estimation broken.
Starting With Understanding, Not Estimation
One reason I went on a journey to solve Event Modeling for the enterprise is because it provides solutions to exactly those nasty problems that are really hard to fix. Itâs not the technology that needs fixing - itâs the process.
Event Modeling gets around that trap by changing what comes first. We donât start with estimation. We donât start with code either. We start by understanding the process, the actual problem in front of us. And we do something almost nobody else does when they try to plan work.
We decompose it into tiny pieces from the beginning. We call them slices.
Building the Timeline by Asking âWhatâs Nextâ
In EM-Studio, slices sit on a timeline. We call it a âchapter,â like a chapter in the story of the system. (And yes, it intentionally looks like Excel, because Event Modeling and Excel have a lot in common.)
You build that timeline by asking one question, over and over, until thereâs nothing left to ask: whatâs next. Not what should the system technically do next, but what would the user actually do next. That single constraint, always asking from the userâs side of the screen, keeps the whole exercise honest and keeps it moving forward instead of sideways into architecture debates too early.
From Feature-Sized Questions to Slice-Sized Questions
That shift changes the size of the question youâre actually answering. Instead of âhow big is this feature,â which can easily hide weeks of work behind a single, comfortable-sounding sentence, you ask âhow many steps are in this feature?â and âhow big is this first step of the feature?â
One step (one Slice) is often nothing more than a screen, a button, and everything that happens the moment someone clicks it. A feature can be made of dozens of these slices, strung together on the timeline. A slice is only one of them, and itâs small enough that you can actually reason about it in full in just a few minutes.
Not Replacing Your Ticketing System, Extending It
Organizing work with Event Modeling for an enterprise doesnât mean replacing what they already have. Thatâs not going to happen, and honestly, it shouldnât. Almost every company runs its work and its reporting through some ticketing system, whatever it is, and every process around it - every habit, every dashboard, every stand-up - is built on top of that system.
Event Modeling doesnât replace that - it provides the necessary input.
Walking into a company and saying âthrow that outâ is a fast way to get shown the door, and it wouldnât even be the right advice.
So instead of replacing it, we combine with it.
The Mapping: Chapters, Slices, Epics, Tickets
A chapter, which typically describes one user flow or one process in the system, becomes an epic. A slice, one tiny next step in that process, becomes a ticket. That mapping is deliberately simple, because simple is what survives contact with an existing enterprise workflow. Even if two engineers split a single slice - one on the frontend and one on the backend - it stays one ticket, one unit of work. Itâs only done once everything inside that slice is done, not when one half of it is done and the other half is someone elseâs problem for next sprint.
Independent by Design
Hereâs where it gets good, and honestly where I think the real value sits. Slices are designed to be independent. Not by accident, and not as a side effect of how the tool happens to work, but by design, when you model the right way. That independence means you can think about a slice in isolation, without needing the rest of the system in your head. You donât even need to understand the rest of the chapter the slice lives in.
And just as importantly, you can build it in isolation too.
Which brings me back to where this whole post started. The relief I felt personally, being able to reason about one thing at a time instead of five, is the exact same relief a team gets once work is organized this way. An engineer picking up a ticket doesnât need to hold the entire chapter, or the entire system, in their head before they can start. Just their one slice. And if itâs done, just pick the next one.
The rest of the system can stay someone elseâs concern for now, and thatâs not a gap in understanding - itâs the whole point.
The Life of a Slice
Each slice moves through a simple lifecycle from there. It starts as Created, while itâs still being modeled and shaped on the timeline.
Once itâs ready to be picked up, it moves to Planned.
Planned means exactly what it says: this piece of work is ready, for a human or for an agent, whichever gets to it first. Whoever picks it up assigns it to themselves, and the mechanism is the same either way - thereâs no separate process for agents versus people. Then it gets built. And it ends in one of two states: Done, or Blocked.
(There are more statuses, but I personally donât use them much.)
When Slices Get Blocked
Blocked should almost never happen, and when it does, it should never come as a surprise. âDoabilityâ gets clarified early, long before a slice ever reaches Planned status, so the team isnât discovering âwe canât actually build thisâ halfway through a sprint.
And itâs never a dependency on another slice, since slices donât depend on each other by design. When something does block a slice, itâs almost always external to the model itself. An API key that isnât available yet is a perfectly normal, perfectly human example. The model wasnât wrong. The world just wasnât ready yet.
Reporting Without Guessing
Solving Event Modeling for the Enterprise also means solving reporting, because organizing the work is only half the problem a company actually has. Leadership still wants to know how things are going, and they want that answer without having to trust one more personâs gut feeling.
Hereâs the part I like best. Most reporting still happens in the tools a company already trusts, and thatâs fine - thatâs exactly how it should stay. EM-Studio doesnât try to take that over. It just delivers the necessary input into it.
Because slices are independent, and because it turns out theyâre all roughly the same size once you model them properly, counting them gives you an honestly accurate picture of progress. (Read that again, please.)
A hundred slices in a project, fifty of them done, and you can say with real confidence that the project is fifty percent done. No guessing, no padding the number to look better in a meeting, no getting held accountable months later for a figure you basically made up under pressure.
Add the âSlice Cycle Timeâ (if you really want, call it velocity) - the time it takes the team on average to build a slice - and youâll get a date when the project will be done.
Whenever, during an Event Modeling session, slices are added, this transparently changes that number on the fly. The impact of change becomes visible.
Solving Event Modeling for the enterprise means giving stakeholders the right input to make decisions.
âIf we add those 6 slices, we wonât make the deadline by 3 days.â Either move this feature or cut it by a few slices. Choose.
An Extension, Not a Replacement
EM-Studio ships a basic reporting view of its own, but thatâs not really the point of it. Itâs not meant to replace whatever your company already runs on, and it never will be. Itâs built as an extension, made to plug into whatever solution you already trust, so the honest numbers Event Modeling produces show up where your team is already looking, instead of in one more tab nobody opens.
Whatâs Next in This Series
Thatâs the second problem solved in this series - not by replacing what enterprises already rely on, but by giving it something honest to work from, both in how work gets organized and in how progress gets reported.
Part 3 is next: Collaboration - solving the big problems together, with humans and with agents.
Links
- EM-Studio
- EM Spec
- EM Build Kits
- EM Cheatsheet
- Event Modeling Use-Cases
- Explore Real World Event Models
Join the Agentic Engineer Program
Apply Spec-Driven Development Hands-On - Event Modeling, Event Sourcing, and AI Engineering with autonomous agents.
Book a Call Today
Want to talk through how Event Modeling could work for your team or project? Letâs have a quick, no-pressure conversation.
