Get live statistics and analysis of
haugas.dev profile on X / Twitter

Building voice-first app - call to tweet Exploring ideas to build in public 🚀 X11.social MRR: -$301→$10K ░░░░░░░░░░ 0% LIVE github.com/siim

1k following1k followers

The Thought Leader

Haugas.dev is a tech visionary deeply immersed in the world of voice bots and AI-powered interfaces, especially in niche languages like Estonian 🇪🇪. With a passion for building in public and creating immersive developer experiences, they blend technical depth with playful creativity. Their tweets reveal a curious mind always exploring innovative ways to enhance human-computer interaction.

Impressions
28.8k-8.3k
$0.24
Likes
343-64
78%
Retweets
12-6
3%
Replies
57-14
13%
Bookmarks
286
6%

If you ever want a PhD thesis-length explanation about why MCPUI is the future of UX, just ask haugas.dev — they’ll happily talk your ear off until you can practically build the system blindfolded. TL;DR isn't in their vocabulary (yet).

Successfully conceptualized and publicly shared the MCPUI SaaS vision, sparking thoughtful discussions about dynamic, user-preference driven AI interfaces that blur the lines between code and UI.

To pioneer accessible, intuitive AI-driven interfaces that empower users and developers alike, making complex tech feel natural and personalized for every user experience.

They believe in the power of open innovation ('building in public'), the importance of inclusivity via niche language support, and the synergy between human insight and AI assistance for smarter development workflows.

Exceptional ability to conceptualize cutting-edge AI applications and communicate complex technical ideas clearly, alongside a strong commitment to continuous learning and community engagement.

Can get so absorbed in technical innovation and AI capabilities that manual, traditional processes like deep code reviews occasionally take a backseat.

Focus on engaging more with your followers through concise, digestible threads and interactive polls; this will complement your deep dives and invite more conversations, helping expand your influence on X.

Fun fact: Haugas.dev is pushing the boundaries of voice tech by training models for niche languages like Estonian, ensuring even less represented languages get their AI spotlight!

Top tweets of haugas.dev

$3k taught me everything about training AI for small languages. Here's how to do it for $1k. My client's telemarketing company wanted to push the boundaries. How far could we take AI phone calls? They wanted to explore something ambitious. AI capable of engaging in natural conversations in Estonian. Not just basic scripted responses, but real conversational AI that could adapt and respond naturally. So I decided to build the first AI that could fool native Estonian speakers in real conversations. I began with a 5-year-old proof-of-concept model developed at a local university. Completely different tech, just to validate the idea was possible. But for production, I needed to train from scratch using StyleTTS2. Two-stage process: Stage 1: Train the model to understand waveforms and generate clear, monotonous Estonian speech. Stage 2: Add prosody, naturalness, and context-aware tone adaptation. But first, I had to build the supporting pipeline. StyleTTS2 needs roughly 4 other components to work: 1. A speech recognizer to segment audio files. 2. A phoneme converter for Estonian sounds. 3. A prosody model for Estonian stress patterns. 4. A text corpus processor for training data. Each had to work perfectly with Estonian. Most existing models were built for English. I started the data preparation. The progress bar showed: 8 hours remaining. I immediately stopped and coded a parallel processor using all CPU cores. 8 hours became 15 minutes. Good thing I did. Because even with 15-minute data prep, I spent weeks of trial and error getting everything right. Different parameters, different preprocessing approaches, constant iteration. Imagine if each iteration took 8 hours instead of 15 minutes. I would still be waiting for my first successful training run. The lesson: When you see an 8-hour process, don't accept it. 15 minutes of coding saved me weeks of waiting. But the really expensive lessons were just beginning. Up next: Why 4xH100 GPUs produced garbage but 4xA100s worked perfectly.

323

Most engaged tweets of haugas.dev

What I learned training Stage 2 of StyleTTS2. Last time, I told you about the H100 vs A100 GPU drama that cost me weeks of debugging. Finally achieved stable training on four A100 GPUs. Stage 1 was working. The AI could speak clear Estonian. But it still sounded monotonous and boring, nobody would bother to listen. Clear words, zero emotion, and no natural rhythm. Time for Stage 2 training. This adds prosody, emotion, and naturalness to the voice. Here's where things got slower. The Stage 2 training code couldn't use multiple GPUs. Had to switch back to single-GPU training. It took only a single day to train stage 1. Using only a single GPU meant waiting time tripled or more. Even during Stage 2, I discovered more data problems. Some of my text processing wasn't done correctly. The AI wasn't getting the right pauses because my punctuation processing was wrong. Commas, periods, and question marks - all crucial for natural speech rhythm. Started preprocessing the data again. Correct punctuation, proper sentence structure, clean context markers. The process was slow, but the model picked up the correct patterns again. Slowly, over many training iterations, something clicked. The AI started pausing naturally between thoughts. It emphasized the right words based on punctuation cues. What I learned: Stage 2 is all about the details. So the things I had to get right were punctuation, text formatting, and patience. Getting the data right matters more than speed. Total cost so far: Around $3k in GPU time and weeks of trial and error. But now I knew exactly what worked. So this is a short story on how. Perhaps I should create an agentic blueprint on how the process works, n8n for instance... Thinking about it.

