
Tianzhen Lin
@tangentlin
Followers
113
Following
1K
Media
60
Statuses
2K
Ideas, thoughts about UX, design, code, geek stuff or just life while I still own my thoughts. Father of two, engineer at @SandboxAQ
Joined April 2007
Introducing Kitten TTS, a SOTA tiny text-to-speech model - Just 15M parameters - Runs without a GPU - Model size less than 25 MB - Multiple high-quality voices - Ultra-fast - even runs on low-end edge devices Github and HF links below
179
546
5K
This looks like a really cool alternative to the official MCP Inspector: https://t.co/osqocvGMAT Supports a Chat tab (with local model support!). Good for testing out different models with your MCP server. Going to think about using this for my workshops 👀
github.com
MCP Testing Platform - Playground to test and debug MCP servers - MCPJam/inspector
2
7
63
wow… Kimi K2 is terrifying it’s an open-source LLM that codes better than most paid models and can run agents without falling apart I pushed it hard... here’s what it built:
102
291
4K
i've been using a Github deep research bot to find the best open source devs point it at any repo. o3: - finds all the top contributors - runs deep research on each profile - highlights the most hireable people - sends me a digest 15 minute build. free to use in thread
8
9
89
Grok 4 Heavy is better than any model available at identifying issues in your codebase. Here's the JS prompt I use with my game code to have Grok 4 Heavy find the bugs. Python prompt in Comments👇
555
972
4K
What cursor/claude/agent rules have made the most impact on your productivity when building with AI?
66
29
571
Web scraping will never be the same! Firecrawl is an open-source framework that takes a URL, crawls it, and converts it into a clean markdown or structured format. 100% Open Source
55
651
5K
🎉 Excited to announce that Atomic Testing now supports @vuejs alongside @reactjs ! Simplifying UI testing with a familiar API across frameworks, testing methods & design systems. More real-world examples dropping soon as we wrap up v1.0. Stay tuned! 🚀 🔗
atomic-testing.dev
Description will go into a meta tag in
0
1
0
Nice - my AI startup school talk is now up! Chapters: 0:00 Imo fair to say that software is changing quite fundamentally again. LLMs are a new kind of computer, and you program them *in English*. Hence I think they are well deserving of a major version upgrade in terms of
227
1K
9K
Browsers are the perfect place for hybrid AI inference, combining the power of cloud AI with the versatility and privacy of local models. ⚡️ Dia already has great WebGPU support, so I'm looking forward to seeing more on-device models being integrated directly into the browser
We are floored by the reaction to @diabrowser. Thank you everyone 🥹 “There’s so much more to do” is an understatement. But I wanted to pause to extend heartfelt gratitude to those who were unwavering in their support of us this past year. Special shoutout to Jeff, Brian,
4
17
101
a=(x,y,d=mag(k=(4+sin(y*2-t)*3)*cos(x/29),e=y/8-13))=>point((q=3*sin(k*2)+.3/k+sin(y/25)*k*(9+4*sin(e*9-d*3+t*2)))+30*cos(c=d-t)+200,q*sin(c)+d*39-220) t=0,draw=$=>{t||createCanvas(w=400,w);background(9).stroke(w,96);for(t+=PI/240,i=1e4;i--;)a(i,i/235)}//#つぶやきProcessing
227
2K
13K
Introducing MCP UI, the SDK that wires UI components directly into the MCP protocol🤯 Watch the video to see the new phase in AI interaction! Why browse when you can have universal apps that deliver the right UI to consume any data and perform any action? Replace cumbersome
28
55
465
in R3F it's easy to construct these. there are helpers and various shapes (rect, circles, rings, etc). not only for testing, self made env maps are the key for good looking scenes bc it is essentially photographic lighting, or "light painting". see → https://t.co/Ks6f7o8F2d
This was done for @modelviewer 🤓 We were aiming to be identical to @google's GLTF viewer for @Android but they were using a 3MB HDR file as IBL and that was way too big to bundle in the lib. However, I thought the HDR they were using could be generated at load time so decided
2
11
189