Hacker News

Subscribe to Hacker News feed
Hacker News RSS
Updated: 42 min 37 sec ago

Building the First AI-Native Hotel Booking Platform

Tue, 05/19/2026 - 4:08pm

Article URL: https://hotels.cooveb.com/

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

Points: 1

# Comments: 0

Categories: Hacker News

Understanding the Garbage Collector

Tue, 05/19/2026 - 4:04pm
Categories: Hacker News

Show HN: DDS Vibe Academy – 31 free AI coding masterclasses, built by AI agents

Tue, 05/19/2026 - 4:02pm

The DDS Vibe Academy is a free, 31-class curriculum on AI coding. It covers Claude Code, Google Antigravity, Gemini 3.1 Pro, Cursor, Shopify Sidekick, Ollama, Hydrogen 2026, and AI Cost Engineering. No paywall, no signup, no certificate.

The academy hub itself was built by AI agents. Claude Opus 4.7 authored 12 Liquid sections (~6,400 lines). Google Antigravity deployed every file to Shopify via the Shopify MCP. Cowork ran an autonomous browser audit. I did not write a single line of code or upload a single file manually. I designed the constraints. The agents did the implementation.

The curriculum spans four stages. Foundation onramps for Sidekick and Ollama. Development masterclasses on Claude Code and Cursor. Application-stage case studies documenting systems like the Sovereign Orchestrator and NicheForge. Mastery-stage forensic records of multi-agent AI infrastructure. A sister blog publishes Monday through Friday.

Read whatever you want, whenever you want: https://ddsboston.com/pages/dds-vibe-academy?utm_source=hn&u...

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

Points: 1

# Comments: 0

Categories: Hacker News

Use Grok in OpenClaw

Tue, 05/19/2026 - 4:00pm

Article URL: https://x.ai/news/grok-openclaw

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

Points: 1

# Comments: 1

Categories: Hacker News

Big Tech's AI Trap

Tue, 05/19/2026 - 3:08pm
Categories: Hacker News

Show HN: Logbox – let Claude monitor your dev logs

Tue, 05/19/2026 - 3:03pm

TL;DR: logbox is an open-source tool that pipes dev server logs to a local sqlite db with ` | logbox collect`. Give Claude Code access by running `claude mcp add logbox -- logbox serve`.

I used to copy & paste logs into Claude Code when manually testing my server in dev. I wanted to give it its own verification loop.

I initially tried having it boot the server itself and follow the logs. It was good at knowing if the server booted properly, but it capped out and missed details when the logs started flowing in.

I also tried piping the logs to a local file and telling Claude to read them from there. It worked, but became annoying once we had multiple services or wanted to reference past dev server sessions.

So I built logbox for ourselves at Struct and decided to open-source it. It’s a simple Rust CLI that pipes logs into a local SQLite db with an MCP server that gives coding agents the ability to search them.

Once it could reliably monitor the dev server logs totally autonomously after testing its changes, I stopped needing to fish for log snippets and keep nudging it to get a manual test working end-to-end.

Everything stays local. `logbox serve` is an stdio MCP server and it just works with the local SQLite db.

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

Points: 2

# Comments: 0

Categories: Hacker News

Pages