Alex Strick van Linschoten's Avatar

Alex Strick van Linschoten

@strickvl.bsky.social

ML Engineer (@ ZenML), researcher (& author of a few books).

255 Followers  |  205 Following  |  222 Posts  |  Joined: 13.09.2023  |  2.294

Latest posts by strickvl.bsky.social on Bluesky

Something I found interesting about reading this thread is that it made me wonder how many people think of ChatGPT as primarily a tool for writing things for you

I use ChatGPT/Claude/Gemini possibly 100+ times a day and NONE of those uses are to produce writing that I then share with other people

08.05.2025 01:39 โ€” ๐Ÿ‘ 342    ๐Ÿ” 39    ๐Ÿ’ฌ 19    ๐Ÿ“Œ 10

Blog posts and technical reports welcome if you've already written this up!

#DeepSeek #DataLabeling

08.05.2025 11:43 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Particularly valuable would be:

- Production deployment experiences
- Alternatives to system prompts (discouraged with R1)
- Better approaches than few-shot prompting (since this results in lower performance)
- Effective prompt structures and patterns
- R1 vs V3 prompting differences

08.05.2025 11:43 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

๐Ÿ” Seeking DeepSeek Prompting Insights for ML Labeling

I'm gathering effective prompting strategies for DeepSeek models (R1/V3) specifically for large-scale data labeling operations.

08.05.2025 11:43 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Will maybe write this up more over on my blog as I dive into how all the pieces work. I fiddled a bit with the learning rate + # of epochs but seems still can improve quite a bit.

05.05.2025 09:54 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Also excited to continue on in the book since the text lessons were something I actually didn't ever get too deeply into when I was doing the course the first time round so excited to dive into LSTMs etc and this whole pre-transformer world!

05.05.2025 09:54 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

I generated about 8000 samples (across 100 different prompts, with different temperatures etc) to create the dataset, did a bit of cleanup (to remove `<think>` sections etc) and actually it did quite well! Surprised.

05.05.2025 09:54 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
training metrics for the classification model (a graph)

training metrics for the classification model (a graph)

data distribution for the data that went into the model

data distribution for the data that went into the model

a confusion matrix showing which samples / examples it did well at / not

a confusion matrix showing which samples / examples it did well at / not

per-family performance for the classification model

per-family performance for the classification model

Have been participating in a group that is doing fastAI part 1 for the first time. Took the opportunity in lesson 1 to use the text dataloaders / trainers to do a little miniproject to see how well fastAI does at classifying between the outputs of different LLM families.

05.05.2025 09:54 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Preview
Alex Strick van Linschoten - First impressions of the new Gemini Deep Research (with 2.5 Pro) Some initial fast impressions of Google Deepmind's new iteration of Gemini Deep Research that uses their 2.5 Pro model.

Wrote up a few initial thoughts on the new iteration of Google's Deep Research

mlops.systems/posts/2025-0...

09.04.2025 13:33 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Been meaning to use the latest Gemini(2.x series) models for a while now. Perfect timing by @strickvl.bsky.social with this set of practical examples in this standalone site.

The only thing that could have made this even better for me would be direct curl examples, but maybe I'm asking too much. ๐Ÿ˜…

07.04.2025 16:13 โ€” ๐Ÿ‘ 1    ๐Ÿ” 1    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

I actually implemented a version that spins up Pyodide / WASM and that lets you do actually run them in browser (CURL commands turned into Python 'requests') but I was uncertain if it would detract from the experience... Maybe I'll just push it and see...

09.04.2025 09:32 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Building this has been a great learning experience about Gemini's capabilities.

As someone who works on documentation at ZenML, I wanted to create something that complements the official resources with a different, example-first approach.

Contributions welcomed! github.com/strickvl/gem...

07.04.2025 12:25 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

What you'll find:

