Thanks to visit codestin.com
Credit goes to github.com

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 around Yap (not the actual app code) live here:

  • 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

    LLM roleplay app that combines text and videos

    TypeScript 2

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

    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 archive

    TTS API for Yap using Kyutai 1.6B model

    Rust

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

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

    Python