kkpattern's profile picture.

Kai Zhang

@kkpattern

Kai Zhang reposted

Codetracer - a time-travelling debugger for Python Codetracer is a new way to debug and code-review Python. Demo: youtu.be/e2ctwMbpuCA github.com/metacraft-labs…


Kai Zhang reposted

#BazelCon 2025 Livestream Announcement! Catch the Keynotes, technical deep dives, and important Bazel updates - live, from wherever you are. Day 1: Monday, Nov 10th - youtube.com/live/MHNWzmk7Z… Day 2: Tuesday, Nov 11th - youtube.com/live/_JuMvOQEW… Schedule: events.linuxfoundation.org/bazelcon/progr…


Kai Zhang reposted

Hey! I'm echerry — a pixel artist with 5+ years of experience, open for #pixelart #gamedev projects. I specialize in creating unique and catchy visuals, can handle asset creation or lead your project as an artist. Discord: echerry RTs appreciated!

eCherryArt's tweet image. Hey! I'm echerry — a pixel artist with 5+ years of experience, open for #pixelart #gamedev projects. 
I specialize in creating unique and catchy visuals, can handle asset creation or lead your project as an artist. 
Discord: echerry 

RTs appreciated!
eCherryArt's tweet image. Hey! I'm echerry — a pixel artist with 5+ years of experience, open for #pixelart #gamedev projects. 
I specialize in creating unique and catchy visuals, can handle asset creation or lead your project as an artist. 
Discord: echerry 

RTs appreciated!
eCherryArt's tweet image. Hey! I'm echerry — a pixel artist with 5+ years of experience, open for #pixelart #gamedev projects. 
I specialize in creating unique and catchy visuals, can handle asset creation or lead your project as an artist. 
Discord: echerry 

RTs appreciated!
eCherryArt's tweet image. Hey! I'm echerry — a pixel artist with 5+ years of experience, open for #pixelart #gamedev projects. 
I specialize in creating unique and catchy visuals, can handle asset creation or lead your project as an artist. 
Discord: echerry 

RTs appreciated!

Kai Zhang reposted

📣 First things first– we heard you loud and clear: Stripe has been added to our donation and membership sign up pages! Thank you for persisting through our previously limited payment options, and we hope the new Stripe checkout will make donating an easier experience 🙏


Kai Zhang reposted

Here's FastAPI 0.121.0 🍰 In case you needed to exit early from dependencies with yield, you can now opt in with: Depends(some_func, scope="function") fastapi.tiangolo.com/tutorial/depen…


Build in Python. Nice!

Introducing Kimi CLI Technical Preview & Kimi For Coding! Kimi CLI powers your terminal: - Shell-like UI + shell command execution - Seamless Zsh integration - MCP support -Agent Client Protocol (now compatible with @zeddotdev) More features incoming!

Kimi_Moonshot's tweet image. Introducing Kimi CLI Technical Preview & Kimi For Coding!

Kimi CLI powers your terminal:
- Shell-like UI + shell command execution
- Seamless Zsh integration
- MCP support
-Agent Client Protocol (now compatible with @zeddotdev)

More features incoming!


Kai Zhang reposted

The write-up of my new graph layout algorithm for SpiderMonkey is now live. We built a custom layout algorithm for JS and WASM that follows the structure of the source code. No more spaghetti nightmares from Graphviz, and thousands of times faster.


Kai Zhang reposted

PlanetScale's fault tolerance relies on simple principles, processes, and architectures, but the real work is in the execution. These are the principles we follow to keep our systems reliable. planetscale.com/blog/the-princ…


Kai Zhang reposted

I've reimplemented the core parts of TRM in MLX to experiment with locally and reduce complexity. This includes: - deep supervision w/ ACT - recursive reasoning steps (n & T) - EMA + lr schedules - x, y, z values etc. - policy or max step inference (new) github.com/stockeh/mlx-trm

itsstock's tweet image. I've reimplemented the core parts of TRM in MLX to experiment with locally and reduce complexity.

This includes:
- deep supervision w/ ACT
- recursive reasoning steps (n & T)
- EMA + lr schedules
- x, y, z values etc.
- policy or max step inference (new)

github.com/stockeh/mlx-trm

New paper 📜: Tiny Recursion Model (TRM) is a recursive reasoning approach with a tiny 7M parameters neural network that obtains 45% on ARC-AGI-1 and 8% on ARC-AGI-2, beating most LLMs. Blog: alexiajm.github.io/2025/09/29/tin… Code: github.com/SamsungSAILMon… Paper: arxiv.org/abs/2510.04871



Kai Zhang reposted

Ever since I made a video about Fourier Transforms, one of the most requested topics on the channel has been its close cousin, the Laplace Transform. I've been having a lot of fun animating a mini-series about this topic, and the main part is now out. youtu.be/j0wJBEZdwLs

3blue1brown's tweet card. But what is a Laplace Transform?

youtube.com

YouTube

But what is a Laplace Transform?


Kai Zhang reposted

I ran into this presentation about how @Guerrilla does rendering of their Decima Editor. youtube.com/watch?v=U_MnhT… Great and interesting stuff! You can also find the Powerpoint guerrilla-games.com/read/uipainter…


Kai Zhang reposted

🚀 Flet goes declarative! Now you can build UIs in Python by describing what they should look like — not how to build them. ✨ No page.update() 🧩 Use components, hooks & observables ⚡ Automatically updates when state changes Learn more: flet.dev/blog/introduci…

flet.dev

Introducing Declarative UI in Flet | Flet

Flet 1.0 is about more than a facelift. Our goal is to help Python developers build production-grade apps that scale from a handful of screens to hundreds of pages, views, and dialogs.


Kai Zhang reposted

Bazel Q3 2025 Community Update is live 📢 📌 Final reminders for #BazelCon 2025 📌 New community initiatives 📌 Community-created content 📌 Upcoming releases Read the post for more details! blog.bazel.build/2025/10/07/baz…


Kai Zhang reposted

Here's FastAPI 0.118.1, with compatibility for the latest @pydantic. 🚀 This one had the combined effort of the community, the @pydantic team, and the @FastAPI team, all together. 🙌 github.com/fastapi/fastapi


Kai Zhang reposted

Python 3.14 is out today! Here are my notes on the new release: simonwillison.net/2025/Oct/8/pyt… If you're an open source library maintainer who supports all current Python releases this also means you can drop 3.9 support now and start depending on features from 3.10, like match/case


Kai Zhang reposted

Pydantic version 2.12.0 is out! 🎉 This release provides support for Python 3.14 and deferred annotations! pydantic.dev/articles/pydan…


Bazel remote api is a great example of using CAS.

It makes me deeply sad that 95% of Software Engineers have no idea about the concept of Content-Addressable Storage (CAS). It’s a single idea that solves caches without invalidation for build tools, package managers, microservices, and many more.



Kai Zhang reposted

For those interested in the details of OpenZL technology, here is the white paper: arxiv.org/abs/2510.03203


Kai Zhang reposted

We are open-sourcing OpenZL, a new data compression library and training tools to generator specialized compressors for structured data, achieving performance levels inaccessible to classic generic algorithms: github.com/facebook/openzl


We connect opencode with our GitLab repository. So it's ten issues or ten merge requests. Chat with the agents via issue/MR comments.

Love seeing more people explore parallel agent workflows, it’s such a powerful shift. Once you’ve got multiple agents working across projects, though, the real unlock is good DX. You can’t scale that power if you’re juggling ten terminal windows.



Loading...

Something went wrong.


Something went wrong.