Rendered at 12:27:35 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
Centigonal 16 hours ago [-]
The more people use agents, the more they write like agents. The author seems to have put significant effort into this post, but when I read something like the below, my brain just immediately checks out.
> # What one authority buys
> With state and transcript in one tree, several hard problems reduce to the same operation.
> Rewind is a DOM diff. Diff the current materialization against the target state. A <subagent> element disappeared? Terminate it by destroying the element. One appeared? Resume or spawn it by creating the element. The delta itself is the complete lifecycle work list.
A sentence like "The delta itself is the complete lifecycle work list" gives me mental indigestion. I have to spend 30 seconds dissecting it to figure out what the author is trying to say. When every other sentence is like this, the post becomes unreadable.
jdkoeck 15 hours ago [-]
Did the author really put significant effort here? The LLM speak suggests the opposite.
solarkraft 15 hours ago [-]
> These are not market personas. They are architecture tests.
Indeed.
smcleod 11 hours ago [-]
It all smells pretty load-bearing to me.
localroast 10 hours ago [-]
Oh-my-pi is designed to be slim apparently but has a ton of useless features with little empirical justification. Pi is a good harness- probably the best, but OMP not so much.
One thing I hate about OMP more than anything else though: hash anchored edits. they don't work in practice; most models I've tried have spent more turns on repairing their broken edits than on the actual task.
riedel 5 hours ago [-]
I like it a bit for the inspiration what could make sense, however, as there is little ablation studies, it is really difficult to understand the effect of most of the features.
> # What one authority buys
> With state and transcript in one tree, several hard problems reduce to the same operation.
> Rewind is a DOM diff. Diff the current materialization against the target state. A <subagent> element disappeared? Terminate it by destroying the element. One appeared? Resume or spawn it by creating the element. The delta itself is the complete lifecycle work list.
A sentence like "The delta itself is the complete lifecycle work list" gives me mental indigestion. I have to spend 30 seconds dissecting it to figure out what the author is trying to say. When every other sentence is like this, the post becomes unreadable.
Indeed.
One thing I hate about OMP more than anything else though: hash anchored edits. they don't work in practice; most models I've tried have spent more turns on repairing their broken edits than on the actual task.