Sergei Lebedev (@superbobry) 's Twitter Profile
Sergei Lebedev

@superbobry

Adding ∇ for a living.

ID: 35702338

calendar_today27-04-2009 08:40:39

2,2K Tweet

291 Followers

167 Following

Google AI (@googleai) 's Twitter Profile Photo

Check out a new hybrid approach that leverages both ML and rule-based semantic engines to build a Transformer-based semantic code completion model, which we show can improve developer efficiency. Read more ↓ goo.gle/3bfeY3I

Yaron (Ron) Minsky (@yminsky) 's Twitter Profile Photo

The OCaml Users and Developers Workshop is gonna be fun. Some exciting talks from Jane Street folk: A talk on the memo library that powers Dune: icfp22.sigplan.org/details/ocaml-…

Bozhidar (Bug) Batsov (@bbatsov) 's Twitter Profile Photo

Today I wrote an article about my experience learning OCaml batsov.com/articles/2022/… I hope some of you (e.g. those interested in the language) will find it useful!

Andrew Svetlov (@andrew_svetlov) 's Twitter Profile Photo

#aiohttp author, #asyncio expert, and #Python Core Dev is looking for a remote job. Linkedin profile: linkedin.com/in/andrew-svet… . A retweet is welcome.

Wilfred Hughes (@_wilfredh) 's Twitter Profile Photo

A survey of parser generator usage in major language implementationss: notes.eatonphil.com/parser-generat… Most have a handwritten parser. GCC and Go moved from generated to handwritten. SQLite and Python <3.10 built their own parser generators!

International Chess Federation (@fide_chess) 's Twitter Profile Photo

The FIDE World Chess Championship 2023 will take place in Astana, Kazakhstan, from April 7 to May 1. A new World Champion will be crowned, as Ian Nepomniachtchi and Ding Liren will battle to seize the throne left vacant by Magnus Carlsen’s withdrawal. fide.com/admin/news/2180

The FIDE World Chess Championship 2023 will take place in Astana, Kazakhstan, from April 7 to May 1.

A new World Champion will be crowned, as Ian Nepomniachtchi and Ding Liren will battle to seize the throne left vacant by Magnus Carlsen’s withdrawal.

fide.com/admin/news/2180
Kevin Patrick Murphy (@sirbayes) 's Twitter Profile Photo

“Choosing a distribution is not a statistical question; it is a modeling decision. No statistical test can tell you whether a particular distribution is a good model for your data” - yes!

ëugene kharitonov 🏴‍☠️ (@n0mad_0) 's Twitter Profile Photo

New paper🚨! SPEAR-TTS is a multi-speaker TTS that can be trained with only 15min of single-speaker parallel data. It synthesises high-quality speech & can generalise zero-shot to a new voice using only a 3s sample. 🧵>>

ICFP Programming Contest 2025 (@icfpcontest2025) 's Twitter Profile Photo

ICFP Programming Contest 2023 will be held between 7th to 9th of July, 2023. Contest chair is Aymeric Fromherz, and I will be acting as the co-chair. Follow @icfpcontest2023 and icfpcontest2023.github.io for announcements.

ëugene kharitonov 🏴‍☠️ (@n0mad_0) 's Twitter Profile Photo

Are you a PhD student interested in the interface between generative AI, LLMs and audio? Our team at Google behind AudioLM, MusicLM and AudioPaLM is looking for a talented student researcher! See details and apply google.com/about/careers/… and send your cv to [email protected].

Kevin Patrick Murphy (@sirbayes) 's Twitter Profile Photo

The trilogy is complete! My "Advanced Topics" book is officially released today. Buy it on Amazon, or get it for free at probml.github.io/pml-book/book2….

The trilogy is complete! My "Advanced Topics" book is officially released today. Buy it on Amazon, or get it for free at probml.github.io/pml-book/book2….
Ivan Lobov (@ilobov) 's Twitter Profile Photo

Our team is looking for a strong research engineer, hardware background is *not* obligatory. Please, share and recommend someone! boards.greenhouse.io/deepmind/jobs/…

Adam Paszke (@apaszke) 's Twitter Profile Photo

Many of you are excited about H100 attention, so it’s a good time to show you Mosaic GPU: a Python DSL for H100s. The attention example matches FA3 performance, while being only ~200 lines of Python: github.com/google/jax/blo… It's easy to install too! Latest JAX packages have it.

Dan F-M (@exoplaneteer) 's Twitter Profile Photo

I've finally landed my first proper JAX feature since joining the team: a supported "foreign function interface", which makes it easier to call into external libraries from within JAX code. Check it out: jax.readthedocs.io/en/latest/ffi.…

Adam Paszke (@apaszke) 's Twitter Profile Photo

Curious how to write SOTA performance Blackwell matmul kernels using MGPU? We just published a short step-by-step tutorial: docs.jax.dev/en/latest/pall… At each step, we show exactly what (small) changes are necessary to refine the kernel and the final kernel is just under 150 lines.

Adam Paszke (@apaszke) 's Twitter Profile Photo

Want to improve GPU compute/comms overlap? We just published a new short tutorial for you! A few small changes to the Pallas:MGPU matmul kernel is all it takes to turn it into an all-gather collective matmul that overlaps NVLINK comms with local compute: docs.jax.dev/en/latest/pall…