Jérôme Krell
About
Experience
Blog

Blog

All posts

5 min read

Integrating Langflow into Open WebUI

A quick proof-of-concept for connecting Langflow workflows to Open WebUI using its pipeline feature — bridging two powerful open-source tools for a local-first AI assistant.

5 min read

The Art of Being an Engineering Manager

Management isn't about control — it's about trust, energy, and setting up your engineers for success.

3 min read

Consume 50% Less Memory with Your Python Objects

How Python's __slots__ can cut your object memory usage in half — and why you should use them in dataclasses too.