frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: The Roman Industrial Revolution that could have been (Vol 2)

https://thelydianstone.com/volume-2
12•miki_tyler•54m ago•3 comments

Show HN: Moongate – Ultima Online server emulator in .NET 10 with Lua scripting

https://github.com/moongate-community/moongatev2
217•squidleon•9h ago•123 comments

Show HN: Kula – Lightweight, self-contained Linux server monitoring tool

https://github.com/c0m4r/kula
2•c0m4r•4m ago•0 comments

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

https://github.com/jalabulajunx/WebBridge
2•nonstopnonsense•42m ago•1 comments

Show HN: Reconstruct any image using primitive shapes, runs in-browser via WASM

https://github.com/taiseiue/primitive-playground
18•taiseiue•3d ago•4 comments

Show HN: Claude-replay – A video-like player for Claude Code sessions

https://github.com/es617/claude-replay
54•es617•8h ago•24 comments

Show HN: I open-sourced my Steam game, 100% written in Lua, engine is also open

https://github.com/willtobyte/reprobate
2•delduca•1h ago•0 comments

Show HN: A trainable, modular electronic nose for industrial use

https://sniphi.com/
27•kwitczak•3d ago•16 comments

Show HN: Sqry – semantic code search using AST and call graphs

https://sqry.dev
2•verivusai•1h ago•1 comments

Show HN: Swarm – Program a colony of 200 ants using a custom assembly language

https://dev.moment.com/
178•armandhammer10•19h ago•60 comments

Show HN: mTile – native macOS window tiler inspired by gTile

https://github.com/protortyp/mTile
2•protortyp•1h ago•0 comments

Show HN: Interactive 3D globe of EU shipping emissions

https://seafloor.pages.dev
17•marcohaber•9h ago•7 comments

Show HN: PageAgent, A GUI agent that lives inside your web app

https://alibaba.github.io/page-agent/
137•simon_luv_pho•1d ago•70 comments

Show HN: Modembin – A pastebin that encodes your text into real FSK modem audio

https://www.modembin.com
20•a13x57•9h ago•4 comments

Show HN: Graph-Oriented Generation – Beating RAG for Codebases by 89%

https://github.com/dchisholm125/graph-oriented-generation
2•dchisholm125•3h ago•0 comments

Show HN: Mantle – Remap your Mac keyboard without editing Kanata config files

https://getmantle.app/
2•gsteezy•3h ago•0 comments

Show HN: VaultNote – Local-first encrypted note-taking in the browser

https://vaultnote.saposs.com/
3•powerwild•4h ago•1 comments

Show HN: Mog, a programming language for AI agents

https://gist.github.com/belisarius222/203ac5edbc3306c34bf0481f451d4003
3•belisarius222•5h ago•1 comments

Show HN: Best ways to organize research links

https://clipnotebook.com/blog/best-ways-to-organize-research-links-2026
6•diddddy•6h ago•0 comments

Show HN: Feedster, an RSS/feed reader focused on discovery and agent integration

https://feedster.co
3•pmarsceill•6h ago•0 comments

Show HN: Argus – VSCode debugger for Claude Code sessions

https://github.com/yessGlory17/argus
3•lydionfinance•6h ago•0 comments

Show HN: Jido 2.0, Elixir Agent Framework

https://jido.run/blog/jido-2-0-is-here
316•mikehostetler•1d ago•63 comments

Show HN: Tensor Spy: inspect NumPy and PyTorch tensors in the browser, no upload

https://tensorspy.com/
22•jacobn•4d ago•2 comments

Show HN: Solace – Mac menu bar app that adapts to the world around you. Finally

https://theodorehq.com/solace/
2•theodorehq•6h ago•0 comments

Show HN: Pg_sorted_heap–Physically sorted PostgreSQL with builtin vector search

https://github.com/skuznetsov/pg_sorted_heap
4•skuznetsov37•7h ago•1 comments

Show HN: LoRA gradients on Apple's Neural Engine at 2.8W

https://github.com/jmanhype/ane-lora-training
3•jmanhype•7h ago•1 comments

Show HN: Claude skill to do your taxes

https://github.com/robbalian/claude-tax-filing
7•rob313•7h ago•1 comments

Show HN: Anchor Engine – Deterministic Semantic Memory for LLMs Local (<3GB RAM)

https://github.com/RSBalchII/anchor-engine-node
3•BERTmackl1n•7h ago•2 comments

