<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: robkop</title><link>https://news.ycombinator.com/user?id=robkop</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 17 Apr 2026 06:11:39 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=robkop" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by robkop in "Why do we tell ourselves scary stories about AI?"]]></title><description><![CDATA[
<p>I can’t speak for the states, but in AU I clearly see a massive displacement of undergrad and junior roles (only in AI exposed domains).<p>I say this as both someone who works with many execs, hearing their musings, and someone who no longer can justify hiring junior roles themselves.<p>Irrespective of that; if we take this strategy of only taking action once it is visible to the layman - our scope of actions available will be invariably and significantly diminished.<p>Even if you are not convinced it is guaranteed and do not believe what myself and others see. I would ask you is your probability of it happening now really that close to 0? If not then would it not be prudent to take the risk seriously?</p>
]]></description><pubDate>Sat, 11 Apr 2026 05:01:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=47727562</link><dc:creator>robkop</dc:creator><comments>https://news.ycombinator.com/item?id=47727562</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47727562</guid></item><item><title><![CDATA[New comment by robkop in "Sam Altman's response to Molotov cocktail incident"]]></title><description><![CDATA[
<p>one of their highlights with mythos was it's ability to generate new puns<p>I took a look and honestly they're the first AI puns that aren't bad<p>Times are changing</p>
]]></description><pubDate>Sat, 11 Apr 2026 03:21:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=47727012</link><dc:creator>robkop</dc:creator><comments>https://news.ycombinator.com/item?id=47727012</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47727012</guid></item><item><title><![CDATA[New comment by robkop in "LLM=True"]]></title><description><![CDATA[
<p>We’ve got a long way to go in optimising our environments for these models. Our perception of a terminal is much closer to feeding a video into Gemini than reading a textbook of logs. But we don’t make that ax affordance at the moment.<p>I wrote a small game for my dev team to experience what it’s like interacting through these painful interfaces over the summer www.youareanagent.app<p>Jump to the agentic coding level or the mcp level to experience true frustration (call it empathy). I also wrote up a lot more thinking here www.robkopel.me/field-notes/ax-agent-experience/</p>
]]></description><pubDate>Wed, 25 Feb 2026 10:20:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=47149721</link><dc:creator>robkop</dc:creator><comments>https://news.ycombinator.com/item?id=47149721</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47149721</guid></item><item><title><![CDATA[New comment by robkop in "Qwen3.5: Towards Native Multimodal Agents"]]></title><description><![CDATA[
<p>Rumours say you do something like:<p><pre><code>  Download every github repo
    -> Classify if it could be used as an env, and what types
      -> Issues and PRs are great for coding rl envs
      -> If the software has a UI, awesome, UI env
      -> If the software is a game, awesome, game env
      -> If the software has xyz, awesome, ...
    -> Do more detailed run checks, 
      -> Can it build
      -> Is it complex and/or distinct enough
      -> Can you verify if it reached some generated goal
      -> Can generated goals even be achieved
      -> Maybe some human review - maybe not
    -> Generate goals
      -> For a coding env you can imagine you may have a LLM introduce a new bug and can see that test cases now fail. Goal for model is now to fix it
    ... Do the rest of the normal RL env stuff</code></pre></p>
]]></description><pubDate>Mon, 16 Feb 2026 12:40:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=47034287</link><dc:creator>robkop</dc:creator><comments>https://news.ycombinator.com/item?id=47034287</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47034287</guid></item><item><title><![CDATA[New comment by robkop in "Dario Amodei – "We are near the end of the exponential" [video]"]]></title><description><![CDATA[
<p>I get this at least once a week. And then once you have to dig in and understand the full mental model it’s not really giving you any uplift anyway.<p>I will say that doing this for enough months has made my ability to pick up the mental model quickly and to scope how much need to absorb much quicker. It seems possible that with another year you’d become very rapid at this.</p>
]]></description><pubDate>Sat, 14 Feb 2026 01:00:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=47010124</link><dc:creator>robkop</dc:creator><comments>https://news.ycombinator.com/item?id=47010124</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47010124</guid></item><item><title><![CDATA[Show HN: You Are an Agent]]></title><description><![CDATA[
<p>After adding "Human" as a LLM provider to OpenCode a few months ago as a joke, it turns-out that acting as a LLM is quite painful. But it was surprisingly useful for understanding real agent harnesses dev.<p>So I thought I wouldn't leave anyone out! I made a small oss game - You Are An Agent - youareanagent.app - to share in the (useful?) frustration<p>It's a bit ridiculous. To tell you about some entirely necessary features, we've got:
  - A full WASM arch-linux vm that runs in your browser for the agent coding level
  - A bad desktop simulation with a beautiful excel simulation for our computer use level
  - A lovely WebGL CRT simulation (I think the first one that supports proper DOM 2d barrel warp distortion on safari? honestly wanted to leverage/ not write my own but I couldn't find one I was happy with)
  - A MCP server simulator with full simulation of off-brand Jira/ Confluence/ ... connected
  - And of course, a full WebGL oscilloscope music simulator for the intro sequence<p>Let me know what you think!<p>Code (If you'd like to add a level): <a href="https://github.com/R0bk/you-are-an-agent" rel="nofollow">https://github.com/R0bk/you-are-an-agent</a><p>(And if you want to waste 20 minutes - I spent way too long writing up my messy thinking about agent harness dev): <a href="http://robkopel.me/field-notes/ax-agent-experience/" rel="nofollow">http://robkopel.me/field-notes/ax-agent-experience/</a></p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46849318">https://news.ycombinator.com/item?id=46849318</a></p>
<p>Points: 14</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 01 Feb 2026 20:59:12 +0000</pubDate><link>https://youareanagent.app</link><dc:creator>robkop</dc:creator><comments>https://news.ycombinator.com/item?id=46849318</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46849318</guid></item><item><title><![CDATA[New comment by robkop in "You Are an Agent – Try Being a Human LLM"]]></title><description><![CDATA[
<p>I added a "Human" LLM provider to my local OpenCode a few months ago as a joke, and it turns-out acting as a LLM is quite painful. But it massively improve my agent harnesses dev skills.<p>So I thought I wouldn't leave anyone out! I made a small oss game - You Are An Agent - youareanagent.app - to share in the (useful?) frustration<p>It's a bit ridiculous. To tell you about some entirely necessary features, we've got:
- A full WASM arch-linux vm that runs in your browser for the agent coding level
- A bad desktop simulation with a beautiful excel simulation for our computer use level
- A lovely WebGL CRT simulation (I think the first one that supports proper DOM 2d barrel warp distortion on safari? honestly wanted to leverage/ not write my own but I couldn't find one I was happy with)
- A MCP server simulator with full simulation of off-brand Jira/ Confluence/ ... connected
- And of course, a full WebGL oscilloscope music simulator for the intro sequence<p>Let me know what you think!<p>Code (If you'd like to add a level): <a href="https://github.com/R0bk/you-are-an-agent" rel="nofollow">https://github.com/R0bk/you-are-an-agent</a>
(And if you want to waste 20 minutes - I spent way too long writing up my messy thinking about agent harness dev): <a href="http://robkopel.me/field-notes/ax-agent-experience/" rel="nofollow">http://robkopel.me/field-notes/ax-agent-experience/</a></p>
]]></description><pubDate>Sun, 25 Jan 2026 16:38:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=46755569</link><dc:creator>robkop</dc:creator><comments>https://news.ycombinator.com/item?id=46755569</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46755569</guid></item><item><title><![CDATA[You Are an Agent – Try Being a Human LLM]]></title><description><![CDATA[
<p>Article URL: <a href="https://youareanagent.app/">https://youareanagent.app/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46755568">https://news.ycombinator.com/item?id=46755568</a></p>
<p>Points: 3</p>
<p># Comments: 1</p>
]]></description><pubDate>Sun, 25 Jan 2026 16:38:36 +0000</pubDate><link>https://youareanagent.app/</link><dc:creator>robkop</dc:creator><comments>https://news.ycombinator.com/item?id=46755568</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46755568</guid></item><item><title><![CDATA[New comment by robkop in "Ax Not UX"]]></title><description><![CDATA[
<p>It's a fair question - I think the fact that they hold abilities (read 200k tokens instantly, can clone themselves, ...) that we don't would suggest they will have quirks and differecnes.<p>What downstream implication that will have on a AX sense is certainly arguable, but I would put forward that we're already seeing it with effective harnesses such as Claude Code. The experience the agent has there is quite different to how you'd build an IDE for a human.</p>
]]></description><pubDate>Thu, 22 Jan 2026 16:37:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=46721594</link><dc:creator>robkop</dc:creator><comments>https://news.ycombinator.com/item?id=46721594</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46721594</guid></item><item><title><![CDATA[Ax Not UX]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.robkopel.me/field-notes/ax-agent-experience/">https://www.robkopel.me/field-notes/ax-agent-experience/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46721473">https://news.ycombinator.com/item?id=46721473</a></p>
<p>Points: 3</p>
<p># Comments: 2</p>
]]></description><pubDate>Thu, 22 Jan 2026 16:30:57 +0000</pubDate><link>https://www.robkopel.me/field-notes/ax-agent-experience/</link><dc:creator>robkop</dc:creator><comments>https://news.ycombinator.com/item?id=46721473</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46721473</guid></item><item><title><![CDATA[New comment by robkop in "Ask HN: Share your personal website"]]></title><description><![CDATA[
<p><a href="https://robkopel.me" rel="nofollow">https://robkopel.me</a></p>
]]></description><pubDate>Wed, 14 Jan 2026 20:17:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=46622450</link><dc:creator>robkop</dc:creator><comments>https://news.ycombinator.com/item?id=46622450</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46622450</guid></item><item><title><![CDATA[New comment by robkop in "2025 Letter"]]></title><description><![CDATA[
<p>Can you elaborate? I would have thought the main driver for the price of a service is the labor?</p>
]]></description><pubDate>Fri, 02 Jan 2026 00:40:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=46459997</link><dc:creator>robkop</dc:creator><comments>https://news.ycombinator.com/item?id=46459997</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46459997</guid></item><item><title><![CDATA[New comment by robkop in "OpenAI's cash burn will be one of the big bubble questions of 2026"]]></title><description><![CDATA[
<p>Does that cost to serve multiple stay the same when conventional sites are forced to shovel ai into each request? e.g. the new google search</p>
]]></description><pubDate>Wed, 31 Dec 2025 00:35:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=46439992</link><dc:creator>robkop</dc:creator><comments>https://news.ycombinator.com/item?id=46439992</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46439992</guid></item><item><title><![CDATA[New comment by robkop in "OpenAI's cash burn will be one of the big bubble questions of 2026"]]></title><description><![CDATA[
<p>I’ve heard too many rumors that much of that adoption is from copying ms i.e. bundling gemini into their office suite</p>
]]></description><pubDate>Wed, 31 Dec 2025 00:32:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=46439968</link><dc:creator>robkop</dc:creator><comments>https://news.ycombinator.com/item?id=46439968</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46439968</guid></item><item><title><![CDATA[New comment by robkop in "Texas app store age verification law blocked by federal judge"]]></title><description><![CDATA[
<p>Occam's Razor - this complexity arises from the human nature to try and build consistent abstractions over complex situations. It's exactly what we do in software too. To an outsider it's going to look nonsensical.<p>I want to share a thought experiment with you - atop an ancient Roman legal case I recall from Gregory Aldrete - The Barbershop Murder.<p>Suppose a man sends his slave to a barbershop to get a shave. The barbershop is adjacent to an athletic field where two men are throwing a ball back and forth. One throws the ball badly, the other fails to catch it, and the ball flies into the barbershop, hits the barber's hand mid-shave, and cuts the slave's throat-killing him.<p>The legal question is posed: Who is liable under Roman law?<p>- Athlete 1 who threw the ball badly<p>- Athlete 2 who failed to catch it<p>- The barber who actually cut the throat<p>- The slave's owner for sending his slave to a barbershop next to a playing field<p>- The Roman state for zoning a barbershop adjacent to an athletic field<p>Q: What legal abstractions are required to apply consistent remedies to this case amongst others?<p>Opinion: You'd need a theory of negligence. A definition of proximate cause. Standards for foreseeability. Rules about contributory fault. A framework for when the state bears regulatory responsibility. Each of those needs edge cases handled, and those edge cases need to be consistent with rulings in other domains.<p>Now watch these edge cases compound, before long you've got something that looks absurdly complex. But it's actually just a hacky minimum viable solution to the problem space. That doesn't make it fair that citizens bear the burden of navigating it - but the alternative is inequal application of the law</p>
]]></description><pubDate>Wed, 24 Dec 2025 13:15:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=46375291</link><dc:creator>robkop</dc:creator><comments>https://news.ycombinator.com/item?id=46375291</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46375291</guid></item><item><title><![CDATA[New comment by robkop in "Texas app store age verification law blocked by federal judge"]]></title><description><![CDATA[
<p>For those curious about the "consistent principle of law" here - SCOTUS wrestled with nearly exactly this question in Free Speech Coalition v. Paxton earlier this year, and effectively emboldened more of these laws.<p>Previously the Fifth Circuit had relied heavily on Ginsberg v. New York (1968) to justify rational basis review. But Ginsberg was a narrow scope - it held that minors don't have the same First Amendment rights as adults to access "obscene as to minors" material. It wasn't about burdens on adults at all. Later precedent (Ashcroft, Sable, Reno, Playboy) consistently applied strict scrutiny when laws burdened adults' access to protected speech, even when aimed at protecting minors.<p>In Paxton the majority split the difference and applied intermediate scrutiny - a lower bar than strict - claiming the burden on adults is merely "incidental." Kagan had a dissent worth reading, arguing this departs from precedent even if the majority won't frame it that way. You could call it "overturning" or "distinguishing" depending on how charitable you're feeling.<p>The oral arguments are worth watching if you want to understand how to grapple with these questions: <a href="https://www.youtube.com/watch?v=ckoCJthJEqQ" rel="nofollow">https://www.youtube.com/watch?v=ckoCJthJEqQ</a><p>On 1A: The core concern isn't that age-gating exists - it's that mandatory identification to access legal speech creates chilling effects and surveillance risks that don't exist when you flash an ID at a liquor store.<p>Note: IANAL but do enjoy reading many SC transcripts</p>
]]></description><pubDate>Wed, 24 Dec 2025 00:01:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=46370957</link><dc:creator>robkop</dc:creator><comments>https://news.ycombinator.com/item?id=46370957</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46370957</guid></item><item><title><![CDATA[New comment by robkop in "Satellites reveal heat leaking from largest US cryptocurrency mining center"]]></title><description><![CDATA[
<p>Interesting question - how much will end up as sound, or in the ever smaller tail of things like storing a bit in flash memory?</p>
]]></description><pubDate>Tue, 23 Dec 2025 02:29:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=46361743</link><dc:creator>robkop</dc:creator><comments>https://news.ycombinator.com/item?id=46361743</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46361743</guid></item><item><title><![CDATA[New comment by robkop in "OpenAI are quietly adopting skills, now available in ChatGPT and Codex CLI"]]></title><description><![CDATA[
<p>I remember you did some reverse engineering when they released agent, does it not feel quite similar to you?<p>I know they didn’t dynamically scan for new skill folders but they did have mentions of the existing folders (slides, docs, …) in the system prompt</p>
]]></description><pubDate>Sat, 13 Dec 2025 03:54:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=46251836</link><dc:creator>robkop</dc:creator><comments>https://news.ycombinator.com/item?id=46251836</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46251836</guid></item><item><title><![CDATA[New comment by robkop in "OpenAI are quietly adopting skills, now available in ChatGPT and Codex CLI"]]></title><description><![CDATA[
<p>Hasn’t ChatGPT been supporting skills with a different name for several months now through “agent”?<p>They gave it back then folders with  instructions and executable files iirc</p>
]]></description><pubDate>Sat, 13 Dec 2025 03:24:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=46251701</link><dc:creator>robkop</dc:creator><comments>https://news.ycombinator.com/item?id=46251701</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46251701</guid></item><item><title><![CDATA[New comment by robkop in "Show HN: Safe-NPM – only install packages that are +90 days old"]]></title><description><![CDATA[
<p>You could dual brand as vibe-npm, only install packages that are in your models training dataset</p>
]]></description><pubDate>Wed, 26 Nov 2025 22:05:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=46062890</link><dc:creator>robkop</dc:creator><comments>https://news.ycombinator.com/item?id=46062890</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46062890</guid></item></channel></rss>