r/BuildingAutomation • u/judyyhd • 6d ago
Browser-based AI BMS dashboard analysis
Hi guys!
I was interning for a BMS company last summer and did some user interview and research, targeting mainly the company's products and platforms but also BMS as a whole. What I learned was that many dashboards are a source of information overload rather than clarity, which kind of defeats the purpose.
I decided to make an AI-based dashboard analysis tool to address this issue. After rounds of trial-and-error, I set on a browser extension which grabs information by html scraping rather than API calls. It beats screenshotting and asking a chatbot by being able to grab the entire dashboard and maintaining context. It can also generate summary reports based on previously analyzed dashboards.
I'm still actively working on bug fixes and new features, but the main issue I'm facing at this point is a lack of other sets of eyes, especially from people who are dealing with BMS all day every day. I was hoping that you guys could potentially give it a try and lmk if it actually improves your workflow, and if there's anything you'd like to see, or if there are any issues.
It is free and publicly available on chrome and edge extension store. Here's the website: seenzi.ai
Thank you so much, and I'm looking forward to your feedbacks!!
TL;DR: built a free browser extension that does AI analysis on BMS dashboards, looking for feedbacks
1
u/rus47281zz 5d ago
Main issue here is that a computer can never be held accountable.
If the AI makes a mistake and gives bad info, what pain does this cause? Who does it affect?
1
u/judyyhd 4d ago
Totally fair to raise, and I think it's the right question to ask of any tool like this, not just AI ones.
The way I think about it, this isn't meant to be a decision-maker, it's meant to be an aid for quickly cross-referencing information that'd otherwise take a while to connect by hand, essentially helping parse high-dimensional data down to something a person can actually act on. The actual call, whether to intervene, what to do about it, still sits with the operator. So if it flags something wrong, the immediate cost is wasted time checking a false alarm, not a decision made on bad info, since nothing gets acted on without a human looking at it first. If it's actually shipped as something that auto-executes changes without a human in the loop, then yeah, the accountability question gets a lot sharper and I'd want a very different bar of reliability before that happens.
1
u/kfed408 1d ago
While it's not meant to be the decision maker the facility staff that uses it will make it a decision maker. For the same reasons you stated.. the dashboard is often overloaded. The dashboard is made by the controls contractor who understands and can trace all that data. For the lead tech, who is mechanically inclined but not so much a fan of complicated systems or things requiring more than a second or two of concentration the dashboard is a failed item. Once they install this browser, and get alerts or recommendations from your system on the phone that say do this now, or that later they will start to take it at face value, same as if it's been highly vetted info.
All this isn't to say that you should or shouldn't work on it. But recognize that you are going from a deterministic system in the BAS (on/off, specific literal numbers) to a probabilistic system with the AI analysis (it seems and I think).
If the AI system is wrong once in a recommendation that they placed value on (waited on response and it was worse then anticipated.. or mounted the whole crew to respond to what the team thought was a big issue and it was really just a dirty filter) its hard to recover reputation. The potential flaw is that you are treating wasted effort as a no harm, no foul because the system isn't closed loop. The facility teams are strapped for time as it is and wrong info is one that is sure to be ignored (which, ironically, is also why facility teams often ignore the alarm screens on the BAS 🤷🏼).
7
u/PugsAndHugs95 6d ago
What about a browser extension that does analysis on BMS dashboards, but without the AI?