Skip to content

Instantly share code, notes, and snippets.

View altryne's full-sized avatar
🌐
translating

Alex Volkov altryne

🌐
translating
View GitHub Profile
import base64
import os
from openai import OpenAI
import pyaudio
import wave
import weave
os.environ["WANDB_API_KEY"] = "" # Set your wandb API key here to track audio
client = OpenAI(api_key=os.environ.get("OPENAI_API_KEY"))
@altryne
altryne / thursdai-2026-01-22.md
Last active January 22, 2026 00:04
ThursdAI Show Notes - January 22, 2026

ThursdAI Show Notes - January 22, 2026

Prepared by Wolfred 🐺


Inworld AI releases TTS-1.5, the fastest production-grade text-to-speech model that's 4x faster and 25x cheaper than competitors (X, Blog, Press Release)

  • Executive summary:
  • Inworld AI just dropped TTS-1.5 today, and this is a pretty significant release for anyone building voice-enabled applications. They're already sitting at number one on the Artificial Analysis TTS leaderboard based on blind user tests, and with this update they've achieved sub-250 millisecond latency for their Max model and under 130 milliseconds for Mini - that's 4 times faster than their previous generation. The quality improvements are substantial too: 30% more expressive s
@altryne
altryne / show-summary.md
Created February 5, 2026 00:08
ThursdAI Show Notes - Feb 5, 2026 - AGENTS GONE WILD

ThursdAI - Feb 05, 2026

TL;DR

  • Open Source: GLM-OCR (#1 doc understanding), Qwen3-Coder-Next (70%+ SWE-Bench), Intern-S1-Pro (1T scientific), Step 3.5 Flash (350 tok/s)
  • Agentic Corner: Clawdbook, Moltbook, 4Claw, MoltChurch — AI Psychosis is taking over!
  • Big CO: Codex App (500K downloads in 2 days)
  • Vision & Video: Grok Imagine 1.0 (10s video + audio), Kling 3.0
  • Voice & Audio: MiniCPM-o 4.5 (full-duplex), Voxtral Transcribe 2, ACE-Step 1.5 (music in 10s)
  • Buzz: WeaveHacks 3 hackathon recap
@altryne
altryne / show-summary.md
Created February 5, 2026 01:34
ThursdAI Show Notes - Feb 5, 2026

ThursdAI - Feb 05, 2026

TL;DR

  • Open Source: GLM-OCR (#1 doc understanding), Qwen3-Coder-Next (70%+ SWE-Bench), Intern-S1-Pro (1T scientific), Step 3.5 Flash (350 tok/s)
  • Agentic Corner: Clawdbook, Moltbook, 4Claw, MoltChurch — AI Psychosis is taking over!
  • Big CO: Codex App (500K downloads in 2 days)
  • Vision & Video: Grok Imagine 1.0 (10s video + audio), Kling 3.0
  • Voice & Audio: MiniCPM-o 4.5 (full-duplex), Voxtral Transcribe 2, ACE-Step 1.5 (music in 10s)
  • Buzz: WeaveHacks 3 hackathon recap
@altryne
altryne / start.js.fix.diff
Created February 5, 2026 01:50
Fix Pinokio start.js port/host mismatch
diff --git a/start.js b/start.js
index 8c4a278..744e793 100644
--- a/start.js
+++ b/start.js
@@ -1,116 +1,90 @@
-const os = require("os");
const path = require("path");
-function pickFrontendHost() {
- const nets = os.networkInterfaces();
@altryne
altryne / instructions.md
Created May 14, 2026 23:28
Setting minimum age on package manager configs to prevent supply chain attacks

Minimum-Age Gates for Package Managers

Use this as a baseline across all Macs to reduce exposure to fast-moving supply-chain attacks, where a malicious package version is published, installed by early updaters, then removed hours later.

The default policy I would use is:

  • Personal/dev machines: 3 days.
  • CI and production lock refresh jobs: 3 to 7 days.
  • Emergency security fixes: bypass deliberately, one package at a time, with a reviewed lockfile diff.

ThursdAI — Jul 9, 2026

GPT-5.6 Sol/Terra/Luna launch day · GPT-Live full-duplex voice · Meta Muse Image & Video · Seedream 5.0 Pro · Grok 4.5 × Cursor · Anthropic's J-space


Run of Show

  • 0:00–0:08 — 🎬 COLD OPEN + TL;DR rundown
  • The framing: “It’s launch day. GPT-5.6 goes public THIS MORNING — and that’s somehow only a third of this week.”