Has anyone tried open interpreter?

Posted by badassmotherfker@reddit | LocalLLaMA | View on Reddit | 18 comments

https://github.com/OpenInterpreter/open-interpreter

It's the only "agent" that I've tried that seems to work. It is really good at dependency issues on linux, even if I already know how to solve the issue. For example, if I run it with the -y option, it'll quite quickly figure out what packages are needed, what I have installed etc.

It does have some flaws. For example, if it is editing a script on my system, it makes mistakes. However, if it re-writes the script in the console and executes it, it makes less mistakes.

Without a care for privacy, I told it "Please forensically analyse my computer, looking at all activities, and infer my personality", and it did so quite effectively and quickly.

You can plug it into any model. I tried lama3:8b and it wasn't intelligent enough to navigate the framework, but gpt 3.5 was fine and gpt-4-turbo truly impressed me.