Reddit Programming
206 subscribers
1.22K photos
123K links
I will send you newest post from subreddit /r/programming
Download Telegram
How to Design Scalable Architecture for Enterprise SaaS | The Good Engineers
https://www.reddit.com/r/programming/comments/1m05m0f/how_to_design_scalable_architecture_for/

<!-- SC_OFF -->Designing a scalable architecture for enterprise SaaS is both an art and a science. Over the last 20 years, I’ve worked on building enterprise saas applications, modernizing legacy systems, and leading teams that deliver mission-critical SaaS platforms. In this post, I want to share a clear and battle-tested approach to SaaS architecture that scales with your business. <!-- SC_ON --> submitted by /u/plakhlani (https://www.reddit.com/user/plakhlani)
[link] (https://plakhlani.in/saas/how-to-design-scalable-architecture-for-enterprise-saas/) [comments] (https://www.reddit.com/r/programming/comments/1m05m0f/how_to_design_scalable_architecture_for/)
Building and deploying a Voice AI Agent to portfolio in 30 minutes
https://www.reddit.com/r/programming/comments/1m0b4b2/building_and_deploying_a_voice_ai_agent_to/

<!-- SC_OFF -->I have been experimenting with AI agents for a while now but I was looking to create a Voice AI Agent. It felt a little intimidating (since I was new to this space). So I took the chance to learn the core components with principles and understand how everything fits together. They are basically autonomous system that listens to your voice, understand what you are saying (using speech-to-text), respond using Large Language Models (LLMs) like GPT-4 and speak the answer back to you using a synthetic voice (text-to-speech). I found some amazing platforms like Rime, Vapi, Retell AI, VoiceHub, ElevenLabs so I tried a couple of them and created a post to cover everything I picked up: → building blocks
→ popular frameworks (Retell AI, LiveKit..)
→ step-by-step guide to build, test & deploy
→ real use cases I decided to go with VoiceHub as it supports flexible provider options (and free credits): - Speech-to-Text: Google, Deepgram, Gladia, Azure
- Text-to-Speech: ElevenLabs, Deepgram, Azure, OpenAI
- LLM: OpenAI, Claude, DeepSeek, Ollama, Grok Under the hood, I used ElevenLabs voices & OpenAI GPT-4o as model. read it here (free on medium): here (https://levelup.gitconnected.com/i-built-and-deployed-a-voice-ai-agent-to-my-portfolio-in-30-minutes-dd28dbbf0aed?sk=3a69bccd92dcdb5d7df2bc0914c48149) Have you built any voice ai agents before? curious to know what you think. p.s. currently trying 11.ai (alpha) by ElevenLabs. <!-- SC_ON --> submitted by /u/anmolbaranwal (https://www.reddit.com/user/anmolbaranwal)
[link] (https://levelup.gitconnected.com/i-built-and-deployed-a-voice-ai-agent-to-my-portfolio-in-30-minutes-dd28dbbf0aed?sk=3a69bccd92dcdb5d7df2bc0914c48149) [comments] (https://www.reddit.com/r/programming/comments/1m0b4b2/building_and_deploying_a_voice_ai_agent_to/)
ANSI Escape Codes
https://www.reddit.com/r/programming/comments/1m0byvn/ansi_escape_codes/

<!-- SC_OFF -->Working with and debugging ANSI control codes and escape sequences can be a challenge. This free web-based tool helps to inspect the input, visualize colors and styling, and list control codes. By using a proper tokenizer and parser (not just regex hacks), it supports all sorts of control codes. The parser is open source and available too (find links in "about"). Type or paste text in the black text area, or try out the examples. Use the lookup table to filter & find specific codes. Feedback welcome, I’d love to know what’s confusing, missing, or especially useful. <!-- SC_ON --> submitted by /u/webprolific (https://www.reddit.com/user/webprolific)
[link] (https://ansi.tools/) [comments] (https://www.reddit.com/r/programming/comments/1m0byvn/ansi_escape_codes/)
More Artificial than Intelligent, and it is only getting worse
https://www.reddit.com/r/programming/comments/1m0gfa4/more_artificial_than_intelligent_and_it_is_only/

<!-- SC_OFF -->Probably preaching to the choir here, but here's my second rant about AI. My colleagues where genuinely surprised when they heard that 50% of the AI-answers contained errors. <!-- SC_ON --> submitted by /u/monkeyinmysoup (https://www.reddit.com/user/monkeyinmysoup)
[link] (https://mlagerberg.com/much-a-little-i-and-it-is-not-getting-better/) [comments] (https://www.reddit.com/r/programming/comments/1m0gfa4/more_artificial_than_intelligent_and_it_is_only/)