Advertisement · 728 × 90

Posts by Camilla Montonen

The machines are fine. I'm worried about us. On AI agents, grunt work, and the part of science that isn't replaceable.

Hey, I wrote a thing about AI in astrophysics
ergosphere.blog/posts/the-ma...

3 weeks ago 1726 515 109 265

This was really good! And it perfectly captured what I've recently been experiencing using Claude with a programming language I know really well (Python) vs one (Rust) I just started learning.

2 weeks ago 1 0 0 0

This is so, so well-articulated.

2 weeks ago 10725 3901 98 353

Really miss workplace environments where there is low ego and hierarchy and everyone is just learning from everyone regardless of experience or tech stack.

4 months ago 5 0 2 0

I’ll bite. A machine that:

1. Experiences the world with us
2. Shares some truth-interest in the world (intellectual integrity & curiosity)
4. Forms ideas rather than barfs up chunks of algorithmically masticated text
5. Created to complement rather than devalue human intelligence and creativity

5 months ago 42 2 4 0

Actually, your blog has been on fire lately!

5 months ago 0 0 0 0

I am biased, because I mainly use Python, but the BQ sdk is pretty nice and you can read from sqlite with Python and ingest rows in bulk using the sdk.

5 months ago 1 0 0 0

This is how I learnt about GPUs without basically any background knowledge.

6 months ago 1 0 0 0
Advertisement
Preview
A Walkthrough of nano-vllm | Flaneur2020 Recently, I’ve been delving into the architecture of production-grade inference engines. While projects like vLLM and SGLang are crazy sophisticated, …

modern LLM inference engines like vLLM & SGlang are becoming tough to dive into. to learn how these inference engines work, nano-vllm is a fantastic educational project—complete Page Attention & LLM scheduler in <1k loc.🤯
flaneur2020.github.io/posts/2025-1...

6 months ago 5 2 0 0

TIL that junk journaling is a thing!

6 months ago 0 0 0 0
Video

Microblogging like it's 2010s with vibes.

6 months ago 1 0 0 0

I was trying to research how prevalent remote Jupyter kernels are, but could only find a few open source projects (ie. something called kernel gateway - anyone using it?)

6 months ago 1 0 0 0

I have a very poor understanding of concurrency in general and more specifically a poor understanding of the kinds of Heisenbugs that will now be foisted on potentially unsuspecting Python users.

6 months ago 0 0 0 0

Me after hearing that Python 3.14 has removed the GIL:

"ah, finally increased throughput of pulling data from Big Query into my Jupyter notebooks."

Also me: "ah, a new footgun to add to my repertoire"

6 months ago 0 0 1 0

This means that if you max out memory by say loading a dataset that's larger than what you have capacity for, you crash the kernel and potentially also lose any code changes in your notebook that hadn't been written to disk.

6 months ago 0 0 1 0

One of the design issues with Jupyter notebooks when it comes to heavy ML workloads is that the notebook server runs by default on the same machine as the kernel that executes the code.

6 months ago 0 0 1 0

NVIDIA seems to invest a lot of engineering effort into making higher level libraries for writing efficient GPU code and yet everyone is flexing by rolling out their own CUDA kernels.

6 months ago 1 0 1 0
Preview
A national recognition; but science and open source are bitter victories I have recently been awarded France’s national order of merit, for my career, in science, in open source, and around AI. The speech that I gave carries messages important to me (French below;...

A speech about what drives me, how science and open source are bitter victories, unable to make improve the world if society does not embrace them for the better:
gael-varoquaux.info/personnal/a-...

6 months ago 116 37 5 5
Advertisement

I was looking for a solution to "migrate a container that is close to OOM" onto another node and found CRIU.

Still a bit unclear if it supported on Google's GKE or not.

6 months ago 0 0 0 0

Container image experts - is it possible to manually create a new layer by manipulation the files in the tar archive you get after running docker image save?

6 months ago 0 0 0 0

One of the major design flaws of many notebook environments like Jupyter is that the kernel that does computations is not separate from the machine that runs the notebook server itself.

6 months ago 0 0 0 0

I am honestly curious to learn what is the concrete end product in this vision/plan.

6 months ago 1 0 0 0

When folks say they are going to build AGI - what exactly does that look like?

6 months ago 1 0 1 0

After my inevitable rejection, I asked for feedback from the interview and I wish I hadn't, because the letter that was sent stated that I simply did not have the abilities or talent to become a scientist.

I can laugh about it now, but at 15 and aspiring to become a chemist, this was devastating.

6 months ago 1 0 1 0

I suppose one could argue that if I was really into chemistry, I could have maybe come across this knowledge myself in my extracurricular studying, but the interview questions can be pretty much anything and the field is huuuuuge!

6 months ago 1 0 1 0

I was baffled, because even though I was at a good local school, this kind of knowledge was in the first year university curriculum in my country. Only later did I find out, that many top schools that send students to top research unis have years of interview prep.

6 months ago 1 0 1 0
Advertisement

Many years ago I was in this position and got an interview to study a science course at one of the top unis. When I went to the interview, I was given a picture of a molecule and asked to sketch a graph of the signals this molecule would give if run through a particular type of spectroscopy.

6 months ago 1 0 1 0

I really miss London.

6 months ago 2 0 1 0

Many k8s benefits have to do with horizontal scaling. With many services you can deal with increased load by having more replicas. Same with ML inference but ML training doesn't scale horizontally in the same way.

6 months ago 0 0 0 0

I've probably ranted about this elsewhere but for many ML teams, container image is the wrong abstraction unit.

ML containers can be truly gargantuan in size and restarting them is not as cheap as with more lightweight containers for web services for ex.

6 months ago 2 0 1 0