2
retoor
15d

I did see two posts about vibe coding.

While it's a bit hyped and not that convenient yet, I actually vibe coded two applications in Rust / C# using my own vibe coding tool. My vibe coding tool is very convenient since it's a terminal app you can talk to that will read, write and execute on winning systems (Linux). You don't have to copy or paste source code as with other vibe coders.

This project url, binaries and source: https://molodetz.nl/retoor/r. Use free version if you do not have openai key. If you do, use commercial version and configure OPENAI_API_KEY in your env.

It's written in C because I'm crazy.

Since it's written in C it's maybe not convenient as educational resource but it does contain all information you need to let AI control your pc / filesystem and instruction following.

There's also a python module of that software. You can do rpylib.chat("user", "prompt") with it and it'll be a session. I prompted yesterday 150(!!!!)mb with it by batching using python.

The r project supports context (instruction file) that makes it a real local agent. If you're creative, sky is the limit with this tool. I use it all the time. I copied to /usr/local/bin and if I need gpt, I just type r(f) in my terminal or directoy "r [the prompt no quotes needed]". Last example exits the application after result of prompt. If you say "Hey, grade the quality of my script.py from 1-10" it will do that. The options are endless. Ultimate automation tool.

Comments
Add Comment