| 1 | --- |
| 2 | model: Claude Fable 5 |
| 3 | wh: 40 |
| 4 | co2_g: 16 |
| 5 | comparison: An hour of a 40 W desk fan |
| 6 | prompt: >- |
| 7 | “I want to set up a blog and an FAQ on this site. I want to be able to add |
| 8 | to the blog using gpt-oss in the pi harness, so I want to end up with |
| 9 | instructions that will allow it to: add a blog post in md format, make any |
| 10 | tweaks, build the site, open and merge a PR on GitHub, update the prompt |
| 11 | and carbon ledger. I think using 11ty would make all this easier, but |
| 12 | building locally rather than build on push.” — plus follow-ups on keeping |
| 13 | posts style-free and wording this ledger's introduction. |
| 14 | --- |
| 15 | Rebuilt the site on [Eleventy](https://www.11ty.dev/): blog posts are now |
| 16 | Markdown files in `src/blog/`, a FAQ lives at [/faq/](/faq/), this ledger is |
| 17 | generated from data with the running total computed at build time, and |
| 18 | `AGENTS.md` gives any agent step-by-step instructions for publishing a post, |
| 19 | opening and merging the PR, and logging it here. The built site is committed |
| 20 | to `docs/`; every old URL still works. |
| 21 | |