Hacker News

Ask HN: How do you maintain integrations once they're in production?

Hacker News - Sun, 02/08/2026 - 2:54pm

Hi HN — I’m exploring a product idea around integration reliability and would really appreciate feedback.

Many modern products depend on integrations across payments, analytics, messaging, auth, and cloud workflows. Setting these up is usually manageable, but maintaining them as systems evolve often becomes a hidden operational burden.

I’m experimenting with building *VibeInfra*, a platform focused on:

• One-click integration setup • Automated workflow and business-logic testing • Continuous monitoring for silent failures • Ongoing maintenance when APIs, schemas, or workflows change

The motivation came from repeatedly seeing issues like:

• Billing systems and product entitlements drifting out of sync • Analytics and attribution pipelines degrading over time • Webhooks or event pipelines failing without immediate visibility • Customer lifecycle messaging triggering incorrectly • Different services disagreeing on core business state (orders, subscriptions, users)

The goal is to treat integrations more like infrastructure that needs reliability guarantees rather than one-time connections.

I’m trying to validate a few assumptions:

• Are integrations a recurring maintenance burden for your team? • What types of integration failures cause the most business impact? • How do you currently test or monitor integration correctness? • Would you consider outsourcing integration reliability if it worked well?

I’d really value any thoughts, skepticism, or pointers to existing solutions I should study.

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

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Deterministic product idea generator (no AI APIs, works offline)

Hacker News - Sun, 02/08/2026 - 2:14pm

*Problem:* I was spending $50+/month on ChatGPT API to generate product ideas. Results were inconsistent, required internet, and changed every run.

*Solution:* Passive-Gen — a 100% offline, deterministic idea generator. Same seed = identical output. Every time.

*How it works:* - Seeded RNG (Linear Congruential Generator) - 30+ templates per category (Gumroad, Etsy, Prompts) - Auto-scoring on 4 dimensions - Markdown + JSON output

*Example output for "AI tools":*

*CodeReview Bot* — AI-powered code review automation that checks for security issues, performance bottlenecks, and style violations. Integrates with GitHub/GitLab. One-c...

Scores: Ease 8/10, Demand 9/10, Diff 7/10

*Tech stack:* TypeScript, Node.js, zero dependencies

*Open source:* https://github.com/CrazhHolmes/passive-gen

*Question:* Would you use this for your side project research? What features would you add?

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

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Tabletop Jigsaw Puzzle

Hacker News - Sun, 02/08/2026 - 2:13pm

Over the last couple of days, I've worked on making this tiny game. It's free, enjoy it. Let me know here what you think! Thanks!

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

Points: 1

# Comments: 0

Categories: Hacker News

Mushroom Cloud Picture Gallery

Hacker News - Sun, 02/08/2026 - 2:03pm
Categories: Hacker News

Tech Independence

Hacker News - Sun, 02/08/2026 - 1:58pm

Article URL: https://sive.rs/ti

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

Points: 4

# Comments: 0

Categories: Hacker News

Show HN: Asterbot – AI agent built from sandboxed WASM components

Hacker News - Sun, 02/08/2026 - 1:55pm

For the past few months, I've been working on a WebAssembly (WASM) component model registry and runtime (built on wasmtime) called asterai. My goal is to help make the WASM component model mainstream, because I think it's a great way to build software. I think the ecosystem is missing a few key things and an open, central registry is one of those things.

Recently I saw how ClawHub had "341 malicious skills", and couldn't help but think how WASM/WASI resolves most of these issues by default, since everything is sandboxed.

So I've spent my weekend building Asterbot, a modular AI agent where every capability is a swappable WASM component.

Want to add web search? That's just another WASM component. Memory? another component. LLM provider? component.

The components are all sandboxed, they only have access to what you explicitly grant, e.g. a single directory like ~/.asterbot (the default). It can't read any other part of the system.

Components are written in any language (Rust, Go, Python, JS), sandboxed via WASI, and pulled from the asterai registry. Publish a component, set an env var to authorise it as a tool, and asterbot discovers and calls it automatically. Asterai provides a lightweight runtime on top of wasmtime that makes it possible to bundle components, configure env vars, and run it.

It's still a proof of concept, but I've tested all functionality in the repo and I'm happy with how it's shaping up.

Happy to answer any questions!

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

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: LM Council Let LLMs argue with each other so you don't have to

Hacker News - Sun, 02/08/2026 - 1:55pm

I built this based on Karpathy's x post from a couple months ago while I was on paternity leave. It's my first product. It's using convex, openrouter, vercel workflows to orchestrate the LLMs.

Prompt multiple LLMs at once, they blindly rank each response and synthesize a final output. Saves time switching back and forth between providers and comparing responses.

In my experience, the synthesized output tends to be more reliable than any single provider

My wife and kid think it's cool. I hope other people find it useful. paid tier lets you use openrouter bring your own key, search and file attachments.

I know this requires a sign up but I didn't know how to let people try it without some way to limit usage.

https://x.com/karpathy/status/1992381094667411768?lang=en

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

Points: 1

# Comments: 0

Categories: Hacker News

Pages