Surprisingly Fast AI-Generated Kernels We Didn’t Mean to Publish (Yet)
Stanford researchers show that AI-generated CUDA kernels—created without relying on standard libraries—can now match or even outperform expert-optimized PyTorch kernels on specific tasks, thanks to parallel search and synthetic data generation. Their approach demonstrates that combining strong reasoning with broad exploratory search yields rapid performance gains, highlighting a promisin...
https://crfm.stanford.edu/2025/05/28/fast-kernels.html
Stanford researchers show that AI-generated CUDA kernels—created without relying on standard libraries—can now match or even outperform expert-optimized PyTorch kernels on specific tasks, thanks to parallel search and synthetic data generation. Their approach demonstrates that combining strong reasoning with broad exploratory search yields rapid performance gains, highlighting a promisin...
https://crfm.stanford.edu/2025/05/28/fast-kernels.html
pyleak
Detect leaked asyncio tasks, threads, and event loop blocking in Python. Inspired by goleak.
https://github.com/deepankarm/pyleak
Detect leaked asyncio tasks, threads, and event loop blocking in Python. Inspired by goleak.
https://github.com/deepankarm/pyleak
GitHub
GitHub - deepankarm/pyleak: Detect leaked asyncio tasks, threads, and event loop blocking in Python. Inspired by goleak.
Detect leaked asyncio tasks, threads, and event loop blocking in Python. Inspired by goleak. - deepankarm/pyleak
PyDoll – Async Python scraping engine with native CAPTCHA bypass
https://github.com/autoscrape-labs/pydoll
https://github.com/autoscrape-labs/pydoll
GitHub
GitHub - autoscrape-labs/pydoll: Pydoll is a library for automating chromium-based browsers without a WebDriver, offering realistic…
Pydoll is a library for automating chromium-based browsers without a WebDriver, offering realistic interactions. - GitHub - autoscrape-labs/pydoll: Pydoll is a library for automating chromium-base...
lmms-eval
Accelerating the development of large multimodal models (LMMs) with one-click evaluation module - lmms-eval.
https://github.com/EvolvingLMMs-Lab/lmms-eval
Accelerating the development of large multimodal models (LMMs) with one-click evaluation module - lmms-eval.
https://github.com/EvolvingLMMs-Lab/lmms-eval
GitHub
GitHub - EvolvingLMMs-Lab/lmms-eval: Accelerating the development of large multimodal models (LMMs) with one-click evaluation module…
Accelerating the development of large multimodal models (LMMs) with one-click evaluation module - lmms-eval. - EvolvingLMMs-Lab/lmms-eval
Should You Replace Every For Loop With Map and Filter?
Think map() and filter() are always better than for loops? Not so fast. This video walks you through four situations where functional code actually makes things worse—and explain why the classic for loop still deserves a place in your toolbox.
https://www.youtube.com/watch?v=ylzo04lU9Xs
Think map() and filter() are always better than for loops? Not so fast. This video walks you through four situations where functional code actually makes things worse—and explain why the classic for loop still deserves a place in your toolbox.
https://www.youtube.com/watch?v=ylzo04lU9Xs
YouTube
Let’s Replace All For Loops With Map and Filter
💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide.
Think map() and filter() are always better than for loops? Not so fast. In this video, I’ll walk you through four situations where functional code actually makes things worse—and…
Think map() and filter() are always better than for loops? Not so fast. In this video, I’ll walk you through four situations where functional code actually makes things worse—and…