Feed aggregator
Show HN: Free summary, fact check, ELI5 of any text on CPU
Article URL: https://github.com/kouhxp/fftext
Comments URL: https://news.ycombinator.com/item?id=48469778
Points: 1
# Comments: 0
FreezeTube – 200-line Chrome extension that disables YouTube's infinite scroll
Article URL: https://chromewebstore.google.com/detail/freezetube/jbhihladabkggdgbhkgdgpbjjogehgnk
Comments URL: https://news.ycombinator.com/item?id=48469776
Points: 1
# Comments: 0
Ubiquitination of glycogen and metabolites in cells and tissues
Article URL: https://www.nature.com/articles/s41586-026-10548-x
Comments URL: https://news.ycombinator.com/item?id=48469768
Points: 1
# Comments: 0
Vercel Settles with DOJ for Not Complying with Electronic Search Warrant
GTM Is a Creative Act
Article URL: https://atlas.attio.com/gtm-is-a-creative-act
Comments URL: https://news.ycombinator.com/item?id=48469758
Points: 1
# Comments: 0
Bus, cars, houses torched in Belfast anti-immigration riots
Article URL: https://www.thetimes.com/uk/crime/article/bus-cars-protests-belfast-immigration-t59n3lsf8
Comments URL: https://news.ycombinator.com/item?id=48469757
Points: 1
# Comments: 1
Ax-engine: Native Apple Silicon ML inference runtime with a fast Rust core
Article URL: https://github.com/defai-digital/ax-engine
Comments URL: https://news.ycombinator.com/item?id=48469752
Points: 1
# Comments: 0
Tests suggest Russian satellites can jam GPS on a continental scale
Article URL: https://arstechnica.com/space/2026/06/tests-suggest-russian-satellites-can-jam-gps-on-a-continental-scale/
Comments URL: https://news.ycombinator.com/item?id=48469747
Points: 1
# Comments: 0
Show HN: KnowledgeMCP – Turn any docs into an MCP endpoint (0 LLM at query time)
Article URL: https://github.com/hashwnath/KMCP
Comments URL: https://news.ycombinator.com/item?id=48469712
Points: 2
# Comments: 0
Tesla fans, feeling duped, take the Elon Musk-owned company to court
Article URL: https://www.rnz.co.nz/news/business/597777/tesla-fans-feeling-duped-take-the-elon-musk-owned-company-to-court
Comments URL: https://news.ycombinator.com/item?id=48469711
Points: 4
# Comments: 0
Ottawa's bill regulating social media, AI expected to include age restrictions
Article URL: https://www.cbc.ca/news/politics/online-harms-social-media-ban-youth-teens-9.7228651
Comments URL: https://news.ycombinator.com/item?id=48469704
Points: 4
# Comments: 0
We had to build new evals for Fable
Article URL: https://hex.tech/blog/fable-evals/
Comments URL: https://news.ycombinator.com/item?id=48469698
Points: 2
# Comments: 0
Task Force on the Declassification of 'Federal Secrets'
Article URL: https://www.youtube.com/watch?v=4couUZtAkew
Comments URL: https://news.ycombinator.com/item?id=48469684
Points: 2
# Comments: 0
macOS Container Machines
Article URL: https://github.com/apple/container/blob/main/docs/container-machine.md
Comments URL: https://news.ycombinator.com/item?id=48469658
Points: 6
# Comments: 0
Best Android Smartwatch for 2026
Best Bluetooth Speakers of 2026
Microsoft patches 0-day disclosed by researcher it feuded with
Preserving Any Game with Codex
Article URL: https://twitter.com/ongestalte/status/2064477218802131116
Comments URL: https://news.ycombinator.com/item?id=48469373
Points: 1
# Comments: 0
Show HN: The agent that builds and operates its own SaaS tools
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).
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 URL: https://news.ycombinator.com/item?id=48469352
Points: 5
# Comments: 1
