HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ymaws

no profile record

Submissions

Full duplex for dummies – how Moshi implemented full duplex

frisson-labs.com
1 points·by ymaws·24 天前·1 comments

What does full duplex (voice) actually mean?

frisson-labs.com
3 points·by ymaws·上個月·0 comments

Show HN: Lessons from building a SIMA2 style agent in Roblox

frisson-labs.com
2 points·by ymaws·2 個月前·0 comments

Grafting a Speech Head onto Gemma 4 E4B

frisson-labs.com
3 points·by ymaws·2 個月前·1 comments

Show HN: Find people researching areas similar to you (HuggingFace)

foryu.me
2 points·by ymaws·3 個月前·1 comments

[untitled]

1 points·by ymaws·3 個月前·0 comments

Show HN: Mimi in the browser – hear the semantic/acoustic split

frisson-labs.com
4 points·by ymaws·3 個月前·1 comments

Show HN: Claude Code vibes from around the world

claudedumb.com
1 points·by ymaws·3 個月前·0 comments

Downdetector for Claudecode Vibes

claudedumb.com
2 points·by ymaws·3 個月前·0 comments

Show HN: Is Claude Dumb Today?

claudedumb.com
3 points·by ymaws·4 個月前·0 comments

Show HN: ClaudeRank – Open-source token and concurrency widget for Claude Code

clauderank.com
3 points·by ymaws·4 個月前·0 comments

Show HN: Claude Code Token Elo

clauderank.com
11 points·by ymaws·4 個月前·6 comments

comments

ymaws
·24 天前·discuss
The Moshi model by Kyutai is incredible, and the paper they published is very dense. We spent some time internally studying it and created an internal writeup (which we are now making public) based on feedback from peers that it helped save them a couple hours & helped make the architecture click faster.
ymaws
·上個月·discuss
Frisson Labs | Founding ML Engineer - General, Founding ML Engineer - Audio/Speech | San Francisco, CA ONSITE | Full-time | https://www.frisson-labs.com

Frisson Labs is building AI players that play like Discord friends. The hard part is making them respond with low latency, persistent personality, voice timing, and actual game competence: understanding what is happening, deciding what to do, and executing in real time.

Open roles:

- Founding ML Engineer - General: own the full stack for how AI companions play games: game-state understanding, learned policies/controllers, world models, action representation, MLP/policy heads, memory, evals, data pipelines, inference, and product iteration. Strong fit if you have shipped applied ML systems and want to own messy model behavior all the way from research prototype to live gameplay.

- Founding ML Engineer - Audio/Speech: explore and ship low-latency speech systems for real-time play: duplex/streaming voice models, speech understanding, turn-taking, interruption handling, latency/quality tradeoffs, prosody/emotion, and conversational evals. Strong fit if you have deep audio/speech ML experience and care about making voice feel socially present during gameplay.

Comp: - ML Engineer roles: $150K-$200K + 1.0-2.0% equity

Apply: email [email protected] with the role in the subject, plus your resume/GitHub/research/portfolio and a short note on why AI companions + gaming interests you.
ymaws
·2 個月前·discuss
I wanted to get my hands dirty with the Gemma model and try out some model surgery. This is a small smoke test, not a production voice model, but the wiring was fun enough to write up.

Gemma can take in audio, images, and text, but only talks back in text. Mimi can turn codec tokens back into speech. So I froze both sides and trained a small graft in the middle: Gemma hidden states -> Mimi audio tokens.

I've enjoyed playing with this because the bad audio outputs have sounded hilarious
ymaws
·3 個月前·discuss
It's open source, runs in your browser and there is no backend. So far I've been using this myself and found a handful of audio researchers to follow on X/HF.
ymaws
·3 個月前·discuss
I can't beat easy, incredibly addictive game :)
ymaws
·3 個月前·discuss
Author here. Mimi is Kyutai's. I built a browser UI around it because I wanted to hear what each codebook level does, not just read about it. Curious what you find when you toggle them.
ymaws
·3 個月前·discuss
do y'all have a demo US based folks can try?
ymaws
·3 個月前·discuss
Matches my experience and that of my vibe coding community. I built claudedumb.com to help track these sorts of anecdotes. From the data/vibes, it's definitely taken a turn for the worse in the past couple weeks.
ymaws
·4 個月前·discuss
inb4 they get people addicted to this new level of usage, and offer a 1k/month tier. I know I'm one of the addicts who will pay what they want :|
ymaws
·4 個月前·discuss
How confident are you in the opus 4.6 model size? I've always assumed it was a beefier model with more active params that Qwen397B (17B active on the forward pass)