Settings

Theme

Recursive self-improvement is possible for apps, too

codecanary.ai

5 points by brendanashworth 20 days ago · 2 comments

Reader

jc_4 20 days ago

It’s very cool to have these self improving loops! In my case, I’m working on an iOS app and I’ve had a lot of struggle in the lacking structures around automating tests, and being able to run in the sandbox that way that would’ve had. Is this also the state of the art for my experience if you can’t sandbox?

  • brendanashworthOP 20 days ago

    Out of the box, Opus/GPT-5.4 uses checks like `tsc --noEmit` or `python -m py_compile ...`, so compile checks on a Swift/Objective-C app probably get you pretty far. Also just setting up a Dockerfile maybe with swift:5.10-focal would give the agent the right tools to verify its own work.

    Sandboxing isn't about having the perfect devex environment, most dev sandboxes (looking at codex cloud) don't actually have full verification available. Sometimes Github actions CICD is all you can get!

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection