frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: OneCLI – Vault for AI Agents in Rust

https://github.com/onecli/onecli
62•guyb3•2h ago•26 comments

Show HN: Aurion OS – A 32-bit GUI operating system written from scratch in C

https://github.com/Luka12-dev/AurionOS
20•Luka12-dev•44m ago•4 comments

Show HN: Understudy – Teach a desktop agent by demonstrating a task once

https://github.com/understudy-ai/understudy
37•bayes-song•2h ago•10 comments

Show HN: Axe – A 12MB binary that replaces your AI framework

https://github.com/jrswab/axe
75•jrswab•5h ago•61 comments

Show HN: Rudel – Claude Code Session Analytics

https://github.com/obsessiondb/rudel
110•keks0r•5h ago•66 comments

Show HN: Web-based ANSI art viewer

https://sure.is/ansi/
14•lubujackson•2d ago•4 comments

Show HN: Raccoon AI – Collaborative AI Agent for Anything

https://raccoonai.tech
3•scorchy38•57m ago•1 comments

Show HN: An application stack Claude coded directly in LLVM IR

https://github.com/dot-matrix-labs/alien-stack
2•dboreham•1h ago•0 comments

Show HN: s@: decentralized social networking over static sites

http://satproto.org/
393•remywang•18h ago•196 comments

Show HN: Hyper – Voice Notes for Whiteboarding Sessions

https://apps.apple.com/us/app/hyper-ai-for-real-talk/id6760206718
3•kthaker1224•1h ago•0 comments

Show HN: Cloud to Desktop in the Fastest Way

https://nativedesktop.com/
2•lasgawe•2h ago•0 comments

Show HN: PipeStep – Step-through debugger for GitHub Actions workflows

https://github.com/Photobombastic/pipestep
5•photobombastic•2h ago•2 comments

Show HN: Verge Browser a self-hosted isolated browser sandbox for AI agents

https://github.com/zzzgydi/verge-browser
3•zzzgydi•2h ago•0 comments

Show HN: Autoschematic is a new infra-as-code tool built on reversible computing

https://github.com/autoschematic-sh/autoschematic
2•pfnsec•3h ago•0 comments

Show HN: A2Apex – Test, certify, and discover trusted A2A agents

https://a2apex.io
3•Hauk307•3h ago•2 comments

Show HN: Open-source browser for AI agents

https://github.com/theredsix/agent-browser-protocol
137•theredsix•1d ago•47 comments

Show HN: Calyx – Ghostty-Based macOS Terminal with Liquid Glass UI

https://github.com/yuuichieguchi/Calyx
24•yuu1ch13•6h ago•29 comments

Show HN: Riventa.Dev – AI-native DevOps that acts, not just alerts

https://www.riventa.dev/
3•christopherAs•4h ago•0 comments

Show HN: Autoresearch@home

https://www.ensue-network.ai/autoresearch
72•austinbaggio•19h ago•19 comments

Show HN: VaultLeap – USD accounts for founders outside the US

https://vaultleap.com
3•GregReve•4h ago•2 comments

Show HN: I built a tool that watches webpages and exposes changes as RSS

https://sitespy.app
302•vkuprin•1d ago•77 comments

Show HN: We open sourced Vapi – UI included

https://github.com/dograh-hq/dograh
8•pritesh1908•4h ago•5 comments

Show HN: A desktop app for managing Claude Code sessions

https://github.com/doctly/switchboard
2•kapitalx•4h ago•1 comments

Show HN: MoneyOnFIRE – FI date and action plan (v2)

https://www.moneyonfire.com
3•LambdaAndLatte•1h ago•0 comments

Show HN: Vanilla JavaScript refinery simulator built to explain job to my kids

https://fuelingcuriosity.com/game.html
115•fuelingcurious•1d ago•46 comments

Show HN: A context-aware permission guard for Claude Code

https://github.com/manuelschipper/nah/
120•schipperai•19h ago•83 comments

Show HN: XLA-based array computing framework for R

https://github.com/r-xla/anvil
11•sebffischer•3d ago•1 comments

Show HN: Python DSL for system programming with manual memory and linear types

https://github.com/1flei/PythoC/
2•1flei•5h ago•0 comments

Show HN: I built an ISP infrastructure emulator from scratch with a custom vBNG

https://aether.saphal.me/dashboard/default
63•saphalpdyl•1d ago•19 comments

Show HN: I built proxy that keeps RAG working while hiding PII

3•rohansx•5h ago•0 comments
Open in hackernews

Show HN: LogClaw – Open-source AI SRE that auto-creates tickets from logs

https://logclaw.ai
17•Robelkidin•2h ago
Hi HN, I'm Robel. I built LogClaw because I was tired of paying for Datadog and still waking up to pages that said "something is wrong" with no context.

