Hacker News

Structured Subagents for Claude Code

Hacker News - Sun, 06/14/2026 - 12:38pm
Categories: Hacker News

Show HN: Peek – A Figma like DB GUI

Hacker News - Sun, 06/14/2026 - 12:35pm

Over the last year or so I've been building a DB GUI that has all the features I've wanted in a db client. It's built using Tauri (so react for the ui and Rust for all the db interactions, LSP and multiplayer networking). I've been using it as my primary db client for a while but it just recently got to a point where it would make sense for other people to try it so I've [open sourced](https://github.com/getpeek/peek) it and slopped together a website for it.

What sets Peek apart from most other solutions is that all queries and results are laid out on an infinite canvas (like Miro or Figma). You can click on a primary key and see all references to that specific row, or click on a foreign key and it'll fetch and display those rows in new result nodes, kind of building a direct acyclic graph as you go. It'll also give you chart nodes for numerical data in results and you can draw on the canvas like a whiteboard or drop text nodes. You could also run two or three queries and check the results side by side.

There are a bunch more features such as fully P2P multiplayer (based on [iroh.computer](https://iroh.computer)) that works just like it does in figma/miro with live cursors etc. Guests never see the connection details, though, but rather they send commands to the host and the data is synced back to the guest when the host canvas updates. There is no centralized Peek service either, even for address resolution so you don't have to worry about leaking connection information, table data or anything else when using the multiplayer features.

There is a built-in AI agent that works both with local inference with your self-hosted OpenAI compatible server (ollama, llama.cpp etc) so nothing leaves the machine, or via MCP so Claude Code can create nodes, move the camera, analyze results etc. All AI features are fully optional of course and the MCP is disabled by default.

Have a Peek!

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

Points: 2

# Comments: 0

Categories: Hacker News

Just-World Fallacy

Hacker News - Sun, 06/14/2026 - 12:33pm
Categories: Hacker News

Etechx Centre

Hacker News - Sun, 06/14/2026 - 12:31pm
Categories: Hacker News

FTX's former Anthropic stake would be worth about $75B at today's valuation

Hacker News - Sun, 06/14/2026 - 12:31pm

FTX held a diluted 7.84% stake in Anthropic, according to Reuters.

Anthropic’s latest reported valuation is around $965B.

That implies the former FTX stake would be worth about $75B before further dilution.

FTX’s customer shortfall was roughly $8B to $9B.

The estate sold the Anthropic stake during bankruptcy to repay creditors.

Sources: https://www.reuters.com/technology/crypto-exchange-ftx-sell-shares-ai-startup-anthropic-2024-02-22/ https://www.reuters.com/technology/openai-files-us-ipo-after-anthropic-ai-giants-head-public-markets-2026-06-08/

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

Points: 1

# Comments: 0

Categories: Hacker News

How slot machines work [video]

Hacker News - Sun, 06/14/2026 - 12:27pm
Categories: Hacker News

Show HN: I made a small helper for checking model-graded answers

Hacker News - Sun, 06/14/2026 - 12:26pm

I made this while checking model graded answer and helped me to check the odd cases by hand. Not sure if it’s useful to anyone else.

TL;DR: it breaks an LLM judge run into claims->evidence->verdicts and flags when a verdict is not supported by the evidence, so i can check it manually.

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

Points: 1

# Comments: 0

Categories: Hacker News

Career Update – Life After Stepping Down

Hacker News - Sun, 06/14/2026 - 12:23pm

Article URL: https://kevquirk.com/career-update

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

Points: 1

# Comments: 0

Categories: Hacker News

Pages