<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: aeneas_ory</title><link>https://news.ycombinator.com/user?id=aeneas_ory</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 12 Sep 2026 08:53:09 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=aeneas_ory" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by aeneas_ory in "RTK reports token savings, but our cost benchmarks disagree"]]></title><description><![CDATA[
<p>See my other comment on the person that commented the same thing you did!</p>
]]></description><pubDate>Fri, 11 Sep 2026 15:33:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=49660170</link><dc:creator>aeneas_ory</dc:creator><comments>https://news.ycombinator.com/item?id=49660170</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49660170</guid></item><item><title><![CDATA[New comment by aeneas_ory in "RTK reports token savings, but our cost benchmarks disagree"]]></title><description><![CDATA[
<p>Only the amount of free time I have to work on it - nothing fundamentally prevents it. PRs welcomed!</p>
]]></description><pubDate>Fri, 11 Sep 2026 13:46:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=49658363</link><dc:creator>aeneas_ory</dc:creator><comments>https://news.ycombinator.com/item?id=49658363</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49658363</guid></item><item><title><![CDATA[New comment by aeneas_ory in "RTK reports token savings, but our cost benchmarks disagree"]]></title><description><![CDATA[
<p>I literally say you should take benchmarks with a grain of salt :)<p>> Of course, it's always dependent on statistical noise + host system load, and running sufficiently large benchmarks is simply too expensive, so take em with a grain of salt.<p>And the savings listed are coming from a benchmark harness that implements different OSS bugs one time with and one without lumen - in those cases the % saved are reproducible (caveat: it was on older models, Opus 4.6 I believe).<p>Also I explain WHY it saves tokens - because the model doesn’t have to brute force different terms until it finds the match it needs, but uses semantic „distance“ so the embedding does it for the model.</p>
]]></description><pubDate>Fri, 11 Sep 2026 13:46:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=49658357</link><dc:creator>aeneas_ory</dc:creator><comments>https://news.ycombinator.com/item?id=49658357</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49658357</guid></item><item><title><![CDATA[New comment by aeneas_ory in "RTK reports token savings, but our cost benchmarks disagree"]]></title><description><![CDATA[
<p>All of these "hacks" are snakeoil and I think deep down we all know. Whether it's caveman, RTK, or whatever other vibe-coded productivity/token cost saving hacks/skills/claude.md.<p>What I had success with (although benchmarks are older) is to index the codebase with a dedicated local code embedding model. It's a bit expensive on the CPU side but in my benchmarks it reduced token use and wall clock time significantly. Of course, it's always dependent on statistical noise + host system load, and running sufficiently large benchmarks is simply too expensive, so take em with a grain of salt.<p>Why does it work you may ask? Well, LLMs basically brute force words/phrases and pipe that into find/grep/pgrep/whatever (or as recently discussed here write a python script for it - <a href="https://news.ycombinator.com/item?id=49654229">https://news.ycombinator.com/item?id=49654229</a>). Semantic search looks for similarities so you have to do less brute forcing. Comes of course at the cost of indexing everything first.<p>You can find the project here: <a href="https://github.com/ory/lumen" rel="nofollow">https://github.com/ory/lumen</a></p>
]]></description><pubDate>Fri, 11 Sep 2026 11:28:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=49656622</link><dc:creator>aeneas_ory</dc:creator><comments>https://news.ycombinator.com/item?id=49656622</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49656622</guid></item><item><title><![CDATA[New comment by aeneas_ory in "Better Auth is joining Vercel"]]></title><description><![CDATA[
<p>Auth is not stable, it‘s constantly changing and evolving and also a lot of work to keep secure, and scalable. Auth is critical infrastructure and certainly not free. Most companies with homegrown at some point go to a vendor because it is so much work to DIY.<p>I can’t speak for Vercel‘s goals or pricing - but Ory is evidently still open source while many others went other routes!</p>
]]></description><pubDate>Tue, 07 Jul 2026 17:54:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=48821210</link><dc:creator>aeneas_ory</dc:creator><comments>https://news.ycombinator.com/item?id=48821210</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48821210</guid></item><item><title><![CDATA[New comment by aeneas_ory in "Better Auth is joining Vercel"]]></title><description><![CDATA[
<p>Probably the first time reading that the Ory stack is unfinished! Sorry you had a frustrating time, but there's 10 years of development and many happy customers + adopters who see it differently! Polis / Boxy still works as before, we didn't gut or take away anything.<p>Open source development needs to be paid by someone - most of the time people complaining about paying for software are working themselves (for money!) in some company making huge bucks, or looking up to "successful (as in money) tech leaders".<p>For Ory, B2B login is a good value differentiator, because it's required by companies selling to other companies meaning they can spend some money on licenses to further develop software.<p>Ory powers the largest technology providers, and super small solo projects. It's robust, stable, Apache2 licensed. It's the best CIAM tech out there that's free (!!).<p>In the end, everyone is entitled to their opinion but the "open source can't make money" train is honestly a bottom tier opinion and I'm tired of reading it on HN, probably written by people making $100K+ a year for writing software and using open source daily (without paying a dime).<p>It's like the people complaining that Wikipedia is collecting too many donations, while they cheer on Apple or Anthropic or whoever raking in billions of dollars.<p>Somehow, only if it's open source / non profit it's bad to make money. If it's proprietary nobody gives a damn. Says a lot about society.</p>
]]></description><pubDate>Tue, 07 Jul 2026 16:56:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=48820459</link><dc:creator>aeneas_ory</dc:creator><comments>https://news.ycombinator.com/item?id=48820459</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48820459</guid></item><item><title><![CDATA[New comment by aeneas_ory in "OAuth for all"]]></title><description><![CDATA[
<p>Truly appreciated, thank you :)</p>
]]></description><pubDate>Thu, 25 Jun 2026 12:39:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=48672470</link><dc:creator>aeneas_ory</dc:creator><comments>https://news.ycombinator.com/item?id=48672470</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48672470</guid></item><item><title><![CDATA[New comment by aeneas_ory in "OAuth for all"]]></title><description><![CDATA[
<p>My mistake - I thought it‘s now just under the IBM corp but it is indeed in CNCF. Still, IBM offers a commercial product around KeyCloak.<p>If you serve 900m weekly active users, you need this type of distributed database architecture that is expensive to run. But at that point the cost of running it is a fraction of overall infra spend. No start up really needs this level of scale, only Enterprises (hence it‘s gated). Making Cockroach work is more work than just wiring up the SQL, you actually need to deal with it like dynamodb under the hood and use primary keys efficiently, avoid hotspots, and all that jazz.<p>Most companies (like Cloudflare!) do just fine with Postgres and one of our services. Ory Hydra is written in Go, doesn’t need JVM, very little RAM, doesn’t need caches or start up time due to cold starts. The architecture is different and that makes it cheap and fast to run. From the blog post - they run Hydra on 0.6 vCPU and 200MB of RAM. That’s probably as cheap as it gets!<p>It‘s a different tool for a different problem than KeyCloak - both have their place.</p>
]]></description><pubDate>Thu, 25 Jun 2026 11:09:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=48671745</link><dc:creator>aeneas_ory</dc:creator><comments>https://news.ycombinator.com/item?id=48671745</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48671745</guid></item><item><title><![CDATA[New comment by aeneas_ory in "OAuth for all"]]></title><description><![CDATA[
<p>KeyCloak is great if you want a full stack Java server to run internal workforce for example, but Ory is much better at running high scale (eg at OpenAI <a href="https://www.ory.com/case-studies/openai" rel="nofollow">https://www.ory.com/case-studies/openai</a>) and in a composable fashion.<p>Yes we have an commercial version because how else can one finance world class open source powering the biggest software names on the planet? It‘s a good thing that Ory has a business model that works, not a bad thing. And by the way, IBM finds ways to charge you for KeyCloak too ;)</p>
]]></description><pubDate>Thu, 25 Jun 2026 09:53:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=48671225</link><dc:creator>aeneas_ory</dc:creator><comments>https://news.ycombinator.com/item?id=48671225</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48671225</guid></item><item><title><![CDATA[New comment by aeneas_ory in "OAuth for all"]]></title><description><![CDATA[
<p>OAuth2 is complex and often not the right tool. I wrote Ory Hydra and also a blog post when OAuth2 is/is not a good idea: <a href="https://www.ory.com/blog/oauth2-openid-connect-do-you-need-use-cases-examples" rel="nofollow">https://www.ory.com/blog/oauth2-openid-connect-do-you-need-u...</a><p>For API Keys we just launched Ory Talos (<a href="https://github.com/ory/talos" rel="nofollow">https://github.com/ory/talos</a>) - a perfect alternative for when OAuth2 is too much for the use case.<p>There are use cases and security concerns that legitimize using OAuth2 - with specs like DPoP you can make these flows more secure. In my view the use cases presented here is a good one for OAuth2, but it certainly doesn’t make sense everywhere - complexity makes system harder to secure.</p>
]]></description><pubDate>Thu, 25 Jun 2026 07:59:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=48670354</link><dc:creator>aeneas_ory</dc:creator><comments>https://news.ycombinator.com/item?id=48670354</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48670354</guid></item><item><title><![CDATA[New comment by aeneas_ory in "OAuth for all"]]></title><description><![CDATA[
<p>Author of Ory Hydra here! Very cool to see this blog post and technical description! I never would have thought this piece of software would secure the internet companies in the world :) Also great to see that the 2.x version performs so well for you! The CPU use is ridiculously small for that scale! We have a commercial variant that‘s even faster, if you ever run into trouble.<p>If anyone here is interested in providing their own oauth, IAM, rebac permissions, API keys, agent security - check out our open source & commercial products at <a href="https://github.com/ory" rel="nofollow">https://github.com/ory</a> and <a href="https://www.ory.com/" rel="nofollow">https://www.ory.com/</a></p>
]]></description><pubDate>Thu, 25 Jun 2026 07:50:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=48670269</link><dc:creator>aeneas_ory</dc:creator><comments>https://news.ycombinator.com/item?id=48670269</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48670269</guid></item><item><title><![CDATA[New comment by aeneas_ory in "Show HN: Open-source API Key server written in Go by Ory"]]></title><description><![CDATA[
<p>Appreciate the love :)<p>For AI Agents we have added token derivation to Ory Talos which allows you to exchange a static API key for a ephemeral, short lived, and restricted token. It can be both a JWT and a Macaroon (super interesting for caveats)!<p>However this would require GitHub to use Ory Talos and it‘s not a solution for third party credentials really.<p>So your project solves that need quite nicely, and I‘ll check it out in more detail today :)</p>
]]></description><pubDate>Thu, 11 Jun 2026 16:00:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=48492174</link><dc:creator>aeneas_ory</dc:creator><comments>https://news.ycombinator.com/item?id=48492174</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48492174</guid></item><item><title><![CDATA[New comment by aeneas_ory in "Show HN: Open-source API Key server written in Go by Ory"]]></title><description><![CDATA[
<p>We built Ory Talos (not to confuse with Talos Linux) to solve API keys (think OpenAI and Anthropic API keys) at scale and with the best practices around capabilities and securities.<p>If you have any questions, please shoot :)</p>
]]></description><pubDate>Thu, 11 Jun 2026 15:36:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=48491825</link><dc:creator>aeneas_ory</dc:creator><comments>https://news.ycombinator.com/item?id=48491825</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48491825</guid></item><item><title><![CDATA[New comment by aeneas_ory in "Parallel agents in Zed"]]></title><description><![CDATA[
<p>What are parallel agents worth to professional engineers if reviewing the code is a pain (aka non existent) in Zed? Please add proper code review tools (compare with branch|file|revision) and GH pr review tools like IntelliJ!</p>
]]></description><pubDate>Thu, 23 Apr 2026 07:34:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=47873097</link><dc:creator>aeneas_ory</dc:creator><comments>https://news.ycombinator.com/item?id=47873097</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47873097</guid></item><item><title><![CDATA[New comment by aeneas_ory in "Pro Max 5x Quota Exhausted in 1.5 Hours Despite Moderate Usage"]]></title><description><![CDATA[
<p>Besides some of the obvious hacks to reduce token usage, properly indexed code bases (think IntelliJ) reduce token usage significantly (30%-50%, while keeping or exceeding result quality compared with baseline) as shown with <a href="https://github.com/ory/lumen" rel="nofollow">https://github.com/ory/lumen</a><p>Anthropic is not incentivized to reduce token use, only to increase it, which is what we are seeing with Opus 4.6 and now they are putting the screws on</p>
]]></description><pubDate>Sun, 12 Apr 2026 14:06:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=47739829</link><dc:creator>aeneas_ory</dc:creator><comments>https://news.ycombinator.com/item?id=47739829</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47739829</guid></item><item><title><![CDATA[New comment by aeneas_ory in "Post Mortem: axios NPM supply chain compromise"]]></title><description><![CDATA[
<p>Read the source code</p>
]]></description><pubDate>Fri, 03 Apr 2026 13:59:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=47626739</link><dc:creator>aeneas_ory</dc:creator><comments>https://news.ycombinator.com/item?id=47626739</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47626739</guid></item><item><title><![CDATA[New comment by aeneas_ory in "Post Mortem: axios NPM supply chain compromise"]]></title><description><![CDATA[
<p>Check if your machine was affected with this tool: <a href="https://github.com/aeneasr/was-i-axios-pwned" rel="nofollow">https://github.com/aeneasr/was-i-axios-pwned</a></p>
]]></description><pubDate>Fri, 03 Apr 2026 08:11:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=47624297</link><dc:creator>aeneas_ory</dc:creator><comments>https://news.ycombinator.com/item?id=47624297</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47624297</guid></item><item><title><![CDATA[New comment by aeneas_ory in "Axios compromised on NPM – Malicious versions drop remote access trojan"]]></title><description><![CDATA[
<p>I wrote a tool that helps you check if your machine was compromised: <a href="https://github.com/aeneasr/was-i-axios-pwned" rel="nofollow">https://github.com/aeneasr/was-i-axios-pwned</a></p>
]]></description><pubDate>Thu, 02 Apr 2026 21:12:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=47620260</link><dc:creator>aeneas_ory</dc:creator><comments>https://news.ycombinator.com/item?id=47620260</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47620260</guid></item><item><title><![CDATA[Anthropic says: nothing wrong with our usage limits, you're hallucinating]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.reddit.com/r/ClaudeAI/s/u7aJKSDmfy">https://www.reddit.com/r/ClaudeAI/s/u7aJKSDmfy</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47620090">https://news.ycombinator.com/item?id=47620090</a></p>
<p>Points: 7</p>
<p># Comments: 1</p>
]]></description><pubDate>Thu, 02 Apr 2026 20:58:16 +0000</pubDate><link>https://www.reddit.com/r/ClaudeAI/s/u7aJKSDmfy</link><dc:creator>aeneas_ory</dc:creator><comments>https://news.ycombinator.com/item?id=47620090</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47620090</guid></item><item><title><![CDATA[Show HN: Scanner to check if you are affected by the axios supply chain attack]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/aeneasr/was-i-axios-pwned">https://github.com/aeneasr/was-i-axios-pwned</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47618822">https://news.ycombinator.com/item?id=47618822</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 02 Apr 2026 19:08:58 +0000</pubDate><link>https://github.com/aeneasr/was-i-axios-pwned</link><dc:creator>aeneas_ory</dc:creator><comments>https://news.ycombinator.com/item?id=47618822</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47618822</guid></item></channel></rss>