<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: mihneadevries</title><link>https://news.ycombinator.com/user?id=mihneadevries</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 16 Sep 2026 14:16:01 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=mihneadevries" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by mihneadevries in "Claude Code Remote Control"]]></title><description><![CDATA[
<p>honestly this is a pretty natural move, mobile access to your coding agent makes sense when you just want to check on a long running task or review something quick.<p>I've been building something similar, basically a way to run your full dev environment on your Mac and connect to it from iOS. terminal, files, AI agent all talking to the same session. the tricky part is honestly just keeping state in sync when you switch devices.</p>
]]></description><pubDate>Thu, 26 Feb 2026 04:52:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=47162025</link><dc:creator>mihneadevries</dc:creator><comments>https://news.ycombinator.com/item?id=47162025</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47162025</guid></item><item><title><![CDATA[New comment by mihneadevries in "Andrej Karpathy: agentic AI coding has changed the world unrecognizably"]]></title><description><![CDATA[
<p>yeah the cost thing is real, though I think it's moving fast enough that the trajectory matters more than today's price.<p>like a year ago running an agent on a non-trivial task was painful and expensive. now it's annoying and somewhat expensive. tbh at the rate efficiency is improving I wouldn't bet on "still more expensive than a human" holding for long.</p>
]]></description><pubDate>Thu, 26 Feb 2026 04:49:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=47161997</link><dc:creator>mihneadevries</dc:creator><comments>https://news.ycombinator.com/item?id=47161997</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47161997</guid></item><item><title><![CDATA[New comment by mihneadevries in "Show HN: OpenSwarm – Multi‑Agent Claude CLI Orchestrator for Linear/GitHub"]]></title><description><![CDATA[
<p>the reviewer/worker pipeline is honestly the part I'm most curious about.
like how do you handle disagreements between agents, does the reviewer just block and the worker retries, or is there a loop with a hard cutoff?<p>the failure mode I'd worry about most is cascading context drift, where each agent in the chain slightly misunderstands the task and by the time you get to the test agent it's validating the wrong thing entirely.
fwiw I think the LanceDB memory is the right call for this kind of setup, keeping shared context grounded is probably what prevents most of those drift issues.</p>
]]></description><pubDate>Thu, 26 Feb 2026 04:41:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=47161935</link><dc:creator>mihneadevries</dc:creator><comments>https://news.ycombinator.com/item?id=47161935</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47161935</guid></item><item><title><![CDATA[New comment by mihneadevries in "I think WebRTC is better than SSH-ing for connecting to Mac terminal from iPhone"]]></title><description><![CDATA[
<p>The NAT traversal angle is honestly the most compelling part here, WebRTC's ICE/STUN/TURN stack handles weird network topologies pretty gracefully without you having to think about it.<p>That said I think spzb's point is real, the signaling server is still a trust boundary even if the p2p channel itself is encrypted. Tailscale sidesteps a lot of that by having a more battle-tested auth model tbh.<p>On the "why would you even want this on phone" thing though, I guess I disagree a bit, I've been building something related: Xtro, terminal + source control + AI agent on iPhone connected to Mac, and like the use case is surprisingly legit once the layout is actually designed for mobile. Emergency deploys, quick fixes, that kind of thing.</p>
]]></description><pubDate>Wed, 25 Feb 2026 11:32:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=47150177</link><dc:creator>mihneadevries</dc:creator><comments>https://news.ycombinator.com/item?id=47150177</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47150177</guid></item><item><title><![CDATA[New comment by mihneadevries in "Pi – A minimal terminal coding harness"]]></title><description><![CDATA[
<p>Aider's `--yes` flag combined with a git-based loop works honestly better than I expected for this, like it'll just commit and you review the diff.
Pi I've tried headless and it's fine but you kinda have to wire up the exit conditions yourself since it's so minimal by design.<p>Fwiw the janky `claude -p` approach you described is actually pretty solid once you stop fighting it, the simplicity is the feature I think.</p>
]]></description><pubDate>Wed, 25 Feb 2026 11:22:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=47150120</link><dc:creator>mihneadevries</dc:creator><comments>https://news.ycombinator.com/item?id=47150120</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47150120</guid></item><item><title><![CDATA[New comment by mihneadevries in "Continue local sessions from any device with Remote Control"]]></title><description><![CDATA[
<p>Ok, this is nice, but if that terminal running CC is open on VS code for example, does it work?</p>
]]></description><pubDate>Wed, 25 Feb 2026 07:12:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=47148366</link><dc:creator>mihneadevries</dc:creator><comments>https://news.ycombinator.com/item?id=47148366</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47148366</guid></item><item><title><![CDATA[New comment by mihneadevries in "Claude Code Remote Control"]]></title><description><![CDATA[
<p>It's nice to have I guess. But still not as good as just using the Cli in the terminal, while in VS code or other fork, where you can glance the source control from time to time.</p>
]]></description><pubDate>Wed, 25 Feb 2026 07:04:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=47148305</link><dc:creator>mihneadevries</dc:creator><comments>https://news.ycombinator.com/item?id=47148305</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47148305</guid></item><item><title><![CDATA[New comment by mihneadevries in "Compress Your Claude.md: Cut 60-70% of System Prompt Bloat in Claude Code"]]></title><description><![CDATA[
<p>It looks like Claude tokenizer handles markdown pretty efficiently, like a ## header is like 1-2 tokens. So I think the actual token savings are smaller than the byte-level numbers suggest. Where this actually matters is if maybe if you're on Haiku with big codebases where system prompt and context fight for space. On Opus? Probably not worth making your files unreadable for humans?</p>
]]></description><pubDate>Wed, 25 Feb 2026 07:02:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=47148280</link><dc:creator>mihneadevries</dc:creator><comments>https://news.ycombinator.com/item?id=47148280</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47148280</guid></item><item><title><![CDATA[New comment by mihneadevries in "Claude says its DeepSeek when asked in Chinese"]]></title><description><![CDATA[
<p>Hmm, I tried asking in Chinese and it still identified itself as Claude by Anthropic.</p>
]]></description><pubDate>Wed, 25 Feb 2026 06:55:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=47148228</link><dc:creator>mihneadevries</dc:creator><comments>https://news.ycombinator.com/item?id=47148228</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47148228</guid></item></channel></rss>