frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Hugpoint.io – Find the fairest meeting spot for a group

https://hugpoint.io/
1•prunax•42s ago•0 comments

Show HN: ExtraSuite – pull / push for Google Drive

https://github.com/think41/extrasuite
1•ksri•1m ago•0 comments

FCC Chair to Europe: If You Restrict US Satellite Providers, We'll Ban You Here

https://www.pcmag.com/news/fcc-chair-to-europe-restrict-us-satellite-providers-well-ban-you-in-us
1•msolujic•1m ago•0 comments

Bumper-Sticker Computer Science

http://quotes.cat-v.org/programming/bumper-sticker-computer-science
1•Spide_r•1m ago•0 comments

Show HN: I built a simple meditation app because I was tired of subscriptions

https://apps.apple.com/us/app/pure-meditate/id6759008961
1•PureMeditate•1m ago•0 comments

Show HN: Make beats, produce music from the command line

3•lmohseni•1m ago•0 comments

The Pentagon-Anthropic feud is quietly obscuring the real fight over military AI

https://www.fastcompany.com/91502340/the-pentagon-anthropic-feud-is-quietly-obscuring-the-real-fi...
1•johnshades•2m ago•0 comments

Show HN: Reduce LLM token use by ~30% with this MCP/CLI tool(Claude benchmarked)

2•jahala•3m ago•0 comments

Elo-Driven Development

https://faizank.substack.com/p/elo-driven-development
1•fazkan•4m ago•0 comments

Kristi Noem Misled Congress About Top Aide's Role in DHS Contracts

https://www.propublica.org/article/kristi-noem-dhs-misled-senate-judiciary-corey-lewandowski-cont...
1•SilverElfin•4m ago•1 comments

Evervault raises $25M to build the clearinghouse for sensitive data

https://evervault.com/blog/series-b
2•ShaneCurran•5m ago•0 comments

Re-exposure to reward re-evaluates related memories

https://www.sciencedirect.com/science/article/pii/S0960982225015969
1•PaulHoule•5m ago•0 comments

HATEOAS Works with an LLM in the Mix

1•charlieflowers•6m ago•0 comments

Show HN: Glad-IA-Tor – Roast vibecoded products trying to get some Reach

https://glad-ia-tor.com/fr
2•GiornoJojo•6m ago•1 comments

"Too Clever by Half" (Thanks HN)

https://owl.billpg.com/too-clever-by-half/
1•billpg•6m ago•0 comments

Agentic Code Reasoning

https://arxiv.org/abs/2603.01896
1•gmays•6m ago•0 comments

LexisNexis confirms data breach, some customer records affected

https://www.theregister.com/2026/03/04/lexisnexis_legal_professional_confirms_data/
2•johnshades•6m ago•0 comments

Show HN: Webmcp-react – React hooks that turn your website into an MCP server

https://github.com/mcpcat/webmcp-react
2•kashishhora•7m ago•0 comments

Show HN: Pre-execution verification for LLM-generated agentic workflows

https://github.com/le0li0n/workflow-verify
2•jaredwaxman•8m ago•1 comments

Defensive Refusal Bias in LLMs Is Hurting Infosec

http://lockboxx.blogspot.com/2026/03/defensive-refusal-bias-in-llms-is.html
2•ahokk•8m ago•0 comments

Show HN: OpenRouter Skill – Reusable integration for AI agents using OpenRouter

https://github.com/bnishit/openrouter-skill
1•bnishit•9m ago•0 comments

Show HN: KeepFiled – forward an email and it automatically files in Google Drive

https://www.keepfiled.com/
2•popupeyecare•9m ago•0 comments

Show HN: Trueline – Hash-verified edits save 44% of Claude's output tokens

https://github.com/rjkaes/trueline-mcp
1•rjkaes•11m ago•0 comments

Apple: Enough Is Enough

https://bastibe.de/2026-03-05-apple-woes.html
2•speckx•12m ago•0 comments

Collective hum of black holes could mend our broken understanding of universe

https://www.livescience.com/physics-mathematics/collective-hum-of-black-holes-could-mend-our-brok...
1•Brajeshwar•12m ago•0 comments

A once-proud tradition is becoming awkward for elite universities

https://www.economist.com/united-states/2026/03/04/a-once-proud-tradition-is-becoming-awkward-for...
1•shadow28•12m ago•1 comments

AI and the Ship of Theseus

https://lucumr.pocoo.org/2026/3/5/theseus/
1•pixelmonkey•13m ago•0 comments

The bombshell results that demand a new theory of the universe

https://www.newscientist.com/article/2515195-the-bombshell-results-that-demand-a-new-theory-of-th...
1•Brajeshwar•13m ago•0 comments

WebPage – Headless Browser from Apple [video]

https://developer.apple.com/videos/play/wwdc2025/231/
2•Brajeshwar•13m ago•0 comments

Why is arstechnica.com still running dev story advertorials for a game that...

1•chrisjj•13m ago•0 comments
Open in hackernews

Show HN: AFK – Remote desktop for agentic coding from your phone with voice

https://afkdev.app/
1•liboshen•1h ago
I use Claude Code daily (and recently pi). The workflow is: give instructions, agent writes code, I review diffs and the product, give feedback, iterate. Most of my time is reviewing and directing, not typing code.

But I was stuck at my desk the whole time, even when the agent is running for minutes. I wanted to step away and check in from my phone when needed.

My journey to this:

First I tried tmux + SSH. Works great for terminal-only work. But once I need to see the browser, check the simulator, or read diffs in VS Code, I'm stuck.

Then I tried Chrome Remote Desktop, Parsec, Jump Desktop. They work, but the UX is painful, typing prompts on a phone keyboard is slow, and the interaction model assumes you're on another computer, not a phone.

So I built AFK. Key differences:

1. Voice input: Push-to-talk for dictating prompts. Much faster than phone keyboard for giving instructions to an agent.

2. WebRTC streaming: Same tech as Chrome Remote Desktop. Lower latency than VNC, works over cellular (not just same WiFi).

3. Custom data channel protocol: WebRTC's data channel lets me build features beyond basic screen mirroring: - Window switcher (pick any window from your phone) - Agent notifications (get pinged when Claude finishes) - Mobile-optimized touch controls

4. Mobile-first UX: Designed for phone as the primary controller, not a miniature desktop experience.

Tech: Flutter host (cross-platform), WebRTC with VP9, native Swift (macOS) / C++ (Windows) for input injection.

The host is now open source (many people asking for it, understandably, since it's running with pretty powerful permissions): https://github.com/LiboShen/afk-host

Mobile clients on App Store and Google Play. Windows host in progress.

Fun fact: I use AFK built a significant portion of itself while i'm not at my desk.

Pretty awesome to be able to tell Claude Code to keep working while I'm at the gym. Please give it a try and let me know what do you think.