<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: OliverGilan</title><link>https://news.ycombinator.com/user?id=OliverGilan</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 19 Aug 2026 05:25:09 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=OliverGilan" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[The Machine God Wants to Talk to You]]></title><description><![CDATA[
<p>Article URL: <a href="https://twitter.com/olvrgln/status/2060419489351754049">https://twitter.com/olvrgln/status/2060419489351754049</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48326806">https://news.ycombinator.com/item?id=48326806</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 29 May 2026 17:55:19 +0000</pubDate><link>https://twitter.com/olvrgln/status/2060419489351754049</link><dc:creator>OliverGilan</dc:creator><comments>https://news.ycombinator.com/item?id=48326806</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48326806</guid></item><item><title><![CDATA[New comment by OliverGilan in "OpenAI Agents SDK Sandboxes: Which one should you choose?"]]></title><description><![CDATA[
<p>Really interesting product. A ton of these sandbox companies recently but it feels like no one has really nailed the experience for application builders yet.<p>Really excited to try this one out</p>
]]></description><pubDate>Wed, 20 May 2026 18:54:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=48212321</link><dc:creator>OliverGilan</dc:creator><comments>https://news.ycombinator.com/item?id=48212321</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48212321</guid></item><item><title><![CDATA[New comment by OliverGilan in "If AI writes your code, why use Python?"]]></title><description><![CDATA[
<p>I’d also argue it needs to compile fast/ have fast static analysis. Feedback loops like this are super helpful for agents</p>
]]></description><pubDate>Mon, 11 May 2026 21:25:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=48100876</link><dc:creator>OliverGilan</dc:creator><comments>https://news.ycombinator.com/item?id=48100876</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48100876</guid></item><item><title><![CDATA[New comment by OliverGilan in "Ex-GitHub CEO launches a new developer platform for AI agents"]]></title><description><![CDATA[
<p>disclosure: i run a startup that will most likely be competitive in the future.<p>I welcome more innovation in the code forge space but if you’re looking for an oss alternative just for tracking agent sessions with your commits you should checkout agentblame<p><a href="https://github.com/mesa-dot-dev/agentblame" rel="nofollow">https://github.com/mesa-dot-dev/agentblame</a></p>
]]></description><pubDate>Tue, 10 Feb 2026 16:13:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=46961911</link><dc:creator>OliverGilan</dc:creator><comments>https://news.ycombinator.com/item?id=46961911</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46961911</guid></item><item><title><![CDATA[New comment by OliverGilan in "Using Git to attribute AI-generated code"]]></title><description><![CDATA[
<p>Maintainer here.<p>In the case where a human edits a previously AI-generated line we simply track that as a human-produced line of code. We are thinking of making this a distinct subcategory because there's a lot of useful info in that data.<p>Regarding performance we haven't done rigorous benchmarks but we've been using this internally and haven't noticed any problems</p>
]]></description><pubDate>Thu, 15 Jan 2026 21:43:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=46639766</link><dc:creator>OliverGilan</dc:creator><comments>https://news.ycombinator.com/item?id=46639766</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46639766</guid></item><item><title><![CDATA[New comment by OliverGilan in "Ask HN: Share your personal website"]]></title><description><![CDATA[
<p><a href="https://olivergilan.com" rel="nofollow">https://olivergilan.com</a></p>
]]></description><pubDate>Wed, 14 Jan 2026 22:59:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=46625172</link><dc:creator>OliverGilan</dc:creator><comments>https://news.ycombinator.com/item?id=46625172</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46625172</guid></item><item><title><![CDATA[Show HN: Multi-Agent Code Review]]></title><description><![CDATA[
<p>Hey HN! We’re Oliver Gilan & Ben Warren and today we’re launching Mesa (<a href="https://mesa.dev" rel="nofollow">https://mesa.dev</a>) into public beta to help large engineering teams review code more effectively.<p>There are <i>plenty</i> of code review agents that exist but we found that they fall short in a number of ways. They don’t…<p>- Let you tailor the reviews with enough fidelity<p>- Give you control over the models used. If a new foundation model is released I might want to try it!<p>- Align the costs effectively<p>Mesa solves these problems with a multi-agent architecture where you define custom review agents that specialize in reviewing certain dimensions of your codebase.  This allows you to finely control the review quality and receive reviews that are aware of specific dependencies, business logic, a specific domain in your codebase, or anything else you care about.<p>You can control the model a specialist uses which is great for trying newly released models but also for controlling costs. When a change is made to our database schema, we have a specialist agent that reviews it and uses the most expensive, smartest, model it can while our frontend agent uses a faster, cheaper agent.<p>Control over models and the fact that we only charge you for the tokens you use, at cost, aligns our cost structure and gives teams control that they do not get with other agents.<p>We’ve found code review to be a subtly big problem for teams trying to improve development velocity. It’s the primary point of contact for managing the changes to the living system of your codebase and mistakes are costly.<p>Missed bugs that make it to production can cause downtime, lost revenue, loss of trust, security breaches, compliance breaches, etc. Engineers spend hundreds of expensive man-hours that they do not enjoy reviewing code and still there’s too many mistakes being made.<p>We do not believe you can remove humans from the loop of reviews entirely but we can dramatically shift the amount of work done on an average code review and eliminate the need for human reviews altogether on a large subset of PRs. This sort of automation will lead to faster teams and more reliable codebases over time.<p>We are now in public beta and there’s a generous free tier (~100k lines reviewed free per month) available to all. Give it a spin and let us know what you think!<p>Oliver & Ben</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45814767">https://news.ycombinator.com/item?id=45814767</a></p>
<p>Points: 5</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 04 Nov 2025 19:11:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=45814767</link><dc:creator>OliverGilan</dc:creator><comments>https://news.ycombinator.com/item?id=45814767</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45814767</guid></item><item><title><![CDATA[New comment by OliverGilan in "Diff Algorithms"]]></title><description><![CDATA[
<p>Do you have examples of any of these ideas being implemented? In general I agree, there’s so much opportunity for these “knowledge augmented” algorithms</p>
]]></description><pubDate>Wed, 01 Oct 2025 06:17:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=45434838</link><dc:creator>OliverGilan</dc:creator><comments>https://news.ycombinator.com/item?id=45434838</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45434838</guid></item><item><title><![CDATA[New comment by OliverGilan in "Show HN: One-Click CSV Deduplication (open-source)"]]></title><description><![CDATA[
<p>Curious how this scales. Just tried this with the test dataset and it was probably the slickest deduplication experience I’ve had</p>
]]></description><pubDate>Wed, 06 Nov 2024 16:37:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=42064886</link><dc:creator>OliverGilan</dc:creator><comments>https://news.ycombinator.com/item?id=42064886</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42064886</guid></item><item><title><![CDATA[The Cloud Hasn't Been Won]]></title><description><![CDATA[
<p>Article URL: <a href="https://olivergilan.com/blog/cloud-hasnt-been-won/">https://olivergilan.com/blog/cloud-hasnt-been-won/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41569065">https://news.ycombinator.com/item?id=41569065</a></p>
<p>Points: 4</p>
<p># Comments: 1</p>
]]></description><pubDate>Tue, 17 Sep 2024 15:58:02 +0000</pubDate><link>https://olivergilan.com/blog/cloud-hasnt-been-won/</link><dc:creator>OliverGilan</dc:creator><comments>https://news.ycombinator.com/item?id=41569065</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41569065</guid></item><item><title><![CDATA[New comment by OliverGilan in "Sapling: Source control that's user-friendly and scalable (2022)"]]></title><description><![CDATA[
<p>Is there any way to even use this today? I’ve been waiting for the server and file system components to be open sourced for a couple years now</p>
]]></description><pubDate>Tue, 10 Sep 2024 15:43:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=41501950</link><dc:creator>OliverGilan</dc:creator><comments>https://news.ycombinator.com/item?id=41501950</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41501950</guid></item><item><title><![CDATA[New comment by OliverGilan in "Sourcegraph went dark"]]></title><description><![CDATA[
<p>This seems weirdly hostile. He laid out a bunch of points but you’re grabbing on to this one  to make it seem like he’s using classic corporate-speak. Do you find it so unrealistic that the CEO of Sourcegraph has heard from devs that their managers asked them to try to clone or investigate the product before buying? That seems pretty likely</p>
]]></description><pubDate>Tue, 20 Aug 2024 15:39:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=41301032</link><dc:creator>OliverGilan</dc:creator><comments>https://news.ycombinator.com/item?id=41301032</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41301032</guid></item><item><title><![CDATA[New comment by OliverGilan in "In the gut's 'second brain,' key agents of health emerge"]]></title><description><![CDATA[
<p>What was the breakthrough and what have we learned? I'm interested in reading more about this</p>
]]></description><pubDate>Wed, 22 Nov 2023 02:04:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=38373690</link><dc:creator>OliverGilan</dc:creator><comments>https://news.ycombinator.com/item?id=38373690</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38373690</guid></item><item><title><![CDATA[New comment by OliverGilan in "Microsoft is eating the world"]]></title><description><![CDATA[
<p>This post is a bad analysis.<p>> While some will praise Satya Nadella and hero-worship Sam Altman, breaking OpenAI into two parts will slow down momentum for LLMs and research while handing even more power to the Cloud and Azure in its future<p>Except that Microsoft nor Sam is responsible for the breaking of OpenAI. It was the non-profit board. Instead now Sam and co will have access to the Microsoft war chest, funding for more compute, chip design, and datasets so if anything they’ll probably move even faster than before.<p>> Microsoft taking Sam Atman and his followers in, is like shutting down your best investment just for a short-term benefit. These stories don’t usually end well for big corporations.<p>Again this makes little sense and its very clearly obvious how this makes long term sense for Microsoft. Also they did not initiate this move by OAI<p>> It’s the job of Venture Capitalist to praise Microsoft, Satya Nadella, and Sam Altman to vilify OpenAI’s board in all of this.<p>No it isn’t<p>> Microsoft eating OpenAI and poaching their talent, is the worst possible scenario for the startup that was just beginning to get momentum.<p>No firing the beloved CEO of the fastest growing tech startup in a decade and ignoring warnings from 80% of employees that they would quit is the worst scenario for a startup regardless of what Microsoft does<p>This whole post seems like really bad pattern matching by someone who is anti capitalism and tries to frame every scenario they see in business through that lens</p>
]]></description><pubDate>Mon, 20 Nov 2023 16:10:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=38349884</link><dc:creator>OliverGilan</dc:creator><comments>https://news.ycombinator.com/item?id=38349884</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38349884</guid></item><item><title><![CDATA[New comment by OliverGilan in "Most UI applications are broken real-time applications"]]></title><description><![CDATA[
<p>Can you be more specific about what was “solved” in the 90s? The platforms upon which apps are run now and the technologies as well as the expected capabilities of those apps have drastically changed. Not all UI development has changed just for being shiny.<p>I see little reason why building a UI today cannot be a superset of what was solved in the 90s so I’m curious to know what that solved subset looks like to you</p>
]]></description><pubDate>Thu, 21 Sep 2023 20:02:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=37603433</link><dc:creator>OliverGilan</dc:creator><comments>https://news.ycombinator.com/item?id=37603433</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37603433</guid></item><item><title><![CDATA[B612 Font Family]]></title><description><![CDATA[
<p>Article URL: <a href="https://b612-font.com/">https://b612-font.com/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=37517567">https://news.ycombinator.com/item?id=37517567</a></p>
<p>Points: 466</p>
<p># Comments: 94</p>
]]></description><pubDate>Fri, 15 Sep 2023 02:33:03 +0000</pubDate><link>https://b612-font.com/</link><dc:creator>OliverGilan</dc:creator><comments>https://news.ycombinator.com/item?id=37517567</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37517567</guid></item><item><title><![CDATA[New comment by OliverGilan in "Wheat gluten spurs brain inflammation in mice"]]></title><description><![CDATA[
<p>I am negative for the Celiac blood test (got tested three times) but I am absolutely allergic to gluten. Starting three years ago randomly I became allergic and severely ill for months - losing up to 30 lbs in a matter of a month - before isolating the problem to gluten. I have also on multiple occasions accidentally eaten gluten without realizing and immediately felt the symptoms. None of the tests I've taken show gluten as an allergen or problem in my body but cutting it out removes all my symptoms. Our tests are not nearly good enough and I suspect many people deal with chronic inflammation and other health issues due to food they can't eat and don't even realize</p>
]]></description><pubDate>Wed, 09 Aug 2023 15:32:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=37064241</link><dc:creator>OliverGilan</dc:creator><comments>https://news.ycombinator.com/item?id=37064241</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37064241</guid></item><item><title><![CDATA[New comment by OliverGilan in "Ask HN: Could you share your personal blog here?"]]></title><description><![CDATA[
<p><a href="https://olivergilan.com" rel="nofollow noreferrer">https://olivergilan.com</a><p>Just a personal blog with some essays that I post occasionally to get myself in the habit of writing. My next post will be about living with chronic illness as a SWE and how to get through it</p>
]]></description><pubDate>Tue, 04 Jul 2023 17:57:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=36590287</link><dc:creator>OliverGilan</dc:creator><comments>https://news.ycombinator.com/item?id=36590287</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36590287</guid></item><item><title><![CDATA[New comment by OliverGilan in "Turn Your DB into a ChatGPT Plugin with Census and Fly"]]></title><description><![CDATA[
<p>Companies have been gathering data for over a decade now and storing it in massive data warehouses with often no plan for how to effectively use it. I would not be surprised if turning those warehouses into a source for various LLM applications becomes the dominant use case for the industry very quickly. I expect we'll see some of the big incumbents like Snowflake roll out first-class vectorization of existing warehouses in the coming months.</p>
]]></description><pubDate>Mon, 27 Mar 2023 16:17:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=35328552</link><dc:creator>OliverGilan</dc:creator><comments>https://news.ycombinator.com/item?id=35328552</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35328552</guid></item><item><title><![CDATA[New comment by OliverGilan in "UK: Food inflation rises to 18.2% as it hits highest rate in over 45 years"]]></title><description><![CDATA[
<p>Inflation has been remarkably low since 1980 though… and that graph doesn’t mention prices. Theoretically if more is being produced then you don’t need wages to keep up to afford the same luxuries. In fact all the stats I’ve seen shown that we can and do afford a lot more these days</p>
]]></description><pubDate>Fri, 24 Mar 2023 18:33:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=35293537</link><dc:creator>OliverGilan</dc:creator><comments>https://news.ycombinator.com/item?id=35293537</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35293537</guid></item></channel></rss>