<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: Uehreka</title><link>https://news.ycombinator.com/user?id=Uehreka</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 17 Apr 2026 09:27:41 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=Uehreka" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by Uehreka in "Claude Opus 4.7 Model Card"]]></title><description><![CDATA[
<p>I never understand these critiques. If something is useful and you’re selling it, does that mean any technical document describing its usefulness becomes marketing?<p>I guess maybe, but then do those documents lose value as technical documents? Not necessarily at all, so I don’t see the point. How are you supposed to describe a useful technical thing to users?</p>
]]></description><pubDate>Thu, 16 Apr 2026 17:25:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=47796675</link><dc:creator>Uehreka</dc:creator><comments>https://news.ycombinator.com/item?id=47796675</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47796675</guid></item><item><title><![CDATA[New comment by Uehreka in "Cursor 3"]]></title><description><![CDATA[
<p>VS Code wouldn’t have won the mid-2010s editor wars if it was closed source (note that VS Code has not helped MS ramp people up to VS itself). The winner of that war was always going to be an open source editor, it was just Microsoft whose concept won out. Closed source editors like Coda failed to gain traction and even Sublime Text fell eventually.<p>If MS ever decided to discontinue VS Code or relicense it, there would be blood in the water. I guarantee you there would be multiple compelling competitors in under a year and probably a new open source winner with consolidation in 5.<p>So to answer your question: they would be forking Atom (which I think would’ve won otherwise).</p>
]]></description><pubDate>Thu, 02 Apr 2026 21:32:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=47620476</link><dc:creator>Uehreka</dc:creator><comments>https://news.ycombinator.com/item?id=47620476</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47620476</guid></item><item><title><![CDATA[New comment by Uehreka in "ARC-AGI-3"]]></title><description><![CDATA[
<p>If you’re concerned about the economic impact, then whether a model is AGI or not doesn’t matter. It really is more of a philosophical thing.<p>There’s no “gap that becomes truly zero” at which point special consequences happen. By the time we achieve AGI, the lesser forms of AI will likely have replaced a lot of human knowledge labor through the exact “brute-force” methods Chollet is trying to factor out (which is why many people are saying that doing so is unproductive).<p>AGI is like an event horizon: It does mean something, it is a point in space, but you don’t notice yourself going through it, the curvature smoothly increases through it.</p>
]]></description><pubDate>Thu, 26 Mar 2026 00:13:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=47525130</link><dc:creator>Uehreka</dc:creator><comments>https://news.ycombinator.com/item?id=47525130</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47525130</guid></item><item><title><![CDATA[New comment by Uehreka in "AI makes you boring"]]></title><description><![CDATA[
<p>> Writing and programming are both a form of working at a problem through text…<p>Whoa whoa whoa hold your horses, code has a pretty important property that ordinary prose doesn’t have: it can make real things happen even if no one reads it (it’s executable).<p>I don’t want to read something that someone didn’t take the time to write. But I’ll gladly use a tool someone had an AI write, as long as it works (which these things increasingly do). Really elegant code is cool to read, but many tools I use daily are closed source, so I have no idea if their code is elegant or not. I only care if it works.</p>
]]></description><pubDate>Thu, 19 Feb 2026 18:46:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=47077428</link><dc:creator>Uehreka</dc:creator><comments>https://news.ycombinator.com/item?id=47077428</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47077428</guid></item><item><title><![CDATA[New comment by Uehreka in "Anthropic officially bans using subscription auth for third party use"]]></title><description><![CDATA[
<p>OK sure, but you’d better hope Claude Code gets it right on the first try, or that’s $200 down the drain. Also, what if the detection mechanism involves a challenge-response that happens once a week? Or randomly a couple times a month? Or after 15 minutes of use from a new public IP? Or arbitrarily if you ask it to code something with a particular topic?<p>There are lots of ways they could be doing this. And remember again, if they get you, they don’t have to tell you how they got you (so you might not be able to even glean information in return for the $200 you’d be losing).<p>Sure the internet has hundreds of thousands of super smart coders, but the subset who are willing to throw money and credit cards down the drain in order to maintain a circumvention strategy for something like this is pretty low. I’m sure a few people will figure it out, but they won’t want to tell anyone lest Anthropic nerf their workaround, so I doubt that exploits of this will become widespread.<p>And if you’re Anthropic, that’s probably good enough.</p>
]]></description><pubDate>Thu, 19 Feb 2026 04:55:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=47070081</link><dc:creator>Uehreka</dc:creator><comments>https://news.ycombinator.com/item?id=47070081</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47070081</guid></item><item><title><![CDATA[New comment by Uehreka in "Anthropic officially bans using subscription auth for third party use"]]></title><description><![CDATA[
<p>> how can they even enforce this?<p>Many ways, and they’re under no obligation to play fair and tell you which way they’re using at any given time. They’ve said what the rules are, they’ve said they’ll ban you if they catch you.<p>So let’s say they enforce it by adding an extra nonstandard challenge-response handshake at the beginning of the exchange, which generates a token which they’ll expect on all requests going forward. You decompile the minified JS code, figure out the protocol, try it from your own code but accidentally mess up a small detail (you didn’t realize the nonce has a special suffix). Detected. Banned.<p>You’ll need a new credit card to open a new account and try again. Better get the protocol right on the first try this time, because debugging is going to get expensive.<p>Let’s say you get frustrated and post on Twitter about what you know so far. If you share info, they’ll probably see it eventually and change their method. They’ll probably change it once a month anyway and see who they catch that way (and presumably add a minimum Claude Code version needed to reach their servers).<p>They’ve got hundreds of super smart coders and one of the most powerful AI models, they can do this all day.</p>
]]></description><pubDate>Thu, 19 Feb 2026 03:54:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=47069710</link><dc:creator>Uehreka</dc:creator><comments>https://news.ycombinator.com/item?id=47069710</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47069710</guid></item><item><title><![CDATA[New comment by Uehreka in "Why I'm Worried About Job Loss and Thoughts on Comparative Advantage"]]></title><description><![CDATA[
<p>Speaking as a fellow job-displacement-worrier, I don’t think people have answers. But contrary to what a lot of people say, there is a ton of utility in pointing out a problem without having a solution. In this case, I think a lot of people who might have good ideas are currently under the mistaken impression that this isn’t a problem.<p>To the extent that I’ve heard people propose solutions, many of them have pretty big flaws:<p>- Retraining - AI will likely swoop in quickly and automate many of the brand new jobs it creates. Also retraining has a bit of a messy history, it was pretty ineffective at stopping the bleeding when large numbers of manufacturing jobs were offshored/automated in the past.<p>- “Make work” programs - I think these are pretty silly on the face of it, although something like this might be mecessary in the really short term if there’s very sudden massive job loss and we haven’t figured out a solution.<p>- Universal Basic Income - Probably the best system I’ve heard anyone propose. However there are 3 huge issues: 1 - politically this is a huge no-go at the moment (after watching the massive Covid stimulus happen in 2020 I have a sliver of hope, but not much). 2 - Even a pretty good UBI probably wouldn’t be enough to cushion the landing for people who make a lot right now and have made financial decisions (number of kids, purchasing a house, etc) on the basis of their current salary. 3 - Even if this happens in America (presumably redistributing the wealth accruing to American AI companies) it would leave non-Americans out in the cold, and we currently have no globally powerful institution with the trust and capability to manage a worldwide UBI.</p>
]]></description><pubDate>Tue, 17 Feb 2026 14:48:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47048069</link><dc:creator>Uehreka</dc:creator><comments>https://news.ycombinator.com/item?id=47048069</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47048069</guid></item><item><title><![CDATA[New comment by Uehreka in "Is particle physics dead, dying, or just hard?"]]></title><description><![CDATA[
<p>There are people in this thread saying tens of billions isn't that much in the long term (I'd agree) but there's a bigger point that comes into play whatever the price: The universe doesn't care if exploring it is expensive. You can't make a "that's not sustainable" argument to the universe and have it meet you half way. And that's who you're arguing against: not the scientists, the universe. The scientists don't decide how expensive future discoveries will be.</p>
]]></description><pubDate>Tue, 10 Feb 2026 14:35:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=46960207</link><dc:creator>Uehreka</dc:creator><comments>https://news.ycombinator.com/item?id=46960207</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46960207</guid></item><item><title><![CDATA[New comment by Uehreka in "AI Doesn't Reduce Work–It Intensifies It"]]></title><description><![CDATA[
<p>Last night I tried out Opus 4.6 on a personal project involving animating in Gaussian Splats where the final result is output as a video.<p>In the past, AI coding agents could usually reason about the code well enough that they had a good chance of success, but I’d have to manually test since they were bad at “seeing” the output and characterizing it in a way that allowed them to debug if things went wrong, and they would never ever check visual outputs unless I forced them to (probably because it didn’t work well during RL training).<p>Opus 4.6 correctly reasoned (on its own, I didn’t even think to prompt this) that it could “test” the output by grabbing the first, middle and last frame, and observing that the first frame should be empty, the middle frame half full of details, and the final frame resembling the input image. That alone wouldn’t have impressed me that much, but it actually found and fixed a bug based on visual observation of a blurry final frame (we hadn’t run the NeRF training for enough iterations).<p>In a sense this is an incremental improvement in the model’s capabilities. But in terms of what I can now use this model for, it’s huge. Previous models struggled at tokenizing/interpreting images beyond describing the contents in semantic terms, so they couldn’t iterate based on visual feedback when the contents were abstract or broken in an unusual way. The fact that they can do this now means I can set them on tasks like this unaided and have a reasonable probability that they’ll be able to troubleshoot their own issues.<p>I understand your exhaustion at all the breathless enthusiasm, but every new models radically changes the game for another subset of users/tasks. You’re going to keep hearing that counterargument for a long time, and the worst part is, it’s going to be true even if it’s annoying.</p>
]]></description><pubDate>Mon, 09 Feb 2026 16:15:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=46946870</link><dc:creator>Uehreka</dc:creator><comments>https://news.ycombinator.com/item?id=46946870</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46946870</guid></item><item><title><![CDATA[New comment by Uehreka in "Claude Composer"]]></title><description><![CDATA[
<p>> Oddly none of the anti-‘s were musicians themselves.<p>It is clearly plain to anyone who is a musician or hangs out with a lot of musicians that the independent music world is livid about this stuff. Everyone I’ve talked to, from acoustic songwriters to metal singers to circuit-bending pedalheads are united in their absolute hatred of this technology.<p>(Yes, follow-up commenter, I’ve seen the Timbaland interview)</p>
]]></description><pubDate>Fri, 06 Feb 2026 22:38:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=46919115</link><dc:creator>Uehreka</dc:creator><comments>https://news.ycombinator.com/item?id=46919115</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46919115</guid></item><item><title><![CDATA[New comment by Uehreka in "Coding Agents and Use Cases"]]></title><description><![CDATA[
<p>The answer to “which coding agent should we standardise on?” is really simple: Don’t.<p>The tradeoffs of the different models are complicated and difficult to wrap your head around, and if you have the resources to try a bunch and form a conclusion, next week new models will come out and change the equation in small but difficult-to-understand ways again.<p>The solution is to ask your engineers which models they like, get them access to as many of those as you can, and expect their preferences to change and price that in.<p>“But I don’t have the budget to buy subscriptions to all the models my engineers want! And there are compliance issues with some of them!”<p>Note that I didn’t say you have to get access to all of them: as many as you can. And try to push the envelope as much as possible. Get creative. Perhaps give engineers a $200/mo AI coding budget and let them pick from a selection of subscriptions. You’re going to have different engineers using different AI coding tools, and if you refuse to let them, your competitors will.<p>Maybe in the future “standardizing on one coding agent” will be a thing that makes sense. But that time is not now.</p>
]]></description><pubDate>Fri, 06 Feb 2026 15:07:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=46913714</link><dc:creator>Uehreka</dc:creator><comments>https://news.ycombinator.com/item?id=46913714</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46913714</guid></item><item><title><![CDATA[New comment by Uehreka in "Opus 4.6 uncovers 500 zero-day flaws in open-source code"]]></title><description><![CDATA[
<p>How have you been here 12 years and not noticed where and how often the username tptacek comes up?</p>
]]></description><pubDate>Thu, 05 Feb 2026 21:19:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=46905490</link><dc:creator>Uehreka</dc:creator><comments>https://news.ycombinator.com/item?id=46905490</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46905490</guid></item><item><title><![CDATA[New comment by Uehreka in "Opus 4.6 uncovers 500 zero-day flaws in open-source code"]]></title><description><![CDATA[
<p>OpenClaw uses Opus 4.5, but was written by Codex. Pete Steinberger has been pretty a pretty hardcore Codex fan since he switched off Claude Code back in September-ish. I think he just felt Claude would make a better basis for an assistant even if he doesn’t like working with it on code.</p>
]]></description><pubDate>Thu, 05 Feb 2026 21:14:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=46905419</link><dc:creator>Uehreka</dc:creator><comments>https://news.ycombinator.com/item?id=46905419</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46905419</guid></item><item><title><![CDATA[New comment by Uehreka in "A sane but bull case on Clawdbot / OpenClaw"]]></title><description><![CDATA[
<p>What’s weird though is that modern OSes often auto-capitalize the first letter of a sentence, so it actually takes more effort to deliberately type in all-lowercase.</p>
]]></description><pubDate>Wed, 04 Feb 2026 15:00:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=46886622</link><dc:creator>Uehreka</dc:creator><comments>https://news.ycombinator.com/item?id=46886622</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46886622</guid></item><item><title><![CDATA[New comment by Uehreka in "Y Combinator will let founders receive funds in stablecoins"]]></title><description><![CDATA[
<p>So I get that stablecoins are less volatile than normal crypto, which makes them more acceptable as a currency for funding. But what is it about them that takes them from “acceptable” to “appealing”? Aren’t they basically just “USD but with extra steps”?</p>
]]></description><pubDate>Wed, 04 Feb 2026 05:58:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=46881994</link><dc:creator>Uehreka</dc:creator><comments>https://news.ycombinator.com/item?id=46881994</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46881994</guid></item><item><title><![CDATA[New comment by Uehreka in "Qwen3-Coder-Next"]]></title><description><![CDATA[
<p>> Claude Opus 4.5 by far is the most capable development model.<p>At the moment I have a personal Claude Max subscription and ChatGPT Enterprise for Codex at work. Using both, I feel pretty definitively that gpt-5.2-codex is strictly superior to Opus 4.5. When I use Opus 4.5 I’m still constantly dealing with it cutting corners, misinterpreting my intentions and stopping when it isn’t actually done. When I switched to Codex for work a few months ago all of those problems went away.<p>I got the personal subscription this month to try out Gas Town and see how Opus 4.5 does on various tasks, and there are definitely features of CC that I miss with Codex CLI (I can’t believe they still don’t have hooks), but I’ve cancelled the subscription and won’t renew it at the end of this month unless they drop a model that really brings them up to where gpt-5.2-codex is at.</p>
]]></description><pubDate>Tue, 03 Feb 2026 20:11:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=46876578</link><dc:creator>Uehreka</dc:creator><comments>https://news.ycombinator.com/item?id=46876578</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46876578</guid></item><item><title><![CDATA[New comment by Uehreka in "OpenClaw security assessment [pdf]"]]></title><description><![CDATA[
<p>I frequently push back on people being hair-trigger about calling things AI, but even I’ve gotta admit, that’s exactly what Claude code says if you ask it to do a security review and it finds something. I’ve seen this numerous times.</p>
]]></description><pubDate>Sun, 01 Feb 2026 03:52:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=46843459</link><dc:creator>Uehreka</dc:creator><comments>https://news.ycombinator.com/item?id=46843459</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46843459</guid></item><item><title><![CDATA[New comment by Uehreka in "How to explain Generative AI in the classroom"]]></title><description><![CDATA[
<p>I couldn’t find it easily, what age range is this intended for? The images make it seem elementary-school-ish, but I’m not sure if elementary school kids have the foundations for interpreting scatterplots, let alone scatterplots with logarithmic axes. I’ve been out of education for a while though, so maybe I’m misremembering.</p>
]]></description><pubDate>Fri, 30 Jan 2026 23:34:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=46831490</link><dc:creator>Uehreka</dc:creator><comments>https://news.ycombinator.com/item?id=46831490</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46831490</guid></item><item><title><![CDATA[New comment by Uehreka in "Software Pump and Dump"]]></title><description><![CDATA[
<p>So I called out Acid3 in the original comment (and mentioned why it’s not the holy grail) so people wouldn’t get the idea that I was building full-on modern browsers. I’m not sure what I need to say to make y’all happy. I’m just excited that these tools are capable of doing non-trivial work and I’m having fun throwing tasks at it to see what comes out. I’m not going around telling people to download or use these things.</p>
]]></description><pubDate>Fri, 30 Jan 2026 15:42:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=46825724</link><dc:creator>Uehreka</dc:creator><comments>https://news.ycombinator.com/item?id=46825724</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46825724</guid></item><item><title><![CDATA[New comment by Uehreka in "Software Pump and Dump"]]></title><description><![CDATA[
<p>I’d been archiving/scrubbing each one so that the next assistant wouldn’t be able to use the previous branch as a guide, but since you asked, I pushed the archive of the Go one, feel free to rip it apart: <a href="https://github.com/chrisuehlinger/viberowser-go" rel="nofollow">https://github.com/chrisuehlinger/viberowser-go</a></p>
]]></description><pubDate>Fri, 30 Jan 2026 15:05:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=46825211</link><dc:creator>Uehreka</dc:creator><comments>https://news.ycombinator.com/item?id=46825211</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46825211</guid></item></channel></rss>