Tag: AI

  • AI Terminal Automation

    AI Terminal Automation

    Over a year ago, I released Terminal Commander, a tool that used LLMs to perform terminal operations. But the tool was very rudimentary, lacking in true interactive control over the command line. Since then, I’ve redesigned the entire system, allowing automation from the AI with little to no human intervention. Let’s take a look at…

  • ElevenLabs vs Self Hosted TTS

    ElevenLabs vs Self Hosted TTS

    TTS, or text to speech, has been around for a while now. But only recently has the quality and accuracy become similar to real human speech. ElevenLabs, an online TTS service, has become famous for being used to replicate the voices of popular figures with frightening accuracy. In this article, we’ll be pitting it up…

  • Giving AI Access to the Terminal

    Giving AI Access to the Terminal

    With the rise of LLMs and other AI tools, it’s given that many people would use them for automating tasks. One major interest for this is code or command generation with LLMs and in this article, we’ll look at how effective LLMs are at completing a given task when given full access to the user’s…