frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Firefox adds Google Play Integrity checks for it's AI features

https://bugzilla.mozilla.org/show_bug.cgi?id=2015109
1•drewfax•1m ago•0 comments

CC-Ledger: Per-PR cost and token analyzer for devs tired of tokenmaxxing

https://github.com/delta-hq/cc-ledger
1•tejpal-diffuse•4m ago•0 comments

Show HN: Free summary, fact check, ELI5 of any text on CPU

https://github.com/kouhxp/fftext
1•mrkn1•5m ago•0 comments

FreezeTube – 200-line Chrome extension that disables YouTube's infinite scroll

https://chromewebstore.google.com/detail/freezetube/jbhihladabkggdgbhkgdgpbjjogehgnk
1•OmarElboray•5m ago•0 comments

Ubiquitination of glycogen and metabolites in cells and tissues

https://www.nature.com/articles/s41586-026-10548-x
1•PaulHoule•6m ago•0 comments

Vercel Settles with DOJ for Not Complying with Electronic Search Warrant

https://www.justice.gov/opa/pr/contempt-proceedings-failure-comply-search-warrant-conclude-vercel...
1•benjaminhays•7m ago•0 comments

GTM Is a Creative Act

https://atlas.attio.com/gtm-is-a-creative-act
1•tanishqkanc•8m ago•0 comments

Bus, cars, houses torched in Belfast anti-immigration riots

https://www.thetimes.com/uk/crime/article/bus-cars-protests-belfast-immigration-t59n3lsf8
1•alephnerd•8m ago•1 comments

Ax-engine: Native Apple Silicon ML inference runtime with a fast Rust core

https://github.com/defai-digital/ax-engine
1•automatosx•8m ago•0 comments

Tests suggest Russian satellites can jam GPS on a continental scale

https://arstechnica.com/space/2026/06/tests-suggest-russian-satellites-can-jam-gps-on-a-continent...
1•jonbaer•8m ago•0 comments

Show HN: KnowledgeMCP – Turn any docs into an MCP endpoint (0 LLM at query time)

https://github.com/hashwnath/KMCP
2•Hashwanths•12m ago•0 comments

Tesla fans, feeling duped, take the Elon Musk-owned company to court

https://www.rnz.co.nz/news/business/597777/tesla-fans-feeling-duped-take-the-elon-musk-owned-comp...
4•billybuckwheat•12m ago•0 comments

Ottawa's bill regulating social media, AI expected to include age restrictions

https://www.cbc.ca/news/politics/online-harms-social-media-ban-youth-teens-9.7228651
4•pseudolus•13m ago•0 comments

We had to build new evals for Fable

https://hex.tech/blog/fable-evals/
2•izzymiller•14m ago•0 comments

Task Force on the Declassification of 'Federal Secrets'

https://www.youtube.com/watch?v=4couUZtAkew
2•keepamovin•16m ago•0 comments

macOS Container Machines

https://github.com/apple/container/blob/main/docs/container-machine.md
6•timsneath•20m ago•0 comments

Claude Fable 5's system prompt leaked

https://twitter.com/elder_plinius/status/2064478648057610422
3•rob•23m ago•0 comments

Microsoft Defender 'RoguePlanet' zero-day grants SYSTEM privileges

https://www.bleepingcomputer.com/news/microsoft/microsoft-defender-rogueplanet-zero-day-grants-sy...
2•882542F3884314B•24m ago•0 comments

Microsoft AI head calls out Anthropic for acting like Claude is conscious

https://www.theverge.com/tech/947197/microsoft-ai-mustafa-suleyman-anthropic-claude-conscious
2•Timofeibu•24m ago•0 comments

AT&T "You Will" Commercials (1993) [video]

https://www.youtube.com/watch?v=a2EgfkhC1eo
2•madrox•27m ago•0 comments

Miasma Supply Chain Attack Toolkit Source Code Leaked on GitHub

https://safedep.io/inside-the-miasma-supply-chain-attack-toolkit/
2•birdculture•29m ago•0 comments

Show HN: agent skill to generate aesthetic and interactive diagrams

https://github.com/plannotator/effective-html
2•ramoz•33m ago•0 comments

AI Subscriptions Are Dead

https://twitter.com/i/status/2064492311686607161
1•twapi•36m ago•0 comments

The History of Neural Networks, 1900-1990 [video]

https://www.youtube.com/watch?v=Ab44IusdINA
1•zetalyrae•36m ago•0 comments

The AI Curse (Vis the Lisp Curse)

https://blog.djhaskin.com/blog/the-ai-curse/
1•djha-skin•39m ago•0 comments

Show HN: Crxray – Git clone but for Chrome extension source code

https://github.com/collinboler/crxray
3•chaddover•39m ago•1 comments

Run the void test on Claude Fable 5 here

https://getswiftapi.com/void-test
2•rayanpal_•40m ago•1 comments

The Dialectic of Essay Writing and Truth

https://systemsthinkingcollection.substack.com/p/roots-in-the-sky
1•InputName•44m ago•0 comments

Show HN: Pick worldcup 2026 winners with your colleagues

https://wc26.ossy.dev/
1•postatic•49m ago•0 comments

Agentic search – retrieval, harness, or model?

https://softwaredoug.com/blog/2026/06/08/three-kinds-of-agentic-search
1•kordlessagain•51m ago•0 comments
Open in hackernews

Show HN: The agent that builds and operates its own SaaS tools

https://craftbot.live
6•zfoong•1h ago
For context, we started working on our general AI agent CraftBot before OpenClaw came out. It works similarly to OpenClaw and Hermes agent: control your PC to do task + memory + proactivity. However, here is the catch: it can create and operate its own SaaS tools with the concept of Living UI

Living UI is a system where an AI agent can scaffold and launch real, working web apps on demand. Each living UI can be a dashboard/software/internal tool. They are essentially just frontend with X techstack talking to a backend + database with the techstack of your choice, spun up in its own pair of ports as supervised subprocesses managed by a host process. The backend owns all the state (so the app survives page reloads, tab switches, even host restarts), while the frontend is just a dumb view that fetches data and posts user actions. CraftBot can create a project from a template, install dependencies and launch it. It can also read and write its data through a scoped HTTP client, plus built-in endpoints that return a DOM snapshot and a screenshot so the agent can see what's on screen.

Currently, there are 3 ways to create a living UI

(1) Build from scratch. Just describe what you want, and CraftBot generates the backend, API, and UI, then iterates with you.

(2) Install from the marketplace. Use ready-to-use apps built by the community (we are looking for contributors!).

(3) Import your existing project or GitHub repo. CraftBot converts it into a Living UI and integrates itself into it (similar to CLI-anything, except the app runs directly in the agent UI).

Besides, if CraftBot encounters a problem it can’t solve with a simple script, it invents the Saas tool required to solve it proactively (with user approval, of course). It’s not just building a UI for you, but it’s building a workspace for itself to be more efficient.

The net effect: You no longer have to subscribe to Saas tools that are not built 100% for your needs, plus, the Saas tools come with their own general AI agent.

Comments

Koyukoyu•58m ago
How do you handle infrastructure for generated SaaS apps? Does each Living UI get its own database and backend, or are resources shared across apps?
zfoong•44m ago
Currently, users can create a cloudflare tunnel to share the Saas tools. To answer your second question: each LivingUI gets its own database and backend for now, but database that is shared across tools can be appealing for the future roadmap.