Curious what stacks people are actually using right now, and where you're hitting walls. Some things I've been observing while testing combos: - Deepgram Nova-3 still the best STT for English, Cartesia is closing the gap on streaming - Ele…
model
Meta-Llama-3-8B
huggingface.co/meta-llama/Meta-Llama-3-8B ↗
3449490 downloads6525 likestext-generationtransformers
discussions
- Llama 3 3 2026-04-29 – 2026-05-02
recent items
What STT/LLM/TTS combo are you running for production voice agents in 2026? (www.reddit.com) I built AI agents that play Pokemon Showdown autonomously using free LLM APIs via tool-calling (www.reddit.com) I've built a system where models like Llama 3, Qwen, and Gemma play Pokémon Showdown battles autonomously. Instead of simple prompt-response, they analyze the full battle state every turn (type matchups, HP, weather, field conditions, reve…
I pitted different LLMs against each other in Pokemon Showdown (www.reddit.com) I wanted to see if LLMs could reason through complex game states, so I built a system where they can play Pokémon Showdown battles autonomously. They get the battle state every turn and use tool calls to attack or switch.