Live data from Hacker News

Ghostling

github.com

71–72 of 72 posts

Re: Ghostling

#71

Earlier quoted context omitted.

Yeah, through trial and error I found that Codex (now gpt-5.4) has really good feedback once there's a plan file. Kinda like someone on the internet who suddenly becomes an expert once you make concrete claims for them to shred into. I have an AGENTS.md prompt that specifies how to review a plan. Something like: for every finding, rank the top solutions internally and then recommend a solution. And if there's a simpl…

Nice. I have a similar loop (Opus 4.6 plan Codex xhigh review) that I kind of run in an iterative feedback loop until meaningful actionables converge down to zero. I initially gave some thought to automating this because CC/Codex do have SDKs... but every once in a while Codex will propose some absurdly over-engineered stack advice that I have to manually reject before passing it back to Claude.

Man, we are on the the exact same page.

Yeah, I also thought about automating it before. Especially when I'm middlemanning noncritical plans where I don't care what the solution is.

I did make a skill /ask-codex that gets Claude to call Codex for one round of feedback which is pretty useful.

But for critical plans, I suppose being the middleman gives me a good opportunity to learn about the solution and its trade-offs as it's being incrementally refined. Especially in a domain I don't know much about.

Re: Ghostling

#72
post #7

Earlier quoted context omitted.

I think your github readme is really missing a picture/screenshot to quickly understand what is the experience like. I.e. if your app is mainly about adding the chrome (as in the surrounding UI pixels) around the TUI, then it would be good to show what is the chrome like.

Nah, I think it’s pretty clear. It would look like a terminal emulator. Just like how Electron looks like a bunch of browser widgets - because it’s literally a single-web-app browser.

I agree a screenshot or even better a video of lazygit, btop or something similar running in the tui side by side with the trolley app
Post reply on HN