<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: oleg2025</title><link>https://news.ycombinator.com/user?id=oleg2025</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 06 May 2026 15:05:14 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=oleg2025" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by oleg2025 in "Computer Use is 45x more expensive than structured APIs"]]></title><description><![CDATA[
<p>I've learned that compared to APIs, human interfaces are slow and messy, but there is actually a lot of science behind them. The good apps expose information well, and are optimised for clicks, typing, etc.<p>The best GUIs make great use of muscle memory, which makes them perfect candidates for scripting via CLI. eg a simple sequence "open Notes app, hit Cmd+F, enter search term, read list of results" can be one Bash command invoked by AI agent.</p>
]]></description><pubDate>Wed, 06 May 2026 07:43:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=48033422</link><dc:creator>oleg2025</dc:creator><comments>https://news.ycombinator.com/item?id=48033422</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48033422</guid></item><item><title><![CDATA[New comment by oleg2025 in "Computer Use is 45x more expensive than structured APIs"]]></title><description><![CDATA[
<p>Couple of months ago I was inspired by kubectl, and built desktopctl CLI to control GUI apps. It uses combination of OCR and Accessibility API on Mac, represents UI as markdown, and exposes actions for mouse and keyboard.<p>My core idea was that "fast" perception loop is fully local, GPU optimised for UI tokenisation and change detection. "Slow" control loop requires LLM roundtrip, and uses token-efficient markdown interface in CLI output.<p>It uses relatively stable identifiers for controls, so agents can script common actions, eg `desktopctl pointer click --id btn_save` doesn't require UI tokenisation loop.<p><a href="https://github.com/yaroshevych/desktopctl/tree/main" rel="nofollow">https://github.com/yaroshevych/desktopctl/tree/main</a></p>
]]></description><pubDate>Wed, 06 May 2026 07:28:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=48033325</link><dc:creator>oleg2025</dc:creator><comments>https://news.ycombinator.com/item?id=48033325</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48033325</guid></item></channel></rss>