Hacker News new | ask | show | jobs
by deathmonger5000 998 days ago
I’ve been experimenting with pairing a tool I wrote called Promptr [1] with another tool called Open Interpreter [2].

I start with a prompt that teaches Open Interpreter how to use Promptr, and then I discuss what I’m trying to accomplish. It’s certainly not perfect, but there’s definitely something good that happens when you can iterate using dialog with a robot that can modify your file system and execute commands locally.

[1] Promptr: https://github.com/ferrislucas/promptr

[2] Open Interpreter: https://github.com/KillianLucas/open-interpreter

2 comments

> I start with a prompt that teaches Open Interpreter how to use Promptr, and then I discuss what I’m trying to accomplish.

That's an interesting idea! Would you mind sharing more about that? Do you have an example?

seems pretty cool. possibly dangerous but cool.