- ๐Ÿ“š Concise, functional examples that focus on the 80/20 of what most developers need
- ๐Ÿง  Native support for llms.txt, bringing documentation directly into your IDE
- โฌ…๏ธ โžก๏ธ Simple keyboard navigation (โ†/โ†’) between examples
- ๐ŸŒผ Clean, minimal design for quick reference

07.04.2025 12:25 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

The fun part? I used Gemini (2.5-pro, obv) itself to help create many of the 30+ examples! My CLI tool asks for a feature and theme (yes, often cats), then Gemini generates code that I test and refine.

07.04.2025 12:25 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Gemini by Example Learn the Gemini API through annotated examples

Little weekend project: 'Gemini By Example' โ€“ practical examples for building with Google's AI models ๐Ÿš€

I built this simple site to complement Google DeepMind's Gemini SDK with focused, practical code examples - inspired by the "Go By Example" approach.

geminibyexample.com

07.04.2025 12:25 โ€” ๐Ÿ‘ 4    ๐Ÿ” 0    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 1

50,000

24.03.2025 05:03 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Quarto

22.03.2025 20:24 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

I'm genuinely excited to see how teams will use this in their workflows. If you're building ML pipelines, I'd love to hear your thoughts on how conversational interfaces might fit into your development process.

#MLOps #MachineLearning

10.03.2025 09:25 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

The current implementation is intentionally read-only (with limited exceptions) as we navigate security considerations. MCP has real promise, but the ecosystem needs further development before reaching its full potential.

10.03.2025 09:25 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Screen recording showing me using the ZenML MCP server together with Claude Desktop

Screen recording showing me using the ZenML MCP server together with Claude Desktop

With all the recent excitement around Model Context Protocol (MCP), we've built something practical: a way to query your infrastructure, analyze pipeline performance, and trigger runs through simple conversation rather than CLI commands.

10.03.2025 09:25 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Preview
Chat With Your ML Pipelines: Introducing the ZenML MCP Server - ZenML Blog Discover the new ZenML MCP Server that brings conversational AI to ML pipelines. Learn how this implementation of the Model Context Protocol allows natural language interaction with your infrastructur...

Just published a blog post about our new ZenML MCP Server - a tool that lets you chat with your ML pipelines using natural language!

www.zenml.io/blog/chat-wi...

10.03.2025 09:25 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

@thomasruttig.bsky.social did you read it yet? Youโ€™re quoted a LOT

08.03.2025 16:56 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Post image

So excited to read this (just arrived). Had been waiting a long time.

08.03.2025 16:23 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Preview
GenAI Loft Berlin - Day 6: Vertical Velocity โ€“ Accelerating GenAI in Specific Industries | AWS Startups GenAI Loft Berlin - Day 6: Vertical Velocity โ€“ Accelerating GenAI in Specific Industries

In Berlin for the Amazon Web Services (AWS) GenAI Loft Week they're putting on. I'll be speaking about the lessons learned from the ZenML LLMOps Database for what it means to put LLMs in production. Do lmk if you're in town!

Free registration for the Monday event:

aws.amazon.com/startups/eve...

01.03.2025 20:04 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Yes. classic Claude

23.02.2025 19:56 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
GIF of Joe McMillan from Halt and Catch Fire saying "Computers aren't the thing. they're the thing that gets us to the thing."

GIF of Joe McMillan from Halt and Catch Fire saying "Computers aren't the thing. they're the thing that gets us to the thing."

22.02.2025 13:29 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

@katganly.bsky.social

17.02.2025 17:11 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
GitHub - strickvl/tinbox: Translator in a box Translator in a box. Contribute to strickvl/tinbox development by creating an account on GitHub.

And links to the tool here: github.com/strickvl/tin...

16.02.2025 17:56 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Alex Strick van Linschoten - Tinbox: an LLM-based document translation tool Explores an open-source tool I built that tackles the challenges of large-scale document translation using LLMs.

Wrote up a blog with more on this context: mlops.systems/posts/2025-0...

16.02.2025 17:56 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

@strickvl is following 20 prominent accounts