Feed aggregator

Show HN: Hatice – Autonomous Issue Orchestration with Claude Code Agent SDK

Hacker News - Fri, 03/06/2026 - 7:15pm

Hatice polls your issue tracker (Linear or GitHub Issues), spins up isolated workspaces, and dispatches Claude Code agents to solve each issue end-to-end — dispatch, multi-turn execution, retry with exponential backoff, reconciliation, and real-time observability.

Inspired by OpenAI's "Harness Engineering" manifesto and Symphony (Elixir/OTP), rebuilt from scratch in TypeScript with the Claude Code Agent SDK. Key differences from Symphony: - GitHub Issues support (not just Linear) - SSE real-time dashboard (no WebSocket dependency) - Per-session cost tracking in USD - Fine-grained tool control (allow/disallow specific tools) - MCP server tools for agents to query Linear/GitHub APIs directly - Single WORKFLOW.md file configures everything 4,148 lines of source, 328 tests, zero type errors. Every line written by AI agents. Demo video in the README shows hatice building a presentation website autonomously — 5 Linear issues dispatched in parallel, each agent working in isolated workspaces with live hot-reload.

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

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Free salary converter with 3,400 neighborhood comparisons in 182 cities

Hacker News - Fri, 03/06/2026 - 7:14pm

Hi HN, I built this because when I was considering relocating, I couldn't find a salary comparison tool that went deeper than city-level averages. A $100K salary in "New York" means very different things depending on whether you live in Manhattan or Queens.

What it does: enter your current city, a target city, and your salary. It calculates an equivalent salary adjusted for cost of living, local taxes, rent, and currency exchange — down to the neighborhood level.

Some things that make it different:

3,400+ neighborhoods across 182 cities, not just city averages Single and family mode (adds childcare, larger apartments) Side-by-side tax breakdowns by country 67 currencies with real-time conversion Also has a Retire Abroad calculator for retirement planning The data comes from a combination of public sources (OECD, local government stats, housing indices) cross-referenced and normalized to a cost-of-living index where New York = 100.

No signup, no paywall, no ads. Would love feedback on the methodology or data accuracy — especially from people who've actually relocated between cities we cover.

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

Points: 2

# Comments: 0

Categories: Hacker News

Oura Buys Gesture-Navigation Startup DoublePoint

SlashDot - Fri, 03/06/2026 - 6:35pm
Categories: SlashDot

Show HN: A simple habit tracker focused on clarity and consistency

Hacker News - Fri, 03/06/2026 - 6:31pm

Hi HN,

I built Habit Online Daily Tracker, a simple Android app for tracking daily habits and staying consistent.

The idea was to create a very straightforward habit tracker with a clean interface and no unnecessary complexity. I wanted something where you can quickly see your habits for the day, mark them as complete, and track your progress over time.

Main features: - Habit dashboard showing all active habits - Daily completion tracking and streaks - Profile with long-term stats - Customizable notifications and settings

The goal is to make daily progress visible so small habits can compound over time.

I would really appreciate feedback on the UX, features, or anything that could make it more useful.

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

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Kaeso: an OAuth hub for AI agents

Hacker News - Fri, 03/06/2026 - 6:30pm

Hi HN,

I've been working on a project called Kaeso.

The idea started fairly simple: I wanted to explore infrastructure around AI agents. While building it, the concept slowly evolved into something more focused on integrations.

One problem that keeps appearing when building agent systems is connecting them to real services in a structured and secure way. Every system ends up implementing its own integrations with tools like Google, Slack, GitHub, etc.

Kaeso is an attempt to experiment with a unified connection layer where services can be connected once and then accessed by agents through a consistent interface.

While building the project, the original idea changed quite a bit, which I wrote about here:

https://kaeso.ai/blog/redefining-kaeso

The platform is still early, but I'm curious what people here think about the idea of infrastructure specifically designed for AI agents.

Feedback is very welcome.

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

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: WebBridge turns any website into MCP tools by recording browser traffic

Hacker News - Fri, 03/06/2026 - 6:29pm

I am a 40+-year-old-slightly-techie-middle-aged-man who occasionally writes code to make life easier. I was a developer once - a very long time ago. I am an Engineer by degree and my instinct goes for solution. I work in tech - but on the "_request_ developers what to build" side, not the "actually build it" side. With AI, I am now able to build more.

