Urgent.News

600+ sources. One page. See who else covered it.

Editions

AI

Introducing Murya AI

Dear DEV Community, It feels great to be here, and thank you for the opportunity to be a part of this platform! This is my first post, and I am thrilled to share a recent project that kept me working late into the night. It is codenamed Murya , which literally means "Voice" in Hausa, one of Africa's most widely spoken languages, with over 95 million speakers worldwide. To my knowledge, Murya (…

Dear DEV Community, I am delighted to introduce my latest project, codenamed Murya, which embodies the essence of the Hausa word for "Voice." With over 95 million speakers worldwide, Hausa is one of Africa's most widely spoken languages. I am proud to announce that Murya is the first publicly available, MIT-licensed text-to-speech (TTS) project developed by a native Hausa speaker. Murya's GitHub repository can be found at https://app.murya.ng.

While mainstream media and major tech corporations often categorize languages from the Global South as "low resource," I firmly believe this perspective is socially constructed. Numerous leading scholars and institutions have diligently studied the very issues Murya aims to resolve, such as Human-Centered AI at Stanford University and Masakhane, an NLP community dedicated to African languages. The message is clear: with determination, multiple paths exist to address these disparities.

Murya has already attracted significant attention, surpassing 10,000 page views within its first month, as reported by Cloudflare analytics. Additionally, I shared insights about Murya's release on LinkedIn. I warmly invite you to engage with Murya by asking questions, contributing, or learning more on Hugging Face.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — it may contain errors, so check the original before relying on it.

Read the original at dev.to →

More in AI

Toast 1: A New Embedding Model That Rivals OpenAI at a Fraction of the Cost

Toast 1: A New Embedding Model That Rivals OpenAI at a Fraction of the Cost Mixedbread AI announced Toast 1, a new embedding model that claims to match or exceed OpenAI's text-embedding-3-large on…

  • Toast 1 is a new embedding model from Mixedbread AI
  • It rivals OpenAI's text-embedding-3-large at lower cost
  • Toast 1 supports 50+ languages with variable dimensionality

I Ran 4,200 Trials Testing LLM Agent Reliability. Here’s What Broke.

We know when an AI agent gets a response from a tool, getting a response back doesn’t necessarily mean that response should be trusted.

  • I conducted 4,200 trials to test LLM agent reliability.
  • ReliAgent identified signals for cautious response treatment.
  • Distinction between model behavior and detector failure crucial.

Maximizing Your Claude Code Sessions: 7 Tips from Anthropic's Own Engineers

Maximizing Your Claude Code Sessions: 7 Tips from Anthropic's Own Engineers Anthropic published a guide on maximizing the value of Claude Code sessions, and it hit the Hacker News front page with 130…

  • Provide clear project context before starting Claude Code sessions
  • Use CLAUDE.md file for persistent context and instructions
  • Break work into small, verifiable tasks for testing and error detection