frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: AI agent that works autonomously while I'm offline

https://hire-your-ai-guide.vercel.app
2•ZeroDayCyber•4h ago
I was on a flight with airplane mode on. When I landed, my AI had built two product landing pages, set up Stripe, written 5 blog posts, and sent me a Telegram summary of everything it did.

No instructions from me mid-flight. It just ran.

Here's how I set it up:

Most people use LLMs like a stateless calculator -- you ask, it answers, session ends, it forgets you exist. That's not leverage, that's just autocomplete.

What I wanted was an AI agent with: - Persistent memory (knows my projects, preferences, goals across sessions) - A job description (knows what to work on without being told) - Scheduled autonomous tasks (cron jobs that run while I sleep) - Tool access (browser, file system, email, APIs) - A communication channel (Telegram alerts when something happens)

I used OpenClaw (self-hosted, runs on a Mac mini) with Claude as the underlying model. Total cost: ~$20/month in API calls.

The key insight: the difference between a useful AI and a useless one isn't the model -- it's the scaffolding. Memory files, a job description, tool access, and a persistent process change everything.

I documented the exact setup -- the file structure, prompts, job description template, and week-by-week implementation plan -- in a guide for people who want to replicate it.

Happy to answer questions about the technical setup, the OpenClaw config, or the memory/identity system.

Comments

ZeroDayCyber•2h ago
Update for anyone who found this interesting: I packaged the full system into a guide — the exact memory files, job description template, tool setup, and week-by-week implementation plan I use. It's at hireyourai.ai if you want to replicate it. Also launching on Product Hunt tomorrow.
jlongo78•35m ago
The real unlock for autonomous agent workflows is persistent session state. If your agent dies mid-task, you want to resume exactly where it left off rather than restart. Worth building your logging around structured output from the start - makes cost tracking and debugging much easier later. Also consider running multiple agents in parallel on subtasks; the wall-clock time savings compound fast once your orchestration is solid.

Show HN: Timber – Ollama for classical ML models, 336x faster than Python

https://github.com/kossisoroyce/timber
114•kossisoroyce•7h ago•14 comments

Show HN: Xpandas – running Pandas-style computation directly in pure C++

2•xqli•39m ago•0 comments

Show HN: OxyJen – Java framework to orchestrate LLMs in a graph-style execution

2•bdivyansh11•48m ago•0 comments

Show HN: Workz–Git worktrees with zero-config dep sync and a built-in MCP server

https://github.com/rohansx/workz
2•rohansx•1h ago•0 comments

Show HN: Logira – eBPF runtime auditing for AI agent runs

https://github.com/melonattacker/logira
17•melonattacker•9h ago•1 comments

Show HN: Steward – an ambient agent that handles low-risk work

https://github.com/study8677/Steward
2•867762462f•2h ago•0 comments

Show HN: I built an AI tool that walks you through Toyota's 5 Whys method

https://www.fivewhys.ai/
2•mogic•2h ago•0 comments

Show HN: Interactive 3D WebGL Globe for real-time daylight cycles

https://github.com/azialle/Oclock
3•codechibi•3h ago•2 comments

Show HN: Audio Toolkit for Agents

https://github.com/shiehn/sas-audio-processor
56•stevehiehn•16h ago•9 comments

Show HN: Visualize Git commit histories as animated force-directed graphs

https://github.com/nshcr/git-commits-threadline
3•wwhxd•3h ago•0 comments

Show HN: I built open source Gmail organizer because I refused to pay $30/month

https://github.com/Lakshay1509/NeatMail
3•mafia15•4h ago•1 comments

Show HN: Vibe Code your 3D Models

https://github.com/ierror/synaps-cad
52•burrnii•2d ago•15 comments

Show HN: OpenTamago – P2P GenAI Tamagotch

https://open.tamago.chat
3•boiling_eggs•4h ago•0 comments

Show HN: HN Bot Detector - Detects LLM-Generated Comments on Hacker News

https://github.com/umairnadeem/hn-bot-detector
5•umairnadeem123•4h ago•2 comments

Show HN: Vertex.js – A 1kloc SPA Framework

https://lukeb42.github.io/vertex-manual.html
32•LukeB42•21h ago•19 comments

Show HN: Sun – Realtime voice agent for group conservation not just turn taking

https://www.getsun.io/
4•anand_pattern•6h ago•2 comments

Show HN: LocalRAG – Ask AI about your own documents (iOS/Android)

https://localrag.app
3•snakaya•10h ago•0 comments

Show HN: ClawShield – Open-source security proxy for AI agents (Go, eBPF)

https://github.com/SleuthCo/clawshield-public
2•sleuthco•7h ago•1 comments

Show HN: SwarmClaw – Orchestration dashboard for OpenClaw and AI agents

https://github.com/swarmclawai/swarmclaw
3•jamesweb•11h ago•1 comments

Show HN: LightJJ – Web-Based UI for Jujutsu VCS

https://github.com/chronologos/lightjj
2•Chronologos•7h ago•0 comments

Show HN: Now I Get It – Translate scientific papers into interactive webpages

https://nowigetit.us
290•jbdamask•1d ago•128 comments

Show HN: MCP-firewall: I created a policy engine for CLI Agents

https://github.com/dzervas/mcp-firewall
2•ttouch•8h ago•0 comments

Show HN: Tool to comply with the Pentagon's Claude ban

https://github.com/dabrez/shannonsRevenge
3•dabrez•8h ago•0 comments

Show HN: Gala – Sealed types, pattern matching, and monads for Go

https://github.com/martianoff/gala
3•mmcodes•9h ago•3 comments

Show HN: I built speedmux, a libghostty-powered terminal multiplexer

https://github.com/webforspeed/speedmux
4•n89nanda•9h ago•1 comments

Show HN: Unfucked - version all changes (by any tool) - local-first/source avail

https://www.unfudged.io/
136•cyrusradfar•3d ago•85 comments

Show HN: Service Book – Smart maintenance tracking for every car owner

https://yourservicebook.com/
3•sectorthree•9h ago•0 comments

Show HN: RetroTick – Run classic Windows EXEs in the browser

https://retrotick.com/
191•lqs_•2d ago•60 comments

Show HN: Ductwork – A Go platform for running AI agents on autopilot

https://github.com/dneil5648/ductwork
5•dneil8675•9h ago•5 comments

Show HN: Claude-File-Recovery, recover files from your ~/.claude sessions

https://github.com/hjtenklooster/claude-file-recovery
98•rikk3rt•2d ago•41 comments