LogClaw is an open-source log intelligence platform that runs on Kubernetes. It ingests logs via OpenTelemetry and detects anomalies using signal-based composite scoring — not simple threshold alerting. The system extracts 8 failure-type signals (OOM, crashes, resource exhaustion, dependency failures, DB deadlocks, timeouts, connection errors, auth failures), combines them with statistical z-score analysis, blast radius, error velocity, and recurrence signals into a composite score. Critical failures (OOM, panics) trigger the immediate detection path in <100ms — before a time window even completes. The detection achieves 99.8% for critical failures while filtering noise (validation errors and 404s don't fire incidents).

Once an anomaly is confirmed, a 5-layer trace correlation engine groups logs by traceId, maps service dependencies, tracks error propagation cascades, and computes blast radius across affected services. Then the Ticketing Agent pulls the correlated timeline, sends it to an LLM for root cause analysis, and creates a deduplicated ticket on Jira, ServiceNow, PagerDuty, OpsGenie, Slack, or Zammad. The loop from log noise to a filed ticket is about 90 seconds.

Architecture: OTel Collector → Kafka (Strimzi, KRaft mode) → Bridge (Python, 4 concurrent threads: ETL, anomaly detection, OpenSearch indexing, trace correlation) → OpenSearch + Ticketing Agent. The AI layer supports OpenAI, Claude, or Ollama for fully air-gapped deployments. Everything deploys with a single Helm chart per tenant, namespace-isolated, no shared data plane.

To try it locally: https://docs.logclaw.ai/local-development

What it does NOT do yet: - Metrics and traces — this is logs-only right now. Metrics support is on the roadmap. - The anomaly detection is signal-based + statistical (composite scoring with z-score), not deep learning. It catches 99.8% of critical failures but won't detect subtle performance drift patterns yet. - The dashboard is functional but basic. We use OpenSearch Dashboards for the heavy lifting.

Licensed Apache 2.0. The managed cloud version is $0.30/GB ingested if you don't want to self-host.

Hi HN — I’m Robel. I built LogClaw after getting tired of waking up to alerts that only said “something is wrong” with no context. LogClaw is an open-source log intelligence platform for Kubernetes. It ingests logs via OpenTelemetry and detects operational failures using signal-based anomaly detection rather than simple thresholds. Instead of looking at a single metric, LogClaw extracts failure signals from logs (OOMs, crashes, dependency failures, DB deadlocks, timeouts, etc.) and combines them with statistical signals like error velocity, recurrence, z-score anomalies, and blast radius to compute a composite anomaly score. Critical failures bypass time windows and trigger detection in <100ms. Once an anomaly is confirmed, a correlation engine reconstructs the trace timeline across services, detects error propagation, and computes the blast radius. A ticketing agent then generates a root-cause summary and creates deduplicated incidents in Jira, ServiceNow, PagerDuty, OpsGenie, Slack, or Zammad. Architecture: OTel Collector → Kafka → Detection Engine → OpenSearch → Ticketing Agent Repo: https://github.com/logclaw/logclaw Would love feedback from people running large production systems.

Comments

blutoot•1h ago
I'm a little confused. An agent's value-add is to automate what a human actor (in this case, an SRE) does and thus reduces the time taken to recovery, etc. A human SRE never manually detects an error - we already have well-established anomaly detection implementations and wiring them to some ticket generation tool is also an established pattern. My confusion is, what value the "agent" is bringing here. Nothing wrong in competing with the Datadogs of the world.
kemotep•1h ago
I guess if you don’t want to have to pay for Rapid7 or are too lazy to configure the Teams/Slack integration for your EDR?

But I mean you still have to pay for a Claude API with Moltclaw or whatever no?

esseph•1h ago
Logs are pretty dry sometimes.

INFO gives you a ton but it's low SNR.

WARN/ERROR may tell you that something could happen or is happening, but it doesn't tell you the ramifications of that may be. It could be nothing!

Now imagine you're getting hundreds, thousands, millions of messages like this an hour? How do you determine what's really important? For instance, if a kubernetes pod on a single node runs out of space, that could be a problem if your app is only running in that node. But what if your app is spread against 30x nodes?

It's a triage system with context, at least it sounds like it. It's helping you classify based on actual current or potential problems with the app in the ways that a plain log message does not.

xorcist•44m ago
Deciphering ramifications from a log message alone is a pretty unusual way to approach a problem. You still have your 1990s Nagios-style application monitoring, right? So when you wake up to a message that the web monitor says it's not possible to add items to the shopping basket right now, the database monitor signals an unusually long response time, the application metrics tells you number of buys is at a fraction of what is normal for this time of day, then that WARN log message from the application telling you about a foreign index constraint is violated is pretty informative!
nisegami•54m ago
>A human SRE never manually detects an error - we already have well-established anomaly detection implementations and wiring them to some ticket generation tool is also an established pattern.

I'm currently dealing with fallout at job because we were doing all this with humans with no alerts and we missed a couple major issues. This product could have prevented a lot of stress in my case, but it'd be a bit like a bandage on a missing limb.

lmkg•7m ago
That still begs the question though: There are existing tools and solutions that do this. Why not, and would this being AI make a difference?

"My boss would be more likely to approve it" is a cynical but valid answer.

gostsamo•1h ago
when are you renaming it to LogMolt?
ramon156•1h ago
You forgot to remove the bottom part, which is the same message but shortened. Did people just give up in general? I hate this world so much
rob•1h ago
Hey bud, forgot to delete the original prompt at the end.
f311a•1h ago
Why is this upvoted? The author did not even bother to read what he wrote.

> SOC 2 Type II ready

Huh? You vibecoded the repo in a week and claim it ready?

mrweasel•1h ago
LLMs aren't the fastest thing in the world, how much data can you realistically parse per second?
maknee•1h ago
How effective are LLMs at triaging issues? Has anyone found success using them to find the root cause? I've only been able to triage effectively for toy examples.
jedberg•41m ago
Wild Moose just made a blog post[0] about this. They found that putting things into foundation models wasn't cutting it, that you had to have small finely-tuned models along with deterministic processes to use AI for RCA.

[0] https://www.wildmoose.ai/post/micro-agents-ai-powered-invest...