<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: kzahel</title><link>https://news.ycombinator.com/user?id=kzahel</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 07 Apr 2026 11:40:21 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=kzahel" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by kzahel in "Tell HN: Anthropic no longer allowing Claude Code subscriptions to use OpenClaw"]]></title><description><![CDATA[
<p>That's my understanding too, though i haven't checked it. running claude -p would be horribly inefficient.
I would not be surprised if openclaw added some compatibility layer to brute force prompts through claude -p as a workaround. This isn't the first time that openclaw was "banned" from claude subscriptions.</p>
]]></description><pubDate>Sat, 04 Apr 2026 09:47:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=47637546</link><dc:creator>kzahel</dc:creator><comments>https://news.ycombinator.com/item?id=47637546</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47637546</guid></item><item><title><![CDATA[New comment by kzahel in "Show HN: Paseo – Run coding agents from your phone, desktop, or terminal (FOSS)"]]></title><description><![CDATA[
<p>Your project looks really solid! One of the best in this space I dare say.<p>I have noticed that there are so many similar "remote agent management" offerings.<p>I have been keeping an ongoing list here:
<a href="https://github.com/kzahel/yepanywhere/blob/main/docs/competitive/all-projects.md" rel="nofollow">https://github.com/kzahel/yepanywhere/blob/main/docs/competi...</a><p>I'm surprised I didn't hear about it until just now. Thanks for sharing!</p>
]]></description><pubDate>Mon, 16 Mar 2026 11:58:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=47397806</link><dc:creator>kzahel</dc:creator><comments>https://news.ycombinator.com/item?id=47397806</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47397806</guid></item><item><title><![CDATA[New comment by kzahel in "If AI writes code, should the session be part of the commit?"]]></title><description><![CDATA[
<p>I would love to be able to share all my sessions automatically. But I would want to share a carefully PII/secrets redacted session. I added a "session sharing" feature to my agent wrapper that just grabs innerHTML and uploads to cloudflare. So I can share how I produced/vibe coded an entire project from start to finish.<p>For example: <a href="https://github.com/kzahel/PearSync/blob/main/sessions/sessions.md" rel="nofollow">https://github.com/kzahel/PearSync/blob/main/sessions/sessio...</a><p>I think it's valuable to share that so people who are interested can see how you interact with agents. Sharing raw JSONL is probably a waste and contains too many absolute paths and potential for sharing unintentionally.<p><a href="https://github.com/peteromallet/dataclaw?tab=readme-ov-file#give-this-to-your-agent" rel="nofollow">https://github.com/peteromallet/dataclaw?tab=readme-ov-file#...</a> is one project I saw that makes an attempt to remove PII/secrets. But I certainly wouldn't share all my sessions right now, I just don't know what secrets accidentally got in them.</p>
]]></description><pubDate>Mon, 02 Mar 2026 07:39:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=47214945</link><dc:creator>kzahel</dc:creator><comments>https://news.ycombinator.com/item?id=47214945</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47214945</guid></item><item><title><![CDATA[New comment by kzahel in "Tell HN: 3 months ago we feared AI was useless. Now we fear it will take our job"]]></title><description><![CDATA[
<p>there will be plenty of "juniors" who can still code circles around you and me and will do just fine.</p>
]]></description><pubDate>Sat, 28 Feb 2026 12:42:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=47194638</link><dc:creator>kzahel</dc:creator><comments>https://news.ycombinator.com/item?id=47194638</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47194638</guid></item><item><title><![CDATA[New comment by kzahel in "Tell HN: 3 months ago we feared AI was useless. Now we fear it will take our job"]]></title><description><![CDATA[
<p>Why would you be worried about junior engineers? I see this expressed a lot. It seems kind of condescending to me. It's just a different build toolchain. We can build faster, and having a lot of experience helps you know how things should fit together. People figure shit out. There are plenty of juniors that are way smarter than you or I. Do you mean like a junior who is not as clever as you will have a hard time getting their foot in?</p>
]]></description><pubDate>Sat, 28 Feb 2026 11:46:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=47194030</link><dc:creator>kzahel</dc:creator><comments>https://news.ycombinator.com/item?id=47194030</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47194030</guid></item><item><title><![CDATA[New comment by kzahel in "Claude Code Remote Control"]]></title><description><![CDATA[
<p>How can the like most popular terminal emulator not accept voice input? That's crazy why hasn't someone made something better?</p>
]]></description><pubDate>Wed, 25 Feb 2026 14:29:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=47151960</link><dc:creator>kzahel</dc:creator><comments>https://news.ycombinator.com/item?id=47151960</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47151960</guid></item><item><title><![CDATA[New comment by kzahel in "Claude Code Remote Control"]]></title><description><![CDATA[
<p>I agree. I spend a lot of time working from my phone so I had to make my own workflow that works for me. I've been following all these bans and drama with the subscription keys and custom harnesses etc. I think there's room for a "universal control plan" that lets you leverage the CLI providers (and whatever crappy interfaces / apis they give you).<p>There's a comparison of the approaches as I see them here <a href="https://yepanywhere.com/subscription-access-approaches" rel="nofollow">https://yepanywhere.com/subscription-access-approaches</a></p>
]]></description><pubDate>Wed, 25 Feb 2026 12:55:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47150888</link><dc:creator>kzahel</dc:creator><comments>https://news.ycombinator.com/item?id=47150888</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47150888</guid></item><item><title><![CDATA[New comment by kzahel in "Claude Code Remote Control"]]></title><description><![CDATA[
<p>But can those web/mobile-accessible agents be on your own hardware, e.g. your desktop at home?</p>
]]></description><pubDate>Wed, 25 Feb 2026 12:49:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=47150836</link><dc:creator>kzahel</dc:creator><comments>https://news.ycombinator.com/item?id=47150836</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47150836</guid></item><item><title><![CDATA[New comment by kzahel in "Claude Code Remote Control"]]></title><description><![CDATA[
<p>Same. When I can't be at my desk, my projects don't stop -- I just do the tasks that work well enough on the phone. Brainstorming, planning, etc. Or tasks that the agent can easily verify.<p>Having access to my local repository and my whole home folder is much easier than dealing with Claude or ChatGPT on the web. (Lots of manual markdown shuffling, passing in zipfiles of repositories, etc).</p>
]]></description><pubDate>Wed, 25 Feb 2026 12:31:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=47150681</link><dc:creator>kzahel</dc:creator><comments>https://news.ycombinator.com/item?id=47150681</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47150681</guid></item><item><title><![CDATA[New comment by kzahel in "Claude Code Remote Control"]]></title><description><![CDATA[
<p>You can also just open the app on your phone and go to the sidebar and click on Code and then you'll see the session at the top of your session list.</p>
]]></description><pubDate>Wed, 25 Feb 2026 12:18:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=47150568</link><dc:creator>kzahel</dc:creator><comments>https://news.ycombinator.com/item?id=47150568</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47150568</guid></item><item><title><![CDATA[New comment by kzahel in "Claude Code Remote Control"]]></title><description><![CDATA[
<p>Yeah the remote control featureset is pretty limited right now. I did a comparison here <a href="https://yepanywhere.com/claude-code-remote-control/" rel="nofollow">https://yepanywhere.com/claude-code-remote-control/</a> (with my own project). I'm sure they'll iterate on it. Overall it's such an obvious feature for them to add I'm surprised it took them so long to ship. There are probably at least 50 such projects that people have made (<a href="https://github.com/kzahel/yepanywhere/blob/main/docs/competitive/all-projects.md" rel="nofollow">https://github.com/kzahel/yepanywhere/blob/main/docs/competi...</a>)<p>The one feature drawback of tailscale/tmux/termius is no file upload. And ergonomics, ability to view files/diffs easily, though that's subjective.</p>
]]></description><pubDate>Wed, 25 Feb 2026 11:20:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=47150110</link><dc:creator>kzahel</dc:creator><comments>https://news.ycombinator.com/item?id=47150110</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47150110</guid></item><item><title><![CDATA[New comment by kzahel in "Pi – A minimal terminal coding harness"]]></title><description><![CDATA[
<p>I left some notes about this. I agree with you directionally but practically/economically you want to let users leverage what they're already paying for.<p><a href="https://yepanywhere.com/subscription-access-approaches/" rel="nofollow">https://yepanywhere.com/subscription-access-approaches/</a><p>Captures the ai-sdk and pi-mono.<p>In an ideal world we would have a pi-cli-mono or similar, like something that is not as powerful as pi but gives a least common denominator sort of interface to access at least claude/codex.<p>ACP is also something interesting in this space, though I don't honestly know how that fits into this story.</p>
]]></description><pubDate>Wed, 25 Feb 2026 10:02:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=47149584</link><dc:creator>kzahel</dc:creator><comments>https://news.ycombinator.com/item?id=47149584</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47149584</guid></item><item><title><![CDATA[New comment by kzahel in "Claude Code Remote Control"]]></title><description><![CDATA[
<p>It's not an argument whether you can be more productive on phone or desktop. Some people (like myself) simply don't have much time to be dedicated at desks so we have to build workflows that support being able to at least be reasonably productive from our phones.<p>I'm super happy Anthropic finally releases this tool. It's a starting point and I hope they'll improve it. I did a comparison with its features / capabilities here: <a href="https://yepanywhere.com/claude-code-remote-control.html" rel="nofollow">https://yepanywhere.com/claude-code-remote-control.html</a></p>
]]></description><pubDate>Wed, 25 Feb 2026 08:24:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=47148846</link><dc:creator>kzahel</dc:creator><comments>https://news.ycombinator.com/item?id=47148846</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47148846</guid></item><item><title><![CDATA[New comment by kzahel in "Show HN: Emdash – Open-source agentic development environment"]]></title><description><![CDATA[
<p>Judging from the installer sizes it's electron, not tauri?</p>
]]></description><pubDate>Wed, 25 Feb 2026 08:14:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=47148773</link><dc:creator>kzahel</dc:creator><comments>https://news.ycombinator.com/item?id=47148773</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47148773</guid></item><item><title><![CDATA[New comment by kzahel in "Continue local sessions from any device with Remote Control"]]></title><description><![CDATA[
<p>I tested it out a bit.<p>Basically if you start up a claude terminal session, you can enable remote control for that one time, or you can go to /config and change the global setting so that by default each session will be auto-connectable<p>You can connect via claude.ai/code on the web, or via the mobile app.<p>You can't connect via the web/app to VS Code sessions, and you can't connect to sessions created by Claude SDK.<p>One thing it does not do is let you create new sessions. So if you have a heavy remote first workflow (like you work from your phone a lot). People who are used to tmux/tailscale/termius etc or other mobile wrappers/orchestrators won't find this very useful (yet).<p>I wrote a bit more about this here: <a href="https://yepanywhere.com/claude-code-remote-control.html" rel="nofollow">https://yepanywhere.com/claude-code-remote-control.html</a></p>
]]></description><pubDate>Wed, 25 Feb 2026 06:47:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=47148174</link><dc:creator>kzahel</dc:creator><comments>https://news.ycombinator.com/item?id=47148174</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47148174</guid></item><item><title><![CDATA[New comment by kzahel in "Show HN: Emdash – Open-source agentic development environment"]]></title><description><![CDATA[
<p>Will you add remote / a mobile control plane? I love your approach of using CLI. <a href="https://yepanywhere.com/" rel="nofollow">https://yepanywhere.com/</a> has a similar approach but it's mainly about access via mobile. [I'm frequently away from my desk]<p>Ah, actually after looking at your approach, I see you don't use any agent SDK or --json outputs. You just embed a terminal window. That makes mobile interfaces a non-starter. I can see why you are only focusing on desktop, it makes integrating with more providers easier.</p>
]]></description><pubDate>Wed, 25 Feb 2026 06:27:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=47148054</link><dc:creator>kzahel</dc:creator><comments>https://news.ycombinator.com/item?id=47148054</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47148054</guid></item><item><title><![CDATA[New comment by kzahel in "Claws are now a new layer on top of LLM agents"]]></title><description><![CDATA[
<p>I made a basic "claw starter" that you could try. You can progressively go deeper. It starts with just a little "private data" folder that you scaffold and ask the agent to setup the SOUL and stuff, and then you can optionally add in the few builtin skills, or have your assistant start the scheduler/gateway thing if you want to talk to it over telegram.<p>If you've been shy with using openclaw, give this a try!<p><a href="https://github.com/kzahel/claw-starter" rel="nofollow">https://github.com/kzahel/claw-starter</a><p>[I also created <a href="https://yepanywhere.com/" rel="nofollow">https://yepanywhere.com/</a> - kind of the same philosophy - no custom harnesses, re-use claude/codex session history]</p>
]]></description><pubDate>Sat, 21 Feb 2026 21:11:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=47104820</link><dc:creator>kzahel</dc:creator><comments>https://news.ycombinator.com/item?id=47104820</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47104820</guid></item><item><title><![CDATA[New comment by kzahel in "Claws are now a new layer on top of LLM agents"]]></title><description><![CDATA[
<p>We think alike!<p><a href="https://github.com/kzahel/claw-starter" rel="nofollow">https://github.com/kzahel/claw-starter</a><p>Systemd basic script + markdown + (bring whatever agent CLI)<p>That's I think basically what you describe. I've been using it for the past two days it's very very basic but it's a I think it gives you everything you actually need sort of the minimal open claw without a custom harness and 5k loc or 50k or w/e. The cool thing is that it can just grow naturally and you can audit as it grows</p>
]]></description><pubDate>Sat, 21 Feb 2026 18:52:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=47103526</link><dc:creator>kzahel</dc:creator><comments>https://news.ycombinator.com/item?id=47103526</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47103526</guid></item><item><title><![CDATA[New comment by kzahel in "Claws are now a new layer on top of LLM agents"]]></title><description><![CDATA[
<p>You wouldn't typically give it access to your own telegram account. You use the telegram bot API to make a bot and the claw gateway only listens to messages from your own account</p>
]]></description><pubDate>Sat, 21 Feb 2026 12:02:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=47099986</link><dc:creator>kzahel</dc:creator><comments>https://news.ycombinator.com/item?id=47099986</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47099986</guid></item><item><title><![CDATA[New comment by kzahel in "Claws are now a new layer on top of LLM agents"]]></title><description><![CDATA[
<p>I think this is basically obvious to anyone using one of these but they're just they like the utility trade off like sure it may leak and exfiltrate everything somewhere but the utility of these tools is enough where they just deal with that risk.</p>
]]></description><pubDate>Sat, 21 Feb 2026 11:47:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=47099900</link><dc:creator>kzahel</dc:creator><comments>https://news.ycombinator.com/item?id=47099900</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47099900</guid></item></channel></rss>