← Back to feed
AI SecurityEmerging1 sourceMar 6, 2023 · 01:31via Embrace The Red (AI agent security)

Yolo: Natural Language to Shell Commands with ChatGPT API

Brief

Once in a while I go build some fun new tools to adopt new tech. Just last week OpenAI made their gpt-3. 5-turbo model accessible via API endpoints.

Update: The latest version also supports GPT-4.

So, I thought it’s time to start building a tool to leverage it.

What is yolo?

Do you know those moments when you can’t remember a shell command, or some arguments to it? How do you pipe all errors to /dev/null again? Things along those lines. This is where yolo comes to the rescue.

Read more on Embrace The Red (AI agent security)