frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

FSC Age Verification Bill Tracker

https://action.freespeechcoalition.com/age-verification-bills/
1•muyuu•15s ago•0 comments

Disney+ Teases Creator-Driven Content as It Launches Vertical Video Feature

https://www.hollywoodreporter.com/business/digital/disney-creator-content-launches-vertical-video...
1•andsoitis•1m ago•0 comments

The FermAI Paradox: Agents Need Their IDE Moment

https://docs.ctx.rs/blog/the-fermai-paradox
1•ripped_britches•2m ago•0 comments

New F1 regulations take bravery out of the sport, drivers say

https://www.reuters.com/sports/formula1/new-f1-regulations-take-bravery-out-sport-drivers-say-202...
2•samizdis•5m ago•0 comments

Local Agents with Llama.cpp and Pi

https://huggingface.co/docs/hub/agents-local
2•kristianpaul•5m ago•0 comments

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

https://github.com/Luka12-dev/AurionOS
2•Luka12-dev•6m ago•0 comments

Ask HN: Rethinking SaaS architecture for AI-native systems

2•RobertSerber•6m ago•0 comments

Weak Cyberdefenses Threaten U.S. Tech Dominance

https://www.foreignaffairs.com/united-states/americas-endangered-ai
1•fheiding•7m ago•0 comments

Anthropic invests $100M into the Claude Partner Network

https://www.anthropic.com/news/claude-partner-network
2•surprisetalk•7m ago•0 comments

gstack – Garry Tan's Claude Code Setup

https://github.com/garrytan/gstack
1•jumploops•9m ago•0 comments

The Tao of Kung Fu: The Undiscerning Mind [video]

https://www.youtube.com/watch?v=Q5J4nHdr134
1•jamesgill•9m ago•0 comments

Is MacBook Neo "The One"? [video]

https://www.youtube.com/watch?v=AwuKCgSgcR4
2•tosh•10m ago•0 comments

WebZero – a web server that serves 5k req/SEC on a 2001 Pentium III

https://github.com/davitotty/webzero
2•Davitotty1•11m ago•1 comments

'The shine has been taken off': Dubai faces existential threat

https://www.theguardian.com/world/2026/mar/11/the-shine-has-been-taken-off-dubai-faces-existentia...
2•akbarnama•11m ago•0 comments

Speculative Branching Cache

https://medium.com/@dmitrijs.gavrilovs.swampus/speculative-branching-cache-managing-temporary-sta...
1•swampus•12m ago•0 comments

Valea: An AI-native systems programming language

https://github.com/hvoetsch/valea
1•hvoetsch•12m ago•1 comments

TrueTime Meetings – open-source video meetings, built for customization

https://www.red5.net/truetime/meetings/
1•mondainx•14m ago•0 comments

Mapping the Forests with Precision:Introducing Canopy Height Maps

https://ai.meta.com/blog/world-resources-institute-dino-canopy-height-maps-v2/?_fb_noscript=1
2•tzury•15m ago•0 comments

Axiom Raises $200M Series A at a $1.6B Valuation

https://menlovc.com/perspective/ai-will-write-all-the-code-mathematics-will-prove-it-works/
1•doppp•16m ago•0 comments

My PostgreSQL database got nuked lol

https://akselmo.dev/posts/they-broke-my-server/
1•birdculture•17m ago•0 comments

The Bitter Lesson Has No Utility Function

https://gfrm.in/posts/bitter-lesson-missing-half/index.html
1•slygent•17m ago•0 comments

Show HN: blunder.clinic, realistic daily chess puzzles

https://blunder.clinic/
2•mcyc•18m ago•0 comments

Show HN: Raccoon AI – Collaborative AI Agent for Anything

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

When Weight-Loss Drugs Don't Work

https://www.nytimes.com/2026/03/12/well/weight-loss-drugs-response-wegovy-zepbound.html
4•paulpauper•20m ago•0 comments

The Met Introduces High-Definition 3D Scans of Art Historical Objects

https://www.thisiscolossal.com/2026/03/metropolitan-museum-of-art-3d-models-art-history/
1•paulpauper•21m ago•1 comments

Why Is the USDA Involved in Housing?

https://marginalrevolution.com/marginalrevolution/2026/03/why-is-the-usda-involved-in-housing.html
1•paulpauper•21m ago•0 comments

AI may never be as cheap to use as it is today

https://www.axios.com/2026/03/12/ai-models-costs-ipo-pricing
3•giuliomagnifico•21m ago•0 comments

C++26 Safety Features Won't Save You (and the Committee Knows It)

https://lucisqr.substack.com/p/c26-safety-features-wont-save-you
1•pjmlp•22m ago•0 comments

Moscow Reverts to 90s Communication Tools as Internet Outages Cause Chaos

https://united24media.com/latest-news/moscow-reverts-to-90s-communication-tools-as-internet-outag...
1•hkmaxpro•22m ago•0 comments

Pragmatic by design: Engineering AI for the real world

https://www.technologyreview.com/2026/03/12/1133675/pragmatic-by-design-engineering-ai-for-the-re...
1•joozio•23m ago•0 comments
Open in hackernews

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

https://logclaw.ai
17•Robelkidin•1h 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•59m 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•54m 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•6m 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•17m 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.

gostsamo•56m ago
when are you renaming it to LogMolt?
ramon156•55m 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•51m ago
Hey bud, forgot to delete the original prompt at the end.
f311a•39m 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•36m ago
LLMs aren't the fastest thing in the world, how much data can you realistically parse per second?
maknee•28m 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•3m 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...