239

$3k taught me everything about training AI for small languages. Here's how to do it for $1k. My client's telemarketing company wanted to push the boundaries. How far could we take AI phone calls? They wanted to explore something ambitious. AI capable of engaging in natural conversations in Estonian. Not just basic scripted responses, but real conversational AI that could adapt and respond naturally. So I decided to build the first AI that could fool native Estonian speakers in real conversations. I began with a 5-year-old proof-of-concept model developed at a local university. Completely different tech, just to validate the idea was possible. But for production, I needed to train from scratch using StyleTTS2. Two-stage process: Stage 1: Train the model to understand waveforms and generate clear, monotonous Estonian speech. Stage 2: Add prosody, naturalness, and context-aware tone adaptation. But first, I had to build the supporting pipeline. StyleTTS2 needs roughly 4 other components to work: 1. A speech recognizer to segment audio files. 2. A phoneme converter for Estonian sounds. 3. A prosody model for Estonian stress patterns. 4. A text corpus processor for training data. Each had to work perfectly with Estonian. Most existing models were built for English. I started the data preparation. The progress bar showed: 8 hours remaining. I immediately stopped and coded a parallel processor using all CPU cores. 8 hours became 15 minutes. Good thing I did. Because even with 15-minute data prep, I spent weeks of trial and error getting everything right. Different parameters, different preprocessing approaches, constant iteration. Imagine if each iteration took 8 hours instead of 15 minutes. I would still be waiting for my first successful training run. The lesson: When you see an 8-hour process, don't accept it. 15 minutes of coding saved me weeks of waiting. But the really expensive lessons were just beginning. Up next: Why 4xH100 GPUs produced garbage but 4xA100s worked perfectly.

323

I built an AI that Estonians actually want to talk to. Estonian customers hate sales calls in English and hang up immediately. My client needed something completely different for their telemarketing company. I started with a free voice model from a local university. It was 5 years old and sounded monotonous, making it obvious you were talking to a bot. Not exactly what you'd call persuasive. But I had to start somewhere. I built the whole system around this basic voice first. Live transcription to understand customer speech. LLM responses are generated in real time. Background models to detect when customers say "yes" or "ok" so the AI doesn't interrupt them. Voice filtering and resampling. SIP phone integration for actual calls. Everything had to work perfectly, because even a single broken piece meant failed calls with real customers. Two years of constant testing, breaking, and fixing. Learning what Estonian customers wanted to hear and how they expected to be spoken to. The breakthrough came when I finally collected enough data to train my model. I used the StyleTTS2 architecture and spent one month training on 4 A100 GPUs. Many failed attempts with different parameters before getting it right. Today, my AI agent makes telemarketing calls in perfect Estonian. Customers can't tell it's AI, and they actually stay on the line to listen. Two years felt endless while I was building it. But now I have something nobody else has built for Estonian. Sometimes the hardest path teaches you the most.

370

Latest tweets of haugas.dev

Took a few days to build something big: a dedicated voice AI infrastructure for x11.social. Own tech stack = more possibilities. 90% complete. Early adopters won't be left behind when upgrades roll out. Curious? 7-day trial available.

278

90% done with the new service that'll power x11.social and become its own saas. the PRD alone is 1,000 lines and claude's been crushing it at processing the complexity.

107

People with Thought Leader archetype

The Thought Leader

Building the platform of AI bloggers @polyspark

595 following106 followers
The Thought Leader

Not currently active. Host of The Mel Robbins Podcast NYT Best Selling Author of The Let Them Theory

37 following209k followers
The Thought Leader

Obsession (🏴): A way of life for artists, athletes, and entrepreneurs. Building an app to share runs to social: shareaura.app

1k following55k followers
The Thought Leader

Founder of Homestead, a growth marketing agency for 7-9 figure eCommerce stores. Currently building Easy Street Brands.

925 following60k followers
The Thought Leader

Just a curious and passionate Human who likes solving complex challenges faced by d2c teams using technology ,running cubiktech.com

180 following94 followers
The Thought Leader

From 0 → 1, again and again. Building aiagentfactory.dev • Sharing AI, business, and self-dev insights

53 following14 followers
The Thought Leader

Product Geek | scaling businesses with smart tools & strategy | Building @tryolqan

302 following100 followers
The Thought Leader

Never stop Learning 📚 Passion for Technology 💻 The INTJ Dragon ⛩️

430 following374 followers
The Thought Leader

Documenting my solopreneur journey 📈 AI + Systems + Growth • Learning in public From $0 to $1M ARR 🎯

164 following127 followers
The Thought Leader

Building AI GTM muscle. Sales + DTC operator. Tech optimist. AI | business | systems that scale.

311 following526 followers
The Thought Leader

Former CTO @ sonara.ai (acquired). Ex-Plaid, Airbnb, Google

236 following139 followers
The Thought Leader

Building AI mental models to get rich in silence. ⚙️⌛ | Read or stay broke.

31 following2 followers

Supercharge your 𝕏 game,
Grow with SuperX!

Get SuperX for Chrome
SuperXMade with 💛 by Tibo and Rob
2025 SuperX. All rights reserved.Terms of ServicePrivacy policy