<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: keithba</title><link>https://news.ycombinator.com/user?id=keithba</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 29 Apr 2026 20:16:19 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=keithba" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by keithba in "Who owns the code Claude Code wrote?"]]></title><description><![CDATA[
<p>Obviously, we aren’t going to agree on this at all. I hope you have a good day.</p>
]]></description><pubDate>Tue, 28 Apr 2026 20:13:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=47940033</link><dc:creator>keithba</dc:creator><comments>https://news.ycombinator.com/item?id=47940033</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47940033</guid></item><item><title><![CDATA[New comment by keithba in "Who owns the code Claude Code wrote?"]]></title><description><![CDATA[
<p>In the US, the copyright office (as the article you link to says), has declined to define “meaningful” contribution. If you want to argue that the user doesn’t own it for incredibly trivial prompts, I won’t argue (though I consider that  to be non-useful code).<p>Every developer I’ve seen use these tools has have engaged in a meaningful contribution: specific directions across multiple prompts, often (though not always) editing the code afterwards, manually running the code and promoting for changes, etc.<p>Until the courts, legislators, or the copyright office define something otherwise, I’m highly confident of my assertion. (Mostly because of the insane number of hours I’ve spent with counsel on this. And, as a disclaimer, since I am biased: I worked on Copilot and Google’s various AI assisted coding products as an SVP and VP.)</p>
]]></description><pubDate>Tue, 28 Apr 2026 19:53:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=47939712</link><dc:creator>keithba</dc:creator><comments>https://news.ycombinator.com/item?id=47939712</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47939712</guid></item><item><title><![CDATA[New comment by keithba in "Who owns the code Claude Code wrote?"]]></title><description><![CDATA[
<p>That’s now how it works. The human using the tool (like claude code, etc) owns the copyright of the code generated.</p>
]]></description><pubDate>Tue, 28 Apr 2026 19:36:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=47939476</link><dc:creator>keithba</dc:creator><comments>https://news.ycombinator.com/item?id=47939476</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47939476</guid></item><item><title><![CDATA[New comment by keithba in "Ex-GitHub CEO launches a new developer platform for AI agents"]]></title><description><![CDATA[
<p>This comment is both wrong and mean-spirited.<p>I’ve worked with ashtom for over a decade. He’s a coding machine - easily one of the most technical executives (who ships real production code.)</p>
]]></description><pubDate>Tue, 10 Feb 2026 23:16:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=46968415</link><dc:creator>keithba</dc:creator><comments>https://news.ycombinator.com/item?id=46968415</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46968415</guid></item><item><title><![CDATA[Conductor: Context-driven development for Gemini CLI]]></title><description><![CDATA[
<p>Article URL: <a href="https://developers.googleblog.com/conductor-introducing-context-driven-development-for-gemini-cli/">https://developers.googleblog.com/conductor-introducing-context-driven-development-for-gemini-cli/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46315618">https://news.ycombinator.com/item?id=46315618</a></p>
<p>Points: 4</p>
<p># Comments: 1</p>
]]></description><pubDate>Thu, 18 Dec 2025 17:17:25 +0000</pubDate><link>https://developers.googleblog.com/conductor-introducing-context-driven-development-for-gemini-cli/</link><dc:creator>keithba</dc:creator><comments>https://news.ycombinator.com/item?id=46315618</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46315618</guid></item><item><title><![CDATA[New comment by keithba in "FAWK: LLMs can write a language interpreter"]]></title><description><![CDATA[
<p>LLMs can definitely write programming languages. I used Gemini CLI (once it came, AI Studio before that) with Gemini 2.5 Pro to create one with Rust and LLVM:<p><a href="https://github.com/GoogleCloudPlatform/aether" rel="nofollow">https://github.com/GoogleCloudPlatform/aether</a><p>This was completely vibe coded - I never had to edit the code, though it was very interactive. The whole thing tool less than a month of some evenings and weekends.<p>(Note: it’s ugly on purpose, as I’m playing with ideas around languages that LLMs would naturally be effective using.)</p>
]]></description><pubDate>Sat, 22 Nov 2025 00:03:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=46010614</link><dc:creator>keithba</dc:creator><comments>https://news.ycombinator.com/item?id=46010614</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46010614</guid></item><item><title><![CDATA[5 Things to Try with Gemini 3 Pro in Gemini CLI]]></title><description><![CDATA[
<p>Article URL: <a href="https://developers.googleblog.com/en/5-things-to-try-with-gemini-3-pro-in-gemini-cli/">https://developers.googleblog.com/en/5-things-to-try-with-gemini-3-pro-in-gemini-cli/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45968104">https://news.ycombinator.com/item?id=45968104</a></p>
<p>Points: 104</p>
<p># Comments: 43</p>
]]></description><pubDate>Tue, 18 Nov 2025 16:09:31 +0000</pubDate><link>https://developers.googleblog.com/en/5-things-to-try-with-gemini-3-pro-in-gemini-cli/</link><dc:creator>keithba</dc:creator><comments>https://news.ycombinator.com/item?id=45968104</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45968104</guid></item><item><title><![CDATA[New comment by keithba in "Cerebras Code now supports GLM 4.6 at 1000 tokens/sec"]]></title><description><![CDATA[
<p>I’ve also experimented with using rust to create a new programming language where I vibe coded (eg never wrote myself). My opinion is that it’s quite capable with disciplined management.<p><a href="https://github.com/GoogleCloudPlatform/aether" rel="nofollow">https://github.com/GoogleCloudPlatform/aether</a><p>Note: the syntax is ugly as a trade-off to make it explicit and unambiguous for LLMs to use.</p>
]]></description><pubDate>Sat, 08 Nov 2025 16:16:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=45857739</link><dc:creator>keithba</dc:creator><comments>https://news.ycombinator.com/item?id=45857739</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45857739</guid></item><item><title><![CDATA[New comment by keithba in "Suno Studio, a Generative AI DAW"]]></title><description><![CDATA[
<p>I made an image, then a video of this…it felt cute<p><a href="https://limewire.com/d/ShyFU#hGrEzdZegs" rel="nofollow">https://limewire.com/d/ShyFU#hGrEzdZegs</a></p>
]]></description><pubDate>Sat, 27 Sep 2025 04:21:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=45393187</link><dc:creator>keithba</dc:creator><comments>https://news.ycombinator.com/item?id=45393187</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45393187</guid></item><item><title><![CDATA[Google's Gemini CLI Agent Comes to Zed]]></title><description><![CDATA[
<p>Article URL: <a href="https://thenewstack.io/googles-gemini-cli-agent-comes-to-zed/">https://thenewstack.io/googles-gemini-cli-agent-comes-to-zed/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45039415">https://news.ycombinator.com/item?id=45039415</a></p>
<p>Points: 6</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 27 Aug 2025 13:30:27 +0000</pubDate><link>https://thenewstack.io/googles-gemini-cli-agent-comes-to-zed/</link><dc:creator>keithba</dc:creator><comments>https://news.ycombinator.com/item?id=45039415</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45039415</guid></item><item><title><![CDATA[Auto-GPT: An Autonomous GPT-4 Experiment]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/Torantulino/Auto-GPT">https://github.com/Torantulino/Auto-GPT</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=35413054">https://news.ycombinator.com/item?id=35413054</a></p>
<p>Points: 153</p>
<p># Comments: 174</p>
]]></description><pubDate>Sun, 02 Apr 2023 17:39:36 +0000</pubDate><link>https://github.com/Torantulino/Auto-GPT</link><dc:creator>keithba</dc:creator><comments>https://news.ycombinator.com/item?id=35413054</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35413054</guid></item><item><title><![CDATA[New comment by keithba in "AI Won't Cause Unemployment"]]></title><description><![CDATA[
<p>Stopped reading after the patently false “communist inspired universal basic income”. A casual knowledge of the topic would lead one to understand it’s a capitalist, Milton Friedman inspired, idea.</p>
]]></description><pubDate>Sun, 05 Mar 2023 04:20:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=35026879</link><dc:creator>keithba</dc:creator><comments>https://news.ycombinator.com/item?id=35026879</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35026879</guid></item><item><title><![CDATA[New comment by keithba in "GitHub was down"]]></title><description><![CDATA[
<p>Hi all - I'm the head of engineering at GitHub. Please accept my sincere apology for this downtime. The cause was a bad deploy (a db migration that changed an index). We were able to revert in about 30 minutes. This is slower than we'd like, and we'll be doing a full RCA of this outage.<p>For those who are interested, on the first Wednesday of each month, I write a blog post on our availability. Most recent one is here: <a href="https://github.blog/2021-03-03-github-availability-report-february-2021/" rel="nofollow">https://github.blog/2021-03-03-github-availability-report-fe...</a></p>
]]></description><pubDate>Fri, 12 Mar 2021 19:13:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=26439646</link><dc:creator>keithba</dc:creator><comments>https://news.ycombinator.com/item?id=26439646</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26439646</guid></item><item><title><![CDATA[The Future is Tiny]]></title><description><![CDATA[
<p>Article URL: <a href="https://medium.com/@bryancostanich/the-future-is-tiny-44dea02e4517">https://medium.com/@bryancostanich/the-future-is-tiny-44dea02e4517</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=17941637">https://news.ycombinator.com/item?id=17941637</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 08 Sep 2018 16:55:19 +0000</pubDate><link>https://medium.com/@bryancostanich/the-future-is-tiny-44dea02e4517</link><dc:creator>keithba</dc:creator><comments>https://news.ycombinator.com/item?id=17941637</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17941637</guid></item><item><title><![CDATA[New comment by keithba in "App Center: Build, Test, Distribute and Monitor Apps in the Cloud"]]></title><description><![CDATA[
<p>Right this second, we offer the ability to export your analytics to Azure Blob Storage, and Application Insights, where you can then join the App Center analytics with other data.<p>We are looking at what we can do to make the SPA + mobile workflow super easy, though. Stay tuned on this. In the meantime, feel free to reach out to me as I'd love to ask you some more questions.</p>
]]></description><pubDate>Wed, 15 Nov 2017 19:20:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=15706896</link><dc:creator>keithba</dc:creator><comments>https://news.ycombinator.com/item?id=15706896</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15706896</guid></item><item><title><![CDATA[New comment by keithba in "App Center: Build, Test, Distribute and Monitor Apps in the Cloud"]]></title><description><![CDATA[
<p>Most of the services are free. You don't have to use the test service if it is outside of your budget. For instance, you could push your successful builds directly to beta testers, if you'd like.<p>We've gone out of our way to make sure everything in the product is accessible via our REST API, and we also have a CLI you can install from npm.</p>
]]></description><pubDate>Wed, 15 Nov 2017 17:42:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=15705740</link><dc:creator>keithba</dc:creator><comments>https://news.ycombinator.com/item?id=15705740</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15705740</guid></item><item><title><![CDATA[New comment by keithba in "App Center: Build, Test, Distribute and Monitor Apps in the Cloud"]]></title><description><![CDATA[
<p>We are highly focused on rich client apps right now, especially iOS and Android, but also Windows and macOS.<p>Feel free to reach out to me and we could discuss your scenarios in more detail. There are other tools that may fit your scenario better.</p>
]]></description><pubDate>Wed, 15 Nov 2017 17:39:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=15705687</link><dc:creator>keithba</dc:creator><comments>https://news.ycombinator.com/item?id=15705687</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15705687</guid></item><item><title><![CDATA[New comment by keithba in "App Center: Build, Test, Distribute and Monitor Apps in the Cloud"]]></title><description><![CDATA[
<p>The team is extremely passionate about creating developer productivity tools. App Center's creators include the founders of HockeyApp, Xamarin Test Cloud, and CodePush. This is something we were all iterating towards individually, and when we met up at Microsoft, we realized we now had the team and ability to make it happen.<p>Microsoft is very serious about creating amazing developer tool across any app, platform, and language for a variety of reasons. Making Azure the most productive place to power your app is part of it, of course. But, in the long run, the easier we make development, the more the world benefits.</p>
]]></description><pubDate>Wed, 15 Nov 2017 17:36:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=15705657</link><dc:creator>keithba</dc:creator><comments>https://news.ycombinator.com/item?id=15705657</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15705657</guid></item><item><title><![CDATA[New comment by keithba in "Visual Studio App Center"]]></title><description><![CDATA[
<p>We support the Intune company portal and we will be taking a look at other services.<p>We offer a full REST API and webhooks, so this also something you could cook up as an extension to the product in the meantime.</p>
]]></description><pubDate>Wed, 15 Nov 2017 17:28:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=15705556</link><dc:creator>keithba</dc:creator><comments>https://news.ycombinator.com/item?id=15705556</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15705556</guid></item><item><title><![CDATA[New comment by keithba in "App Center: Build, Test, Distribute and Monitor Apps in the Cloud"]]></title><description><![CDATA[
<p>We are investigating what it would take to support RN with Windows. I'm a huge RN fan (and we include CodePush inside of App Center.) If you have a moment, shoot me an email as I'd love to ask you more about your scenarios.</p>
]]></description><pubDate>Wed, 15 Nov 2017 17:26:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=15705538</link><dc:creator>keithba</dc:creator><comments>https://news.ycombinator.com/item?id=15705538</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15705538</guid></item></channel></rss>