frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Claude's Constitution (2023)

https://www.anthropic.com/news/claudes-constitution
2•ponkylives•52s ago•1 comments

The Legal Rights of Extraterrestrials

https://www.rfreitas.com/Astro/LegalRightsOfETs.htm
1•TheAceOfHearts•1m ago•0 comments

'RentAHuman' platform includes Texans who can be rented by AI agents for tasks

https://dallasinnovates.com/rentahuman-platform-includes-north-texans-who-can-be-rented-by-ai-age...
1•hhs•3m ago•0 comments

Input Remapper – easy to use tool to change the behaviour of Linux input devices

https://github.com/sezanzeb/input-remapper
1•Curiositry•5m ago•0 comments

Enclave gem: Mega useful if you're building agents on Ruby on Rails

https://github.com/rubymonolith/enclave
1•obiefernandez•6m ago•0 comments

AutoKey – a desktop automation utility for Linux and X11

https://github.com/autokey/autokey
1•Curiositry•7m ago•0 comments

Qt45: A small polymerase ribozyme that can synthesize itself

https://www.science.org/doi/10.1126/science.adt2760
3•ppnpm•12m ago•1 comments

An update on our mental health-related work

https://openai.com/index/update-on-mental-health-related-work
2•surprisetalk•12m ago•0 comments

Word2vec4kids

https://scholar.google.com/citations?view_op=view_citation&hl=en&user=rqpdaP0AAAAJ&sortby=pubdate...
1•rus20376•12m ago•0 comments

Proximity to nuclear power plants associated with increased cancer mortality

https://hsph.harvard.edu/news/proximity-to-nuclear-power-plants-associated-with-increased-cancer-...
3•hhs•15m ago•0 comments

The Story of XPilot

https://web.archive.org/web/20080531032533/http://www.acm.org/crossroads/xrds3-2/xpilot.html
1•nicoloren•16m ago•0 comments

Add salvage drip emails for churned users

1•nishiohiroshi•17m ago•0 comments

Trump's Foreign Policy: Resurrecting Empire

https://www.nytimes.com/2026/02/27/us/politics/trump-rubio-foreign-policy-empire.html
2•whack•17m ago•0 comments

Violent Crime Drops in SF as Major US Cities See Declines

https://humanprogress.org/violent-crime-drops-in-sf-as-major-us-cities-see-broad-declines/
1•RickJWagner•17m ago•0 comments

The Data Project – data journalism sites built from public government datasets

https://www.thedataproject.ai
1•kianoconnor•25m ago•0 comments

Altman says OpenAI agrees with Anthropic's red lines in Pentagon dispute

https://thehill.com/policy/technology/5758898-altman-backs-anthropic-pentagon-stand/
8•rectang•25m ago•0 comments

Federal agencies may have a Claude problem now

https://www.axios.com/2026/02/27/claude-anthropic-trump-government-agencies
2•toomuchtodo•27m ago•1 comments

Show HN: I built a site where you hire yourself instead of applying for jobs

https://hired.wtf
3•apwn•28m ago•1 comments

Show HN: Rapidly build efficient sites with Neat, the minimalist CSS framework

https://github.com/codazoda/neatcss
1•codazoda•32m ago•0 comments

Need ArXiv endorsement.. CS. Multiagent-Systems [pdf]

https://www.socialcompute.dev/deterministic_control_paper.pdf
1•dev_marcospimi•32m ago•0 comments

Show HN: XDP firewall that auto-syncs open ports – built after my VPS got DDoS'd

https://github.com/Kookiejarz/basic_xdp
1•kennethhh•33m ago•0 comments

Show HN: Taskdog – Terminal-based task manager with schedule optimization

https://github.com/Kohei-Wada/taskdog
1•kohei-wada•34m ago•0 comments

Show HN: AgentGate – Stake-Gated Action Microservice for AI Agents

https://github.com/selfradiance/agentgate
1•selfradiance•35m ago•0 comments

Show HN: Market Digest: Self-hosted market analysis and Telegram

https://github.com/mutaaf/MarketDigest
1•mutaaf•43m ago•1 comments

Zugunruhe, and what makes things worth doing

https://www.nathanzhao.cc/zugunruhe
2•nzhaa•44m ago•0 comments

Show HN: Caret – tab to complete at any app on your Mac

https://www.trycaret.com/list
2•ronadin•47m ago•0 comments

Perplexity Computer: What I Built in One Night (Review and Examples)

https://karozieminski.substack.com/p/perplexity-computer-review-examples-guide
1•Lunaboo•47m ago•0 comments

Ask HN: Do you enforce Prettier in all Next.js projects?

1•digi_wares•48m ago•1 comments

Show HN: Notemac++ – A Notepad++-inspired code editor for macOS and the web

https://github.com/sergioadevita/notemac-plus-plus
2•sergioadevita•48m ago•1 comments

Technical Recruiter in 2026

https://anangsha.substack.com/p/technical-recruiting-in-2026-how
1•monolikma•50m ago•0 comments
Open in hackernews

SlimClaw: A Personal AI Assistant You Can Set Up in 5 Minutes

https://ganeshan007.github.io/website/blog/slimclaw.html
4•Ganeshan007•1h ago

Comments

Ganeshan007•1h ago
I built a personal Claude assistant that runs on WhatsApp. It's a single Python process (asyncio) that routes messages to Claude agents running in isolated Docker containers. Each group gets its own filesystem and memory.

  Inspired by NanoClaw (TypeScript, container isolation) and nanobot (Python, simple setup). I wanted both — so
  SlimClaw has per-group isolation like NanoClaw but sets up with pip install slimclaw && slimclaw-setup. No AI
  IDE required.

  Some things it does differently: when someone @mentions the bot in an unregistered group, it notifies your
  admin channel instead of silently ignoring it. You reply "join Family Chat" and the group is live. Skills
  (markdown files) let you add capabilities without touching the core. Model selection (Haiku/Sonnet/Opus) is
  part of onboarding.