Hacker News new | ask | show | jobs
AI Powered Web Terminal (clai.tail8d8623.ts.net)
8 points by sbnb 548 days ago
1 comments

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! :)

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" :)