TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Firebender, a simple coding agent for Android Engineers

53 pointsby kevo1ution3 months ago
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 (<a href="https:&#x2F;&#x2F;docs.firebender.com&#x2F;get-started&#x2F;agent">https:&#x2F;&#x2F;docs.firebender.com&#x2F;get-started&#x2F;agent</a>). You can use the plugin for free, no sign up needed, on the jetbrains marketplace.<p>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.<p>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&#x2F;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&#x27;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.<p>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.<p>If you’re an Android engineer, please let me know if you run into any bugs or want anything improved in the plugin!

6 comments

alex1115alex3 months ago
Awesome to see Firebender launch here! My team discovered it a month ago after ages of trying (and failing) to find a good &quot;Cursor but for Android Studio&quot; and we&#x27;ve been using it daily ever since. Yesterday, with one prompt, I was able to use the &quot;agent&quot; feature to build an activity that outputs to the display of monocular smart glasses. WITH ONE PROMPT!<p>Also, the developers are super active in their Discord and are fast to fix bugs. Love this project.
评论 #43247750 未加载
carstenhag3 months ago
I&#x27;ll try it this weekend on a hobby project. For me being able to pitch this at work, the most basic requirement (among many more, don&#x27;t ask, German companies...) would be to know what company is behind this - currently About Us says nothing and the privacy policy does not mention an address.
评论 #43246519 未加载
hn87262 months ago
Is there a way to set it up to work without any cloud features at all? The docs for local llm say<p>&gt; Some features may use a custom model like Apply, Autocomplete, Agent, so these proxy settings won’t be relevant, and your code will be sent to Firebender servers for processing.<p>Which suggests that there&#x27;s always some cloud component? How usable is the plugin with fully local setup?
评论 #43271054 未加载
vamega3 months ago
Does this work with Flutter, or does it only work with Android native apps?
评论 #43248701 未加载
sutty862 months ago
Since updating my firebender will not edit any files . It&#x27;s stating I have to manually apply all code for when before it did it all for me
评论 #43270997 未加载
kethinov3 months ago
Now do Waterbender for Windows apps, Airbender for macOS&#x2F;iOS apps, and Earthbender for Linux apps.
评论 #43246638 未加载