<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: dehugger</title><link>https://news.ycombinator.com/user?id=dehugger</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 07 Apr 2026 04:05:22 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=dehugger" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by dehugger in "GPT‑5.3‑Codex‑Spark"]]></title><description><![CDATA[
<p>Late reply, but the answer is:
1) there is a fair amount of behind the scenes work going on that I dont want the agent to have access too or know about. Tools make it very easy to have strong control over what can and cannot be done. File system access is built directly into the tool, which makes it much easier to be confident about what it has access too, since the thing that actually has the permissions is the tools code, not the agent.
2) Portability, I can host it from a single spot and serve it to multiple models on different machines easily, which is very desirable for me.
3) I can update the configuration of the tool independent of a skill.<p>A skill wouldn't be a bad option though, and I highly recommend creating one yourself! The ability to customize our workflows and tools to a high degree is one of the largest strengths of agentic coding.</p>
]]></description><pubDate>Tue, 24 Feb 2026 00:38:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47131226</link><dc:creator>dehugger</dc:creator><comments>https://news.ycombinator.com/item?id=47131226</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47131226</guid></item><item><title><![CDATA[New comment by dehugger in "GPT‑5.3‑Codex‑Spark"]]></title><description><![CDATA[
<p>I built something similar using an MCP that allows claude to "outsource" development to GLM 4.7 on Cerebras (or a different model, but GLM is what I use). The tool allows Claude to set the system prompt, instructions, specify the output file to write to and crucially allows it to list which additional files (or subsections of files) should be included as context for the prompt.<p>Ive had great success with it, and it rapidly speeds up development time at fairly minimal cost.</p>
]]></description><pubDate>Thu, 12 Feb 2026 18:23:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=46992810</link><dc:creator>dehugger</dc:creator><comments>https://news.ycombinator.com/item?id=46992810</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46992810</guid></item><item><title><![CDATA[New comment by dehugger in "Why software stocks are getting pummelled"]]></title><description><![CDATA[
<p>Whats with this assumption that there's no human involvement? I dont just say "hey scan this 2m loc repo and give me some docs'... that would be insane. T<p>he AI is there to do the easy part; scan a giant spaghetti bowl and label each noodle. The humans job is to attach descriptions to those noodles.<p>Sometimes I forget that people on this site simply assume the worst in any given situation.</p>
]]></description><pubDate>Tue, 03 Feb 2026 20:06:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=46876516</link><dc:creator>dehugger</dc:creator><comments>https://news.ycombinator.com/item?id=46876516</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46876516</guid></item><item><title><![CDATA[New comment by dehugger in "Why software stocks are getting pummelled"]]></title><description><![CDATA[
<p>i love the assumption by default that "ai generated" automatically excludes "human verified".<p>see, i actually read and monitor the outputs. i check them against my own internal knowledge. i trial the results with real trouble shooting and real bug fixes/feature requests.<p>when its wrong, i fix it. when its right, great we now have documentation where none existed before.<p>dogfood the documentation and you'll know if its worth using or not.</p>
]]></description><pubDate>Tue, 03 Feb 2026 20:02:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=46876450</link><dc:creator>dehugger</dc:creator><comments>https://news.ycombinator.com/item?id=46876450</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46876450</guid></item><item><title><![CDATA[New comment by dehugger in "Qwen3-Coder-Next"]]></title><description><![CDATA[
<p>Yes, correct. Essentially every single industry and tool which rents out capacity of any system or service does this. Your ISP does this. The airline does this. Cruise lines. Cloud computing environments. Restaurants. Rental cars. The list is endless.</p>
]]></description><pubDate>Tue, 03 Feb 2026 18:52:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=46875449</link><dc:creator>dehugger</dc:creator><comments>https://news.ycombinator.com/item?id=46875449</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46875449</guid></item><item><title><![CDATA[New comment by dehugger in "Why software stocks are getting pummelled"]]></title><description><![CDATA[
<p>surprising considering you just listed two primary use cases (exploring codebases/data models + creating documentation)</p>
]]></description><pubDate>Mon, 02 Feb 2026 21:14:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=46861631</link><dc:creator>dehugger</dc:creator><comments>https://news.ycombinator.com/item?id=46861631</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46861631</guid></item><item><title><![CDATA[New comment by dehugger in "[dead]"]]></title><description><![CDATA[
<p>I am similarly interested, but mostly because my memory is awful and I'd like to actually remember what people tell me without having to ask repeatedly.</p>
]]></description><pubDate>Tue, 27 Jan 2026 23:04:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=46788449</link><dc:creator>dehugger</dc:creator><comments>https://news.ycombinator.com/item?id=46788449</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46788449</guid></item><item><title><![CDATA[New comment by dehugger in "Tell HN: Cursor agent force-pushed despite explicit "ask for permission" rules"]]></title><description><![CDATA[
<p>Instructions are more like guidelines than actual rules. LLMs arent deterministic.<p>If there is an action you don't want them to ever take, dont provide them with the ability to do so.</p>
]]></description><pubDate>Sat, 24 Jan 2026 04:50:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=46741162</link><dc:creator>dehugger</dc:creator><comments>https://news.ycombinator.com/item?id=46741162</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46741162</guid></item><item><title><![CDATA[New comment by dehugger in "Claude is good at assembling blocks, but still falls apart at creating them"]]></title><description><![CDATA[
<p>your github repo was highly entertaining. thanks for make my day a bit brighter:)</p>
]]></description><pubDate>Thu, 15 Jan 2026 21:01:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=46639265</link><dc:creator>dehugger</dc:creator><comments>https://news.ycombinator.com/item?id=46639265</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46639265</guid></item><item><title><![CDATA[New comment by dehugger in "Claude Cowork exfiltrates files"]]></title><description><![CDATA[
<p>What makes you think the dbcredentials or IP are being exposed to Claude? The entire reason I build my own connectors is to avoid having to expose details like that.<p>What I give Claude is an API key that allows it to talk to the mcp server. Everything else is hidden behind that.</p>
]]></description><pubDate>Thu, 15 Jan 2026 07:08:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=46629111</link><dc:creator>dehugger</dc:creator><comments>https://news.ycombinator.com/item?id=46629111</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46629111</guid></item><item><title><![CDATA[New comment by dehugger in "Claude Cowork exfiltrates files"]]></title><description><![CDATA[
<p>Write your own tools. Dont use something off the shelf. If you want it to read from a database, create a db connector that exposes <i>only</i> the capabilities you want it to have.<p>This is what I do, and I am 100% confident that Claude cannot drop my database or truncate a table, or read from sensitive tables. 
I know this because the tool it uses to interface with the database doesn't have those capabilities, thus Claude doesn't have that capability.<p>It won't save you from Claude maliciously ex-filtrating data it has access to via DNS or some other side channel, but it will protect from worst-case scenarios.</p>
]]></description><pubDate>Wed, 14 Jan 2026 21:54:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=46624201</link><dc:creator>dehugger</dc:creator><comments>https://news.ycombinator.com/item?id=46624201</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46624201</guid></item><item><title><![CDATA[New comment by dehugger in "Show HN: llmgame.ai – The Wikipedia Game but with LLMs"]]></title><description><![CDATA[
<p>I found a path from Sunset to Bicycle with 185 generated topics!
Sunset → Sunset Boulevard (places)
Sunset Boulevard → Boulevard (broader)
Boulevard → Boulevard Saint-Germain (people)
Boulevard Saint-Germain → Saint-Germain Boulevard (deeper)
Saint-Germain Boulevard → Paris (places)
Paris → Saint-Denis Basilica (people)
Saint-Denis Basilica → Dagobert I (people)
Dagobert I → Frankish rulers (broader)
Frankish rulers → Charlemagne (people)
Charlemagne → Feudalism (opposite)
Feudalism → Feudalism in Europe (future)
Feudalism in Europe → Knight Protocols (future)
Knight Protocols → Garter Palace (places)
Garter Palace → Ruined Fortress (opposite)
Ruined Fortress → Ruins (similar)
Ruins → Machu Picchu Citadel (places)
Machu Picchu Citadel → Andean Civilization (broader)
Andean Civilization → Inca Emperor Pachacuti (people)
Inca Emperor Pachacuti → Machu Picchu (people)
Machu Picchu → Atlantis (opposite)
Atlantis → Hyperborea (opposite)
Hyperborea → Hyperborea (mythology) (places)
Hyperborea (mythology) → Arctic explorers (similar)
Arctic explorers → Franklin Expedition (similar)
Franklin Expedition → Exploration (broader)
Exploration → Voyage (deeper)
Voyage → Travel (broader)
Travel → Travel safety (good)
Travel safety → Safe driving (similar)
Safe driving → Road safety (similar)
Road safety → Pedestrian safety (deeper)
Pedestrian safety → Pedestrian Bridge (places)
Pedestrian Bridge → Footbridge (similar)
Footbridge → Transportation (broader)
Transportation → Motorcycle industry (deeper)
Motorcycle industry → Motorcycle racing (similar)
Motorcycle racing → Superbikes (similar)
Superbikes → Motorcycles (similar)
Motorcycles → Bicycles (opposite).</p>
]]></description><pubDate>Mon, 12 Jan 2026 05:52:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=46584587</link><dc:creator>dehugger</dc:creator><comments>https://news.ycombinator.com/item?id=46584587</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46584587</guid></item><item><title><![CDATA[New comment by dehugger in "Scientists discover beer bottle in the Mariana Trench (2024)"]]></title><description><![CDATA[
<p>This is an incredible film</p>
]]></description><pubDate>Sun, 28 Dec 2025 18:31:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=46413273</link><dc:creator>dehugger</dc:creator><comments>https://news.ycombinator.com/item?id=46413273</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46413273</guid></item><item><title><![CDATA[New comment by dehugger in "Local AI is driving the biggest change in laptops in decades"]]></title><description><![CDATA[
<p>The framework desktop will get you the 395+ and 128gb of ram for 2k USD.</p>
]]></description><pubDate>Wed, 24 Dec 2025 18:36:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=46378006</link><dc:creator>dehugger</dc:creator><comments>https://news.ycombinator.com/item?id=46378006</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46378006</guid></item><item><title><![CDATA[New comment by dehugger in "The Rise of SQL:the second programming language everyone needs to know"]]></title><description><![CDATA[
<p>Sounds like your issue is writing the complex SQL all as strings in your codebase instead of as functions in the database.</p>
]]></description><pubDate>Wed, 24 Dec 2025 06:01:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=46372911</link><dc:creator>dehugger</dc:creator><comments>https://news.ycombinator.com/item?id=46372911</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46372911</guid></item><item><title><![CDATA[New comment by dehugger in "The Rise of SQL:the second programming language everyone needs to know"]]></title><description><![CDATA[
<p>I work in logistics, warehouse management systems (in particular the one I've specialized in) have incredibly complex databases with a <i>lot</i> of business logic baked in. This is due to being very data-crentric applications.<p>Also, in many non-tech companies the database admins were historically a consistent IT resource even when no other developers were available, so SQL gets leveraged extensively. When your only tool is a hammer, most of your problems end up being weirdly nail shaped.</p>
]]></description><pubDate>Wed, 24 Dec 2025 05:57:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=46372885</link><dc:creator>dehugger</dc:creator><comments>https://news.ycombinator.com/item?id=46372885</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46372885</guid></item><item><title><![CDATA[New comment by dehugger in "Show HN: CommerceTXT – An open standard for AI shopping context (like llms.txt)"]]></title><description><![CDATA[
<p>the entire point of the system I described is that it never needs to load that data into context.<p>AI is excellent at mapping from one format to another.<p>I use this method to great affect.</p>
]]></description><pubDate>Sat, 20 Dec 2025 21:46:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=46339930</link><dc:creator>dehugger</dc:creator><comments>https://news.ycombinator.com/item?id=46339930</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46339930</guid></item><item><title><![CDATA[New comment by dehugger in "Ask HN: Who here is not working on web apps/server code?"]]></title><description><![CDATA[
<p>warehouse / logistics systems. Basically a fusion of proprietary monoliths, more SQL than you can shake a stick at, and a rube goldberg of supporting applications.</p>
]]></description><pubDate>Sat, 20 Dec 2025 18:12:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=46338210</link><dc:creator>dehugger</dc:creator><comments>https://news.ycombinator.com/item?id=46338210</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46338210</guid></item><item><title><![CDATA[New comment by dehugger in "Show HN: CommerceTXT – An open standard for AI shopping context (like llms.txt)"]]></title><description><![CDATA[
<p>Better idea, how about you just put a link to a csv dump of your inventory data and label it "AI Agents/Scrapers, click here to get all the inventory data", embed that on every page, then call it a day?<p>When you are being scraper there are two possible reactions:
1 - good, because someone scraping your data is going to help you make a sale (discoverability)
2 - bad, work to obfuscate/block/prevent access.<p>In the first case, introducing a complex new standard that few if any will adopt achieves nothing compared to "here's a link for all the data in one spot, now leave my site alone. cheers".<p>In the second case, you actively don't want your data scraped, so why would you ever adopt this?<p>If you are reading all the inventory data into context then you are doing it wrong. Use your LLM to analyze the website and build a mapping for the HTML data, then parse using traditional methods (bs4 works nicely). You'll save yourself a gajillion tokens and get more consistent and accurate results at 1000x the speed.</p>
]]></description><pubDate>Fri, 19 Dec 2025 19:13:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=46329704</link><dc:creator>dehugger</dc:creator><comments>https://news.ycombinator.com/item?id=46329704</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46329704</guid></item><item><title><![CDATA[New comment by dehugger in "AI's real superpower: consuming, not creating"]]></title><description><![CDATA[
<p>sounds like grok...</p>
]]></description><pubDate>Thu, 18 Dec 2025 06:31:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=46309524</link><dc:creator>dehugger</dc:creator><comments>https://news.ycombinator.com/item?id=46309524</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46309524</guid></item></channel></rss>