frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: ThresholdIQ – Browser-based anomaly detection Engine

https://thresholdiq.app
1•vigneshj•1h ago
ThersholdIQ - Automatic Anomaly detection engine

100 % Client Side Architecture , Data never leaves your browser

Comments

vigneshj•1h ago
Hi, I am a senior Data Analyst and have been working with data and its anomalies all my career . Recently in my current company which is an utilities based one , i have seen the metering team struggling hard with the data discrepency and data analmoly as they are dealing with miliions of rows in excel.

They do all the maths calculations to find if the voltage has seen a sudden drop or if current has gone too up too much. They use all the methods and formulaes in excel to derive this.

It has taken whole of their to fix the excel to identify one KPI such as reverse current.

This propelled me to think in building this ThresholdIQ, a browser based anomaly detection tool for operational data. I have made that users can drop excel/CSV/XML/JSON. It is extended Google Sheets Integration with the input data.

Everything is processed in Client side in browser, there is no backend server involved in processing of data except for storing static assets like email address for the subscription purpose.

ThresholdIQ detection engine works based 9 ML models as below

1. Multi window Z-score - Detect the spikes and drops based on 4 rolling window in parallel( W50,W100,W200,W500)

2. EWMA - Exponentially Weighted Moving Average , that identifies the drifts that multi window misses.

3. SARIMA - Seasonal Pattern Modelling. It raises deviations that is different from expected behaviour

4. Isolation forest Multivariate outlier dtection - Very useful methods that combines measures that are deviated.

5. Correlation deviation - It detects metrics that normaly go togther , but a sudden spike or drop together.

6. DBSCAN - Density based clustering- It raises to any points that doesnt fall in normal cluster.

7. Seasonal decomposition - Timeline analysis . It compares data against history for an hour.

8. Trend dtection - It identifies any failure that are so gradually moving towards a failure

9. Stuck/Zero Detection - It catches complete drop , for example in if voltage or current drops to 0.

i tested this on a 1,500-row AMI demo dataset — 60 raw metric alerts grouped down to 7 named incidents, with the voltage sag at 186V and the meter fault was correctly identified.

Technical stack

Cloudflare Pages + Workers + KV. Detection runs in a Web Worker for datasets above 1K rows so the UI stays responsive. The ML methods (EWMA, SARIMA, Isolation Forest, DBSCAN, correlation scoring) are loaded as ES modules and bundled into a blob URL at runtime to satisfy CSP without needing unsafe-eval. The incident classification uses a priority-ordered rule chain — domain-specific named rules first, then generic statistical fallbacks (zero-from-nonzero, inverse correlation, systemic event).

The severity scoring combines the worst single-metric z-score with a breadth bonus for how many metrics deviated simultaneously — so a 41V voltage drop alone scores Emergency, and 3 metrics deviating together also scores Emergency even if each one individually would only be Critical

Honest limitations

Seasonal baseline is based on time-of-day grouping, not the STL decomposition - daily load data may still produce false positives especially on W50 window We dont store data or data doesnt stay more then that session . If you refresh the page, data resets ( It is intentional for the Privacy Policy) We dont have the live data connections for now. once this succeeds , the roadmap is to built this a data anomaly tool, that can be installed with all data connections.

Try it: thresholdiq.app (free, no account) We have demo dataset to run and check how it works. Looking for a honest feedback.

Short-term survival of tardigrades in Martian regolith simulants

https://www.cambridge.org/core/journals/international-journal-of-astrobiology/article/shortterm-s...
1•PaulHoule•28s ago•0 comments

FCR: Single-Slot Confirmation for Ethereum

https://fastconfirm.it
1•bpierre•39s ago•0 comments

Iran earns oil windfall as US turns blind eye

https://www.ft.com/content/35e815ef-46f3-4169-a39d-cc6bafdfbc1c
1•JumpCrisscross•2m ago•0 comments

Stream0, the messaging layer for AI agents. HTTP-native, event-driven

https://github.com/risingwavelabs/stream0
1•jinqueeny•3m ago•0 comments

Reasons to be pessimistic (and optimistic) on the future of biosecurity

https://www.owlposting.com/p/reasons-to-be-pessimistic-and-optimistic
1•paulpauper•3m ago•0 comments

