Feed aggregator

Iran Monitor | Real-Time Osint Dashboard for Iran

Hacker News - Sat, 02/28/2026 - 3:37pm

Article URL: https://www.iranmonitor.org/

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

Points: 1

# Comments: 0

Categories: Hacker News

An Open Letter to the Department of War and Congress

Hacker News - Sat, 02/28/2026 - 3:35pm

Article URL: https://app.dowletter.org

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

Points: 3

# Comments: 1

Categories: Hacker News

Tell HN: My daily game won a Players Choice Award

Hacker News - Sat, 02/28/2026 - 3:31pm

I've shared my game Tiled Words a few times in "What are you working on" threads and as a Show HN.

I wanted to share with y'all that today it won the Players' Choice Award at the 2025 Playlin Daily Game Awards!

It was also runner up for Best Word Game and a finalist for Best Classic Game Reimagined and Best Visual Design.

Thanks to everyone herewho commented or played. Your feedback and encouragement has made Tiled Words the game it is today. I designed and developed the game and make the puzzles with my wife. We would have stopped long ago if not for the positive feedback from the community.

Playlin is a really cool organization and all of the winners are fantastic games that you should try: https://playlin.io/awards/winners

And if you haven't played Tiled Words yet, give it a try here: https:// tiledwords.com

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

Points: 3

# Comments: 1

Categories: Hacker News

Hazard Cascade

Hacker News - Sat, 02/28/2026 - 2:55pm
Categories: Hacker News

Show HN: Claude-plan-reviewer – Rival AI reviews Claude Code's plans

Hacker News - Sat, 02/28/2026 - 2:54pm

Claude Code has a plan mode where it writes implementation plans before coding. I built a tool that intercepts those plans and sends them to a competing AI (Codex CLI or Gemini CLI) for adversarial review before Claude is allowed to proceed.

When Claude calls `ExitPlanMode`, a `PreToolUse` hook fires, sends the plan to the reviewer, and returns `{ permissionDecision: "deny", permissionDecisionReason: "" }`. Claude receives the denial with the feedback, revises the plan, and tries again. After a configurable number of rounds (default: 2), it passes through. At the end you get a diff of the original vs. final plan.

Different models have different blind spots. The value is in the second perspective, not in one model being "better."

``` npm install -g claude-plan-reviewer claude-plan-reviewer setup ```

Requires Node.js 18+ and Codex CLI or Gemini CLI. ~400 lines of JS, zero dependencies. MIT licensed.

https://github.com/yuuichieguchi/claude-plan-reviewer

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

Points: 1

# Comments: 0

Categories: Hacker News

My iPhone Blue Up

Hacker News - Sat, 02/28/2026 - 2:52pm
Categories: Hacker News

Hey HN Creator Here

Hacker News - Sat, 02/28/2026 - 2:51pm

Article URL: https://codedoc.us

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

Points: 1

# Comments: 1

Categories: Hacker News

Show HN: VibeHQ Orchestrate multiple CLI agents as a real company team

Hacker News - Sat, 02/28/2026 - 2:48pm

I built VibeHQ because I got frustrated with "multi-agent" frameworks that are really just chain-of-thought with extra steps. VibeHQ takes a different approach: each agent is a real CLI process (Claude Code, Codex CLI, or Gemini CLI) running in its own terminal with its own working directory. They communicate through 20 MCP tools via a central WebSocket hub — not prompt injection.

Key ideas: - Contract-driven development: agents publish API specs and require sign-offs before coding begins. This eliminates the #1 failure mode — agents building against different assumptions. - Idle-aware message queue: messages queue when an agent is busy (detected via Claude Code's JSONL transcript), and flush when idle. No more "new instruction mid-task" corruption. - Full CLI preservation: every native feature (Skills, MCP servers, extensions) works out of the box. VibeHQ adds collaboration on top, never replaces. - State persistence: tasks, artifacts, contracts all persist to disk. Hub restarts don't lose state.

For the demo, I had 7 agents (PM on Codex, 5 engineers + 1 QA on Claude Code) build a full-stack hospital management system from a single PM prompt. The PM delegated tasks, engineers published specs, signed contracts, wrote code, and QA tested — all autonomously.

Demo video: https://drive.google.com/file/d/1zzY3f8iCthb_s240rV67uiA9Vps... GitHub: https://github.com/0x0funky/vibehq-hub

Currently developed/tested on Windows. Mac/Linux architecturally supported but untested (manual spawning works). Would love feedback on the architecture. The contract system and idle detection were the hardest parts to get right.

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

Points: 2

# Comments: 0

Categories: Hacker News

Show HN: InterviewTrackr – All-in-one command center for CS job hunts

Hacker News - Sat, 02/28/2026 - 2:48pm

Hi HN,

I’m building InterviewTrackr, a specialized tool for CS students to manage the technical recruiting process.

Recruiting is a mess of spreadsheets, resume variants, and LeetCode logs. I built this to consolidate everything:

Application Kanban: Track from wishlist to offer. Resume Manager: Match specific resume versions to each application. Interview & DSA Log: Categorize technical questions and behavioral stories. Offer Comparison: Side-by-side compensation breakdown (base, equity, etc.). Launching very soon. I’d love for you to join the waitlist for early access.

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

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Chatlite – simple Ollama desktop chat app under 5 MB

Hacker News - Sat, 02/28/2026 - 2:48pm

I made Chatlite after trying Ollama frontends that felt web-heavy or too complex for basic chat.

I wanted something simple with a small memory footprint for one core use case: talking to models.

Current highlights: - under 5 MB app size - low memory footprint - native desktop app via Tauri - local encrypted chats + password lock - keyboard-first UX

Repo + latest release: https://github.com/that-one-arab/Chatlite/releases/latest

I’d love feedback, especially on missing features for local LLM workflows.

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

Points: 1

# Comments: 0

Categories: Hacker News

Pages