Hacker News new | ask | show | jobs
by sbnb 547 days ago
I'm experimenting with an AI-powered terminal by integrating the yai project into a web interface using ttyd.

You can try commands like "print AI in ascii art" or "Run hello world in two programming languages," and the system will run them in a sandboxed environment. I'd love to hear about your experiences - feel free to share what you discover. I can't wait to see the creative ideas you come up with! :)

1 comments

this is neat! possible to run commands without AI interception using \ prefix, like in bash how you can run OG commands not aliases, etc?

me: ls ai: run command ls? y/n

me: \ls <list of files>

Thanks! Try "run sh" :)