frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Give Your AI Agent a Live Status Page

https://clawjetty.com/###
1•andes314•1h ago

Comments

andes314•1h ago
A quick tool to give your AI agent a live status page. I made this after being frustrated with the lack of visibility in tools like OpenClaw. Open to feedback.
andes314•33m ago
skills.md:

# ClawJetty Skills

ClawJetty lets you create a live public progress page for a task.

## Goal

Before starting work, create a run and return its public URL to the user. As you work, post short progress updates. When finished, post a final event marking the run complete or failed.

## Base URL

https://clawjetty.com

## API

### 1) Create a run

POST /api/runs

Request body:

```json { "title": "Researching CRM tools" } ```

Response body:

```json { "id": "run_abc123", "viewer_url": "https://clawjetty.com/t/run_abc123", "status": "active" } ```

Create the run before doing the task. Return viewer_url to the user immediately.

### 2) Post an event

POST /api/runs/{id}/events

Request body:

```json { "kind": "update", "message": "Comparing 5 tools by price and features" } ```

Allowed event kinds:

- update - complete - fail

Example complete event:

```json { "kind": "complete", "message": "Finished. Sent final recommendation to user." } ```

Example fail event:

```json { "kind": "fail", "message": "Failed due to missing access to the source system." } ```

## Usage rules

- Create the run before starting the task. - Return the viewer_url to the user immediately. - Post short updates after meaningful steps. - Keep updates short and plain. - Do not flood the run with tiny updates. - Do not include secrets, passwords, API keys, or raw private data. - End every run with either complete or fail.

## Good update examples

- Reading the uploaded PDF - Summarizing the findings - Drafting the email reply - Blocked waiting on missing invoice number

## Bad update examples

- Thinking - Working - Doing stuff - Long dumps of raw content

How we hire AI-native engineers now: our criteria

https://www.augmentcode.com/blog/how-we-hire-ai-native-engineers-now
1•samuel246•4m ago•0 comments

Stop spending money on Claude Code. Chipotle's support bot is free

https://twitter.com/om_patel5/status/2032248004443287962
1•rmason•5m ago•0 comments

Agent Engine Optimization (AEO): Selling to AI Agents

https://github.com/subconscious-systems/AEO
1•hyluo•7m ago•0 comments

Chaos of Agent

https://agentsofchaos.baulab.info/
1•xdotli•7m ago•1 comments

Why Technology Makes Us More Productive but Not Richer

https://www.fullstackpm.tech/blog/productivity-paradox-capital-lockup
1•harshakcheruku•8m ago•1 comments

Show HN: 3DIMLI – Sell Any Digital Product, Zero Commission

1•arpit077•8m ago•0 comments

AI Software Tells Cops to Arrest the Wrong Guy [video]

https://www.youtube.com/watch?v=lPUBXN2Fd_E
1•stefap2•9m ago•0 comments

Saudi Arabia, Qatar, and the UAE are financing new data corridors

https://restofworld.org/2026/gulf-overland-data-cables-europe-war/
1•colinprince•9m ago•0 comments

I built an offline Text-to-Speech app for iPhone using Kokoro-82M

https://apps.apple.com/us/app/ghost-reader-ai/id6759826819
1•jantheman•15m ago•1 comments

Ask HN: Do you use your smartphones for local LLMs?

1•lavren1974•15m ago•0 comments

China's Road from Revolution to Reform

https://branko2f7.substack.com/p/there-is-a-great-disorder-under-the
2•rmdmphilosopher•20m ago•0 comments

Show HN: Stuffer, browser based QR/NFC inventory management with peer.js sync

https://github.com/EternityForest/Stuffer
1•eternityforest•21m ago•0 comments

Tuish – TUI toolkit in pure portable shell script (bash/zsh/busybox/ksh/mksh)

https://github.com/alganet/tuish
2•gaigalas•21m ago•1 comments

Ironies of Automation

https://en.wikipedia.org/wiki/Ironies_of_Automation
2•py4•24m ago•0 comments

MCPs, CLIs, and skills: when to use what?

https://jngiam.bearblog.dev/mcps-clis-and-skills-when-to-use-what/
1•ankit84•24m ago•0 comments

Ukraine's $1k interceptor drones The Pentagon wants to buy

https://www.militarytimes.com/news/pentagon-congress/2026/03/11/these-are-ukraines-1000-intercept...
1•mizzao•30m ago•0 comments

Show HN: Global Maritime Chokepoints

https://ryanshook.org/chokepoints/
3•RyanShook•32m ago•0 comments

VeryAI raises $10M to build palm-scan identity system on Solana

https://cointelegraph.com/news/polychain-backs-veryai-s-10m-raise-to-build-palm-scan-identity-sys...
1•adrianwaj•35m ago•0 comments

Vite 8.0 Is Out

https://vite.dev/blog/announcing-vite8
16•kothariji•38m ago•1 comments

Some Simple Economics of AGI

https://arxiv.org/abs/2602.20946
1•aray07•41m ago•0 comments

ScraperNode – Scraping API for LinkedIn, Instagram, TikTok, and More

https://scrapernode.com
1•emery_p•41m ago•0 comments

Hugging Face Storage Buckets Storage Bucket

https://huggingface.co/storage
1•tamnd•42m ago•0 comments

2011-2026 time lapse: rebuilding after Tōhoku earthquake and tsunami [video]

https://www.youtube.com/watch?v=ZE-JgL_UUkI
1•kazinator•43m ago•1 comments

Ask HN: Does anyone here use Discord as their work chat tool?

2•Poomba•50m ago•4 comments

AI-generated passwords aren't random, it just looks that way

https://www.theregister.com/2026/02/18/generating_passwords_with_llms/
1•pabs3•51m ago•1 comments

Show HN: ClawRemove – Inspect and clean AI agent environments

https://github.com/tianrking/ClawRemove
1•tianrking•51m ago•1 comments

A Multilingual, IRGC-affiliated Influence Operation on X, Instagram, and Bluesky

https://open.clemson.edu/cgi/viewcontent.cgi?article=1009&context=mfh_reports
1•longislandguido•53m ago•0 comments

Who Will Remember Us When the Servers Go Dark?

https://newdesigncongress.org/en/pub/who-will-remember-us-when-the-servers-go-dark/
2•pabs3•57m ago•0 comments

Native CLI scaffolds consistently outper-form OpenCode when using the same model

https://arxiv.org/abs/2603.08640
1•xdotli•57m ago•1 comments

Show HN: Droeftoeter, a Terminal Coding Toy

https://github.com/whtspc/droeftoeter
1•whtspc64•58m ago•0 comments