Skip to main content

Posts

Featured

Mini side project: Automator (and views on async LLMs)

Check out the GitHub repository , where the project is better contained.  This is just to serve as an intro to the project + some thoughts. I'm excited to share Automator , an open-source Android app that transforms natural language commands into actions. It leverages the power of Google's Gemini LLM to understand your intentions and translate them into executable YAML scripts.  The app's "Actor" component then uses Android's Accessibility Service to perform these actions, offering a hands-free way to control your phone. Essentially, "Open Wikipedia and search for 'Hacker News'" or "Send a text to Mom saying I'll be late" are no longer multi-step processes.  This project was a personal challenge, built in just a few weeks of focused, one-hour sprints with the help of LLMs to learn Android development from the ground up.  The only reason I link my blog is for two reasons: 1. To refer to an earlier post about how I leveraged LLMs...

Latest Posts

RavynOS: Contributing Swift 6 to FreeBSD

Google I/O '25: Thoughts & Takeaways

Loop Fallacy: Re-evaluating Performance Benchmarks.

AI can generate code. Most of it's terrible, and here's how to "vibe code" properly.