So I built WebBridge (yes - not so fancy name there). (Well - Claude built it. I directed. Like every PM does.)

What it actually does:

1. You install a Chrome extension 2. You browse to a site you're logged into - your library, your lab results portal, whatever 3. You click Record, do the thing you want to automate, click Stop 4. Claude reads the captured API traffic and generates a permanent MCP server 5. That server works with any MCP client - Claude (Cowork/Code), Cursor, VS Code, Windsurf, Cline, you name it

The whole thing takes about 10 minutes. No code written by you.

This is for non-tech folks who live inside AI providers, who just want to use it and move on. Legal analysts, market researchers, market watchers, marketing and competitive intelligence, and anyone who wants to use a specific website for a specific purpose, repeatedly.

The README has some use cases showcased: "Public Library Search" and "Legal Compliance Auditing."

There may not be an exact equivalent anywhere to what I purpose-built. I'd welcome being proven wrong on that.

Feedback is welcome - that's why I'm posting.

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

Points: 1

# Comments: 0

Categories: Hacker News

You were born without an account

Hacker News - Fri, 03/06/2026 - 6:28pm

Article URL: https://simplex.chat/why/

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

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: MultiPowerAI – Trust and accountability infrastructure for AI agents

Hacker News - Fri, 03/06/2026 - 6:24pm

I built this after watching teams deploy autonomous agents with zero accountability. No verified identity, no audit trail, no circuit breakers.

MultiPowerAI is the trust layer the agent web needs:

- Cryptographic agent identity + trust scoring (<200ms) - Behavioral circuit breakers (auto-suspend on anomaly) - Human approval queues for high-stakes actions - Full cryptographic audit trail (every action signed + timestamped) - Skills marketplace (agents buy/sell capabilities, sellers keep 80%) - 5-model consensus: Claude + GPT + Gemini + DeepSeek in one API call

Free tier available. Would love feedback from anyone building production agent systems.

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

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Single-header C++ libraries for LLM APIs – zero deps beyond libcurl

Hacker News - Fri, 03/06/2026 - 6:23pm

- llm-stream — streaming from OpenAI + Anthropic, callback-based - llm-cache — file-backed semantic cache, LRU eviction - llm-cost — offline token counting + cost estimation - llm-retry — exponential backoff + circuit breaker + provider failover - llm-format — structured output enforcer with hand-rolled JSON parser

Drop in one .hpp, link libcurl, done. No nlohmann, no boost, no Python.

https://github.com/Mattbusel/llm-stream https://github.com/Mattbusel/llm-cache https://github.com/Mattbusel/llm-cost https://github.com/Mattbusel/llm-retry https://github.com/Mattbusel/llm-format

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

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: OpenGuard

Hacker News - Fri, 03/06/2026 - 6:22pm

Article URL: https://openguard.sh

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

Points: 1

# Comments: 0

Categories: Hacker News

I built a tool to transcribe podcasts after struggling to learn languages

Hacker News - Fri, 03/06/2026 - 6:21pm

When I was learning French, and now Russian, I constantly had the same frustrating problem: I could listen to podcasts and not understand what was being said. Especially in French, words blended together. I tried everything from pausing and rewinding episodes to using Google Translate. But more often than not, I gave up because that was killing my motivation. Eventually, I decided to solve the problem myself. I built PodcastsToText, a freemium tool that lets you paste any podcast episode link from Spotify or Apple Podcasts and transcribe it automatically (up to 30 minutes for free). Now, instead of struggling to catch every word, I can focus on learning, reread the transcript if I miss something, and really internalize the language. I hope this helps others like me who’ve spent hours listening but still feel lost. Feedback and suggestions are welcome!

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

Points: 1

# Comments: 0

Categories: Hacker News

Why Language Models Hallucinate (2025)

Hacker News - Fri, 03/06/2026 - 6:21pm

Article URL: https://arxiv.org/abs/2509.04664

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

Points: 1

# Comments: 0

Categories: Hacker News

Ask HN: What Are Your Biggest Career Regrets?

Hacker News - Fri, 03/06/2026 - 6:21pm

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

Points: 2

# Comments: 1

Categories: Hacker News

Pages