<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: noodletheworld</title><link>https://news.ycombinator.com/user?id=noodletheworld</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 02 Jul 2026 21:42:39 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=noodletheworld" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by noodletheworld in "Vite+ Beta"]]></title><description><![CDATA[
<p>I appreciate the effort to bring things together in this but…<p>> Vite+ will manage your global Node.js runtime and package manager.<p>What? Why?<p>You’re really going all-in if you adopt this; and… for what? A bit of cozy tooling around existing standard ways of doing things?<p>Ok, sure; I like tools, like vite.<p>…but even for an opinionated tool, this is <i>extraordinarily</i> opinionated. Like next.js<p>Im skeptical.<p>The pitch of bringing things together seems strong, but did we go too far here?<p>Reading reviews of people using this didn't really convince me.<p>It seems to be running on the coat tails of the vite name, rather than its own merit.</p>
]]></description><pubDate>Thu, 02 Jul 2026 13:34:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=48761380</link><dc:creator>noodletheworld</dc:creator><comments>https://news.ycombinator.com/item?id=48761380</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48761380</guid></item><item><title><![CDATA[New comment by noodletheworld in "Tokenmaxxing is dead, long live tokenmaxxing"]]></title><description><![CDATA[
<p>? What is your point? That the OP is obviously finically motived to encourage tokenmaxing?<p>Here’s what they said, $$$ aside:<p>> That’s no longer true. We’ve entered a different regime, where spending more tokens generally results in better results. We call this “compounding correctness” — the more tokens you spend on getting a task correct<p>> Compounding correctness flips the calculus. If more token spend leads to better outcomes, then you’re going to want to spend a lot of time running tokens. Which sure as hell sounds like tokenmaxxing to me! The original incentives to tokenmax are gone, but eventually folks will realize that a new and more powerful incentive has take its place.<p>> There were ways to get loops to work, but it was hard. You had to think a lot about how to prompt the agent, which in turn required a pretty deep familiarity with how these things work.<p>> Now, though, it’s <i>easy. Compounding correctness makes it easy</i><p>Go on, tell me I’m quoting the OP out of context.<p>It’s pretty clear this person believes in compounding correctness, while other, more serious people (1) are perhaps more skeptical.<p>..and Armins company owns pi. You can’t get much more all in on AI.<p>Compounding correctness sounds cool, but the real examples of people spending lots of tokens are <i>not</i> compounding correctness; they are wide parallel exploration; like Mythos. The OP is confused, and wrong; they’ve made some basic (flawed) assumptions, and based their entire reasoning on them.<p>…and are selling AI things. How surprising.<p>[1] - <a href="https://lucumr.pocoo.org/2026/6/23/the-coming-loop/" rel="nofollow">https://lucumr.pocoo.org/2026/6/23/the-coming-loop/</a></p>
]]></description><pubDate>Mon, 29 Jun 2026 12:36:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=48718464</link><dc:creator>noodletheworld</dc:creator><comments>https://news.ycombinator.com/item?id=48718464</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48718464</guid></item><item><title><![CDATA[New comment by noodletheworld in "The Coming Loop"]]></title><description><![CDATA[
<p>Theres a deep insight in this post about the value of looping for throw away code to explore a problem space, rather than brute force a problem by just applying more tokens and hoping.<p>The more I play in this space, the more I’m drawn to the idea that some kind of back tracking constraint solver is a better solution than then the current naive while loop / brute force approach here.<p>The results I see are similar to what you get from a greedy brute force constraint solver; solves trivial problems, sometimes solves harder problems after a long time, takes too long to solve really hard problems; solutions are increasingly non optimal on average as complexity goes up.<p>We have so much existing knowledge about building good constraint solvers, if we could just figure out how to apply it here somehow.</p>
]]></description><pubDate>Tue, 23 Jun 2026 13:42:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=48644864</link><dc:creator>noodletheworld</dc:creator><comments>https://news.ycombinator.com/item?id=48644864</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48644864</guid></item><item><title><![CDATA[New comment by noodletheworld in "The Coming Loop"]]></title><description><![CDATA[
<p>Use appium or XCTest or swift testing; generate the tests first (failing) from the spec.<p>The loop is basically then a while loop:<p>While (tests fail) { trigger agent: spec, failures list }<p>for bugs, write failing tests.<p>Its basically TDD.<p>Loops do nothing useful beyond making the “spec -> code” step more “hands off” and let you be confident that the code you write does what is intended.<p>Obviously you see the issue: writing the loop harness is > effort than not having it…<p>…but the <i>idea</i> is that you run “spec first” and are totally hands off on the code, just updating the validation step and then waiting while the agent iterates over and over to solve for some solution that passes the loop harness.<p>People suggest that it is possible to go, eg. directly figma/jira to harness via (random tool here), saving even more time and invoking even fewer humans, but thats currently, as far as I can tell, actually just hype.<p>No one is actually doing that effectively.<p>Loops are currently carefully hand crafted, which makes them tedious and of questionable value imo.</p>
]]></description><pubDate>Tue, 23 Jun 2026 13:29:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=48644667</link><dc:creator>noodletheworld</dc:creator><comments>https://news.ycombinator.com/item?id=48644667</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48644667</guid></item><item><title><![CDATA[New comment by noodletheworld in "You're probably using Agent Skills wrong"]]></title><description><![CDATA[
<p>Agree; posts like this frustrate me.<p>Tldr: you're doing it wrong but I will not show you how to do it right. I also did not run the bench using my approach but it definitely “vibes better” to me, and I reject your actual research paper.<p>Come on, show us some <i>actual skills</i>.<p>That one you use all the time looks a hell of a lot like “I wont a deterministic shell script for something a skill saying ‘run the shell script’”<p>Is that what you do? How much time do you spend on them? How do you stop the agent from making a bunch of very similar skills? How do you deal with the explosion of the total number of skills impacting your token use? Do you use skills from github, or is that bad practice? Why?<p>So many unanswered questions; so little content. :/</p>
]]></description><pubDate>Mon, 22 Jun 2026 10:41:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=48628382</link><dc:creator>noodletheworld</dc:creator><comments>https://news.ycombinator.com/item?id=48628382</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48628382</guid></item><item><title><![CDATA[New comment by noodletheworld in "Hey, n00b, we didn't hire you to complete tasks"]]></title><description><![CDATA[
<p>> Growing up, in school, I did almost nothing and was consistently at the top of my class<p>It is clearly widely and indisputably demonstrated that many high achieving children in this situation are failures as adults because they never learn to put effort in.<p>Terrace tao is on the record writing about his experiences with it, and how it was only his failure in initial college admission shocked him into achieving what he has.<p>Ie. The point you are making is widely, clearly documented as the naive experience of someone who has not had to achieve at a high level.<p>> Coaching junior employees to neither ask me for help the instant they're confused nor spin their wheels for two weeks without asking for help is a COMMON thread.<p>You're a manager. I am sure you have a predictable set of responsibilities, constraints
 and want a “high performing” team.<p>Hows that working out for you?<p>Most advice I, personally, have seen, like this, comes from managers who <i>want</i> to have high performing teams, not ones that <i>have</i> high performing teams.<p>Its straight out of Be A Manager playbooks.<p>Whatever, you do you; but, I will emphasise that you are fooling yourself if you believe your experience is universal.<p>Most very successful people <i>puts lots of effort in</i>.<p>I… don't know what else to say. If you don't believe that, you are simply, objectively rallying against an extremely large well documented body of knowledge and work on the topic.</p>
]]></description><pubDate>Sat, 20 Jun 2026 09:57:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=48607922</link><dc:creator>noodletheworld</dc:creator><comments>https://news.ycombinator.com/item?id=48607922</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48607922</guid></item><item><title><![CDATA[New comment by noodletheworld in "Hey, n00b, we didn't hire you to complete tasks"]]></title><description><![CDATA[
<p>This is self-help nonsense your manager will tell you when giving you too much work.<p>Companies will smartly balance the amount of work allocated to people.<p>…and then they will push you to 
take on more work.<p>High achievers, across the board, consistently demonstrate <i>putting more effort in</i>.<p>Its just a bitter pill to swallow for some people.</p>
]]></description><pubDate>Sat, 20 Jun 2026 01:00:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=48605195</link><dc:creator>noodletheworld</dc:creator><comments>https://news.ycombinator.com/item?id=48605195</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48605195</guid></item><item><title><![CDATA[New comment by noodletheworld in "Hey, n00b, we didn't hire you to complete tasks"]]></title><description><![CDATA[
<p>The A signals are not A signals in this article, and this:<p>> You may be wondering where this “extra” time is going to come from. You’re already committed up to your eyeballs. …We’ll talk about time management, task queue management, diff queue management, and other topics that will accelerate your progress.<p>Is just corporate dog whistling.<p>If you are over committed, no amount of time management will solve your problem. Using AI wont solve your problem.<p>You have a fixed amount of time and too much work?<p>Work. More. Hours.<p>Thats the real game; spend extra time outside of your normals hours doing extra.<p>Congratulations, you’re an “A”.<p>Makes no difference; your resilience against restructures is not correlated with how much respect you have from senior developers.<p>That shouldn't be your goal.<p>There are <i>many</i> places that do what they call “data driven” performance evaluation (translation: avoid being racist by looking only at anonymised numbers) and they do, indeed, look at 40 completed tasks and go: we will keep this one.<p>The strongest advice for a new starter is: at <i>your specific company</i> ask what you will be reviewed on, and do your best to do whatever that is.<p>Generic advice is a dime a dozen; don't fall in the trap of assuming [generic advice here] will apply to your specific workplace.</p>
]]></description><pubDate>Sat, 20 Jun 2026 00:44:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=48605099</link><dc:creator>noodletheworld</dc:creator><comments>https://news.ycombinator.com/item?id=48605099</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48605099</guid></item><item><title><![CDATA[New comment by noodletheworld in "Phoenix LiveView 1.2"]]></title><description><![CDATA[
<p>Many people love liveview.<p>Many people dislike blazor and it has had its reputation sullied by Microsoft treating it as “new webforms” (yes, they do. It is literally the official migration path for legacy webforms projects).<p>The pro of blazor, arguably, is c# and the .Net ecosystem.<p>If I personally had to choose, I wouldn't choose blazor over <i>almost any other technology</i> because I’ve had bad experiences with it.<p>Technically, they're very similar, but the devexp matters, in my oppinion.</p>
]]></description><pubDate>Sun, 14 Jun 2026 09:52:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=48525729</link><dc:creator>noodletheworld</dc:creator><comments>https://news.ycombinator.com/item?id=48525729</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48525729</guid></item><item><title><![CDATA[New comment by noodletheworld in "Build a Basic AI Agent from Scratch: Long Task Planning"]]></title><description><![CDATA[
<p>This simply isn't true anymore.<p>High level generic advice from agents is often, in my experience significantly better,
unmodified, than doing nothing.<p><i>Obviously</i> its better to do it properly, but you know… opus 4.8 is a pretty great model.<p>You might be surprised at the quality of the planning, architecture and task breakdown that a simple prompt with some context hints can give you.<p>…at the end of the day, if I’m working with someone and they give me 6/10 plans based on AI instead of stupid/10 plans they dreamed up, or 0/10 plans they didn't even bother (or in too much of a hurry) to write; Ill take it.<p>Tragedy of the commons? /shrug<p>You gotta be pragmatic. It turns subpar contributors into useful contributors.</p>
]]></description><pubDate>Fri, 12 Jun 2026 00:29:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=48498317</link><dc:creator>noodletheworld</dc:creator><comments>https://news.ycombinator.com/item?id=48498317</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48498317</guid></item><item><title><![CDATA[New comment by noodletheworld in "Build a Basic AI Agent from Scratch: Long Task Planning"]]></title><description><![CDATA[
<p>People get defensive when you ask this, because the they think you’re saying they’re being lazy.<p>…but it’s than just that (in most cases; I am just lazy sometimes); but fundamentally there’s a limit to how much complexity people can comprehend.<p>We are good at working at high level abstractions, modules with clear apis that can be sprung to together into some kind of feature.<p>You don’t need to look inside the black box of the module if you trust the implementer; Ive never opened up the internals of a calendar be like “how does this work?”. I just don’t care. It’s a calendar. I use the api.<p>I think most people are using these tools in this way; very few people are having an agent write a plan, then a sub agent review it, no human in the loop. Those are for prototypes and are yolo cowboys using open claw and playing with the phones instead of working; we have a few at work, but their PRs are regularly rejected as slop.<p>…but, realistically; many people aren’t software architects. They may not even know <i>coding patterns</i>, forget architecture patterns.<p>Having an agent spit out generic software architecture is probably better than what they were producing before.<p>Writing a module / feature using generic architecture and planning is probably better than random code spaghetti right?<p>It’s easy to lament the loss of craft here, but at the end of the day, the models today do an ok job of this. The models of tomorrow will probably be better at it than many people.<p>Architecture is <i>easy</i> composed to actually implementing things. You just wave your hands from your ivory tower and say “more event sourcing”.</p>
]]></description><pubDate>Thu, 11 Jun 2026 15:11:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=48491449</link><dc:creator>noodletheworld</dc:creator><comments>https://news.ycombinator.com/item?id=48491449</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48491449</guid></item><item><title><![CDATA[New comment by noodletheworld in "Replies to comments on my "LLMs are eroding my career" post"]]></title><description><![CDATA[
<p>Yes; that is literally the opposite of what this article does.</p>
]]></description><pubDate>Mon, 08 Jun 2026 11:43:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=48444105</link><dc:creator>noodletheworld</dc:creator><comments>https://news.ycombinator.com/item?id=48444105</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48444105</guid></item><item><title><![CDATA[New comment by noodletheworld in "Replies to comments on my "LLMs are eroding my career" post"]]></title><description><![CDATA[
<p>I don't entirely disagree, but as with many other posts on this topic…<p>> They will come for finance, biology, law, marketing, all knowledge work. That's their stated goal and they're already teasing it with "ChatGPT for Health" and similar launches. They're working on "harnesses" for other fields, it's just a matter of time before we have "Claude Finance Analyst" or something.<p>…<p>> Beg to disagree. The models will learn good engineering principles at some point.<p>…<p>> Stop and think, don't try to predict the future using (bad) past examples.<p>Don't try to prediction the future based on the past.<p>Also, here is my doomsday prediction.<p>Thats kind of ironic.<p>Heres a more thoughtful take: everything is an s curve.<p>Things start out fast, then they slow down.<p>It happens in learning, in tech, in <i>literally everything</i>.<p>The question (unanswered) is where we are in that curve.<p>Will they get better? Yes.<p>A lot better? A bit better? /shrug</p>
]]></description><pubDate>Mon, 08 Jun 2026 11:13:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=48443866</link><dc:creator>noodletheworld</dc:creator><comments>https://news.ycombinator.com/item?id=48443866</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48443866</guid></item><item><title><![CDATA[New comment by noodletheworld in "Redis 8.8: New array data structure, rate limiter, performance improvements"]]></title><description><![CDATA[
<p>Why would you embed SQLite?<p>It’s the same use case with a different api.<p>A typical (meaningful) example might be communication between threads or actors in a single process, or idempotent tests.<p>As with SQLite, an external xxx that does this for you is certainly better, etc. but it’s <i>convenient</i> sometimes, to have an application that doesn’t go “now before you run this install Postgres…”.<p>It’s seldom useful for a web app where you control everything.</p>
]]></description><pubDate>Fri, 05 Jun 2026 14:14:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=48412850</link><dc:creator>noodletheworld</dc:creator><comments>https://news.ycombinator.com/item?id=48412850</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48412850</guid></item><item><title><![CDATA[New comment by noodletheworld in "Nvidia RTX Spark"]]></title><description><![CDATA[
<p>Yeah but like, Apple put Rosetta 2 out and it was damn good.<p>Vendors didn’t have to do <i>shit</i> to support the platform, they just got better performance if they did (like factorio).<p>There <i>is</i> something of a difference between “all your stuff will still work, at comparable performance” and arm windows which (as evidenced by all the vendor promises) you can’t really currently say with prism.<p>I would describe prism as “surprisingly rubbish considering they had an example of how to do it right” and “your app probably doesn’t run because of drivers or some ??? compatibility thing”.<p>Am I misremembering? I remember being blown away by Rosetta.<p>Prism… yeah. Toggle the settings. Disable jit. Disable FP. …bin laptop. Get an intel laptop.</p>
]]></description><pubDate>Tue, 02 Jun 2026 06:05:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=48366630</link><dc:creator>noodletheworld</dc:creator><comments>https://news.ycombinator.com/item?id=48366630</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48366630</guid></item><item><title><![CDATA[New comment by noodletheworld in "MCP is dead?"]]></title><description><![CDATA[
<p>This is a daft argument.<p>We have b2b enterprise solutions for sharing text files; we have 1st party, security approved methods for distributing source code that are fundamentally business friendly and compatible with using skills.<p>MCP might have a place, but claiming it exists <i>because</i> you need a more “enterprise” solution to distributing prompts is just enormously difficult to justify.<p>(Unless, as the other peer comment indicates, you're not actually trying to make things better or useful, you're trying to <i>sell access</i> to your MCP server. I admit, I take it back; if shilling your company is all you care about maybe MCP is a better option)</p>
]]></description><pubDate>Sat, 30 May 2026 05:27:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=48332905</link><dc:creator>noodletheworld</dc:creator><comments>https://news.ycombinator.com/item?id=48332905</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48332905</guid></item><item><title><![CDATA[New comment by noodletheworld in "MCP is dead?"]]></title><description><![CDATA[
<p>You can share a skill by copy pasting the text file to someone in slack.<p>Its not that hard.</p>
]]></description><pubDate>Fri, 29 May 2026 23:16:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=48330622</link><dc:creator>noodletheworld</dc:creator><comments>https://news.ycombinator.com/item?id=48330622</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48330622</guid></item><item><title><![CDATA[New comment by noodletheworld in "The User Is Visibly Frustrated"]]></title><description><![CDATA[
<p>Imagine you have a slot machine that consistently gives you 1-5 dollars for every dollar you put in.<p>You like it.<p>It feels good, and although you don't win a lot, you consistently win.<p>…buuut, its a trap.<p>As you put more money in, the win rate goes down.<p>You still mostly win when you put 50s in, but it hurts more when you lose, but its still a net gain…<p>So you start on bigger projects, unsupervised agents, multi agent workflows. You’re dropping 1000s in each time, and…<p>…and now, you start find yourself shouting at the slot machine.<p>Its great when it works, but interactions are stressful, because the stakes are higher and fails hurt more.<p>Screw this, you go back to smaller stakes. Its great.<p>…but now you're slower, you miss the big wins from big stakes.<p>So you go back.<p>…and you get angry. Again. And again. And again… and you’re still <i>kind</i> of winning, and the wins are <i>great</i> but the fails are Super Annoying, because they waste your time, your money, your attention.<p>It should Just Work but instead why the fuck did you rm -rf my project folder claude?<p>I think people arent stupid, but we <i>are</i> suckers, and we will dynamically balance the way we use a slot machine tool like this to the very <i>edge</i> of our tolerance for risk and failure.<p>…and that varies from person to person; but it makes <i>everyone</i> angry when they tip too far and fall into the “repeatedly pull slot machine arm angrily” trap.<p>Non deterministic tools will always be like this.<p>It’s like doom scrolling. We’re wired for it. Or at least I am.</p>
]]></description><pubDate>Tue, 26 May 2026 09:08:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=48277115</link><dc:creator>noodletheworld</dc:creator><comments>https://news.ycombinator.com/item?id=48277115</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48277115</guid></item><item><title><![CDATA[New comment by noodletheworld in "Microsoft starts canceling Claude Code licenses"]]></title><description><![CDATA[
<p>Mmm… but for AWS its pay for <i>external</i> use right?<p>So your costs scale with the number of users you have.<p>Thats an op ex that you can explain.<p>For tokens for developers its maybe closer, cost/outcome wise, to hiring an external consulting company to write your code; money paid scales with work done, no promise of delivery, arbitrary unpredictable external price changes.<p>Its not quite the same; though, similarly lucrative for consultants.</p>
]]></description><pubDate>Sat, 23 May 2026 07:17:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=48245485</link><dc:creator>noodletheworld</dc:creator><comments>https://news.ycombinator.com/item?id=48245485</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48245485</guid></item><item><title><![CDATA[New comment by noodletheworld in "The Companies Cutting Headcount for AI Will Lose to the Ones Who Didn't"]]></title><description><![CDATA[
<p>> kind of<p>This is arbitrary nonsense.<p>What “big consultancy” has <i>5 developers</i>?<p>What are you even talking about?</p>
]]></description><pubDate>Sat, 23 May 2026 05:16:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=48244924</link><dc:creator>noodletheworld</dc:creator><comments>https://news.ycombinator.com/item?id=48244924</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48244924</guid></item></channel></rss>