The applied science of holding many deadlines in mind.
Your deadlines are a shape, not a list. Past a certain number, your mind stops tracking them as separate line items and starts feeling them as one uneven mass: where they cluster, where they thin out, where the next wall is. That distribution is the shape. Deadlinewatch renders it, so you stop carrying it in your head. You decide what to do with it. That's the whole idea, and everything below is how I got there.
The problem.
You may never have put it this way. For many years I didn't. But past a certain number of commitments held in your head, you stop treating your due dates as line items and start treating them as a lump: uneven weights, sharp edges, bumps you brace for without quite looking. Your mind adapts to that overhanging shape on its own, predicting, shifting, negotiating, all of it running in the background while you try to do the actual work.
I spent over twenty years in deadline-heavy professional work, across four continents. Formal submissions, presentations, reports, reviews: managing them was the daily job, and I tried every aid and system I could find. Nothing quite held. Circumstances changed too fast, too unpredictably, in too many directions for a flat list to keep up. So I started working the problem the way I'd work any other one: take inventory, analyze, test, solve. This tool is the product of five years of loose research and two years of building. What follows is what I found, and how it became the thing in front of you. If the idea interests you, the cornerstone essay Your deadlines are a shape, not a list argues it in full.
What the research says.
When I went looking for the work behind the experience, it was older and better established than I expected. None of it surprised me. It gave names to things I'd felt for years.
Working memory holds only a handful of things at once, the famous "seven, plus or minus two" from George Miller's 1956 paper, and fewer still for anything you can't group into a chunk. A dozen live deadlines don't chunk. Past that handful you stop holding them and start spending attention to keep them from slipping. You're also a poor judge of the load. The planning fallacy, named by Kahneman and Tversky, is our reliable habit of underestimating how long our own work will take, which is why an open-looking Monday turns into a crunch by Thursday. And what helps isn't willpower. Ariely and Wertenbroch found that people do better against deadlines they can see than against the ones they carry in their heads. Structure you can see beats discipline you have to summon.
The rest of the literature, on procrastination and the cost of carrying open loops, rhymes with all three. None of it is news to anyone who has done deadline-heavy work for long. It only puts names to what you already know in your body by Wednesday afternoon.
The four principles.
The research above doesn't tell you what to build. It tells you what to respect. Four rules came out of trying to respect it.
Externalize the weight
Most of the workflow state lives in your head by default: what's active, what's deferred, what matters more than its date suggests. The controls on a deadline (Status, Snooze, Pin, a Poke by email, a Pop-up in the browser) move that state onto the screen, where it can be read without effort. Move a deadline up or down, hand off the remembering, check the state at a glance. The relief is proportional to how much you stop having to hold. That leads straight to the next principle: the shape itself.
Render the shape
The second cost is the topography: which days are dense, which weeks are quiet, where the work stacks up. A list can't show that. A shape can. The tool renders it two ways. The dashboard reads everything you're carrying as a single ordered list, soonest first. The second view reads the weeks ahead as terrain, through two instruments: the Curve traces the rise and fall of the load, and the Horizon shades the same stretch as a grid, darker where deadlines bunch. See a crunch coming and you can move the deadlines you control, then watch the shape redraw, instead of running the arithmetic in your head.
Describe, don't direct
A tool that tells you what to work on next is claiming an expertise it doesn't have, and taking the part of the job you're actually paid for. The tool doesn't know which client is hot this week, which deadline your reputation rides on, which one has slack you can borrow against. You do. So the tool reports facts and you decide priorities. Everywhere it could have used a directive ('do this next'), it uses a plain label instead: Pinned, Overdue, Today.
Tell the truth, even when it's uncomfortable
The fourth principle is the one I almost didn't write down, because it should be obvious: the tool never hides a fact to make you feel better. A snoozed deadline that's overdue says so on its chip ('snoozed until Thursday, was due 3 days ago'). The dashboard never suppresses an overdue row. There are no completion celebrations beyond a brief card-fade. The only thing a deadline tool has to offer is the truth about your week. Bend that truth in any direction, even kindly, and you stop trusting it, at which point the tool is worse than no tool at all.
From principle to feature.
Each principle grew into a feature. The chain is direct enough to audit row by row.
Principle
Externalize the weight
Becomes
Status, Snooze, Pin, Poke, Pop-up
The controls on a deadline. Status answers 'am I working on this.' Snooze answers 'do I want to see this right now.' Pin answers 'should this sit at the top of my dashboard.' Poke answers 'should I get an email when it's near.' Pop-up answers 'should this surface on screen while I have the tool open.' Each is one piece of state that used to live in your head.
Principle
Render the shape
Becomes
dashboard, the forward view
Two views, two readings. The dashboard reads everything you carry as one ordered list, soonest first. The forward view reads the next 12 weeks as terrain: the Curve for the rise and fall of the load, the Horizon for where deadlines cluster. You switch to whichever answers the question in front of you.
Principle
Describe, don't direct
Becomes
neutral labels, plain math, templated observations
The dashboard sections are named Pinned, Overdue, and Upcoming. The math you see is days-until-due. The daily observations are templated strings emitted on specific conditions, never a recommendation. There is no recommend button.
Principle
Tell the truth
Becomes
ghost rows, honest overdue chips, no fake progress
A snoozed deadline stays visible as a ghost row at reduced opacity. A snoozed deadline that's overdue says so on its chip. No badges, no streaks beyond a quiet counter on your profile, no completion theater beyond a brief card-fade. The interface says what's true.
The math underneath.
A few of the numbers running inside the tool are worth showing plainly. Not because you need them to use it, but because the math is real and I want it on the table.
Per-day intensity
The Horizon shades each day a deeper red the more deadlines cluster around it. The intensity at any date is the exponential-falloff sum of every nearby deadline:
I(d) = Σ exp(-distance(d, deadline) / τ)
where τ = 2.5 days, distance cutoff = 7 daysA lone deadline contributes 1.0 to its own day. A second one a day later adds about 0.67. Three on the same day stack to 3.0. That number sets the cell's red: a single deadline a light wash, a pair a mid-tone, a dense cluster the darkest red, capped around a three-deadline cluster so one heavy week can't wash out the whole quarter. The math is symmetrical in time, bounded (anything past 7 days contributes nothing), and deterministic. Same inputs, same shade, every time.
Curve smoothing
The Curve reads the same field as a single rolling line. Where the Horizon uses a sharp exponential kernel, a crisp cusp on each deadline's day, the Curve sums a gaussian bump per deadline, a rounded hill instead of a spike, so adjacent deadlines blend into gentle terrain rather than an EKG trace:
C(d) = Σ exp(-distance(d, deadline)² / 2σ²)
where σ = 2.5 daysBoth views normalize to the same ceiling, the busiest day in the window, so the heaviest day is the tallest point on the Curve and the darkest cell on the Horizon at once. Same load, two readings.
Templated, not predicted
The observations on the dashboard come from fixed detector functions, not a language model. One reads: "three deadlines next week, Wednesday is heaviest." Each detector checks a specific condition and emits a templated sentence when it's met. Same data in, same observation out. You can audit any of them by checking the numbers underneath. Nothing happens that isn't shown.
Where I hold the line.
The choices below are deliberate. Each maps back to a principle above and stays firm for the same reason.
No rankings or scores
The tool never tells you which deadline to work on next, and no deadline carries a number that ranks it against the others. No 'top priority,' no suggested order, no value-weighted index. The math you see is days-until-due, and the order is yours to choose. Anything else would be the tool pretending to know your work better than you do.
No AI claims
The pattern observations come from deterministic templates, not a language model. Nothing here is 'smart,' 'intelligent,' or 'AI-powered.' When the dashboard surfaces 'three deadlines next week, Wednesday is heaviest,' it's because a function counted three deadlines and emitted a templated sentence. That's all it is, and I'd rather say so than dress it up.
No theater, no game
No 'act now,' no countdown timers, no red dots demanding attention. No badges, no leaderboards, no confetti when you complete a deadline. There's a small streak counter on your profile, off to the side, easy to ignore. Everything else a game would add, the tool leaves out. It's an instrument, not a game, and you already feel enough pressure from the deadlines themselves.
No mass reminders
Email reminders are per-deadline opt-in, never blanket, and off by default. If every row triggered an email, your inbox would fill with things you can already see on the dashboard, and the dashboard would lose its job.
How I asked.
Before building, I talked with a few dozen people who carry deadline-heavy work. I asked how they keep track, what they've tried, what they discarded, what they wished worked. I wasn't running a formal study. I was checking my own experience against theirs. The themes were consistent: lists work until they don't, the cost shows up as fatigue, and the available tools either over-promise or under-deliver. Twenty years of doing the work, a reading of the research, and those conversations: three sources, weighed against each other, became one tool.
A note from the maker.
I built Deadlinewatch the way I built everything else in my career: as an instrument I would use myself before asking anyone else to use it. The math, the principles, and the lines I won't cross aren't a marketing position. They're how I actually work, transferred into software.
If any of this resonated, the demo walks the mechanics in practice, and the pricing is one number and a trial. If you'd rather read than click, the rest of the thinking lives on the blog. Thank you for reading this far.
Conrad
Maker of Deadlinewatch
Frequently asked questions.
What does "your deadlines are a shape, not a list" mean?
Past a handful of commitments, your mind stops tracking them as separate items and starts feeling them as one uneven mass: where they cluster, where they thin out, where the next wall sits. That distribution is the shape. A list shows the items. It can't show the shape. Deadlinewatch renders the shape so you don't have to hold it in your head.
Is Deadlinewatch a project manager or a to-do app?
No. It tracks the dates, not the task graph. It doesn't manage projects, assign work, or plan your day. It holds your deadlines, shows how they cluster across the weeks ahead, and gives you the controls to respond. You decide what to do with what you see.
Does Deadlinewatch use AI?
No. The daily observations come from fixed detector functions and templated sentences, not a language model. The same data in produces the same observation out, every time, and you can check the numbers underneath any of them.
How does it decide which deadline matters most?
It doesn't. There are no rankings and no scores. Deadlines are ordered by days-until-due, and importance is a flag you set yourself. The tool reports facts. You set priorities.
How is it different from a calendar?
A calendar marks dates in cells, one day at a time. It can't show where the load concentrates across the weeks ahead. Deadlinewatch reads the same dates as a shape: a Curve for the rise and fall of the work, and a heatmap for where the days cluster.
What research is Deadlinewatch based on?
Mostly three findings: the limits of working memory (George Miller's "seven, plus or minus two"), the planning fallacy (Kahneman and Tversky), and the result that visible, external deadlines beat the ones you set for yourself (Ariely and Wertenbroch). Related work on procrastination and on getting commitments out of your head points the same way. The throughline: people can't hold many deadlines in mind, they underestimate how long work takes, and external structure beats internal willpower.
Who is Deadlinewatch for?
Anyone who carries many externally-imposed dates at once: submissions, filings, renewals, reviews, project phases, personal goals. The common thread isn't a profession. It's the weight of tracking a lot of dates you didn't get to choose.