<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: kevo1ution</title><link>https://news.ycombinator.com/user?id=kevo1ution</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 13 Jun 2026 16:14:41 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=kevo1ution" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by kevo1ution in "Launch HN: RunAnywhere (YC W26) – Faster AI Inference on Apple Silicon"]]></title><description><![CDATA[
<p>congrats on the launch. i'm curious how you think about on device AI vs providers that are in the cloud. where do you see the capabilities of models that can run on the phone, and are there inherent advantages to this?</p>
]]></description><pubDate>Fri, 13 Mar 2026 04:14:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=47360615</link><dc:creator>kevo1ution</dc:creator><comments>https://news.ycombinator.com/item?id=47360615</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47360615</guid></item><item><title><![CDATA[New comment by kevo1ution in "ChatGPT Atlas"]]></title><description><![CDATA[
<p>nice but seriously: how do i turn on ad block? don't want to see ads on youtube</p>
]]></description><pubDate>Wed, 22 Oct 2025 00:52:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=45663723</link><dc:creator>kevo1ution</dc:creator><comments>https://news.ycombinator.com/item?id=45663723</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45663723</guid></item><item><title><![CDATA[New comment by kevo1ution in "ChatGPT Atlas"]]></title><description><![CDATA[
<p>pulling a cursor on google chrome lol</p>
]]></description><pubDate>Wed, 22 Oct 2025 00:51:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=45663714</link><dc:creator>kevo1ution</dc:creator><comments>https://news.ycombinator.com/item?id=45663714</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45663714</guid></item><item><title><![CDATA[Firebender, powerful coding agent in IntelliJ in 70 seconds]]></title><description><![CDATA[
<p>Article URL: <a href="https://firebender.com/blog/cursor-for-intellij">https://firebender.com/blog/cursor-for-intellij</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45271779">https://news.ycombinator.com/item?id=45271779</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 17 Sep 2025 04:47:21 +0000</pubDate><link>https://firebender.com/blog/cursor-for-intellij</link><dc:creator>kevo1ution</dc:creator><comments>https://news.ycombinator.com/item?id=45271779</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45271779</guid></item><item><title><![CDATA[New comment by kevo1ution in "Respect Term=Agent Please"]]></title><description><![CDATA[
<p>there's a long tail of edge cases where a smaller model does something dumb with input/output, which causes a decent amount of pain to the user (e.g. nodemon, do we stop/do we start?). Coding agent developers can't make an opinion on every possible terminal command<p>maybe what we're asking for is that terminal commands keep in mind that agents are now the primary users of them, and have a feeling that new packages or commands could get wider adoption if they are better understood by a coding agent<p>- similar to SEO for LLMs growing in adoption
- documentation sites offering .md file raw for LLMs to ingest easily<p>These things will make it so that your packages or libs adopted faster</p>
]]></description><pubDate>Sat, 06 Sep 2025 18:51:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=45151889</link><dc:creator>kevo1ution</dc:creator><comments>https://news.ycombinator.com/item?id=45151889</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45151889</guid></item><item><title><![CDATA[New comment by kevo1ution in "Respect Term=Agent Please"]]></title><description><![CDATA[
<p>most terminal commands are being run by AI. we need a standard way to tell terminal commands to be token efficient/non-interactive</p>
]]></description><pubDate>Tue, 02 Sep 2025 03:36:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=45098889</link><dc:creator>kevo1ution</dc:creator><comments>https://news.ycombinator.com/item?id=45098889</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45098889</guid></item><item><title><![CDATA[Respect Term=Agent Please]]></title><description><![CDATA[
<p>Article URL: <a href="https://firebender.com/blog/respect-term-agent">https://firebender.com/blog/respect-term-agent</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45098888">https://news.ycombinator.com/item?id=45098888</a></p>
<p>Points: 3</p>
<p># Comments: 3</p>
]]></description><pubDate>Tue, 02 Sep 2025 03:36:34 +0000</pubDate><link>https://firebender.com/blog/respect-term-agent</link><dc:creator>kevo1ution</dc:creator><comments>https://news.ycombinator.com/item?id=45098888</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45098888</guid></item><item><title><![CDATA[Show HN: First background agents in Jetbrains IDEs [video]]]></title><description><![CDATA[
<p>TLDR: made the first background coding agent that has an isolated workspace and runs locally<p>Howdy - I’m Kevin, co-founder of Firebender, and we built the first background coding agent in android studio / Jetbrains!<p>Why not just use Cursor background agents or OpenAI Codex?<p>Both of these require setting up a cloud container and cloning your existing developer environment, and maintaining it. Then when you want to iterate on changes as AI inevitably makes a mistake, you either throw away the work, or have to pull down the branch and clean it up. This feels really clunky. With Firebender, background agents run locally in a lightweight git worktree/IDE tab. This means when the agent is done, you can easily clean up the changes and run code with a few clicks.<p>Under the hood, the agent behaves similarly to claude code (didn’t want to reinvent the wheel), but also leverages all of the hooks into IntelliJ sdk like go-to-definition, find usages, auto-imports for accuracy, and it gives a cleaner visual UI for reviewing changes and merging them. You can use any frontier model like gpt-5/sonnet-4 as the base.<p>We’ve had to do quite a bit of reverse engineering of the IntelliJ codebase to cleanly set up and manage the isolated environment, and I think you’ll appreciate the simple UX of hitting cmd+enter to run a background agent anywhere.<p>get started docs: <a href="https://docs.firebender.com/get-started/background-agents">https://docs.firebender.com/get-started/background-agents</a><p>download the plugin: <a href="https://firebender.com">https://firebender.com</a><p>Would love to get your feedback to help us improve the tool for you! Thanks!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45029120">https://news.ycombinator.com/item?id=45029120</a></p>
<p>Points: 9</p>
<p># Comments: 2</p>
]]></description><pubDate>Tue, 26 Aug 2025 16:50:04 +0000</pubDate><link>https://www.youtube.com/watch?v=RuF2ajuxCOw</link><dc:creator>kevo1ution</dc:creator><comments>https://news.ycombinator.com/item?id=45029120</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45029120</guid></item><item><title><![CDATA[New comment by kevo1ution in "Dear Android Engineers"]]></title><description><![CDATA[
<p>I'll keep it simple, here's Firebender, a coding agent in android studio, in 30 seconds.</p>
]]></description><pubDate>Wed, 13 Aug 2025 18:35:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=44892137</link><dc:creator>kevo1ution</dc:creator><comments>https://news.ycombinator.com/item?id=44892137</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44892137</guid></item><item><title><![CDATA[Dear Android Engineers]]></title><description><![CDATA[
<p>Article URL: <a href="https://firebender.com/blog/cursor-for-android-studio">https://firebender.com/blog/cursor-for-android-studio</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44892136">https://news.ycombinator.com/item?id=44892136</a></p>
<p>Points: 3</p>
<p># Comments: 1</p>
]]></description><pubDate>Wed, 13 Aug 2025 18:35:32 +0000</pubDate><link>https://firebender.com/blog/cursor-for-android-studio</link><dc:creator>kevo1ution</dc:creator><comments>https://news.ycombinator.com/item?id=44892136</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44892136</guid></item><item><title><![CDATA[GPT-5 at top of Kotlin bench]]></title><description><![CDATA[
<p>Article URL: <a href="https://firebender.com/leaderboard">https://firebender.com/leaderboard</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44891420">https://news.ycombinator.com/item?id=44891420</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 13 Aug 2025 17:40:33 +0000</pubDate><link>https://firebender.com/leaderboard</link><dc:creator>kevo1ution</dc:creator><comments>https://news.ycombinator.com/item?id=44891420</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44891420</guid></item><item><title><![CDATA[Claude Opus 4 worse than Sonnet on Kotlin Bench]]></title><description><![CDATA[
<p>Article URL: <a href="https://firebender.com/blog/kotlin-bench">https://firebender.com/blog/kotlin-bench</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44517508">https://news.ycombinator.com/item?id=44517508</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 10 Jul 2025 05:17:32 +0000</pubDate><link>https://firebender.com/blog/kotlin-bench</link><dc:creator>kevo1ution</dc:creator><comments>https://news.ycombinator.com/item?id=44517508</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44517508</guid></item><item><title><![CDATA[New comment by kevo1ution in "Show HN: FlopperZiro – A DIY open-source Flipper Zero clone"]]></title><description><![CDATA[
<p>really excited for the NFC support</p>
]]></description><pubDate>Thu, 10 Jul 2025 05:15:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=44517491</link><dc:creator>kevo1ution</dc:creator><comments>https://news.ycombinator.com/item?id=44517491</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44517491</guid></item><item><title><![CDATA[Most comprehensive review of AI coding agents for Kotlin/Android tasks]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.jasonpearson.dev/ai-code-assistants-for-android-engineers/">https://www.jasonpearson.dev/ai-code-assistants-for-android-engineers/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44517475">https://news.ycombinator.com/item?id=44517475</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 10 Jul 2025 05:12:49 +0000</pubDate><link>https://www.jasonpearson.dev/ai-code-assistants-for-android-engineers/</link><dc:creator>kevo1ution</dc:creator><comments>https://news.ycombinator.com/item?id=44517475</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44517475</guid></item><item><title><![CDATA[One Source of Truth for AI (by Android engineer)]]></title><description><![CDATA[
<p>Article URL: <a href="https://kau.sh/blog/agents-md/">https://kau.sh/blog/agents-md/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44517456">https://news.ycombinator.com/item?id=44517456</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 10 Jul 2025 05:10:45 +0000</pubDate><link>https://kau.sh/blog/agents-md/</link><dc:creator>kevo1ution</dc:creator><comments>https://news.ycombinator.com/item?id=44517456</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44517456</guid></item><item><title><![CDATA[Llama 4 performance on Kotlin/Android coding tasks]]></title><description><![CDATA[
<p>Article URL: <a href="https://firebender.com/leaderboard">https://firebender.com/leaderboard</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43628781">https://news.ycombinator.com/item?id=43628781</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 09 Apr 2025 04:02:46 +0000</pubDate><link>https://firebender.com/leaderboard</link><dc:creator>kevo1ution</dc:creator><comments>https://news.ycombinator.com/item?id=43628781</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43628781</guid></item><item><title><![CDATA[New comment by kevo1ution in "Kill your Feeds – Stop letting algorithms dictate what you think"]]></title><description><![CDATA[
<p>disabling history on YouTube disables short feeds and recommendations on the home page. It takes 10 seconds and has saved easily thousands of hours and mental sanity.<p>Also, if you ever want to revisit a video, just use chromes history, but you'll find also this rarely happens if ever.</p>
]]></description><pubDate>Sat, 08 Mar 2025 20:14:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=43303126</link><dc:creator>kevo1ution</dc:creator><comments>https://news.ycombinator.com/item?id=43303126</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43303126</guid></item><item><title><![CDATA[New comment by kevo1ution in "Show HN: Firebender, a simple coding agent for Android Engineers"]]></title><description><![CDATA[
<p>That is correct, and is definitely a problem. basically there should be a button that toggles for no code data leaving the network (unless its the proxy you configured). Right now you have to be aware of what features do and don't rely on the proxy which is not a good UX. At the very least there should be modal popup asking for an override or cancel on features that require our custom models.<p>I can solidify this option with stronger guarantees.<p>Separately, we're working on Soc II at the moment and should have type 1 soon, and type 2 pending the observation period.<p>I know trusting my word is difficult bc I'm a random person on the internet, but we do NOT store you code data or use your code data to improve our product in any way (like training models).</p>
]]></description><pubDate>Wed, 05 Mar 2025 22:12:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=43273383</link><dc:creator>kevo1ution</dc:creator><comments>https://news.ycombinator.com/item?id=43273383</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43273383</guid></item><item><title><![CDATA[New comment by kevo1ution in "Show HN: Firebender, a simple coding agent for Android Engineers"]]></title><description><![CDATA[
<p>> Which suggests that there's always some cloud component? How usable is the plugin with fully local setup?<p>right now requests go directly to your proxy from the plugin if you have it configured (i.e. if you set up a clean VPC/VPN network environment with no outbound requests besides anthropic): both chat, cmdk, and agent will work. We are still working on the DevX for this, but need someone to work closely on this. Enterprise is also pushing us to make this more friendly.<p>But there are massive downsides, we use some custom models and hosting infrastructure to speed things up. For example, code edits will take much longer.<p>For fully local LLMs, we just need to setup a unified API client, but there aren't any good kotlin ones and I'm scrambling to write this from scratch. It is very annoying how there are different nuances in the anthropic/openai/etc. and all the "Open source" gateways are cloud hosted. I don't think people will want to "host" a gateway locally, the best experience is to just to put your keys/base url in settings which could be localhost:3000.</p>
]]></description><pubDate>Wed, 05 Mar 2025 19:25:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=43271054</link><dc:creator>kevo1ution</dc:creator><comments>https://news.ycombinator.com/item?id=43271054</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43271054</guid></item><item><title><![CDATA[New comment by kevo1ution in "Show HN: Firebender, a simple coding agent for Android Engineers"]]></title><description><![CDATA[
<p>just read this - that is definitely a bug. email me at kevin@firebender.com please and I can fix this bug asap for you</p>
]]></description><pubDate>Wed, 05 Mar 2025 19:20:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=43270997</link><dc:creator>kevo1ution</dc:creator><comments>https://news.ycombinator.com/item?id=43270997</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43270997</guid></item></channel></rss>