Feed aggregator

GTM Is a Creative Act

Hacker News - Tue, 06/09/2026 - 8:41pm
Categories: Hacker News

We had to build new evals for Fable

Hacker News - Tue, 06/09/2026 - 8:35pm

Article URL: https://hex.tech/blog/fable-evals/

Comments URL: https://news.ycombinator.com/item?id=48469698

Points: 2

# Comments: 0

Categories: Hacker News

Best Android Smartwatch for 2026

CNET Feed - Tue, 06/09/2026 - 8:11pm
After extensive hands-on testing, these are the watches that stood out for their design, features, accuracy, battery life and overall value.
Categories: CNET

Best Bluetooth Speakers of 2026

CNET Feed - Tue, 06/09/2026 - 8:08pm
Portable Bluetooth speakers keep getting better with each passing year. As CNET's mobile audio expert, I've tested hundreds of wireless speakers. Here are my current top picks for every budget.
Categories: CNET

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

Hacker News - Tue, 06/09/2026 - 7:44pm

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

Categories: Hacker News

Pages