Show HN: Poppy – A simple app to stay intentional with relationships

https://poppy-connection-keeper.netlify.app/
175•mahirhiro•1d ago•113 comments

Show HN: Moltty – Organized, Persistent AI Coding Sessions

https://moltty.com/
8•ronreiter•12h ago•3 comments
Open in hackernews

Show HN: A trainable, modular electronic nose for industrial use

https://sniphi.com/
27•kwitczak•3d ago
Hi HN,

I’m part of the team building Sniphi.

Sniphi is a modular digital nose that uses gas sensors and machine-learning models to convert volatile organic compound (VOC) data into a machine-readable signal that can be integrated into existing QA, monitoring, or automation systems. The system is currently in an R&D phase, but already exists as working hardware and software and is being tested in real environments.

The project grew out of earlier collaborations with university researchers on gas sensors and odor classification. What we kept running into was a gap between promising lab results and systems that could actually be deployed, integrated, and maintained in real production environments.

One of our core goals was to avoid building a single-purpose device. The same hardware and software stack can be trained for different use cases by changing the training data and models, rather than the physical setup. In that sense, we think of it as a “universal” electronic nose: one platform, multiple smell-based tasks.

Some design principles we optimized for:

- Composable architecture: sensor ingestion, ML inference, and analytics are decoupled and exposed via APIs/events

- Deployment-first thinking: designed for rollout in factories and warehouses, not just controlled lab setups

- Cloud-backed operations: model management, monitoring, updates run on Azure, which makes it easier to integrate with existing industrial IT setups

- Trainable across use cases: the same platform can be retrained for different classification or monitoring tasks without redesigning the hardware

One public demo we show is classifying different coffee aromas, but that’s just a convenient example. In practice, we’re exploring use cases such as:

- Quality control and process monitoring

- Early detection of contamination or spoilage

- Continuous monitoring in large storage environments (e.g. detecting parasite-related grain contamination in warehouses)

Because this is a hardware system, there’s no simple way to try it over the internet. To make it concrete, we’ve shared:

- A short end-to-end demo video showing the system in action (YouTube)

- A technical overview of the architecture and deployment model: https://sniphi.com/

At this stage, we’re especially interested in feedback and conversations with people who:

- Have deployed physical sensors at scale

- Have run into problems that smell data might help with

- Are curious about piloting or testing something like this in practice

We’re not fundraising here. We’re mainly trying to learn where this kind of sensing is genuinely useful and where it isn’t.

Happy to answer technical questions.

Comments

limel•3d ago
The problem is not whether we can digitize the sense of smell, but that no industrial process currently relies on it by default. The real challenge is identifying the first scalable use case that proves measurable business value (sniphi team member here).
gh5000•4h ago
There are a few industries that use odorants/aromas.

What is the limit of detection on the sensors? Can they reliably pick up compounds in the parts per billion range? Parts per trillion?

limel•20m ago
That’s true. We even started a PoC with a skincare products factory. The challenge, however, was that the frequent rotation of the product portfolio — and the large number of SKUs — made it difficult to justify the training effort.

On the limits of detection - with Sniphi we follow a different approach than traditional selective sensors. The system is based primarily on non-selective chemical sensors operating at controlled temperature profiles. Each measurement cycle (6 seconds) generates around 60 measurement points per sensor, creating multidimensional signatures of gas mixtures that are then analyzed using classification models.

murdockq•3h ago
The nearest current use of detection of particles in the air that I can think of is smoke and carbon-monoxide detectors for safety. Could adoption on these smart versions like Nest or Ring by adding your sniphi detector provide other types of early warning systems for safety, air quality or sensing?

Some thoughts are musty odors from mold/mildew, rotten egg smells indicating gas leaks, and fishy/burning plastic odors from electrical issues.

limel•34m ago
That is actually an interesting direction. Since smoke detectors already exist, the next level could be distinguishing smoke from a cigarette — or even something harmless like burning scrambled eggs — from more dangerous sources such as burning carpet or electrical wire insulation. We will definitely think about it.

A mold detector is also an interesting idea. Our ‘digital nose’ can measure humidity and temperature as well, and these factors are often strongly correlated with mold growth. Combining odor detection with environmental data could therefore be very useful for early mold detection.

chabes•3d ago
I built a prototype “digital nose” almost a decade ago, inspired by this blog post https://web.archive.org/web/20180513090020/http://www.maskau...

I have a friend with Chrons, IBS, and a handful of other gut issues. He wants me to build something like this to help self-diagnose acute issues as they arise. Yes, a fart classifier.

