Show HN: Firebender, a simple coding agent for Android Engineers Hey HN, I made a simple coding agent plugin in Android Studio called Firebender. Here’s an unedited 5-minute video where it writes tests for an Android app and iterates against the Gradle task output on its own ( https://ift.tt/aGWwxfQ ). You can use the plugin for free, no sign up needed, on the jetbrains marketplace. The agent can edit multiple files, run gradle tasks like tests, and use the output to improve its changes. At the end, it reports a git diff of all changes that can be accepted or rejected. Under the hood, the agent relies on Claude 3.7 sonnet and a fast code apply model to speed up edits. We built tools to give deeper access throughout the IDE like IntelliJ’s graph representation of kotlin/java code, “everywhere search” for classes, and have more integrations planned. The goal is for the agent to have access to all the IDE goodies that we engineers take for granted, to improve the agent's responses and ability to gather correct context. In order to improve the agent, there are internal evals like “tasks” and simulate the IDE which serves as a gym for the agent. This is heavily inspired by SWE-bench. Whenever tools, prompts, subagents, or models are changed, this gym helps find regressions quickly. Building the UI was surprisingly hard. I had the great pleasure of becoming proficient in Java Swing (released in ‘96 by Netscape) to get this done right. Things like markdown streaming, or streaming git diffs are prone to layout flickering where Swing tries to recalculate where elements should go. We had to write our own markdown parsing and rendering engine that repaints Swing components only when changed portions of the markdown nodes. The UI tends to focus on simplifying reviewing AI changes, something I have a feeling we’ll be doing much more in the coming years. If you’re an Android engineer, please let me know if you run into any bugs or want anything improved in the plugin! https://ift.tt/aGWwxfQ March 3, 2025 at 11:18PM
Show HN: Firebender, a simple coding agent for Android Engineers https://ift.tt/RrpFNXb
Related Articles
Show HN: Slotmachine, to book and free server ports at scale https://ift.tt/zt3dJNVShow HN: Slotmachine, to book and free server ports at scale This is a… Read More
Show HN: Erlmacs – a script to update your .emacs file for Erlang development https://ift.tt/1HapAKWShow HN: Erlmacs – a script to update your .emacs file for Erlang deve… Read More
Show HN: Dracula Theme for Miniflux https://ift.tt/jcmX0ntShow HN: Dracula Theme for Miniflux https://ift.tt/itO2lIP September 1… Read More
Show HN: Twitch chat in the Terminal https://ift.tt/MXxB0WKShow HN: Twitch chat in the Terminal https://ift.tt/Pz0SIM5 September … Read More
Show HN: Real-Time 3D Gaussian Splatting in WebGL https://ift.tt/8ngTWYOShow HN: Real-Time 3D Gaussian Splatting in WebGL https://ift.tt/2q5Dh… Read More
Show HN: Free High-quality TailwindCSS Components. No attribution required https://ift.tt/UeK12GZShow HN: Free High-quality TailwindCSS Components. No attribution requ… Read More
Show HN: Mavex.ai – Your Personal AI Executive Assistant https://ift.tt/7d35uc4Show HN: Mavex.ai – Your Personal AI Executive Assistant Mavy is your … Read More
Show HN: Papersnap – Claude 2-Powered Mind Maps from Research https://ift.tt/IgfCYoMShow HN: Papersnap – Claude 2-Powered Mind Maps from Research https://… Read More
0 Comments: