polyAether is a computer program that places small bets on how hot it will get tomorrow in various cities — and tries to be right more often than the going price says it should be.
That one sentence is the whole idea. Everything in this book is just an honest, careful unpacking of it. You do not need to know anything about finance. You do not need to know anything about weather. By the end of these ten short chapters, you will understand not only what the program does, but why anyone would expect it to work — and, just as importantly, the ways it could fail.
Let's take that sentence apart, piece by piece, in the plainest words possible.
A bet on tomorrow's high temperature
Every day, in dozens of cities, there is a simple fact waiting to happen: the high temperature — the hottest the air gets during the day. In New York tomorrow, will the high be above 75 degrees, or below? Nobody knows for certain right now. But it is a clean, checkable question. Tomorrow evening, we will look at the official thermometer reading and know the answer for sure.
polyAether makes small wagers on questions exactly like that. Not "will it feel nice out," which is vague, but "will the high be above 75," which has a definite yes-or-no answer that everyone can agree on afterward.
The program only bets on questions that reality will answer clearly and soon — like tomorrow's high temperature in a specific city. A clear question with a checkable answer is what makes the whole thing possible.
Why a "bet" at all?
Here is the part that surprises people. There are online marketplaces — we'll call them prediction markets — where you can buy a kind of ticket that pays you a fixed amount if some future event happens, and nothing if it doesn't. A ticket that says "New York high will be above 75 tomorrow" might cost, say, 40 cents. If it turns out true, that ticket becomes worth one dollar. If it turns out false, it becomes worth nothing.
You can think of the 40-cent price as the crowd's opinion, expressed as a number. When lots of people are buying and selling these tickets, the price tends to settle at roughly "how likely the crowd thinks this is." A 40-cent price means the crowd, on average, thinks there's about a 40% chance the high beats 75. Chapter 2 builds this idea up carefully from nothing; for now, just hold onto the picture: price is a stand-in for probability.
On a prediction market, the price of a "yes" ticket is roughly the crowd's estimate of the chance the thing happens. A ticket priced at 40 cents is the crowd saying "about a 40% chance." Price and probability are two views of the same thing.
The whole game in one line
If price is the crowd's guess at the odds, then there is exactly one way to make money here: find the moments when the crowd's guess is wrong, and bet against it.
Suppose the ticket costs 40 cents — the crowd thinks 40% likely — but you have a genuinely better reason to believe the true chance is more like 55%. Then, on average, that 40-cent ticket is worth more than you're paying. Buy enough slightly-underpriced tickets like that, over and over, and the math tips in your favor. Not every single time — you'll lose plenty of individual bets — but on average, across many bets.
So the real question becomes: what could possibly let a small program guess tomorrow's temperature better than the crowd? That's where weather comes in.
Weather is guessable — but never certain
Modern weather forecasting is genuinely good. Scientists run enormous simulations of the atmosphere on supercomputers. polyAether leans on the best of these — a blend of several world-class forecasting systems (with names like GFS, ICON, and ECMWF) combined into one big committee of about 122 slightly-different predictions. When that whole committee mostly agrees, "tomorrow's high in this city" is quite predictable.
But — and this is the heart of it — weather is never perfectly certain. Chapter 3 explains exactly why. The useful thing is that a good forecast doesn't just say "the high will be 76." It can say "here's the range of what's likely, and here's how confident we are." That confidence estimate is the raw material for a smart bet.
polyAether's possible edge comes from a large committee of professional weather models. When they agree, it can estimate tomorrow's temperature odds more sharply than a casual crowd — and it only bets when its estimate and the market price clearly disagree.
The one specific insight
There's a particular pattern this program is built around, and it's worth previewing now because the rest of the book keeps returning to it: crowds tend to overpay for surprises.
People are drawn to long-shot outcomes — the freak heat wave, the surprise cold snap. They'll pay a little too much for the ticket on the dramatic result "just in case." That means the everyday, boring, most-likely outcome is often priced a touch too cheap. Across the markets polyAether studies, this shows up as the crowd pricing uncertainty about 1.3 times higher than the weather models justify. Chapter 5 is entirely about this. It is, in a sentence, the reason the program exists.
Why "small" bets matter
Notice the word small in our opening sentence. Being right more often than the price implies is only half the job. The other half is not blowing up. Even a genuinely good edge loses individual bets constantly, and a run of bad luck can wipe out someone who bets too big. So polyAether deliberately keeps each bet modest, spreads its bets around, and has hard limits and an emergency off-switch. Chapter 8 covers this survival instinct in full.
polyAether is, right now, running strictly on paper — placing pretend bets to test itself, with real money nowhere involved and no proven track record yet. This book explains the idea and the machinery honestly, including where it might be wrong. It is educational, not a promise of profit and not financial advice.
The journey from here
You now have the whole picture in miniature: a program bets small amounts on tomorrow's city temperatures, using top weather models to spot when the market's price disagrees with the real odds — especially the crowd's tendency to overpay for surprises — while carefully guarding against ruin. The remaining chapters simply zoom in on each piece.
No step in this book assumes you remember jargon from a previous one — each term is re-anchored where it matters. Turn the page and we'll start with the thing everything else rests on: what a prediction market actually is.