<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: superturkey650</title><link>https://news.ycombinator.com/user?id=superturkey650</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 13 Aug 2026 19:32:42 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=superturkey650" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by superturkey650 in "Delta"]]></title><description><![CDATA[
<p>I think he’s saying that’s it’s dense and _too_ full of meaning. So, while terse, it can also hide extra meaning in its density.</p>
]]></description><pubDate>Wed, 12 Aug 2026 19:35:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=49277516</link><dc:creator>superturkey650</dc:creator><comments>https://news.ycombinator.com/item?id=49277516</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49277516</guid></item><item><title><![CDATA[New comment by superturkey650 in "MCP is dead; long live MCP"]]></title><description><![CDATA[
<p>No, but MCPs aren’t free to build either. So if you need to build an API on top, why would you build an MCP instead of using one of the existing standards that both LLMs and humans already know how to work with?</p>
]]></description><pubDate>Sun, 15 Mar 2026 21:27:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=47392134</link><dc:creator>superturkey650</dc:creator><comments>https://news.ycombinator.com/item?id=47392134</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47392134</guid></item><item><title><![CDATA[New comment by superturkey650 in "MCP is dead; long live MCP"]]></title><description><![CDATA[
<p>But the agent harness is still handling the session token for you either way. MCP might be an easy way for agent harness creators to abstract the issue away, but I don’t want to lose all REST conventions just to make it a little easier for them to write an agent harness.<p>It makes it harder for the LLM to understand what’s going on, not easier.</p>
]]></description><pubDate>Sun, 15 Mar 2026 15:46:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=47388537</link><dc:creator>superturkey650</dc:creator><comments>https://news.ycombinator.com/item?id=47388537</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47388537</guid></item><item><title><![CDATA[New comment by superturkey650 in "MCP is dead; long live MCP"]]></title><description><![CDATA[
<p>All MCP adds is a session token. How is that not already a solved problem?</p>
]]></description><pubDate>Sat, 14 Mar 2026 22:46:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47382107</link><dc:creator>superturkey650</dc:creator><comments>https://news.ycombinator.com/item?id=47382107</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47382107</guid></item><item><title><![CDATA[New comment by superturkey650 in "If AI writes code, should the session be part of the commit?"]]></title><description><![CDATA[
<p>Isn’t that point of design docs and not the commit log?</p>
]]></description><pubDate>Mon, 02 Mar 2026 03:03:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=47213374</link><dc:creator>superturkey650</dc:creator><comments>https://news.ycombinator.com/item?id=47213374</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47213374</guid></item><item><title><![CDATA[New comment by superturkey650 in "When does MCP make sense vs CLI?"]]></title><description><![CDATA[
<p>Yup. I’ve been using CLIs with skills that define some common workflows I use and then just tell Claude to use —help for understanding how to use it. Works perfectly and I end up writing the documentation in a way that I would for any other developer.</p>
]]></description><pubDate>Sun, 01 Mar 2026 20:54:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=47210557</link><dc:creator>superturkey650</dc:creator><comments>https://news.ycombinator.com/item?id=47210557</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47210557</guid></item><item><title><![CDATA[New comment by superturkey650 in "Introducing the Developer Knowledge API and MCP Server"]]></title><description><![CDATA[
<p>How do you manage auth for services that use OAuth?<p>I’ve been wrapping the agent’s curl calls in a small cli that handles the auth but I’m wondering if other people have come up with something lighter/more portable.</p>
]]></description><pubDate>Sat, 07 Feb 2026 06:08:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=46921716</link><dc:creator>superturkey650</dc:creator><comments>https://news.ycombinator.com/item?id=46921716</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46921716</guid></item><item><title><![CDATA[New comment by superturkey650 in "Composing APIs and CLIs in the LLM era"]]></title><description><![CDATA[
<p>This is what I’ve been doing too. Give the LLM a link to an OAS for an API and let it use curl for everything after that. I don’t even wrap the API or use restish all, the LLM knows how to use curl well enough.<p>This lets me add quick skills that are essentially just: “this is the OAS link, this is how you store and use the authorization, this is when I want you to use it”. That combined with pointing it at the documentation for common workflows and usage examples, and it’s been great.<p>The only thing I’ve had trouble with is auth really. MCPs are treated as first class citizens by most model provider’s agents and trying to provide a shell-based alternative for hiding the secret credentials from the LLM has been difficult.</p>
]]></description><pubDate>Fri, 23 Jan 2026 00:22:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=46726851</link><dc:creator>superturkey650</dc:creator><comments>https://news.ycombinator.com/item?id=46726851</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46726851</guid></item><item><title><![CDATA[New comment by superturkey650 in "Home Depot GitHub token exposed for a year, granted access to internal systems"]]></title><description><![CDATA[
<p>But _T_wo is also before _F_our</p>
]]></description><pubDate>Fri, 12 Dec 2025 20:20:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=46248369</link><dc:creator>superturkey650</dc:creator><comments>https://news.ycombinator.com/item?id=46248369</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46248369</guid></item><item><title><![CDATA[New comment by superturkey650 in "Why can't Ivies cope with losing a few hundred million?"]]></title><description><![CDATA[
<p>Why can’t he discriminate on political affiliation?</p>
]]></description><pubDate>Wed, 30 Apr 2025 18:28:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=43849043</link><dc:creator>superturkey650</dc:creator><comments>https://news.ycombinator.com/item?id=43849043</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43849043</guid></item><item><title><![CDATA[New comment by superturkey650 in "Betting on the Pope was the original prediction market"]]></title><description><![CDATA[
<p>I don’t believe you’re being against a specific person, so you don’t have a 1-1 incentive based on the bet you’re placing.</p>
]]></description><pubDate>Fri, 07 Mar 2025 16:29:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=43291543</link><dc:creator>superturkey650</dc:creator><comments>https://news.ycombinator.com/item?id=43291543</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43291543</guid></item><item><title><![CDATA[New comment by superturkey650 in "Dogs may have domesticated themselves because they liked snacks, model suggests"]]></title><description><![CDATA[
<p>My cattle dog will be begging for food and giving me all the looks that she's hungry, but if I put a bowl of food down and then grabbed a ball she wouldn't give the bowl a second glance. I can't even give her a treat for bringing the ball back and dropping it, she's too focused on the ball. As soon as I put the ball away, she'll do anything I want for the treat. I think she considers the ball her job and it overrides anything else.</p>
]]></description><pubDate>Fri, 28 Feb 2025 17:27:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=43208133</link><dc:creator>superturkey650</dc:creator><comments>https://news.ycombinator.com/item?id=43208133</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43208133</guid></item><item><title><![CDATA[New comment by superturkey650 in "BYD has already produced its first solid-state cells"]]></title><description><![CDATA[
<p>I think the most likely case is that electricity prices go down but demand goes up as devices more eagerly use power so you end up with an electricity bill that stays consistent.</p>
]]></description><pubDate>Sun, 23 Feb 2025 20:40:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=43153022</link><dc:creator>superturkey650</dc:creator><comments>https://news.ycombinator.com/item?id=43153022</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43153022</guid></item><item><title><![CDATA[New comment by superturkey650 in "Antiqua et Nova: Note on the relationship between AI and human intelligence"]]></title><description><![CDATA[
<p>Children of Time by Adrian Tchaikovsky explores exactly this, though less lost and more accidental exalter.</p>
]]></description><pubDate>Thu, 30 Jan 2025 15:40:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=42878748</link><dc:creator>superturkey650</dc:creator><comments>https://news.ycombinator.com/item?id=42878748</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42878748</guid></item><item><title><![CDATA[New comment by superturkey650 in "Physicists Magnetize a Material with Light"]]></title><description><![CDATA[
<p>Isn’t that what government grants essentially already are?</p>
]]></description><pubDate>Wed, 08 Jan 2025 00:18:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=42629405</link><dc:creator>superturkey650</dc:creator><comments>https://news.ycombinator.com/item?id=42629405</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42629405</guid></item><item><title><![CDATA[New comment by superturkey650 in "Meta Launches AI Studio in US"]]></title><description><![CDATA[
<p>Depends on if the computer programs might respond in an interesting way or if my comment might help them respond in an interesting way in the future. Same as when interacting with humans, I guess.</p>
]]></description><pubDate>Tue, 30 Jul 2024 18:28:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=41112513</link><dc:creator>superturkey650</dc:creator><comments>https://news.ycombinator.com/item?id=41112513</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41112513</guid></item><item><title><![CDATA[New comment by superturkey650 in "Mice live longer when inflammation-boosting protein is blocked"]]></title><description><![CDATA[
<p>The biggest cause of regime change seems to be the succession of power and the fears around change occurring during succession of power. A ruler dying through old age is a common source of regime change in history as people with varying interests start vying for that position and ensuring the new ruler holds their same interests.</p>
]]></description><pubDate>Wed, 17 Jul 2024 21:03:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=40990325</link><dc:creator>superturkey650</dc:creator><comments>https://news.ycombinator.com/item?id=40990325</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40990325</guid></item><item><title><![CDATA[New comment by superturkey650 in "Psilocybin desynchronizes the human brain"]]></title><description><![CDATA[
<p>It also seems to remove my ability to contextualize things which means I can't find flaws in my understanding of something as easily. This works for both good/euphoric things, where I feel like I know something (but really I can't find the flaws in my reasoning), and for bad/anxiety things, where I can feel really bad and spiral on something because I get focused on one particularly bad aspect and can't see the full picture.<p>I feel like this is why drugs can sometimes help with creative things, especially if you're familiar with the drug, as long as you can harness this decontextualization to put more of your focus on one thing, kind of like clearing your mind. However, its usually fruitless/harmful in anything requiring complex reasoning/judgement because it is reducing your ability to see the big picture.</p>
]]></description><pubDate>Wed, 17 Jul 2024 20:52:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=40990235</link><dc:creator>superturkey650</dc:creator><comments>https://news.ycombinator.com/item?id=40990235</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40990235</guid></item><item><title><![CDATA[New comment by superturkey650 in "'Skeleton Key' attack unlocks the worst of AI, says Microsoft"]]></title><description><![CDATA[
<p>I don’t think it’s a very valid concern, but LLMs can already do a limited level of reasoning to create information not directly loaded into them. Sometimes that reasoning is even correct! The idea here would be that even if you didn’t load that kind of information into them, at a certain level of advancement, they can determine the necessary plans from other information that has been loaded into them.</p>
]]></description><pubDate>Sat, 29 Jun 2024 14:35:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=40830922</link><dc:creator>superturkey650</dc:creator><comments>https://news.ycombinator.com/item?id=40830922</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40830922</guid></item><item><title><![CDATA[New comment by superturkey650 in "Paramount Wipes South Park, Daily Show Clips, and More from Websites"]]></title><description><![CDATA[
<p>Not who you’re replying to, but that’s what I have been doing for about 15 years now.</p>
]]></description><pubDate>Sat, 29 Jun 2024 00:33:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=40826866</link><dc:creator>superturkey650</dc:creator><comments>https://news.ycombinator.com/item?id=40826866</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40826866</guid></item></channel></rss>