<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: piotrgrabowski</title><link>https://news.ycombinator.com/user?id=piotrgrabowski</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 29 Jul 2026 19:35:31 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=piotrgrabowski" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Kimi K3 Is Competitive with Fable; Kimi K3 and Fable Is SoTA]]></title><description><![CDATA[
<p>Also: Kimi K3: second only to Fable 5 on AA-Briefcase
 <a href="https://artificialanalysis.ai/articles/kimi-k3-agentic-knowledge-benchmark" rel="nofollow">https://artificialanalysis.ai/articles/kimi-k3-agentic-knowl...</a></p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48999291">https://news.ycombinator.com/item?id=48999291</a></p>
<p>Points: 877</p>
<p># Comments: 449</p>
]]></description><pubDate>Tue, 21 Jul 2026 22:35:24 +0000</pubDate><link>https://fireworks.ai/blog/kimik3-fable</link><dc:creator>piotrgrabowski</dc:creator><comments>https://news.ycombinator.com/item?id=48999291</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48999291</guid></item><item><title><![CDATA[Next 100 Days: XBOX Reset]]></title><description><![CDATA[
<p>Article URL: <a href="https://news.xbox.com/en-us/2026/06/10/next-100-days-xbox-reset/">https://news.xbox.com/en-us/2026/06/10/next-100-days-xbox-reset/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48483456">https://news.ycombinator.com/item?id=48483456</a></p>
<p>Points: 6</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 10 Jun 2026 22:13:28 +0000</pubDate><link>https://news.xbox.com/en-us/2026/06/10/next-100-days-xbox-reset/</link><dc:creator>piotrgrabowski</dc:creator><comments>https://news.ycombinator.com/item?id=48483456</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48483456</guid></item><item><title><![CDATA[Opus 4.5 Collapsed Six Months of Development Work into One Week]]></title><description><![CDATA[
<p>Article URL: <a href="https://every.to/chain-of-thought/opus-4-5-collapsed-six-months-of-development-work-into-one-week">https://every.to/chain-of-thought/opus-4-5-collapsed-six-months-of-development-work-into-one-week</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46151457">https://news.ycombinator.com/item?id=46151457</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 04 Dec 2025 19:05:13 +0000</pubDate><link>https://every.to/chain-of-thought/opus-4-5-collapsed-six-months-of-development-work-into-one-week</link><dc:creator>piotrgrabowski</dc:creator><comments>https://news.ycombinator.com/item?id=46151457</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46151457</guid></item><item><title><![CDATA[Ilya Sutskever: We're moving from the age of scaling to the age of research]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.dwarkesh.com/p/ilya-sutskever-2">https://www.dwarkesh.com/p/ilya-sutskever-2</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46048125">https://news.ycombinator.com/item?id=46048125</a></p>
<p>Points: 450</p>
<p># Comments: 355</p>
]]></description><pubDate>Tue, 25 Nov 2025 17:21:52 +0000</pubDate><link>https://www.dwarkesh.com/p/ilya-sutskever-2</link><dc:creator>piotrgrabowski</dc:creator><comments>https://news.ycombinator.com/item?id=46048125</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46048125</guid></item><item><title><![CDATA[New comment by piotrgrabowski in "CompileBench: Can AI Compile 22-year-old Code?"]]></title><description><![CDATA[
<p>Author here.<p>So far in this benchmark we based the tasks on a couple of open-source projects (like curl, jq, GNU Coreutils).<p>Even on those "simple" projects we managed to make the tasks difficult - Claude Opus 4.1 was the only one to correctly cross-compile curl for arm64 (+ make it statically-linked) [1].<p>In the future we'd like to test it with projects like FFmpeg or chromium - those should be much more difficult.<p>[1] <a href="https://www.compilebench.com/curl-ssl-arm64-static/" rel="nofollow">https://www.compilebench.com/curl-ssl-arm64-static/</a></p>
]]></description><pubDate>Mon, 22 Sep 2025 13:57:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=45333565</link><dc:creator>piotrgrabowski</dc:creator><comments>https://news.ycombinator.com/item?id=45333565</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45333565</guid></item><item><title><![CDATA[Show HN: 60-Second Linux Analysis, Supercharged with Nix and LLMs]]></title><description><![CDATA[
<p>Hello HN,<p>I'm sharing a little open-source utility I wrote recently.<p>I'm a huge fan of Brendan Gregg's "BPF Performance Tools" book. However, every time I SSH into a fresh server, most of the diagnostic tools aren't installed there and installing them can be really annoying.<p>I decided to use Nix package manager and LLMs to make this process straightforward. My utility first downloads a "toolbox" of Linux utilities (built with Nix), runs Brendan Gregg's famous "60-second Linux analysis" playbook and then summarizes the results with an LLM. So "60-second Linux analysis" now becomes a single one-line command and actually takes less than 60 seconds! The utility can execute all commands in parallel and the LLM can analyze them faster than a human would.<p>I have a few ideas for the future, for example implementing more powerful playbooks - thanks to Nix I can easily bundle all tools I need and LLMs have no trouble analyzing outputs of tens of commands.<p>I'd love to get your feedback and hear any ideas you have. Thanks for checking it out.<p>You can launch the utility with this command:<p>$ curl -fsSL <a href="https://gradient.engineer/60-second-linux.sh" rel="nofollow">https://gradient.engineer/60-second-linux.sh</a> | sh</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45150357">https://news.ycombinator.com/item?id=45150357</a></p>
<p>Points: 4</p>
<p># Comments: 1</p>
]]></description><pubDate>Sat, 06 Sep 2025 15:53:30 +0000</pubDate><link>https://quesma.com/blog/60s-linux-analysis-nix-llms/</link><dc:creator>piotrgrabowski</dc:creator><comments>https://news.ycombinator.com/item?id=45150357</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45150357</guid></item><item><title><![CDATA[Automatically Jailbreaking Frontier Language Models with Investigator Agents]]></title><description><![CDATA[
<p>Article URL: <a href="https://transluce.org/jailbreaking-frontier-models">https://transluce.org/jailbreaking-frontier-models</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45118285">https://news.ycombinator.com/item?id=45118285</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 03 Sep 2025 17:18:01 +0000</pubDate><link>https://transluce.org/jailbreaking-frontier-models</link><dc:creator>piotrgrabowski</dc:creator><comments>https://news.ycombinator.com/item?id=45118285</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45118285</guid></item></channel></rss>