Hacker Newsnew | past | comments | ask | show | jobs | submit | functional_dev's commentslogin

Building a cheaper alternative to Twilio Voice Intelligence. Record phone calls, transcribe, generate AI summaries, enable semantic search over transcripts — $0.30/hour vs Twilio's $1.50/hour.

Stack is 15+ Go microservices on k3s. Cross-lingual semantic search is fun. Spanish query returns English calls with no translation code.

https://audiotext.live/


That is strange. Just tried it on Firefox (Desktop), and it loaded fine. Any tips how to identify what is the issue?


What browser are you using? It loads up for me fine. Could you help me to debug that, please?


So it’s funny on chrome and safari I only get the html, no css.

But on brave it loads perfectly.

I’m on an iPhone 16.

I will add that I do appreciate the perspective your article gave me, so thank you for writing and sharing! Will have to finally actually explore Go


It's probably SRI. I disabled "Email Address Obfuscation" in Cloudflare. It was probably misfiring.


Thanks for follow up!

I suspect this is cloudflare doing some auto-minifying. It injects the "integrity" tags and something does not match. I will try to turn it off.

Thanks again!


Could be both. I have used LLMs quite heavily on Rust (at work) and Haskell at leisure. And it is much harder to MOVE FAST.


English is not my first language, and you nailed it. I used LLM to "polish" it. Probably too much. But I am open for questions if you like :)


Author here. I’m a huge FP snob (Rust/Scala) so using Go for this project kinda hurt at first.

But as a solo founder, I needed speed. The main thing I learned is that LLMs write amazing Go code. It's so simple and boilerplate-heavy that the AI almost never hallucinates.

Ended up building a distributed audio ingestion system that undercuts Twilio by like 80%.

Happy to answer questions about the architecture or other things.


Rust isn't functional. It's an expression language.


You are technically right, that is not a functional language. But it borrows many things from functional world :)


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: