01 / RL-FOUNDATIONSReinforcement Learning
Temporal-difference learning, policy gradients, off-policy methods (DQN, PPO, GRPO), and the theory underneath. The mathematical core that the rest of the division extends, and the substrate behind every applied piece the lab ships.
- TD · SARSA · Q-Learning
- DQN · PPO · GRPO
- Off-policy methods
02 / MARLMulti-Agent Reinforcement Learning
Graph-neural-network message passing, decentralised actor–critic, and partially-observable settings. The focus of the lab’s active MSc thesis at MUST: Toward Efficient Communication and Resource Utilization in GNN-Based MARL under Partial Observability.
- MAPPO · QMIX
- GNN-based communication
- POMDP at scale
03 / NLP-AFRICANNLP for Low-Resource African Languages
Chichewa, Swahili, Lingala, and other languages that mainstream LLM training treats as long-tail. The linguistic layer beneath the voice stack - it lets recognised speech be understood and spoken replies be generated in the caller’s own language, and it feeds the Luso8 platform’s sentiment, correspondence, and customer-engagement pipelines. Sits directly underneath the multilingual Voxtra voice agents.
- Sub-word tokenisation
- Cross-lingual transfer
- Synthetic data
04 / SPEECHVoice Models - ASR · TTS
The acoustic core of the lab’s voice-AI work: automatic speech recognition (ASR / STT), neural text-to-speech (TTS), and low-latency streaming for real-time conversation. Tuned for African languages, code-switching, and noisy telephone lines, trained on data gathered and validated through Corpus Studio and deployed through the Voxtra stack - the research behind sales, call-centre, and customer-engagement agents that answer in the caller’s own language. Integrates Deepgram, ElevenLabs, and Cartesia, and trends toward on-device inference for cost and latency.
- Streaming ASR / STT
- Neural TTS
- Accent & code-switch robustness
- Edge inference
05 / MASMulti-Agent Systems
Systems where agents have their own objectives - equilibrium analysis, incentive design, and engineered guarantees for cooperative or adversarial settings. Where decision theory meets the software that has to run it.
- Game theory
- Mechanism design
- Equilibrium analysis
06 / AGENTSAutonomous Agents
Real-time decision-making in dynamic environments. Bridges research-grade RL into the Voxtra voice stack and the LangGraph-orchestrated multi-agent systems the team has shipped at scale.
- LangGraph orchestration
- Memory + tool use
- Real-time planning