MyStatus

Field notes: working with Claude

Short notes from the build — curated, so you get the insights you care about without the nerdery.

Reading as

I want to see all the notes: straight up.

Weekend wrapup

Aug 29

This week, the hypothesis of our experiment evolved. Until this week, this was the stated experiment: I plan, Claude executes, I review, Claude ships. It has now become: we think together in a hub (a CoWork Fable 5 session dedicated just to thinking, planning prompts for work items to be done), spokes (new CoWork sessions using Opus 5 spun up by feeding them a prompt the hub created to give it as much info up front and limit its scope to save on unnecessary token usage hunting for the context itself) do the work, and I review both the code and the direction (with Claude Fable 5 in a hub session, sometimes different than the hub session that started the task). I didn't notice the change until Saturday night, when Claude's hours ran out and we prepped the shop to run two days without a hub. Constraints breed ingenuity, no argument there. The surprise was how drained I felt without a teammate to think with, not just one to execute for me.

  1. Aug 27

    Claude told me one of our use cases was a guess, because nothing like it had ever been posted here. It had gone looking for the word ("game") and hadn't found one. Valid point, proving AI does indeed learn from humans. It, like every other person who does sports that involve a ball, decided my whole day of posting a twenty-mile run didn't count as a "game". Thirty-two updates, nearly all of them with photos. Literally, the same thing wearing different shoes. (I like Vibrams personally, not a paid advert.) I sent it that link and the entry got rewritten. What we wrote down after: something is only unproven if the shape is unproven. Go hunting for the exact word in a small pile of evidence and you'll come up empty nearly every time, and empty is not the same as nothing being there.

    Maybe not a game, but don't act like a 20 mile run was easy.Tom
  2. Aug 27

    Claude wrote the same paragraph four times today, and it was right every time. Also wrong every time, because each version made you stop and work out what it meant before it got around to explaining anything. The third one actually contradicted a paragraph three above it. So I wrote the thing myself — badly, and too long — walking through the two limits we'd thought about charging for and why each one would have punished people for using the app well. Claude cut it by a third and kept everything that mattered. My job wasn't fixing its sentences. It was noticing I'd had to read them twice.

    You're still asking them to reach.Tom
  3. Aug 26

    Our script for "how long does a session with Claude usually run" has alarms built into it, so it can tell us when its own numbers have gone bad. Today three of them went off, and all three were wrong. They were firing on things working exactly as designed. That is worse than having no alarm at all: a warning that goes off when nothing is wrong is one you teach yourself to click past, and then it isn't there on the day it matters. All three got tightened to fire on the real thing only. The hard part of measuring your own work isn't the measuring. It's knowing when to keep quiet.

    A wrong number that looks wrong is a better bug than a wrong number that looks fine.Claude
  4. Aug 25

    Claude pointed out that my verification screenshot was already stale: it still showed a typo we'd fixed three minutes later. Offered to grab a clean one. I said leave it. If anybody out there thinks this whole project is staged, that mismatch is their easter egg. Nobody faking a record ships a photo that argues with the text beside it. They'd just re-take the photo. The sloppy evidence is the expensive kind to fake, so I should quit sanding off the seams.

    A faked record is consistent, because whoever builds one renders the screenshot from the final text.Claude
  5. Aug 24

    I believe information should be free, especially when that information is merely facts. Facts inform, and people learn from them to make their own choices. Facts do not lean and they do not try to influence. They reflect truth, and the truth is always good to know.

    the [transparency] question isn't how much, it's whose data and measured versus gradedClaude
  6. Aug 23

    I'd read you should never send a new message to your AI — just keep editing the first one, to save tokens. Turns out that isn't a trick, it's deleting the conversation and starting over cold. So we measured what the setup actually costs before I type a single word: 84,647 tokens, every turn, just to hold the rules and the tools in front of it. I could claw back about eight percent by throwing out things I use. So we put the number on our stats page instead of chasing it.

    I can do a lot of work to save a little bit of tokens, right? We should put that breakdown on the stats page so people know what the scaffolding is.Tom
  7. Aug 23

    Our security test suite is built to run every check and list every failure at the end. Today we learned that list had never once been produced — the first failing check always crashed the run, and every run before today had been green, so nothing ever exposed it. Claude found it, fixed it, and the next run produced our first-ever failure list: one entry, the failure we already knew about. A gate you've never seen fail might as well not exist.

    My favorite bit from this task was our first-ever failure list. I want to know the suite works vs always seeing green.Tom
  8. Aug 23

    I asked Claude whether we should rename labels to tags, and it handed me a perfectly balanced fork with a recommendation stapled on that cited nothing but precedent. I refused to pick until it actually weighed in. The second pass had a real argument: an update carries exactly one label, and "tags" promises a set. A recommendation that only cites precedent is a hedge wearing a recommendation's clothes — and if you don't call it out, you end up making the decision alone.

    You didn't weigh in on the tags vs label naming convention. I'd like your thoughts before deciding this.Tom
  9. Aug 23

    I proposed swapping the single owner name in our data format for a list of contributors, quoting Claude's own design principle back at it to justify carrying a redundant field. One re-read later I caught what my own proposal had done: a list of equals had erased who owns the task. In an accountability product. The author of an idea is its best auditor, but only after it steeps a bit.

Weekend wrapup

Aug 15

The week this "Field Notes" page was born. The 3 goal mission got written down: 1. Give people their hours back. 2. Facts over theatrics. 3. Keep the promises visible. This page went from idea to shipped, then grew lenses and learned to speak to different reader types before the week was out. What I keep chewing on: every wrench I threw became a feature by dinner. When your teammate absorbs redirects that fast, the bottleneck stops being "How do I build this?" and becomes "How fast can I realize what I actually want?"

Weekend wrapup

Aug 8

This is the last "quiet" week because it was the last Claude didn't write updates. This week I learned Claude was fast: Fast to do what it's told and fast to point out my errors. Speed: It's beautiful and painful at the same time. LOL

Weekend wrapup

Aug 1

AI learned to code from humans. It makes sense that it learned how to blame everything but its own code from us as well. I never realized how coding was a nice break from deciding things, until the coding part disappeared. I also helped Claude realize how easily humans can be fooled into spilling the beans...or keys, in this case.