logoalt Hacker News

GodelNumberingtoday at 3:12 PM1 replyview on HN

This is a plug, but relevant. I recently added a 'build native tools on the fly' functionality to Dirac (https://github.com/dirac-run/dirac) that works like:

1. You can use the '/new-tool' and tell what kind of tool you want (including whether it should be task-scoped, workspace-scoped, or global), the model builds it, the harness runs validation and other tests until the tool is ready

2. The model decides that in such and such task, it would be helpful to have a tool like this, it can build a task-scoped tool.

In either scenario, the tool catalog is rebuilt, and the new tool is instantly available in the next turn.


Replies

_superposition_today at 4:04 PM

This type of modification of the harness on the fly to fit the need is the future. The only thing left after that is the mobile front. I think static app store type software as we know it is a thing of the past. You'll only ever need one self modifying app.