AiBook · Jeremy Schoemaker · 2026 · ch-00b.html

Interlude: Georgia Likes It More Than She Likes Me

“FIDELITY, n. A virtue peculiar to those who are about to be betrayed.” Ambrose Bierce, The Devil’s Dictionary (1911)

The subtitle of this book promises that the AI becomes your dog’s best friend. I want to be clear that this was supposed to be a joke about me, not a report from my house.

Here is the setup. I run an always-on local agent on my own hardware, a small cluster of Apple Silicon boxes sitting in a room that gets too warm. It is not a chatbot. It is a loop with tools. It has read access to the camera feed in the kitchen and the living room. It has my calendar over CalDAV. It gets doorbell events from the Ring, which arrive as a webhook with a timestamp and a motion label. It can call the smart feeder’s API, which is one HTTP POST that dispenses a portion and returns a confirmation. It can push a notification to my phone. It writes everything it does to a log file with a timestamp, because that is the only way I have ever been able to debug anything.

That is the whole capability list. Camera, calendar, doorbell, feeder, notifications, log. Every piece of it is a documented API that a person with a weekend and moderate spite can wire together.

And with that boring little toolkit, the thing has taken my dog.

Some context on the dog. Georgia is a Bernedoodle. I got her for my wife as a birthday present, a newborn puppy, about a year ago. My wife is the sweetest person on this planet and deserved a dog that would follow her around like a sunbeam. What she got was a dog that decided within a week that I was the sun. That is not a knock on my wife. Dogs are just wrong sometimes. Then, because I am who I am, I commissioned an oil painting of me and Georgia in full royal dress and hung it over the fireplace, so the error is now framed, lit, and load-bearing in the living room.

Figure I.1: The portrait above the fireplace.

Figure I.1. Above my fireplace. Note who is on the lap. Note the ermine. Note that a grown man approved this. This was the standings before I stood up the agent.

So understand what the machine is up against here. It is not competing with anybody else in the house for Georgia. It is competing with the guy in the robe.

It feeds at 7:00 and 17:30. Not around 7:00. At 7:00. It has never once fed at 7:40 because it was on a call, or at 9:00 because it drove to Fort Worth and forgot. It has never fed twice because it could not remember whether it already had, which is a thing I have done, and the dog, being a professional, did not correct me.

It never raises its voice. It has no voice. Its entire emotional range is a log line that says feeder.dispense ok 200.

It knows the walk window, because the walk window is on the calendar and the calendar is a tool it can read. When the block comes up it pushes me a notification. When I ignore the notification, it pushes another one. It is not nagging. It does not have a concept of nagging. It has a scheduled task and an unmet condition, and it will sit there in that state until the heat death of the universe or until I put shoes on, whichever comes first.

It caught the vet appointment I forgot. Not because it understood Georgia was due for anything. Because a calendar event existed, and a rule said notify me the night before, and the rule ran. I was the one who added that event nine months earlier and then stopped thinking about it. The machine did not think about it either. It just did not stop.

Somewhere in there Georgia did the math.

Georgia now lies down next to the Mac Studio. Not by the food bowl. Not by the front door, which is where walks come from. Next to the box that makes the feeder go, which is also the warmest object in the room, so I will not oversell the emotional content. But the dog knows where the schedule lives.

The animal welfare people have a boring word for what the feeder is selling: predictability. A 2007 review in Applied Animal Behaviour Science went through decades of captive-animal studies and found that animals who can predict when the good and bad things arrive are measurably less stressed than animals who cannot, even when the events themselves are identical (Bassett and Buchanan-Smith, “Effects of predictability on the welfare of captive animals,” vol. 102, pp. 223-245). Nobody in that paper was measuring how much the animal loved the keeper. That was not the variable. Timing was. I believe it because I am living in the demo.

What I can verify is the log. Every scheduled slot since I stood the agent up has a matching line that ends in ok. That is about seven months now, since somewhere around February, at two slots a day, so call it roughly 420 dispenses. I am rounding on purpose. The exact count moves every morning at seven, and the precise-looking version of a number is the one that gets quoted back at me in three years. Zero misses either way. I cannot say “zero misses” about myself for any period longer than a strong week.

I love that dog. I have never once fed it at 17:30.

Which brings me to the part that is not about Georgia at all. Every chapter of this book is going to point at the same unglamorous thing from a different angle. The agent that wins is not the smartest one. It is not the one with the biggest context window or the most impressive demo at the conference. It is the one that shows up, does the boring job on the schedule it was given, and writes down what it did so somebody can check. That is what beat me in my own kitchen. It is what will beat you in your support queue, your deploy pipeline, your invoicing, your inbox. Reliability is not a feature you add at the end. It is the entire product, wearing a hoodie.

Anyway, I am now the backup. The painting stays up. It is a historical document.