Skip to content
View stefanionescu's full-sized avatar
:shipit:
#Consumer
:shipit:
#Consumer

Block or report stefanionescu

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
stefanionescu/README.md

Hey, I’m Stefan 👋

Right now I’m building Yap, a voice consumer app where you can talk with an LLM that sees your phone screen.
It can roast TikToks, analyze dating profiles, help you draft messages/emails and much more. Launch date TBD.

Some open-source infra experiments related to Yap:

  • yap-kokoro-tts-api – deployment scripts & API for Kokoro TTS
  • yap-kyutai-tts-api – deployment scripts & benchmark tests for Kyutai TTS (Moshi + 1.6B EN/FR model)
  • yap-smart-turn-v2 - deployment scripts for a lightweight VAD model developed by Pipecat. Deprecated in favor of V3 that can run on CPU
  • yap-vosk-stt-api - Vosk streaming ASR deployment with punctuation added via sherpa-onnx. Quality isn't great but it might be useful for someone dabbling in voice AI

🧑‍🚀 Before Yap: RAI

A few years back I worked on RAI, a floating-peg stablecoin backed by ETH. RAI uses a PI controller to set its own funding rate (similar to a perp swap’s funding mechanism) and was my attempt at fulfilling the original vision for DAI. We scaled the system to $390M in user funds.

Repos from that era:

  • geb – main code for RAI
  • geb-rrfm-rate-setter – the redemption rate feedback mechanism (controller that sets the funding rate)
  • geb-safe-saviours – adapters to deposit assets/wrapped tokens from other protocols into RAI-like systems. The deposited assets get auctioned to save CDPs from liquidation.

RAI was basically a super nerdy modified DAI fork.


🎭 What I’ve been hacking on since

After crypto, I moved on to building consumer apps. Life’s too short to do boring ass B2B. A few highlights:

  • llm-roleplay-webapp – think Character.ai x TikTok.

  • yc-cofounder-matching-bot – a Selenium bot I built to automatically hunt for cofounders on YC’s Cofounder Matching platform.

    • Can change locations to search in different cities
    • Filters + saves founder profiles, sends them messages with your own templates
    • Uses GPT to decide if a profile is a fit or not
    • Sends you email reports with stats from each run
      (⚠️ Deprecated now due to YC’s security upgrades, but still a fun hack.)
  • suno-music-discord-bot – generate music from images/videos inside Discord.
    (It scrapes Suno.com under the hood. Don’t tell them. 🙃)


🌍 TL;DR

  • Built RAI (floating-peg ETH-backed stablecoin w/ PI controller funding rate)
  • Now building Yap (voice-first consumer AI app w/ screen awareness)
  • In between: I worked a few years as project lead for a decentralized exchange that got to $1B+ in user funds. Decided to leave crypto at the end of 2023 and then started shipping a bunch of fun/weird consumer projects.

I love building products that are weird, unhinged and could not exist before LLMs came around. If you’re into that too, reach out and say hi 🤝

Pinned Loading

  1. llm-roleplay-webapp llm-roleplay-webapp Public archive

    LLM roleplay app that combines text and videos

    TypeScript 3

  2. llm-inference-load-balancer llm-inference-load-balancer Public archive

    Inference load balancer for various providers like Together, LambdaLabs, Fireworks

    TypeScript 1

  3. suno-music-discord-bot suno-music-discord-bot Public archive

    A Discord bot that creates gen AI songs using text, an image or a video. Uses a Suno scraper in the background

    JavaScript 3 2

  4. geb geb Public archive

    Forked from reflexer-labs/geb

    Core smart contracts for GEB

    Solidity

  5. yap-kyutai-tts-api yap-kyutai-tts-api Public

    TTS API for Yap using Kyutai 1.6B model

    Rust

  6. yap-vad-smart-turn-v2 yap-vad-smart-turn-v2 Public archive

    VAD using Smart Turn v2 from Pipecat. Inference server for Yap

    Python