Skip to content

Commit 28d18f6

Browse files
authored
add wasabi post (#52)
1 parent f939d73 commit 28d18f6

3 files changed

Lines changed: 155 additions & 0 deletions

File tree

Lines changed: 155 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,155 @@
1+
---
2+
title: "OVOS & HiveMind in the Manufacturing Industry"
3+
excerpt: "The COALA and WASABI EU projects have built an entire industrial voice-assistant framework around OVOS + HiveMind, integrating them with their own tools, UI, and conversation engines."
4+
coverImage: "/assets/blog/ovos-hivemind-industry/thumb.png"
5+
date: "2026-01-14T00:00:00.000Z"
6+
author:
7+
name: JarbasAl
8+
picture: "https://avatars.githubusercontent.com/u/33701864"
9+
ogImage:
10+
url: "/assets/blog/ovos-hivemind-industry/thumb.png"
11+
---
12+
13+
# OVOS & HiveMind in the Manufacturing Industry
14+
15+
> This blog was originally posted in the [TigreGotico website](https://tigregotico.pt/blog/2025-11-26-OVOS-hivemind-industry)
16+
17+
As the lead developer of **[OpenVoiceOS](https://openvoiceos.org)**, maintained by a non-profit, and the creator of **[HiveMind](https://jarbashivemind.github.io/HiveMind-community-docs/)**, I’ve always believed in open, privacy-respecting voice technology. What I did not anticipate was how quickly these tools would end up in industrial research, especially without any direct involvement from me.
18+
19+
The **[COALA](https://coala-ai.de)** and **[WASABI](https://wasabiproject.eu)** EU projects have built an entire industrial voice-assistant framework around [OVOS](https://openvoiceos.org) + [HiveMind](https://jarbashivemind.github.io/HiveMind-community-docs/), integrating them with their own tools, UI, and conversation engines.
20+
21+
I am not involved with these deployments, but the fact that the stack is being adopted organically is a strong validation of its design.
22+
23+
---
24+
25+
# WASABI Open Call
26+
27+
The 2nd [WASABI Open Call](https://wasabiproject.eu/wp-content/uploads/2025/08/WASABI_Guide_for_Applicants_2nd-OC_vFIN.pdf) to provide financial support to at least 10 experiments led by SMEs recently closed.
28+
This open call is designed to support AI-based digital assistance experiments involving SMEs from manufacturing.
29+
30+
All WASABI Open Call experiments are required to:
31+
32+
* run the **WASABI/COALA OVOS Docker stack**
33+
* connect via **HiveMind**
34+
* develop a custom **OVOS Skill** containing their industrial logic
35+
36+
The usage of OVOS/Hivemind is explained in these 2 documents from the Wasabi project:
37+
- [Deliverable D2.1](https://wasabiproject.eu/wp-content/uploads/2024/01/WASABI_D2.1_template_v0.7_FINAL.pdf)
38+
- [Deliverable D2.4](https://files.wasabiproject.eu/wp-content/uploads/2023/Docs/wp2/Deliverables/D2.4/WASABI_D2.4_Joint%20WASABI%20Demonstrator_v0.5_final.pdf)
39+
40+
![wasabi_ovos](/assets/blog/ovos-hivemind-industry/wasabi_stack.png)
41+
42+
---
43+
44+
## Examples of Industrial Applications
45+
46+
### **1. Worker Guidance & Assembly Support**
47+
48+
Experiments like **[TICONAI](https://wasabiproject.eu/ticonai-2)** and **[SKITE](https://wasabiproject.eu/skite-main-2)** are using OVOS skills to guide workers during complex tasks such as assembling components, validating procedures, or providing step-by-step instructions hands-free.
49+
50+
### **2. Quality Control and Error Reduction**
51+
52+
Projects like **[WALLABI](https://wasabiproject.eu/wallabi)** and **[HUMANENERDIA](https://wasabiproject.eu/humanenerdia)** focus on providing workers with real-time instructions and checklists to prevent mistakes. Voice assistants help operators verify settings, remember safety checks, or cross-check parameters.
53+
54+
### **3. Predictive Maintenance Assistance**
55+
56+
Experiments such as **[GENIUS-PM](https://wasabiproject.eu/genius-pm)** use the assistant to give maintenance techs quick access to machine health data, fault explanations, and repair steps—especially when their hands are occupied.
57+
58+
### **4. Logistics, Material Handling & Warehouse Support**
59+
60+
**[VELO](https://wasabiproject.eu/velo-2)** and **[AIVEA](https://wasabiproject.eu/aivea)** use voice to help workers locate items, confirm inventory, or check delivery tasks while moving around a shop floor.
61+
62+
### **5. Onboarding and Training**
63+
64+
**[ONBOARD](https://wasabiproject.eu/onboard)** and **[AI-MODE](https://wasabiproject.eu/ai-mode)** test how new employees can be guided through tasks using voice guidance, reducing the burden on supervisors.
65+
66+
### **6. Sustainability, Waste Tracking & Resource Efficiency**
67+
68+
**[VAFER](https://wasabiproject.eu/vafer)** integrates voice interfaces with systems that monitor recycling, material reuse, and resource flows—hands-free reporting in factory environments.
69+
70+
All of these rely on OVOS and on HiveMind for routing communication between devices, Android UI, and backend systems.
71+
72+
---
73+
74+
# What COALA/WASABI Built on Top of OVOS
75+
76+
Although the projects produced no open-source industrial skills, they did create several components around OVOS + HiveMind:
77+
78+
### **1. A RASA-based Domain Assistant (DA)**
79+
80+
Earlier COALA research developed a **RASA NLP pipeline** trained on manufacturing conversations (about quality checks, troubleshooting, machine operation).
81+
In WASABI, this RASA engine is plugged into OVOS as a **skill**, handling domain-specific dialog.
82+
83+
### **2. The COALA Android App**
84+
85+
An Android front-end for workers, connecting to OVOS through HiveMind.
86+
87+
Early version released here:
88+
[https://github.com/BIBA-GmbH/Mycroft-Android](https://github.com/BIBA-GmbH/Mycroft-Android)
89+
90+
Features include:
91+
92+
* login via Keycloak
93+
* text or voice chat
94+
* UI for instructions, warnings, and notes
95+
* HiveMind-based messaging
96+
97+
### **3. A Full Docker-Based Industrial Stack**
98+
99+
Both projects ship a preconfigured Docker environment bundling:
100+
101+
* OVOS
102+
* HiveMind
103+
* Keycloak (user management)
104+
* RASA NLP engine
105+
* COALA connector services
106+
107+
This forms the standard industrial voice-assistant stack that all WASABI experiments must deploy.
108+
109+
### **4. An Industrial Speech Dataset**
110+
111+
COALA published a speech dataset recorded in factories and workshops:
112+
[https://zenodo.org/record/8268928](https://zenodo.org/record/8268928)
113+
114+
---
115+
116+
# Why Industry Chooses OVOS + HiveMind
117+
118+
The appeal is straightforward:
119+
120+
* **Full transparency** (crucial for regulated sectors)
121+
* **Local/edge deployment** (no cloud dependency)
122+
* **Easy to integrate into existing equipment**
123+
* **Modular enough for custom proprietary skills**
124+
* **Distributed voice networks** (HiveMind satellites across a factory)
125+
126+
In short: the combination is flexible, vendor-neutral, and respects industrial data constraints.
127+
128+
---
129+
130+
# Closing Thoughts
131+
132+
I didn’t set out to build an industrial standard.
133+
I set out to build something open, reliable, and user-controlled.
134+
135+
Seeing OVOS and HiveMind adopted by COALA/WASABI, without my involvement or promotion, is a quiet but powerful sign that open-source voice technology is maturing.
136+
137+
A transparent, modular voice stack is no longer just a community dream.
138+
139+
It’s becoming part of the industrial toolset used to guide workers, reduce errors, improve maintenance, and ensure safer operations.
140+
141+
This is only the beginning.
142+
143+
---
144+
145+
## Help Us Build Voice for Everyone
146+
147+
OpenVoiceOS is more than software, it’s a mission. If you believe voice assistants should be open, inclusive, and user-controlled, here’s how you can help:
148+
149+
- **💸 Donate**: Help us fund development, infrastructure, and legal protection.
150+
- **📣 Contribute Open Data**: Share voice samples and transcriptions under open licenses.
151+
- **🌍 Translate**: Help make OVOS accessible in every language.
152+
153+
We're not building this for profit. We're building it for people. With your support, we can keep voice tech transparent, private, and community-owned.
154+
155+
👉 [Support the project here](https://www.openvoiceos.org/contribution)
727 KB
Loading
53.8 KB
Loading

0 commit comments

Comments
 (0)