Hacker News

Hiring Dread

Hacker News - Wed, 03/04/2026 - 7:36pm
Categories: Hacker News

Show HN: Treemap Firmware Bloat Visualizer (Rust/WebASM)

Hacker News - Wed, 03/04/2026 - 7:34pm

tl;dr: i built a webpage that shows you where all the flash space in your firmware project has gone.

Direct link to the tool: https://bondhome.github.io/elfvis/

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

Points: 1

# Comments: 0

Categories: Hacker News

AI agents inside M365 and Google Workspace

Hacker News - Wed, 03/04/2026 - 7:22pm

Article URL: https://o11.ai

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

Points: 1

# Comments: 1

Categories: Hacker News

Ask HN: Anyone have experience making physical toys that you've sold?

Hacker News - Wed, 03/04/2026 - 5:04pm

How do I get involved with shipping a talking Teddy Bear, for example? Should I just forget about this?

I’d like to have even just 500 of them made. I have so many cute little toy idea that would make good use of LLMs (very simple toys), more of these ideas that actual app ideas now days.

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

Points: 1

# Comments: 0

Categories: Hacker News

Building Public AI with Libraries

Hacker News - Wed, 03/04/2026 - 4:59pm
Categories: Hacker News

Chinese Cigs

Hacker News - Wed, 03/04/2026 - 4:58pm

Article URL: https://www.ciggies.app/

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

Points: 1

# Comments: 1

Categories: Hacker News

Starlink Mobile

Hacker News - Wed, 03/04/2026 - 4:52pm

Article URL: https://starlink.com/business/mobile

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

Points: 2

# Comments: 0

Categories: Hacker News

Show HN: Athena Flow – a workflow runtime for Claude Code with a terminal UI

Hacker News - Wed, 03/04/2026 - 4:52pm

Athena Flow is a workflow runtime that wraps Claude Code via its hooks system. It receives the event stream, applies workflow and plugin logic, persists session state in SQLite, and renders everything in an interactive terminal UI with a live event feed.

Instead of writing throwaway prompts or one-off scripts to automate complex multi-step tasks, you define a workflow once — with prompt templates, loops, plugin bundles, and structured lifecycle hooks — and run it against any project.

The first workflow I shipped is e2e-test-builder. It navigates your app like a human, writes structured test case specs with preconditions, steps, and expected outcomes, then generates Playwright code from them. The browser layer is handled by a separate MCP server I built called agent-web-interface, which produces semantic page snapshots instead of raw DOM — ~19% fewer tokens and ~33% faster task completion in early benchmarks against Playwright MCP.

The stack is three repos: athena-flow is the runtime (hooks -> UDS -> event pipeline -> TUI), agent-web-interface is the MCP server for token-efficient browser interaction, and athena-workflow-marketplace is where workflows and plugins live, resolved by ref like e2e-test-builder@lespaceman/athena-workflow-marketplace.

Workflows are composable — a workflow bundles plugins and can be shared via any Git repo. Writing your own is just a workflow.json and a prompt file.

Currently Claude Code only, but Codex support is in progress. Free if you already have a Claude Code subscription, no separate API key needed. MIT licensed.

Docs: https://athenaflow.in GitHub: https://github.com/lespaceman/athena-flow

Would love feedback, especially from anyone building on Claude Code hooks or thinking about workflow portability across agent runtimes.

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

Points: 2

# Comments: 0

Categories: Hacker News

Pages