How a Deep Learning Library Enables Learning

https://www.henrypan.com/blog/2026-03-14-how-deep-learning-library-enables-learning/
1•megadragon9•6m ago•0 comments

How Much Cognitive Damage Does a Phone Notification Do?

https://carlhendrick.substack.com/p/how-much-cognitive-damage-does-a
1•wilsonjholmes•6m ago•0 comments

Show HN: Trackm, a personal finance web app

https://trackm.net
2•iccananea•10m ago•0 comments

The Audit Labs

https://theauditlabs.com
1•Ralevski•12m ago•0 comments

Show HN: Browse-your-way – use LLMs to browse a customizable web

https://browse-your-way.vercel.app/news.ycombinator.com
1•MaxLeiter•15m ago•0 comments

Nvidia DGX Station

https://www.nvidia.com/en-us/products/workstations/dgx-station/
3•jjcm•19m ago•3 comments

Extreme Strawberry Growing in South Korea

https://www.nytimes.com/card/2026/03/16/world/asia/south-korea-strawberry-farming
3•bookofjoe•23m ago•1 comments

Hedystia DB – A type-safe ORM for TypeScript with smart caching

https://docs.hedystia.com
2•Zastinian•23m ago•0 comments

Show HN: EyesOff – On-device AI that catches shoulder surfers

https://www.eyesoff.app
1•Two_hands•23m ago•0 comments

Apollo's John Zito questions private equity's software valuations

https://www.cnbc.com/2026/03/16/apollo-john-zito-private-equity-software-valuations.html
1•rpcope1•29m ago•0 comments

Adding Innovation Labs

https://www.rubick.com/innovation-labs/
1•donutshop•31m ago•1 comments

The Unbroken Chain

https://www.ersinakinci.com/p/the-unbroken-chain
1•earksiinni•31m ago•0 comments

Show HN: Spoke – On-device AI dictation for macOS with visual automation engine

https://usespoke.app/
2•usespoke•36m ago•1 comments

Analysis of Endocrine Disruptors and Hazardous Additives in Headphones

https://arnika.org/en/publications/the-sound-of-contamination
2•shaicoleman•38m ago•0 comments

Show HN: AI Products Quality Monitoring

https://www.useargoos.com/
1•aleksam•38m ago•0 comments

Ukraine's Defense Industrial Base–An Anchor for Economic European Security

https://www.cfr.org/articles/securing-ukraines-future-in-europe-ukraines-defense-industrial-base-...
2•JumpCrisscross•39m ago•0 comments

Technical Analysis of CVE-2025-14500: IceWarp Webmail Pre-Auth RCE Chain

https://mileniumsec.com/blog/cve-2025-14500-icewarp-analysis
2•azqzazq•41m ago•1 comments

US judge blocks efforts to reshape childhood vaccine policy

https://www.reuters.com/world/us-judge-blocks-efforts-reshape-childhood-vaccine-policy-2026-03-16/
5•kaycebasques•42m ago•1 comments

A Kubernetes Upgrade Story

https://senthil.learntosolveit.com/posts/2026/03/15/the-prow-upgrade-story.html
2•orsenthil•45m ago•0 comments

Apple acquires video editing company MotionVFX to boost subscribers

https://www.cnbc.com/2026/03/16/apple-acquires-video-editing-company-motionvfx-to-boost-subscribe...
1•dominikposmyk•45m ago•0 comments

Show HN: pg_typescript, a Postgres extension for writing functions in TypeScript

https://github.com/isaacd9/pg_typescript
1•idd2•45m ago•0 comments

Operating Systems: Timeline and Family Tree

https://eylenburg.github.io/os_familytree.htm
4•ryan-ca•47m ago•0 comments

Reddit User Uncovers Who Is Behind Meta's $2B Lobbying for Age Verification

https://www.gadgetreview.com/reddit-user-uncovers-who-is-behind-metas-2b-lobbying-for-invasive-ag...
3•d41dev•48m ago•0 comments

Why isn't AI diffusing faster?

https://joelmjensen.com/posts/why-isnt-ai-diffusing-faster/
2•ghiculescu•50m ago•0 comments

GetItBack – Security deposit claim checker covering all 50 states

https://getitback.us/questionnaire
2•neatway•50m ago•0 comments