If legislators always vote with the President, we have a king.
If legislators always vote with the prevailing wind, we have mob rule.
If legislators always vote with the Constitution, we have a Republic.
@bettercallsalva Yep, you still have to run `/simplify`, `/code-review`, and `/review` from codex in my experience, but it both speeds up and is better cost to haiku them in Parallels.
Here is Sarah Isgur (@whignewtons) talking about how Trump’s attacks on the Supreme Court may actually strengthen it.
From the latest @wethefifth Members Only episode.
https://t.co/YVLPZT7ISB
@burkeholland That's why I love spec-kit. I can kick off a `/speckit.implement --batch=5` and go do a meeting. Check in on the tasks afterwards. I am in PS so the meetings usually lead to more tech work. :) Emails though...
@burkeholland@sohocine You have to confine it with lint, tests, specs, plans, etc. For golang I start with https://t.co/2Be6N8nTmm config, its pretty strict, claude will add some `//nolint`, but I have a skill that scans those and fix. You have to do this with AGENTS.md, hooks and ci/cd.
@burkeholland@sinecanswork Probably the number one thing devs could learn in the age of AI, start with zerolog. To be fair this was always the case in most software. A lot of times `//comments` should be `log.Debug().Msg("comments")`
@burkeholland I had a TUI bug on calculation last week, that it just couldn't get right. I had to tell it just add a `--json` flag and use that calculation and output all the fields as json. It got it right in the next pass. It was just guessing the math until it saw the output.
@rauchg This seems to be a problem with Opus 4.6, and Gemini 3.1. They both would rather give an answer than use a tool to look up the right answer. I had to tell Gemini 3 times to read the notion mcp docs, then tell it "I am reporting you" before it webfetched the docs.