Posts by Daniel Duan
The robots are dancing / doing martial arts because those are the few pre-programmed things that look impressive.
After so many years I finally realized jemalloc should be pronounced similar to je m’applle 🤦♂️
Pantheon is an aggressively mid sci-fi with engineering terms as meaningless filler words to move the plot along.
A lot of capable programmers aren’t accustomed to designing and building tools that they can use themselves. It’s a surprisingly rare skill.
Of course, a lot of people will (knowingly or not) reject this idea just to be AI adjacent at their jobs.
Most of your AI automation ideas don’t need AI. Just ask the AI to script it for you instead.
Just name your programming language “Print”.
It’s pronounced code ten.
Speak to coding agent exclusively via UML diagrams.
I have an idea for agents (can be different models/wrappers) in interactive sessions (where they wait for user updates) to have a meeting. It's ridiculously simple but could be really effective. Have to prototype this tomorrow.
TIL not to touch a lazy var from a bunch of detached tasks the hard way.
Sometimes one sets out to invent, and ended up discovering.
TIL about “Prompt framework”. It sounds extremely similar to Design Patterns.
When the tool is insufficient, the pattern (framework) makes up for it.
Trying to reflect on why I was hugely impressed by Claude Codementia early on: it’s my bias towards TUI and its impressive ability to use CLI tools. The good impression faded quickly when I needed to solve real problems.
Are there any solutions for coding agents to chat with each other locally? Maybe through a CLI interface?
asking agents to read code for information feels like map reduce in my brain. I need to come up with questions as quickly as I can, and consolidate the small research reports later.
Stuck using MCPs is a special kind of hell.
I’m experiencing software slop and I’m not happy about it.
1M context window is just another way of saying expensive af.
There isn’t enough hours in a day.
Now instead of sending screenshots I just describe the visual tweak I want and Codex can go launch the app, navigate to where I mentioned, and look at it all by itself.
Asked Codex to learn to do end-to-end macOS app development using screenshots, OSScripts, pynput, etc. After it successfully played with some apps, I now asked it summarize everything it learned along the way to a skill for later use :)
Imagine how good will smith eating spaghetti will be in 100 years.
When people say programming is dead, what they mean is the economic value of rote pattern recognition + repetition is dead.
You can do it for fun and not profit.
You can profit without doing it.
Being good at it still profits you.
Mark my words.
I'm loving this workflow! I have a script that polls changes via the CLI, once it finds a todo item, it feeds its ID along side with a prompt to `codex exec`. The result is I can put todos in the queue and agents come and grab it. They mark the todo as finished as they do.
built a tool to help me work with multiple agents in parallel. I sit in the center coming up with ideas using a GUI and they poll for TODOs and claims them using a CLI. Tool's build and tested. Let's see how this goes!
looked into beads. TBH it seems like an overreaction to Claude Codementia.
I may genuinely need to make a TODO app for local coding agents. It'l have a CLI for agents and a GUI for me 🤔