<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: thecupisblue</title><link>https://news.ycombinator.com/user?id=thecupisblue</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 29 May 2026 21:47:15 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=thecupisblue" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Let the AI Cook]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.ivan.codes/blog/let-it-cook">https://www.ivan.codes/blog/let-it-cook</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48220710">https://news.ycombinator.com/item?id=48220710</a></p>
<p>Points: 14</p>
<p># Comments: 7</p>
]]></description><pubDate>Thu, 21 May 2026 11:11:15 +0000</pubDate><link>https://www.ivan.codes/blog/let-it-cook</link><dc:creator>thecupisblue</dc:creator><comments>https://news.ycombinator.com/item?id=48220710</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48220710</guid></item><item><title><![CDATA[New comment by thecupisblue in "Reverse engineering Gemini's SynthID detection"]]></title><description><![CDATA[
<p>And it gets more and more visible in every edit if you use Nano Banana for the edits.</p>
]]></description><pubDate>Fri, 10 Apr 2026 10:57:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=47716194</link><dc:creator>thecupisblue</dc:creator><comments>https://news.ycombinator.com/item?id=47716194</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47716194</guid></item><item><title><![CDATA[New comment by thecupisblue in "I still prefer MCP over skills"]]></title><description><![CDATA[
<p>Honestly it's on them, not on the users.<p>In today's day and age, it's absurdly easy to create a proxy API for your API that only exposes a subset of operations. And not like other "easy" things which depend on them having done "the right thing" before, like OpenAPI specs, auth scoping etc. This is so easy, even corporations consider it easy, and everything there is a PITA.<p>This is simple to make, to document and since it's a proxy you're also able to include all bunch of LLM friendly shenanigans and overly verbal errors with suggestions to fix.<p>Shit, I should obviously make a SaaS for this, huh?</p>
]]></description><pubDate>Fri, 10 Apr 2026 10:40:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=47716061</link><dc:creator>thecupisblue</dc:creator><comments>https://news.ycombinator.com/item?id=47716061</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47716061</guid></item><item><title><![CDATA[New comment by thecupisblue in "I still prefer MCP over skills"]]></title><description><![CDATA[
<p>I am not 100% sure I follow your train of thought.<p>Isn't in that case an API what they want?<p>An "MCP for a local app" is just an API that exposes the internal workings of the app.
An "MCP for mixpanel" is just an API that exposes Mixpanel API behind Auth. 
There is nothing special about them for any type of user. It's just that MCP's were "made popular".<p>For the same type of user, I have built better and smoother solutions that included 0 MCP servers, just tools and pure API's.Define a tool standard DX and your LLM can write these tools, no need to run a server anywhere.<p>That is also what the author seems to be mistaken about - you don't need a CLI. A CLI is used because the DX is nice and easily permutable with all the preexisting bash tooling that is ingrained into every LLM's dataset. You don't need a .env file if you're using an API with a skill. A skill can include a script, or mentions of tools, and you are the one who controls these.<p>All in all, the whole "MCP vs Skill" debate online is mostly based on fundamental misunderstandings of LLM's and how they work, how harnesses work and how API's in general work, with a lot of it being fueled by people who have no relevant coding experience and are just youtube/twitter "content creators".<p>Some arguments against MPC's, no matter who is the user:<p>- MCP is just a noisy, hacky wrapper around an API or IPC (well, API behind IPC)
- MCP's are too noisy for LLM's to be useful long-term, as they require a server.
- You don't need an MCP, you need an easy accessible API with simple DX that the machine can use with as little context and decision making as required.
- Skills are better than MCP because they basically encode the API docs/context in an LLM friendly manner. No need to run servers, just push text to system prompt.</p>
]]></description><pubDate>Fri, 10 Apr 2026 09:44:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=47715672</link><dc:creator>thecupisblue</dc:creator><comments>https://news.ycombinator.com/item?id=47715672</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47715672</guid></item><item><title><![CDATA[Building a Rust Runtime for TypeScript]]></title><description><![CDATA[
<p>Article URL: <a href="https://encore.dev/blog/rust-runtime">https://encore.dev/blog/rust-runtime</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47691523">https://news.ycombinator.com/item?id=47691523</a></p>
<p>Points: 8</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 08 Apr 2026 15:24:50 +0000</pubDate><link>https://encore.dev/blog/rust-runtime</link><dc:creator>thecupisblue</dc:creator><comments>https://news.ycombinator.com/item?id=47691523</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47691523</guid></item><item><title><![CDATA[Gloop – a self-modifying agent CLI and minimal agent SDK]]></title><description><![CDATA[
<p>Article URL: <a href="https://gloop.codes">https://gloop.codes</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47334212">https://news.ycombinator.com/item?id=47334212</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Wed, 11 Mar 2026 11:25:19 +0000</pubDate><link>https://gloop.codes</link><dc:creator>thecupisblue</dc:creator><comments>https://news.ycombinator.com/item?id=47334212</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47334212</guid></item><item><title><![CDATA[New comment by thecupisblue in "Last Year of Terraform"]]></title><description><![CDATA[
<p>Honestly, writing and wiring infra feels more like an overhead than anything else these days.<p>The core idea of deriving the infra from my app always sounds great, but also kind of gives me a "yuck" feeling the same way infrastructure as code does.<p>Feel like there has to be a better, common way to resolve all of these issues, so that it's an extensible, plug and play IFC/IAC, derived infra file from your code that you can then manually modify, that can be easily just pointed in the right direction for where to host it in.<p>This is one of the steps in the right direction deff, just can't figure out if they have it open-sourced or not.</p>
]]></description><pubDate>Wed, 25 Feb 2026 11:35:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=47150206</link><dc:creator>thecupisblue</dc:creator><comments>https://news.ycombinator.com/item?id=47150206</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47150206</guid></item><item><title><![CDATA[New comment by thecupisblue in "I’m joining OpenAI"]]></title><description><![CDATA[
<p>It's not about the code, it's about the vibe.<p>Also, Peter is quite well known in the dev circles, and especially in mobile development communities for his work on PSPDFKit. It is not like he's some unknown developer that just blew up - he owned a dev tooling company for over 10+ years, contributed a lot to the community and is a great dev.</p>
]]></description><pubDate>Mon, 16 Feb 2026 15:04:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=47035902</link><dc:creator>thecupisblue</dc:creator><comments>https://news.ycombinator.com/item?id=47035902</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47035902</guid></item><item><title><![CDATA[New comment by thecupisblue in "Claude Code is being dumbed down?"]]></title><description><![CDATA[
<p>Maybe during onboarding you could ask for output preference?
That would at least help new users.<p>I find this decision weird due to claude _code_, while being used by _some_ non-technical users, is mostly used by technical users and developers.<p>Not sure why the choice would be to dumb the output down for technical users/developers.</p>
]]></description><pubDate>Thu, 12 Feb 2026 09:12:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=46986533</link><dc:creator>thecupisblue</dc:creator><comments>https://news.ycombinator.com/item?id=46986533</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46986533</guid></item><item><title><![CDATA[New comment by thecupisblue in "Project Genie: Experimenting with infinite, interactive worlds"]]></title><description><![CDATA[
<p>Not so sure around gaming.
While it opens some interesting "generate quest on demand" and "quick demo" cases, an infinite world generator wouldn't really vibe with people.<p>They would try it once, think its cool and stop there. You would probably have a niche group of "world surfers" that would keep playing with it.<p>Most people do not have an idea on what they would want to play and how it would look like - they want a curated experience. As games adapted to the mass market, they became more and more curated experiences with lots of hand-holding the player.<p>Yeah, a holodeck would be popular, but that's a whole different technology ballpark and akin to talking about flying cars in this context.<p>This will have a giant impact on robotics and general models tho, as now they can simulate action/reaction inside a world in parallel, choosing the best course, by just having a picture of the world and probably a generated image of the end result or "validators" to check if task is accomplished.<p>And while robotics is $88B TAM nowadays, expect it to hit $888B in the next 5-10 years, with world simulators like this being one of the reasons.<p>From the team side, gotta be cool to build this, feels like one of those things all devs dream about.</p>
]]></description><pubDate>Fri, 30 Jan 2026 14:03:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=46824497</link><dc:creator>thecupisblue</dc:creator><comments>https://news.ycombinator.com/item?id=46824497</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46824497</guid></item><item><title><![CDATA[New comment by thecupisblue in "Tesla’s autonomous vehicles are crashing at a rate much higher tha human drivers"]]></title><description><![CDATA[
<p>That is why all the crazy promises and moves, hyping X.ai, Robotaxis, Optimus, Data centers in space. If you are constantly promising the future and some radical moves, the optimistic investors believe him and he can keep increasing the "potential future valuation".<p>But when you look at it:<p>- X.ai is basically getting into the race by throwing money at the problem and using your name to get funding in a hyped industry.<p>- Do a buyout of your own company with it, get access to data that you restricted to everyone else.<p>- Merge it with SpaceX for "datacenters in space", do an IPO for a huge valuation<p>- Probably merge it with Tesla, overhype everything<p>- As the humanoid, AI and space industry grows, so will the valuation just because of the market growth, not necessarily because of great/revolutionary products<p>At that point, nobody can even consider what the valuation is, as it is a mishmash of promises, fudged numbers, real numbers, potential numbers, contracts, hype and everything else. It allows moving financials around and tuning things to get him his 1T package and hype things even more.<p>I mean congrats to Elon, just by overhyping his products he shifts the timeline narrative more towards techno-optimism and earns himself more money. The financial shenanigans to follow in the next few years will be an interesting period for future financial archeologists.</p>
]]></description><pubDate>Fri, 30 Jan 2026 13:50:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=46824353</link><dc:creator>thecupisblue</dc:creator><comments>https://news.ycombinator.com/item?id=46824353</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46824353</guid></item><item><title><![CDATA[New comment by thecupisblue in "Prediction markets are ushering in a world in which news becomes about gambling"]]></title><description><![CDATA[
<p>Not just America, everything is.
With stock market, at least we can somehow stop the bad actors, insider traders, corporate manipulation, pumps and dumps - with prediction markets, there is no way.<p>With prediction markets? Next to impossible. The markets being tied to crypto makes it even worse - things get harder to track, jurisdictions get blurry, proving becomes a ping pong between bureaucracy. And proving something becomes moreso a question of free will - if I decided to do X and then someone bets millon dollars on me doing X when odds are low, how do you prove I haven't decided to do X before? Will you prevent me from exercising my free will because of suspect insider trading? What if I am a president/senator?<p>Years ago, I was a kid who discovered online betting - often it was the only time I could place bets on MMA events, especially because it wasn't as popular as it is now. Even then, the gambling sites had "Other" options where you could bet on presidents, popes, landing on mars etc. The new markets aren't that much different, but are just using a nicer way to talk about it.<p>It isn't gambling, it's prediction.<p>You aren't a gambler, you're a "hyperinformed high iq individual predicting the geopolitical moves". Just like crypto gave people the identity crutch of a "tech investor", this gives them the identity crutch of a "geopolitical strategist".<p>But in the end, it is still just gambling - wrapped in a nice ego stroking suit, but gambling none the less.</p>
]]></description><pubDate>Tue, 20 Jan 2026 09:09:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=46689641</link><dc:creator>thecupisblue</dc:creator><comments>https://news.ycombinator.com/item?id=46689641</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46689641</guid></item><item><title><![CDATA[Building 4 games in 1 Afternoon (Playdate)]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.ivan.codes/blog/five-games-one-afternoon">https://www.ivan.codes/blog/five-games-one-afternoon</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46669057">https://news.ycombinator.com/item?id=46669057</a></p>
<p>Points: 10</p>
<p># Comments: 2</p>
]]></description><pubDate>Sun, 18 Jan 2026 16:21:02 +0000</pubDate><link>https://www.ivan.codes/blog/five-games-one-afternoon</link><dc:creator>thecupisblue</dc:creator><comments>https://news.ycombinator.com/item?id=46669057</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46669057</guid></item><item><title><![CDATA[New comment by thecupisblue in "The spectrum of isolation: From bare metal to WebAssembly"]]></title><description><![CDATA[
<p>It is more of a silent thing. Running in the background, internal libs, deployment tools, plugin tools.<p>But also - it's lacking things like a unified positioning + required knowledge to understand it is quite large compared to average dev + most people have no real use for it. It's mostly too "abstract high level" and "low level" for most devs.</p>
]]></description><pubDate>Fri, 16 Jan 2026 11:08:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=46645226</link><dc:creator>thecupisblue</dc:creator><comments>https://news.ycombinator.com/item?id=46645226</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46645226</guid></item><item><title><![CDATA[New comment by thecupisblue in "Apple Creator Studio"]]></title><description><![CDATA[
<p>I would assume it's because younger generations of creatives are using their software less and less, increasing the risk of losing the market completely on the software side. At this pricing, more of them will turn to paying Apple rather than paying for multiple services, keeping them tied into the ecosystem.<p>Also so many people are paying for Canva, Capcut etc that taking a piece of that cake is quite a low hanging fruit if you have a distribution platform.</p>
]]></description><pubDate>Tue, 13 Jan 2026 14:51:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=46601714</link><dc:creator>thecupisblue</dc:creator><comments>https://news.ycombinator.com/item?id=46601714</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46601714</guid></item><item><title><![CDATA[New comment by thecupisblue in "Apple Creator Studio"]]></title><description><![CDATA[
<p>That's actually surprisingly cheap compared to other subscriptions in the industry, especially for such a high powered suite.</p>
]]></description><pubDate>Tue, 13 Jan 2026 14:23:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=46601277</link><dc:creator>thecupisblue</dc:creator><comments>https://news.ycombinator.com/item?id=46601277</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46601277</guid></item><item><title><![CDATA[New comment by thecupisblue in "Cowork: Claude Code for the rest of your work"]]></title><description><![CDATA[
<p>I have to say this is disappointing.<p>Not because of the execution itself, great job on that - but because I was working on exactly this - guess I'll have to ship faster :)</p>
]]></description><pubDate>Tue, 13 Jan 2026 13:51:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=46600899</link><dc:creator>thecupisblue</dc:creator><comments>https://news.ycombinator.com/item?id=46600899</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46600899</guid></item><item><title><![CDATA[New comment by thecupisblue in "What happened to WebAssembly"]]></title><description><![CDATA[
<p>I mean compiling JS/TS to WASM or running a JS runtime like bun inside WASM</p>
]]></description><pubDate>Fri, 09 Jan 2026 16:15:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=46555393</link><dc:creator>thecupisblue</dc:creator><comments>https://news.ycombinator.com/item?id=46555393</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46555393</guid></item><item><title><![CDATA[New comment by thecupisblue in "What happened to WebAssembly"]]></title><description><![CDATA[
<p>As someone who worked actively with webassembly for the last few years, and is about to drop a WASM based framework, here's what happened:<p>- The ecosystem evolved fast, then slow. This caused adoption problems, especially for things such as WASI and Component model, as a lot of folks did it their own way/using 3rd party, which now meant they had to rewrite to this new thing that still isn't fully properly supported everywhere.<p>- The way it's "developed" means a lot of things are distributed, unsynced and have different support levels based on the engine you're using. This causes confusion among developers, especially since you have to go from reading an article, to reading a spec, to reading a github issue, then you're 3 repositories deep reading random rust code at 2 AM trying to figure out if you can rely on this stranger's fork just to try something out that should have been dead simple.<p>- Both of these combined can lead to even greater confusion for our LLM's, as they are trained on varied data which is by now stale, so they can often misunderstand things or look for things that aren't there anymore, just like us humans would.<p>- And now let's focus on the biggest and most important one IMO: 
Javascript/Typescript support. That is the holy grail for any technology that wants to be a widely adopted intermediary. While it is possible, you are layering hacks on hacks and begging that the next user won't break it all. Until my users can bring whatever they're using with them, the transition isn't really worth it, and writing my own wiring for every possible combination/need is quite unnecessary. We got a step closer with Web Containers, but by that time a lot of folks already moved onto Bun.</p>
]]></description><pubDate>Fri, 09 Jan 2026 10:25:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=46552246</link><dc:creator>thecupisblue</dc:creator><comments>https://news.ycombinator.com/item?id=46552246</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46552246</guid></item><item><title><![CDATA[New comment by thecupisblue in "Build Your Own React"]]></title><description><![CDATA[
<p>I'm actually about to release something similar, if you're interested would love to share it with you - getting some feedback would really help a lot.</p>
]]></description><pubDate>Sat, 20 Dec 2025 13:59:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=46336243</link><dc:creator>thecupisblue</dc:creator><comments>https://news.ycombinator.com/item?id=46336243</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46336243</guid></item></channel></rss>