<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: bnchrch</title><link>https://news.ycombinator.com/user?id=bnchrch</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 23 May 2026 15:08:05 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=bnchrch" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by bnchrch in "An OpenAI model has disproved a central conjecture in discrete geometry"]]></title><description><![CDATA[
<p>I'm sorry. But whats the point of this critique?<p>That a raw LLM hallucinates?<p>That we never see all the mistakes and dead ends a complex system using AI hits?<p>Does it even matter if its accuracy rate across all its experiments is < 100% if it can run trillions of experiments in the same time a human could run 1?<p>We don't see many of the failed attempts of Human Researchers. Why? Because it doesn't matter.<p>What amazing here is that it shows our society can make discoveries faster in the post LLM world. Thats incredible.<p>Your "critique" of how it happened. Not so much.</p>
]]></description><pubDate>Thu, 21 May 2026 14:43:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=48223550</link><dc:creator>bnchrch</dc:creator><comments>https://news.ycombinator.com/item?id=48223550</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48223550</guid></item><item><title><![CDATA[New comment by bnchrch in "Reviewing in the Age of AI"]]></title><description><![CDATA[
<p>Our teams efforts have shifted toward reviewing plans as a team.<p>Before code hits a humans eyes it's went through a few independant review passes from our review agents.<p>If it's low complexity / blast radius it gets auto merged.<p>If it's high complexity / blast radius it gets flagged for human review.<p>And funny enough our team has agreed even our human review layer has the best results if we have an agent create supplementary descriptions of the code and potential issues that we read and apply human judgement.<p>Reason being is that it can be very pendantic. Both in a good and bad way. Either flagging things that are non-concerns, or catching things my lazy human eye wouldnt have caught. e.g. A docstring mis-describing the actual shape of an object.</p>
]]></description><pubDate>Thu, 07 May 2026 12:50:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=48048810</link><dc:creator>bnchrch</dc:creator><comments>https://news.ycombinator.com/item?id=48048810</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48048810</guid></item><item><title><![CDATA[New comment by bnchrch in "Tim Cook's Impeccable Timing"]]></title><description><![CDATA[
<p>I'm not sure it's fair to call the Apple Vision Pro a flop in the traditional sense.<p>While it may not have sold millions of units and been a household staple.<p>It certainly focused the entire org on manufacturing a suite of chips and hardware that are on a completely different level than their competitors. Apple's now has a clear advantage in all dimensions that matter: compute, power consumption, size, capabilities, etc.<p>Apple Vision helped created a moat that will be hard for anyone else to cross for at least a decade.</p>
]]></description><pubDate>Tue, 21 Apr 2026 15:17:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=47850033</link><dc:creator>bnchrch</dc:creator><comments>https://news.ycombinator.com/item?id=47850033</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47850033</guid></item><item><title><![CDATA[New comment by bnchrch in "Show HN: Output.ai - OSS framework we extracted from 500+ production AI agents"]]></title><description><![CDATA[
<p>Oh I can answer that.<p>So we had a few goals here<p>1. Be opinionated on best practises, tools and libraries<p>2. Not get in the way of what the developer wants to do<p>To that end the core is built on top of Temporal, and our llm package is a thin wrapper around ai-sdk that provides QoL enhancements (Prompt files, tracing, cost tracking etc..)<p>So for failures in general, and tool calling specifically there are two levels of retries.<p>1. ai-sdk level tool retries: The library by default handles tool call failures and will retry if the LLM deems it a transient issue, and will never hard fail if one of its tool calls in unsuccessful (unless perhaps you instruct it to).<p>2. Temporal level activity failures: Our workflows and steps are all configured with a base line affordance to reattempt steps that have failed. You as the developer are able to change this, you can make it so a step is never retried, or retried say 100 times with exponential backoff.<p>Hope that helps!</p>
]]></description><pubDate>Thu, 09 Apr 2026 16:59:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=47706153</link><dc:creator>bnchrch</dc:creator><comments>https://news.ycombinator.com/item?id=47706153</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47706153</guid></item><item><title><![CDATA[New comment by bnchrch in "Show HN: Output.ai - OSS framework we extracted from 500+ production AI agents"]]></title><description><![CDATA[
<p>Hey dangent! Glad you find it interesting!<p>So the API keys during setup are entirely optional. They're used in the example workflow that evaluates blog posts for clarity and provides feedback on how to improve.<p>Youre more than free to ignore/delete the example workflow and create your own that doesn't make use of an LLM
1. Fetching trending hn posts
2. Pulling reddit posts that match keywords
3. Transforming Daily calendar events into an html page etc..<p>And the claude code plugins (that are installed for you) all work with you Anthropic subscription no problem</p>
]]></description><pubDate>Thu, 09 Apr 2026 16:52:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=47706041</link><dc:creator>bnchrch</dc:creator><comments>https://news.ycombinator.com/item?id=47706041</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47706041</guid></item><item><title><![CDATA[New comment by bnchrch in "Claude Managed Agents"]]></title><description><![CDATA[
<p>Happy to see this launched, particularly today.<p>I own a stake in a small brewery in Canada, and this feature just saved me setting up some infrastructure to "productionize" an agent we created to assist with ordering, invoicing, and government document creation.<p>I get paid in beer and vibes for projects like these, so the more I can ship these projects in the same place I prototype them the better.<p>(Also don't worry all, still have SF income to buy food for my family with)</p>
]]></description><pubDate>Wed, 08 Apr 2026 18:08:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=47694025</link><dc:creator>bnchrch</dc:creator><comments>https://news.ycombinator.com/item?id=47694025</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47694025</guid></item><item><title><![CDATA[New comment by bnchrch in "Show HN: Output.ai - OSS framework we extracted from 500+ production AI agents"]]></title><description><![CDATA[
<p>Hey! Ben here (one of the engineers who built this).<p>This is a reason why we made our http framework (@outputai/http) a first class citizen for the greater framework and our claude code plugins.<p>As you pointed out at this moment in time theres a Cambrian explosion both in new tools/libraries and the willingness to use them, which poses a systemic security threat when combined with how LLMs function.<p>So while you're free to use any third party tool or library you want with Output. We encourage you to roll your own as often as possible both for the security/control it gives you. But also for the vertical integration it provides (debugging, cost tracking, evals etc...)</p>
]]></description><pubDate>Tue, 07 Apr 2026 15:17:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=47676709</link><dc:creator>bnchrch</dc:creator><comments>https://news.ycombinator.com/item?id=47676709</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47676709</guid></item><item><title><![CDATA[Show HN: Output.ai - OSS framework we extracted from 500+ production AI agents]]></title><description><![CDATA[
<p>Article URL: <a href="https://output.ai/">https://output.ai/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47676157">https://news.ycombinator.com/item?id=47676157</a></p>
<p>Points: 40</p>
<p># Comments: 11</p>
]]></description><pubDate>Tue, 07 Apr 2026 14:40:18 +0000</pubDate><link>https://output.ai/</link><dc:creator>bnchrch</dc:creator><comments>https://news.ycombinator.com/item?id=47676157</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47676157</guid></item><item><title><![CDATA[New comment by bnchrch in "United States Code (federal laws) in Git"]]></title><description><![CDATA[
<p>There's an interesting side effect to the current state of the non-technical world.<p>We have some new tools that increase productivity, and these same tools both lower the barrier to entry to understanding software concepts and building software.<p>I think the result is more people who would've been traditionally considered non-technical are going to be onboarding to concepts that wouldve been traditionally ring fenced in the developer world.<p>Granular version control and diffs being one of them.<p>If this trend is real, and relatively large, I think it will be a good thing.</p>
]]></description><pubDate>Fri, 03 Apr 2026 14:11:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=47626857</link><dc:creator>bnchrch</dc:creator><comments>https://news.ycombinator.com/item?id=47626857</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47626857</guid></item><item><title><![CDATA[New comment by bnchrch in "Artemis II will use laser beams to live-stream 4K moon footage at 260 Mbps"]]></title><description><![CDATA[
<p>This in particular warmed my grumpy heart after the best footage of the launch came from a commercial airliners windows.<p>I had assumed they would've had a better plan to film the entire departure from orbit yesterday.<p>I'm at least happy they have one for the loop around the moon.</p>
]]></description><pubDate>Thu, 02 Apr 2026 15:46:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=47616038</link><dc:creator>bnchrch</dc:creator><comments>https://news.ycombinator.com/item?id=47616038</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47616038</guid></item><item><title><![CDATA[New comment by bnchrch in "Chuck Norris has died"]]></title><description><![CDATA[
<p>I can only assume Chuck has decided to relieve the grim reaper of his duties, leaving us all here to meet our own end not with a scythe but a roundhouse kick.</p>
]]></description><pubDate>Fri, 20 Mar 2026 14:37:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=47455205</link><dc:creator>bnchrch</dc:creator><comments>https://news.ycombinator.com/item?id=47455205</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47455205</guid></item><item><title><![CDATA[New comment by bnchrch in "Pyodide: a Python distribution based on WebAssembly"]]></title><description><![CDATA[
<p>At the same time it feels like the python is overused.<p>If I could wave a magic wand to reset any programming language adoption at this point I would choose Python over Javascript.<p>I think Pythons execution model, deep OO behaviour, and extremely weak guarantees have done a lot of damage to the soundness and performance of the technology world.</p>
]]></description><pubDate>Tue, 17 Mar 2026 14:59:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=47413631</link><dc:creator>bnchrch</dc:creator><comments>https://news.ycombinator.com/item?id=47413631</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47413631</guid></item><item><title><![CDATA[New comment by bnchrch in "Google just gave Sundar Pichai a $692M pay package"]]></title><description><![CDATA[
<p>1. Proprietary Data (Youtube, docs, gmail, cloud logs, waymo, website analytics, ads, search, the list is huge)<p>2. Commercial Datacenters (theyre ahead at least)<p>3. Chip production (Google is manufactoring proprietary chips)<p>4. Consumer OS (Chrome, Andriod)<p>5. Consumer Hardware (Pixel)<p>Basically google has access to data that OpenAI will never have access to, can lower costs below what OpenAI can, and is already a leader in all the places OpenAI will need massive capex to catch up.</p>
]]></description><pubDate>Sun, 08 Mar 2026 19:33:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=47300413</link><dc:creator>bnchrch</dc:creator><comments>https://news.ycombinator.com/item?id=47300413</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47300413</guid></item><item><title><![CDATA[Imperfect advice on how to be happy]]></title><description><![CDATA[
<p>Article URL: <a href="https://by.ben.church/my-wish-for-you-darling/">https://by.ben.church/my-wish-for-you-darling/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47094370">https://news.ycombinator.com/item?id=47094370</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 20 Feb 2026 21:40:47 +0000</pubDate><link>https://by.ben.church/my-wish-for-you-darling/</link><dc:creator>bnchrch</dc:creator><comments>https://news.ycombinator.com/item?id=47094370</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47094370</guid></item><item><title><![CDATA[On Luck, My Daughter]]></title><description><![CDATA[
<p>Article URL: <a href="https://by.ben.church/roll-the-dice/">https://by.ben.church/roll-the-dice/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47089982">https://news.ycombinator.com/item?id=47089982</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 20 Feb 2026 16:18:27 +0000</pubDate><link>https://by.ben.church/roll-the-dice/</link><dc:creator>bnchrch</dc:creator><comments>https://news.ycombinator.com/item?id=47089982</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47089982</guid></item><item><title><![CDATA[New comment by bnchrch in "Bridging Elixir and Python with Oban"]]></title><description><![CDATA[
<p>Thats a large reason for sure!<p>I'd layer in a few more<p>* Largely stable and unchanged language through out its whole existance<p>* Authorship is largely senior engineers so the code you train on is high quality<p>* Relatively low number of abstractions in comparisson to other languages. Meaning there's less ways to do one thing.<p>* Functional Programming style pushes down hidden state, which lowers the complexity when understanding how a slice of a system works, and the likelyhood you introduce a bug</p>
]]></description><pubDate>Thu, 19 Feb 2026 18:21:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=47077075</link><dc:creator>bnchrch</dc:creator><comments>https://news.ycombinator.com/item?id=47077075</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47077075</guid></item><item><title><![CDATA[New comment by bnchrch in "Ask HN: What would you recommend a vibe coder learn about how all this works?"]]></title><description><![CDATA[
<p>This is an understate and often unsaid take. But its 100% right.<p>Its also why you'll hear many engineers opine over functional programming.<p>Most start by thinking about
1. What does a system do for me?<p>Then onto
1. What actions does a system do?
2. Where should files and folders live?
3. Where should services live?<p>and stop there.<p>But the true key is when you just think about how data moves through your system.<p>Then you learn to simplify.<p>No classes, no hidden state, just simple functions with an input and an output and nothing else.<p>Long story short: Think about your system in data, and learn how to keep your code super simple to help with that thinking</p>
]]></description><pubDate>Sat, 14 Feb 2026 00:59:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=47010113</link><dc:creator>bnchrch</dc:creator><comments>https://news.ycombinator.com/item?id=47010113</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47010113</guid></item><item><title><![CDATA[New comment by bnchrch in "Fix the iOS keyboard before the timer hits zero or I'm switching back to Android"]]></title><description><![CDATA[
<p>I may have something to teach you about indicators, averages, and population samples/biases.<p>We're not debating majority opinion here. Just that people exist who have that bias / perception and what it leads to.<p>People exist that judge and exclude based on if you have have an Android.<p>Im sure the reverse exits too.<p>Im also sure the former is more common than the later.<p>But I have no idea how large that population is.<p>Just like Im not in that population.</p>
]]></description><pubDate>Fri, 13 Feb 2026 21:42:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=47008220</link><dc:creator>bnchrch</dc:creator><comments>https://news.ycombinator.com/item?id=47008220</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47008220</guid></item><item><title><![CDATA[New comment by bnchrch in "Fix the iOS keyboard before the timer hits zero or I'm switching back to Android"]]></title><description><![CDATA[
<p>Fit, happy, married and have the cognitive ability to not conflate the message with the messenger.</p>
]]></description><pubDate>Fri, 13 Feb 2026 21:34:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=47008151</link><dc:creator>bnchrch</dc:creator><comments>https://news.ycombinator.com/item?id=47008151</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47008151</guid></item><item><title><![CDATA[New comment by bnchrch in "Fix the iOS keyboard before the timer hits zero or I'm switching back to Android"]]></title><description><![CDATA[
<p>Unfortunately for us, logic isn't the arbiter of social behaviour.<p>Heres some examples<p>- <a href="https://www.reddit.com/r/Android/comments/1nt7czg/do_iphone_people_really_freak_out_about_the_green/" rel="nofollow">https://www.reddit.com/r/Android/comments/1nt7czg/do_iphone_...</a><p>- <a href="https://www.reddit.com/r/samsung/comments/14rhes2/friends_in_the_us_how_do_you_get_past_the_green/" rel="nofollow">https://www.reddit.com/r/samsung/comments/14rhes2/friends_in...</a><p>- <a href="https://www.reddit.com/r/Nicegirls/comments/1ja3iy4/green_bubble_hate_is_real/" rel="nofollow">https://www.reddit.com/r/Nicegirls/comments/1ja3iy4/green_bu...</a><p>- <a href="https://www.reddit.com/r/OnlineDating/comments/17xrue5/are_you_suspicious_when_you_see_green_bubbles/" rel="nofollow">https://www.reddit.com/r/OnlineDating/comments/17xrue5/are_y...</a><p>- <a href="https://www.reddit.com/r/datingoverthirty/comments/b6w9iu/oh_youre_a_green_text/" rel="nofollow">https://www.reddit.com/r/datingoverthirty/comments/b6w9iu/oh...</a><p>- <a href="https://www.reddit.com/r/Tinder/comments/f1i3q8/this_is_why_i_dont_trust_green_bubbles/" rel="nofollow">https://www.reddit.com/r/Tinder/comments/f1i3q8/this_is_why_...</a><p>- <a href="https://www.reddit.com/r/Android/comments/rz4wlp/why_apples_imessage_is_winning_teens_dread_the/" rel="nofollow">https://www.reddit.com/r/Android/comments/rz4wlp/why_apples_...</a><p>----<p>One more:<p><a href="https://mashable.com/article/iphone-users-think-less-of-android-users-green-bubbles" rel="nofollow">https://mashable.com/article/iphone-users-think-less-of-andr...</a></p>
]]></description><pubDate>Fri, 13 Feb 2026 19:56:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=47007003</link><dc:creator>bnchrch</dc:creator><comments>https://news.ycombinator.com/item?id=47007003</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47007003</guid></item></channel></rss>