Biggles

Biggles
Website: jpallen.net

If you’ve ever wished you could just talk to your code editor and have it do what you mean – not what you type – Biggles is one of those tools that makes that idea feel less like science fiction. It’s a lightweight coding assistant that lives inside your editor and listens to either your voice or typed instructions. You press a shortcut, speak or type what you want, and Biggles tries to carry it out. It’s not trying to be a full IDE or a flashy AI dashboard. It’s more like a quiet helper that understands enough to be useful without getting in the way.

I gave Biggles a try while working on a Python script that needed a few tweaks. I had a function that was doing too much, and I wanted to split it up. Instead of manually rewriting it, I selected the block and asked Biggles to refactor it for clarity. It didn’t just rename variables or reformat lines – it actually broke the logic into smaller functions and made the whole thing easier to follow. I didn’t have to explain every detail. Just a short instruction, and it got the gist.

The voice input is surprisingly smooth. You press CMD+M (or CTRL+M on Windows), speak your request, and Biggles transcribes and executes it. I used it to add a new function while my hands were full – literally, I was holding a cup of coffee – and it inserted the code right where I needed it. If you prefer typing, there’s a shortcut for that too. You press CMD+ALT+M (or CTRL+ALT+M) and enter your instruction as text. Either way, it feels like you’re talking to someone who’s paying attention.

Under the hood, Biggles uses OpenAI’s Whisper for voice recognition and ChatGPT for code generation. You’ll need to bring your own API key, which means you’re in control of how it connects and what it accesses. It doesn’t scan your whole project – just the code around your cursor. That keeps things fast and focused, but it also means Biggles isn’t going to rewrite your entire app or understand deeply nested dependencies. It’s more like a smart assistant that works best when you give it a clear, local task.

One thing I liked is how transparent the tool is. You can adjust how much context it sends to ChatGPT – how many tokens before and after your cursor – and tweak it to match your workflow. If you’re working on a small file, you can keep it tight. If you’re in a bigger module, you can expand the window. It’s not trying to guess what you want – it lets you decide how much it sees.

Biggles has two main modes: inserting new code when nothing is selected, and modifying code when you highlight a block. That’s it. No menus, no plugins, no distractions. It’s focused on doing one thing well – helping you write and edit code with natural instructions. It doesn’t try to be clever or overstep. It just listens, responds, and gets out of the way.

If you’re curious about trying a voice-driven coding assistant that doesn’t feel like a gimmick, Biggles is worth exploring. You can check it out at jpallen.net and see how it fits into your own workflow. It’s one of those tools that feels like it was built by someone who actually writes code – and wants to spend less time typing and more time thinking.

Sign In

Register

Reset Password

Please enter your username or email address, you will receive a link to create a new password via email.