I want to use a smell classifier to identify ripeness levels in agriculture.

I haven’t tested to see if this is even feasible, but I’d like to also use a tool like this for pest scouting in agriculture. If the sensors are sensitive enough to detect small amounts of fungi, arthropod activity, or hormonal shifts, this could be useful for early detection in integrated pest management systems.

limel•3d ago
We conducted research with local universities, and the digital nose was able to detect the presence of pests in oat flakes and beans (two different species).

When we published the white paper ( https://sniphi.com/wp-content/uploads/2025/10/Sniphi_digital... ), we expected a queue of agricultural companies interested in the technology. However, pests apparently aren’t “sexy” enough to capture attention.

We observed the same reaction with bananas — fresh vs. overripe, like in the video. Technically interesting, but no one saw clear business potential.

So now we are looking for use cases that are more obvious and compelling from a business perspective. Any ideas?

MyHonestOpinon•3h ago
Are not there medical applications ? Like the lady that can detect parkinson's by the smell. https://www.scientificamerican.com/article/a-supersmeller-ca...

How good are digital smellers compared with super human smellers?

limel•40m ago
Unfortunately, medical applications require enormous time and effort to meet strict verification and regulatory requirements. While this is an important long-term direction, we are currently focusing on lower-hanging opportunities such as food manufacturing and processing, where there is strong potential for cost savings and loss prevention.

Digital smellers are scalable and more repeatable than human noses. At the current stage our electronic nose operate either through classification of previously trained odor classes or through anomaly detection. What is still missing is a possibility to run a more sophisticated conversation with the model when something smells "suspicious".

thebuilderjr•5h ago
Interesting direction. My guess is the first strong wedge is narrow pass/fail decisions where people already use smell informally and misses are expensive: fermentation batches, packaging seal leaks, or early spoilage or mold detection in storage. If you can show earlier-than-human detection plus low recalibration burden across facilities and seasons, the ROI story becomes much easier to sell than a broad platform story. How close are you on handling humidity and temperature variation plus sensor drift without site-specific retraining?
limel•8m ago
That’s a very good point, and we actually see fermentation batches as one of the most promising early use cases. In many facilities, smell is already used informally as a pass/fail indicator, but it is subjective and difficult to scale.

We measure both humidity and temperature and use them as additional inputs for the ML models. Regarding sensor drift, it is still difficult to fully assess its impact on the business case. At this stage, our main focus is on the accuracy of the classification models rather than very long-term operation — that would be the next step.

For now, the practical approaches we consider are either on-the-fly calibration through a feedback loop based on the actual process output, or simply replacing the sensor when necessary, as the manufacturing cost is relatively low.”

embeddding•4h ago
From the pictures, it looks like it's using sensirion VOC sensor. There are plenty of "experimental" VOC detectors in the market, including BME688/690 with their AI SDK, so far I haven't seen a single reliable industry-grade application, only demos that work sterile conditions and fail in the harsh real-world conditions.
gavmor•3h ago
Can't wait to run smell-to-image GGUF models from HF.
limel•5m ago
lol, that would be fun
m0llusk•3h ago
Strictly speaking not directly related, but this kind of thing always reminds me of the classic Gogol story: https://www.libraryofshortstories.com/storiespdf/the-nose.pd...
sovietswag•1h ago
Part of my training for doing "engine room checks" on a boat involved checking for any unusual smells, e.g. fuel leak, burning oil (from generator/engine), burning coolant (from generator/engine), or burning rubber (from sea chest raw water impeller). All of the components in there are equipped with sensors[1] that measure levels, temperature, etc. Perhaps there is room for a new olfactory sensor there? Aside from avoiding catostrophic issues like fire and engine or generator failure, it's also important to not pump out[2] any water from the compartment into the ocean if it's contaminated with oil, fuel, or coolant (the laws about this are super strict).

[1] There are digital sensors that are readable directly from the pilothouse by the captain which are rigged to automated alarms, as well as manual sensors (e.g. a pressure dial) that are readable from the engine room itself, for redundancy. So I don't think an olfactory sensor would replace the unusual smell check, but it could maybe augment it.

[2] The "bilge pump" is used to pump out water from the bilge (bottom floor cavity of engine room). To be honest on my vessel the policy is to never turn on the bilge pumps in the engine room at all because the risk of dumping contaminants is too high. But I still thought to mention this just in case there's an idea there.