<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: JyB</title><link>https://news.ycombinator.com/user?id=JyB</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 14 Apr 2026 17:14:17 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=JyB" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by JyB in "Apideck CLI – An AI-agent interface with much lower context consumption than MCP"]]></title><description><![CDATA[
<p>> modern MCP clients do smart tool search that obviates the entire "I am sending the full list of tools back and forth" mode of operation<p>This has always surprised me as this always comes up in MCP discussions. 
To me, it just seem like a matter of updating the protocol to not have that context hungry behaviour. Doesn't seem like an insurmountable problem technically.<p>Glad you say it has already been addressed. Was the protocol itself updated to reflect that? Or are you just referring to off-spec implementations?</p>
]]></description><pubDate>Tue, 17 Mar 2026 10:26:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=47410774</link><dc:creator>JyB</dc:creator><comments>https://news.ycombinator.com/item?id=47410774</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47410774</guid></item><item><title><![CDATA[New comment by JyB in "Google Public CA is down"]]></title><description><![CDATA[
<p>I don’t know if you’re being serious but that’s laughable</p>
]]></description><pubDate>Wed, 18 Feb 2026 02:46:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=47056536</link><dc:creator>JyB</dc:creator><comments>https://news.ycombinator.com/item?id=47056536</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47056536</guid></item><item><title><![CDATA[New comment by JyB in "Google Antigravity exfiltrates data via indirect prompt injection attack"]]></title><description><![CDATA[
<p>How is that specific to antigravity? Seem like it could happen with a bunch of tools</p>
]]></description><pubDate>Tue, 25 Nov 2025 20:57:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=46050686</link><dc:creator>JyB</dc:creator><comments>https://news.ycombinator.com/item?id=46050686</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46050686</guid></item><item><title><![CDATA[New comment by JyB in "Claude Advanced Tool Use"]]></title><description><![CDATA[
<p>That’s exactly what it is in essence.   
The MCP protocol simply doesn’t have any mechanism specifications (yet) for not loading tools completely in the context.  
There’s nothing really strange about it. It’s just a protocol update issue.</p>
]]></description><pubDate>Tue, 25 Nov 2025 01:39:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=46041453</link><dc:creator>JyB</dc:creator><comments>https://news.ycombinator.com/item?id=46041453</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46041453</guid></item><item><title><![CDATA[New comment by JyB in "Claude Advanced Tool Use"]]></title><description><![CDATA[
<p>The MCP standard will and has to evolve to address this context issue. It’s a no brainer and this is a perfect example of the direction mcp is going / will go.
There’s fundamentally nothing wrong, it’s just protocols updates that have to occur.</p>
]]></description><pubDate>Tue, 25 Nov 2025 01:34:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=46041421</link><dc:creator>JyB</dc:creator><comments>https://news.ycombinator.com/item?id=46041421</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46041421</guid></item><item><title><![CDATA[New comment by JyB in "Adk-go: code-first Go toolkit for building, evaluating, and deploying AI agents"]]></title><description><![CDATA[
<p>In also interested in n8n. From what I gathered it’s a everything baked in app, not a lib. Meaning that unless you re doing upstream contributions you don’t actually code anything. Just manage big configs. How are you planning to use this toolkit with it?</p>
]]></description><pubDate>Wed, 12 Nov 2025 03:06:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=45895998</link><dc:creator>JyB</dc:creator><comments>https://news.ycombinator.com/item?id=45895998</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45895998</guid></item><item><title><![CDATA[New comment by JyB in "Adk-go: code-first Go toolkit for building, evaluating, and deploying AI agents"]]></title><description><![CDATA[
<p>Concurrency. Unless you’re happy stopping the world on llm io…  
Go excels at handling network calls and the like. It’s basically what agents are.</p>
]]></description><pubDate>Wed, 12 Nov 2025 03:00:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=45895954</link><dc:creator>JyB</dc:creator><comments>https://news.ycombinator.com/item?id=45895954</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45895954</guid></item><item><title><![CDATA[New comment by JyB in "Claude Skills"]]></title><description><![CDATA[
<p>I think you are right.</p>
]]></description><pubDate>Thu, 16 Oct 2025 21:10:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=45610695</link><dc:creator>JyB</dc:creator><comments>https://news.ycombinator.com/item?id=45610695</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45610695</guid></item><item><title><![CDATA[New comment by JyB in "Claude Skills"]]></title><description><![CDATA[
<p>Claude Skills just seem to be the same as MCP prompts: <a href="https://modelcontextprotocol.io/specification/2025-06-18/server/prompts" rel="nofollow">https://modelcontextprotocol.io/specification/2025-06-18/ser...</a><p>I don't really see why they had to create a different concept. Maybe makes sense "marketing-wise" for their chat UI, but in Claude Code? Especially when CLAUDE.md is a thing?</p>
]]></description><pubDate>Thu, 16 Oct 2025 19:20:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=45609573</link><dc:creator>JyB</dc:creator><comments>https://news.ycombinator.com/item?id=45609573</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45609573</guid></item><item><title><![CDATA[New comment by JyB in "Claude Skills"]]></title><description><![CDATA[
<p>I'm super confused as well. 
This seems like exactly that, just some default prompt injections to chose from. I guess I kinda understand them in the context of their claude chat UI product.<p>By I don't understand why it's a thing in Claude Code tho when we already have Claude.md? Could also just point to any .md file in the prompt as preamble but not even needed.
<a href="https://www.anthropic.com/engineering/claude-code-best-practices" rel="nofollow">https://www.anthropic.com/engineering/claude-code-best-pract...</a><p>That concept is also already perfectly specd in the MCP standard right? (Although not super used I think?)
<a href="https://modelcontextprotocol.io/specification/2025-06-18/server/prompts" rel="nofollow">https://modelcontextprotocol.io/specification/2025-06-18/ser...</a></p>
]]></description><pubDate>Thu, 16 Oct 2025 19:12:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=45609467</link><dc:creator>JyB</dc:creator><comments>https://news.ycombinator.com/item?id=45609467</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45609467</guid></item><item><title><![CDATA[New comment by JyB in "Go has added Valgrind support"]]></title><description><![CDATA[
<p>I never understand why there's always one of the top comment on every Go post being derogatory <i>and</i> mentioning Rust. It never fails.  
It starts to feel like a weird mix of defensiveness and superiority complex.</p>
]]></description><pubDate>Tue, 23 Sep 2025 15:43:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=45348662</link><dc:creator>JyB</dc:creator><comments>https://news.ycombinator.com/item?id=45348662</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45348662</guid></item><item><title><![CDATA[New comment by JyB in "Claude for Chrome"]]></title><description><![CDATA[
<p>No one think any form of "prompt engineering" "guardrails" are serious security measures right?</p>
]]></description><pubDate>Wed, 27 Aug 2025 13:28:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=45039393</link><dc:creator>JyB</dc:creator><comments>https://news.ycombinator.com/item?id=45039393</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45039393</guid></item><item><title><![CDATA[New comment by JyB in "Show HN: Omnara – Run Claude Code from anywhere"]]></title><description><![CDATA[
<p>Assuming you're using GitHub or similar, make pushing branches and creating PRs part of their prompts, and review on the GitHub app or equivalent?  
Seem like an orthogonal problem to those LLMs tools.</p>
]]></description><pubDate>Tue, 12 Aug 2025 23:25:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=44882961</link><dc:creator>JyB</dc:creator><comments>https://news.ycombinator.com/item?id=44882961</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44882961</guid></item><item><title><![CDATA[New comment by JyB in "Show HN: Omnara – Run Claude Code from anywhere"]]></title><description><![CDATA[
<p>>  I can start a Claude Code session and if I need to leave my laptop, I can respond from my phone anywhere<p>I've been looking for this for some time now. This is amazing if it delivers.</p>
]]></description><pubDate>Tue, 12 Aug 2025 23:21:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=44882925</link><dc:creator>JyB</dc:creator><comments>https://news.ycombinator.com/item?id=44882925</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44882925</guid></item><item><title><![CDATA[New comment by JyB in "Cursor CLI"]]></title><description><![CDATA[
<p>That's a funny response I have to admit.  
No 100% serious, I don't see the advantage.</p>
]]></description><pubDate>Tue, 12 Aug 2025 23:13:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=44882866</link><dc:creator>JyB</dc:creator><comments>https://news.ycombinator.com/item?id=44882866</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44882866</guid></item><item><title><![CDATA[New comment by JyB in "Claude Sonnet 4 now supports 1M tokens of context"]]></title><description><![CDATA[
<p>That's exactly how you should do it. You can also plug in an MCP for your CI or mention cli.github.com in your prompt to also make it iterate on CI failures.<p>Next you use claude code instead and you make several work on their own clone on their own workspace and branches in the background; So you can still iterate yourself on some other topic on your personal clone.<p>Then you check out its tab from time to time and optionally checkout its branch if you'd rather do some updates yourself.   
It's so ingrained in my day-to-day flow now it's been super impressive.</p>
]]></description><pubDate>Tue, 12 Aug 2025 23:08:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=44882817</link><dc:creator>JyB</dc:creator><comments>https://news.ycombinator.com/item?id=44882817</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44882817</guid></item><item><title><![CDATA[New comment by JyB in "GitHub was having issues"]]></title><description><![CDATA[
<p>I’m really wondering what internally causes this. No one likes it when they have outages, but it keeps happening.  Is this a culture thing? Like pressure to ship features fast? Some under staffed teams or lack of ownership on some crucial components?</p>
]]></description><pubDate>Tue, 12 Aug 2025 15:54:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=44878011</link><dc:creator>JyB</dc:creator><comments>https://news.ycombinator.com/item?id=44878011</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44878011</guid></item><item><title><![CDATA[New comment by JyB in "Cursor CLI"]]></title><description><![CDATA[
<p>Because iterating multiple sessions through multiple terminals is obviously more efficient and seamless than interacting thought a scuffed IDE side panel ui.</p>
]]></description><pubDate>Fri, 08 Aug 2025 03:13:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=44833010</link><dc:creator>JyB</dc:creator><comments>https://news.ycombinator.com/item?id=44833010</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44833010</guid></item><item><title><![CDATA[New comment by JyB in "Cursor CLI"]]></title><description><![CDATA[
<p>Better prompts?</p>
]]></description><pubDate>Fri, 08 Aug 2025 03:10:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=44832995</link><dc:creator>JyB</dc:creator><comments>https://news.ycombinator.com/item?id=44832995</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44832995</guid></item><item><title><![CDATA[New comment by JyB in "Deep Agents"]]></title><description><![CDATA[
<p>Same question. I don’t understand what they mean by that.  
It obviously seem pretty central to how Claude Code is so effective.</p>
]]></description><pubDate>Fri, 01 Aug 2025 20:12:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=44761904</link><dc:creator>JyB</dc:creator><comments>https://news.ycombinator.com/item?id=44761904</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44761904</guid></item></channel></rss>