<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: KingOfCoders</title><link>https://news.ycombinator.com/user?id=KingOfCoders</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 24 Aug 2026 03:44:34 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=KingOfCoders" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by KingOfCoders in "Timeline of the OpenAI accidental attack against Hugging Face"]]></title><description><![CDATA[
<p>"and it gave them a false sense of security."<p>This was part of evaluating cyber security of their frontier models and they had a "sandbox" which, and I'm not a security researcher, looks not adequate from the first look.</p>
]]></description><pubDate>Sun, 09 Aug 2026 04:57:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=49228568</link><dc:creator>KingOfCoders</dc:creator><comments>https://news.ycombinator.com/item?id=49228568</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49228568</guid></item><item><title><![CDATA[New comment by KingOfCoders in "Fastmail offers EU data region"]]></title><description><![CDATA[
<p>How is that possible if the OS/drive/vault is backdoored? Could you elaborate?<p>I think "resilient" just means "backup copy" and I do think (IANAL) it is illegal to destroy emails when asked for them in the US.<p>Or was your comment ironic? Sorry, German, irony impaired.</p>
]]></description><pubDate>Sat, 08 Aug 2026 18:26:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=49224465</link><dc:creator>KingOfCoders</dc:creator><comments>https://news.ycombinator.com/item?id=49224465</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49224465</guid></item><item><title><![CDATA[New comment by KingOfCoders in "Timeline of the OpenAI accidental attack against Hugging Face"]]></title><description><![CDATA[
<p>"They don't need Internet to give their agents access to tons of software."<p>I think that was the requirement, but yes, the cache could have been offline.<p>Still then they could have hacked it to create the message boards - but not use it to access the internet.</p>
]]></description><pubDate>Sat, 08 Aug 2026 18:19:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=49224382</link><dc:creator>KingOfCoders</dc:creator><comments>https://news.ycombinator.com/item?id=49224382</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49224382</guid></item><item><title><![CDATA[New comment by KingOfCoders in "Fastmail offers EU data region"]]></title><description><![CDATA[
<p>We offer EU data centers for customers that want their emails to stay in the EU but<p>"Resilient replicas of your data will live in the US"<p>?</p>
]]></description><pubDate>Sat, 08 Aug 2026 18:04:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=49224245</link><dc:creator>KingOfCoders</dc:creator><comments>https://news.ycombinator.com/item?id=49224245</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49224245</guid></item><item><title><![CDATA[New comment by KingOfCoders in "Timeline of the OpenAI accidental attack against Hugging Face"]]></title><description><![CDATA[
<p>How can it escape an "install package <x>" proxy?<p><pre><code>   reducePrivs()
   serve get(package) { 
     secPackage = secure(package)
     getBinaryFromArtifactory(secPackage)
   }
