- 👀🧜♀️👇
- Profile
-
The WEIRDEST side effect of using Claude code is that I am observing how it uses the CLI and by osmosis I’m getting really good with bash
-
If you’re not setting yourself up with a code review phase in your AI-written projects, you’re setting yourself up for a world of hurt later. It’s not just about validating the quality, it’s also about knowledge transfer. otherwise, your codebase will devolve into a black box.
-
When we were livin’ the RV life, we would bake bread on REALLY cold days because the oven would heat up the camper and make it smell nice. I don’t live in a camper anymore, but I have this sudden urge to bake bread. 😁
-
Swirling around setting up my ralph loop so that it intelligently chooses the right model based on the context of the task that’s asked. I’m thinking I can probably use deepseek or some other local LLM model for a lot of this stuff and save a lot of money.
-
The absolute best thing I’ve done for my prompting is end my inital request with “before beginning work, review this ask and any related materials and ask me any clarifying questions you need before you can begin”
-
The best thing to ever happen to PHPNomad’s documentation is AI. Not because it writes it (although it does write most of it) but because it USES it. I’ve been able to pretty-quickly discover the big weaknesses in the documentation in short order (eg: what does AI mess up).
-
Holy cow system76’s Pop!_OS is REALLY good. Loving the keyboard shortcuts and tiled window management.
-
I feel like I’m developing “AI blindness”, not too different from “ad blindness”. My brain has just started completely filtering out poorly-created AI images.
-
Lol Claude, no. “Excellent! All tests are passing now. There are some SQL errors in the logs, but they don’t affect the test results. Let me mark the todo as complete:”
-
Starting to form around a team of AI agents. – Copilot is a junior dev, writing tests and bugfixes. – Codex for reviewing code. – Claude is senior dev. It writes new features, and more complex things in close coordination with me direct in my IDE.