The stream in tweet form. 22 of 22 posts · 30 at a time
IBM Technology@ibmtechnology·
Podcast panel live from IBM Think 2026: IBM execs recap conference AI announcements like the Bob agent and Concert platform, discuss an IBV CEO study on rising AI trust (64% comfortable with strategic decisions), and briefly cover VC funding trends.
AICodeKing@aicodeking·
Demo of NEO, a VS Code extension for automating ML workflows locally: takes a prompt to build a chat moderation model by generating synthetic data, training a baseline classifier, deploying an inference API, and creating a basic web UI, with setup and integrations explained.
Maximilian Schwarzmuller@maximilianschwarzmuller·
Glitchy livestream where the host troubleshoots OBS encoding lag while casually discussing Bun's runtime strengths, Hono integration, package manager security (like bunfig.toml for supply chain attacks), and its potential AI agent focus.
WorldofAI@worldofai·
Sponsored tutorial for Freebuff, an ad-supported CLI AI coding agent using free models like GLM 5.1, DeepSeek v4 Pro, Kimi K2.6, and MiniMax M2.7. Covers npm install, model selection, subagents, and a live project demo with comparisons to Claude Code's speed and limits.
Lukas Margerie@lukasmargerie·
Walkthrough of building a basic AI chat widget for a local business site: curate content (site, YouTube, Instagram) in Poppy, scrape products into a PDF with Claude Code, connect via Poppy API for queries, deploy to Vercel preview, and pitch as a $1k+ service with recurring upsells.
Maximilian Schwarzmuller@maximilianschwarzmuller·
Livestream of the host troubleshooting persistent video lag while discussing Bun's shift post-Anthropic acquisition: from Node.js alternative to an AI-agent toolkit with built-in SQLite/S3/Redis clients, WebView for headless browsing, and image APIs.
Nate Herk | AI Automation@nateherkaiautomation·
Creator's tiered ranking of their personal AI tools—from S-tier daily drivers (Claude Code, VS Code, Glido) and A-tier weekly ones (Codex, Claude chat, Hermes Agent, Perplexity, Grok) down to experiments and graduated tools—plus a decision framework for ignoring hype.
Chase AI@chaseai·
Walkthrough of the Codex desktop app (OpenAI's coding tool), covering setup, UI, pricing, settings, plugins/skills, and a demo running Claude Code in its built-in terminal to use both together; includes pitches for the creator's paid masterclass and free community.
Jason M. Lemkin (SaaStr)@jasonmlemkinsaastr·
SaaStr CEO Jason Lemkin recounts deploying 20+ off-the-shelf AI agents (like Deli for a content-trained chatbot, Qualified for inbound, Artisan for outbound SDRs) by spending weeks training them daily—now handling support, sales Q&A, and bookings better than their small team. Key takeaway: constant iteration beats plug-and-play.
Gen AI Spotlight@genaispotlight·
Quick demo of installing OpenAI's Codex Chrome extension on Brave, then using it to navigate the creator's LLM Council site (a Karpathy fork) and post the "hot dog sandwich" question for a model debate.
AI Revolution@airevolution·
News recap of DeepSeek-TUI, a Rust terminal agent powered by DeepSeek V4 that trended on GitHub with 10k+ stars. Covers the music/law student creator's story, viral buzz from devs, and features like sub-agents, context compression, and approval modes—no hands-on demo.
Every@every·
Casual on-the-ground chat from Anthropic's developer conference: two hosts recap announcements like the xAI compute deal, doubled usage limits, and new Claude Managed Agents features, speculate on OpenAI rivalry, and review the salmon bowl.
Agrici Daniel@agricidaniel·
Live demo of "Marketing Brain," an Obsidian vault template driven by Claude Code prompts and DataForSEO API to pull competitor keywords (e.g., 18k uniques from top 10 sites) and generate 30/60/90-day SEO plans via the presenter's FLOW framework. Runs it on two client sites with setup walkthrough.
Department of Product@departmentofproduct·
News briefing dissecting Coinbase CEO Brian Armstrong's layoff announcement and push for AI-powered "one person teams" (engineer/designer/PM combos), weighing pros/cons against AI-washing critiques, plus quick hits on Claude's agent dreaming, Google Docs Gemini instructions, Spotify's API, Kanwas tool, and SaaS growth data.
Better Stack@betterstack·
Explains DESIGN.md, Google's markdown format for defining design systems (colors, typography, rules) that AI tools like Cursor/v0 can read to generate more consistent UIs from the same prompt. Includes a live demo, comparisons to Figma/JSON, and balanced pros/cons.
DIY Smart Code@diysmartcode·
Step-by-step beginner guide to installing Node.js 22, FFmpeg 7, and HyperFrames (with Claude Code or Codex CLI) on Windows/macOS/Linux, then generating and rendering a simple 5-second HTML/GSAP intro video to MP4 via live preview and agent prompts. Includes a short sponsor break for an AI coding community.
Visual Studio Code@visualstudiocode·
Quick 3-minute official demo of five VS Code April 2026 updates: Agents Window preview for agent workflows, a chat customizations eval extension, Copilot CLI thinking effort and remote control options, plus new Learn docs section. Directs to full release notes for the rest.
AI Summaries (evaluation playlist)@aisummariesevaluationpla·
Tutorial on structuring Figma design system components (props, relationships, tokens) as AI-queryable metadata using a Claude Code skill, followed by a live demo building and iterating on a button with Figma MCP and Storybook. Part one of a series.
AI Engineer@aiengineer·
Hands-on workshop by Pydantic's Samuel Colvin: codes along optimizing an agent for extracting political relations from Wikipedia pages using Logfire evals, GEPA prompt evolution on a golden dataset, and managed variables for live prompt/model tweaks in a FastAPI app—no redeploys needed.
AI Engineer@aiengineer·
Live workshop where Michael Arnaldi builds a TypeScript Effect app from an empty repo using AI agents like Claude 3.5 Sonnet, by cloning the Effect source code into the project to teach agents its patterns. Covers setup with Vitest tests, strict TS diagnostics, agent prompts, and a basic HTTP API, with real-time fixes and audience Q&A.
AI Summaries (evaluation playlist)@aisummariesevaluationpla·
- Open Design — open-source Claude Design alternative that generates UIs from features using built-in brand design systems
- Refero Styles — curated library of 2000+ SaaS design systems with markdown docs, Tailwind/CSS variables
- Impeccable Style — agent skills to instruct coding models on using design systems (typography, color, interactions)
- Emil Design Engineering — GitHub repo of Linear design engineer's principles for components, animations, best practices
- Kittl — AI tool for generating and vectorizing on-brand icons/artwork
- Design Spells — gallery of UI patterns from apps like Linear, ElevenLabs for inspiration
- SVGL — library of vector logos/icons for tech companies and integrations
- Cult UI — drop-in components, blocks, templates for ShadCN projects (onboarding, modals, layouts)
- Untitled UI — pre-built UI templates and blocks for apps/landing pages
AI Summaries (evaluation playlist)@aisummariesevaluationpla·
Quick demo of Motion.dev's `animate` function in vanilla JS: translating/rotating a box, tweaking duration, and adjusting spring bounce. Teases gestures, scroll, and layout animations without showing them.