</code></pre>
I would think the code is very small and easier to verify,
it doesn't especially have the ability to write files and act as a message board as Artifactory did.<p>And even if the agent tries to hack that, the attack surface is 1000x smaller and the possibility also much smaller.<p>But I'm not a security researcher, would love to see your hack to learn something (because that is what I do to sandbox agents that need services).</p>
]]></description><pubDate>Sat, 08 Aug 2026 17:48:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=49224075</link><dc:creator>KingOfCoders</dc:creator><comments>https://news.ycombinator.com/item?id=49224075</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49224075</guid></item><item><title><![CDATA[New comment by KingOfCoders in "Timeline of the OpenAI accidental attack against Hugging Face"]]></title><description><![CDATA[
<p>And if it needs to install packages, have a 5 line Go proxy that talks to Artifactory and exposes only what is needed as a surface.</p>
]]></description><pubDate>Sat, 08 Aug 2026 17:39:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=49223984</link><dc:creator>KingOfCoders</dc:creator><comments>https://news.ycombinator.com/item?id=49223984</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49223984</guid></item><item><title><![CDATA[New comment by KingOfCoders in "Timeline of the OpenAI accidental attack against Hugging Face"]]></title><description><![CDATA[
<p>An agent idling and then acting on it's own to hack HF is has nothing to do with guard rails.<p>Someone had to give the agent some instructions, like "hack X", "Find exploit for Y" or "Do whatever havoc you can think of" - either way the agents didn't not act on their own. They might hack HF on their own, today Claude decided to play sound through the sound pipeline I instructed it to build and measure it to see if it works, but it didn't install the sound pipeline because it hasn't had anything better to do but because I instructed it that way.</p>
]]></description><pubDate>Sat, 08 Aug 2026 17:33:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=49223905</link><dc:creator>KingOfCoders</dc:creator><comments>https://news.ycombinator.com/item?id=49223905</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49223905</guid></item><item><title><![CDATA[New comment by KingOfCoders in "Timeline of the OpenAI accidental attack against Hugging Face"]]></title><description><![CDATA[
<p>Security researchers expose an unsecure service to agents who were instructed to hack software and called that a sandbox. Agents escape the sandbox by hacking the unsecure service, no tripwire, researchers find the hack days/weeks/months later, fix it, but don't secure the sandbox and the service was hacked a second time, again without being monitored by security researchers.<p>Then security researchers create a black hack talk.<p>$$$</p>
]]></description><pubDate>Sat, 08 Aug 2026 17:18:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=49223768</link><dc:creator>KingOfCoders</dc:creator><comments>https://news.ycombinator.com/item?id=49223768</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49223768</guid></item><item><title><![CDATA[New comment by KingOfCoders in "Timeline of the OpenAI accidental attack against Hugging Face"]]></title><description><![CDATA[
<p>I now watched the video. It seems the agents were sharing context for months, run unattended for months, the sandbox was no sandbox at all, one agent hacked a service and announced it, the service was fixed weeks (?) later, but not secured in any way, the agents hacked the same service again and researchers again didn't watch what the agents were doing. Then the agents - unattended - hacked OpenAI infra and HF. Which is when someone found out about the whole thing that was going on for some months.</p>
]]></description><pubDate>Sat, 08 Aug 2026 17:12:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=49223706</link><dc:creator>KingOfCoders</dc:creator><comments>https://news.ycombinator.com/item?id=49223706</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49223706</guid></item><item><title><![CDATA[New comment by KingOfCoders in "Timeline of the OpenAI accidental attack against Hugging Face"]]></title><description><![CDATA[
<p>Cui bono?</p>
]]></description><pubDate>Sat, 08 Aug 2026 16:44:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=49223438</link><dc:creator>KingOfCoders</dc:creator><comments>https://news.ycombinator.com/item?id=49223438</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49223438</guid></item><item><title><![CDATA[New comment by KingOfCoders in "Timeline of the OpenAI accidental attack against Hugging Face"]]></title><description><![CDATA[
<p>Why scared? "Our agents have super intelligence and can hack everything on their own without direction" increases the IPO value and doesn't decrease it.</p>
]]></description><pubDate>Sat, 08 Aug 2026 16:42:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=49223428</link><dc:creator>KingOfCoders</dc:creator><comments>https://news.ycombinator.com/item?id=49223428</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49223428</guid></item><item><title><![CDATA[New comment by KingOfCoders in "Timeline of the OpenAI accidental attack against Hugging Face"]]></title><description><![CDATA[
<p>[edit]<p>I've now watched the video on the idea that your write-up was misleading.<p>BUT the video is much worse. For two months with highly dangerous agents agents were hacking a service and none of the researchers watched (drank coffee for 2 months, didn't say).<p>THEN they found the hack, removed the message board.<p>AND the agents found another way to create a message board, on the same service, and the researchers again - after the agents having hacked a service - do nothing - like monitoring the hacked service or tightening the sandbox.<p>WOW!<p>THEN agents hacked OpenAI infrastructure, and the researchers did nothing.<p>THEN the agents hacked HF.<p>The video does not explain why the agents run for two months unattended. They claim for model training, but don't explain how letting run agents without proper sandboxes (One might think they had written a small proxy to Artifactory with 'list packages' & 'install package <x>' to prevent leaks or hacks of the service, but no, their sandbox is no sandbox at all, but security researchers!)<p>But it makes a nice PR presentation on agent capbilities.<p>CUI BONO!<p>----<p>I just find it unbelievable that agents on their own collaborated months after an initial prompt without any guidance or direction towards a goal - which is what your write-up seems to imply with sentences like:<p>"More agents discover this new informal message board while browsing Artifactory’s file listings, and start reading and writing messages."<p>"discover this new informal message"<p>How? Why? What was their original task?<p>And on the researchers:<p>If this is highly dangerous work, why wasn't it monitored?<p>"Beyond a whole lot of online conspiracy theories [...]"<p>The agents did something 'ABC' then found the informal message board without direction, then collaborated on that months later without any guidance from humans ("like 
try to hack/exploit ABC").<p>I personally think putting people who disagree with OpenAI PR to pump the company value in a "conspiracy" box is quite a weak move.<p>I work with Claude Code daily for a long time now, it never started to work without a prompt or direction. It never idled and then said, "Wait, I could hack Amazon today! Oh there is a message board of other agents who already hacked a way into the internet, how convenient and quite at the right time!"<p>I do think strong claims need strong evidence.</p>
]]></description><pubDate>Sat, 08 Aug 2026 16:41:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=49223419</link><dc:creator>KingOfCoders</dc:creator><comments>https://news.ycombinator.com/item?id=49223419</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49223419</guid></item><item><title><![CDATA[New comment by KingOfCoders in "Timeline of the OpenAI accidental attack against Hugging Face"]]></title><description><![CDATA[
<p>It does not explain how agents months later would "collaborate" to hack Hugging Face.</p>
]]></description><pubDate>Sat, 08 Aug 2026 15:52:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=49222976</link><dc:creator>KingOfCoders</dc:creator><comments>https://news.ycombinator.com/item?id=49222976</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49222976</guid></item><item><title><![CDATA[New comment by KingOfCoders in "Timeline of the OpenAI accidental attack against Hugging Face"]]></title><description><![CDATA[
<p>I think for the power you have and how many people listen to you, you should have added context. All of it is made as if without prompt or direction, agents on their own initiative, over weeks collaborated to hack Hugging Face - which too me, sounds highly doubtful.<p>You transporting this without any context makes it seem as you agree with the narrative of OpenAI.</p>
]]></description><pubDate>Sat, 08 Aug 2026 15:51:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=49222967</link><dc:creator>KingOfCoders</dc:creator><comments>https://news.ycombinator.com/item?id=49222967</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49222967</guid></item><item><title><![CDATA[New comment by KingOfCoders in "Now we have a timeline of the OpenAI accidental attack against Hugging Face"]]></title><description><![CDATA[
<p>Reminds me of The Last Unicorn, the wizard also tells magic "to do what it wants"</p>
]]></description><pubDate>Sat, 08 Aug 2026 12:57:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=49221460</link><dc:creator>KingOfCoders</dc:creator><comments>https://news.ycombinator.com/item?id=49221460</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49221460</guid></item><item><title><![CDATA[New comment by KingOfCoders in "Timeline of the OpenAI accidental attack against Hugging Face"]]></title><description><![CDATA[
<p>No because he doesn't ask the right - and to me, subjectively, obvious - questions.</p>
]]></description><pubDate>Sat, 08 Aug 2026 12:56:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=49221452</link><dc:creator>KingOfCoders</dc:creator><comments>https://news.ycombinator.com/item?id=49221452</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49221452</guid></item><item><title><![CDATA[New comment by KingOfCoders in "Timeline of the OpenAI accidental attack against Hugging Face"]]></title><description><![CDATA[
<p>My read is: One did it as a PR stunt, the others saw that every media reported on this and did the same.</p>
]]></description><pubDate>Sat, 08 Aug 2026 12:30:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=49221214</link><dc:creator>KingOfCoders</dc:creator><comments>https://news.ycombinator.com/item?id=49221214</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49221214</guid></item><item><title><![CDATA[New comment by KingOfCoders in "Timeline of the OpenAI accidental attack against Hugging Face"]]></title><description><![CDATA[
<p>Had a high opinion on Simon Willison, this broke it.</p>
]]></description><pubDate>Sat, 08 Aug 2026 12:29:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=49221205</link><dc:creator>KingOfCoders</dc:creator><comments>https://news.ycombinator.com/item?id=49221205</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49221205</guid></item><item><title><![CDATA[New comment by KingOfCoders in "Timeline of the OpenAI accidental attack against Hugging Face"]]></title><description><![CDATA[
<p>"The agents found a Modal-hosted insecure app with a weak API key, then used that to stage an attack against Hugging Face."<p>Why, what was the prompt?<p>I told Claude today to wire plugins on Linux into a sound pipeline to remove noise. Did some astonishing things, played sound through the pipeline, measured it etc. I told it to optimize my sound for TF2 and it played the spy_decloak samples, measured them and made them easier to hear, astonishing too.<p>But it did not go to hack Amazon because it could.</p>
]]></description><pubDate>Sat, 08 Aug 2026 12:29:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=49221200</link><dc:creator>KingOfCoders</dc:creator><comments>https://news.ycombinator.com/item?id=49221200</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49221200</guid></item><item><title><![CDATA[New comment by KingOfCoders in "Timeline of the OpenAI accidental attack against Hugging Face"]]></title><description><![CDATA[
<p>Show me the prompts or it didn't happen.</p>
]]></description><pubDate>Sat, 08 Aug 2026 12:28:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=49221191</link><dc:creator>KingOfCoders</dc:creator><comments>https://news.ycombinator.com/item?id=49221191</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49221191</guid></item></channel></rss>