AI

19 posts in this category

„Nah ist / Und schwer zu fassen der Gott. / Wo aber Gefahr ist, wächst / Das Rettende auch.” — Friedrich Hölderlin, Patmos (1803)

(Near is, / and difficult to grasp, the god. / But where danger is, grows / the saving power also.)

A few weeks ago, I wrote a post titled Thinking with Claude: why Cyborg writing works better than Centaur writing. In the LinkedIn comments, a reader named Christopher pushed back: Leaning on AI to help me write, he argued, was training my brain to “surrender executive function to external sources.” Examples: freed prisoners overwhelmed by everyday choices, ex-military struggling with civilian life, people leaving long-term institutional care. The source doesn’t matter, he wrote. The offloading pattern is the same.

While my initial answer was along the lines of “using your executive function is a choice”, I think it’s not that simple, after all, and I owe Christopher a real answer. In fact, his comment pushed me into a weeks-long thinking journey, during which I looked for research, came across interesting related articles, and reflected a lot on my own AI use. I also jammed with Claude, and yes: I used the very tool Christopher warned me about to think harder about his warning. We’ll get to that contradiction later.

AI is the rubber duck that pushes back

Note| In AI
| 4 minute read

Last month I sat down with Cris Roata to record an episode of her podcast, Catching More Green Lights in Life. It went live today! Cris asked me what I tell people who are afraid of AI, and I gave the answer I usually give: treat it like an intern, train it patiently, expect the first attempts to be…

Michael Leibovich: How I Built My AI Chief of Staff

Link| In AI
| 2 minute read

Detailed write-up by Michael Leibovich on how he used Claude Code (inside the Claude Desktop app) for implementing his own Chief of staff setup.

As someone running a very similar setup myself, I particularly liked his use-case descriptions and the insights coming out of “externalizing your thinking”. I can totally relate to that!

Also, I agree that installing Obsidian and giving Claude access to it through its REST API plugin and MCP are great for giving it a structured, extra memory layer beyond its own memory mechanism. Claude can write Obsidian-style Markdown documents directly to the file system which is faster than going through the MCP/API, but the real value is the ability to search for existing documents through MCP that allows Claude to discover notes, make cross-correlations and more.

I would add a few things from my own perspective here:

Welcome Claude, my Chief of Staff

| In AI
| 28 minute read

Most people use AI like a search engine with extra steps. Ask a question, get an answer, move on. I did too, until I accidentally stumbled into something completely different.

Over the week, I’ve turned Claude into my personal Chief of Staff. What’s a Chief of Staff, you might ask? Think of these people who follow executives around, whispering important things into their ear, and making sure nothing falls through the cracks.

If you’ve watched The Fifth Element (go watch it, if you haven’t, it’s a great movie!), you know the scene: the president’s aide leans in and whispers something absurdly specific like “You have 19 more meetings after this one.” That’s essentially what Claude does for me now. Except I’m not a president. And thankfully, I have less meetings. I’m a freelance consultant living near a forest in Bavaria.

This post is a bit of a recap: how it happened, what the system actually looks like, three lessons I learned along the way, and, at the end, an unedited interview where I asked Claude seven questions about what it’s like to be my Chief of Staff, with some interesting insights. Don’t miss it!

Video: What I actually do with AI every day

| In AI
| 2 minute read

Here’s a video I just uploaded to YouTube, walking through 7+1 examples of how AI has woven itself into my daily life — from the mundane to the surprisingly useful. No demos, no hypotheticals, rather what an actual week with AI looks like for me.

How to stop engineering prompts and start delegating

| In AI
| 18 minute read

TL;DR: The best “prompt engineering” technique isn’t engineering at all—it’s delegation. Transfer intent, not instructions. For quick tasks, tell the AI what success looks like and why (the Intent Prompt). For complex work, equip it with context, deliverables, and decision principles so it can navigate on its own (the Delegation Brief). You already have these skills. This post helps you apply them to AI.

Local audio transcription with mlx-whisper: what actually works

Note| In AI
| 4 minute read

I’ve been transcribing my YouTube videos locally for a few months now. It took some trial and error to get a setup that actually works reliably, so here’s what I learned. The problem I wanted good subtitles for my videos—for accessibility, but also so I could feed the transcripts to Claude for gener…

We’re still living in the cat pictures era of AI

| In AI
| 7 minute read

Most people use AI the way our parents used the Internet in 1995. They’d dial up their modem, check the weather forecast on Yahoo, maybe look up a recipe, and call it a day. The idea that this same technology would eventually let them video call their grandchildren, run a business, or access humani…

On constrained serendipity, learning by doing, and whether the system is the art. I’m chatting with Claude, kicking around ideas on building a tool that generates AI images, but without the prompting. I like to start these chats by brain-dumping ideas into it. In this case it’s about auto-generating…

Invite your heroes into your AI conversations

| In AI
| 7 minute read

I had a problem.

I wanted to create a YouTube channel and had my first video ready to go, but then… nothing. Weeks passed. I had ideas, I had equipment, and I’d watched enough tutorials to edit like a pro. But I couldn’t get myself to shoot video number two.

Classic procrastination.

So I did what I often do when I’m stuck: I talked to Claude. But this time, I didn’t just ask for advice. I invited two experts into the conversation to help me figure this out.

Seth Godin on Udemy: Thriving in an AI future

Link| In AI
| 1 minute read

Just finishing this course by Seth Godin on Udemy, and it’s great!

Udemy: Thriving in an AI future

The best insights on AI don’t come from the technologists. They tend to be too deep inside the matter, often missing the human connection, the creativity angle, or the bigger picture.

And that’s exactly what you’ll get from this course.

Fun fact: Seth Godin used to work with SF authors like Isaac Asimov, Arthur C. Clarke and Ray Bradbury, building interactive computer games and early digital media projects in the 80s. He says he’s basically preparing himself for the advent of AI for decades, so he has some good insights here.

Disclosure: I got access to the course for free as part of a different project Seth is working on (more on that, later). I do think the price of € 69,99 (or whatever it is in your local currency) is worth it.

Any opportunity to learn from people like Seth Godin is priceless. Don’t miss the final Q&A sections, they contain lost of nuggets of wisdom!

Update (2025-09-19): Changed the generic post picture to a screenshot of Seth Godin from his course.

I don’t use AI. I work with it.

Link| In AI
| 1 minute read

Great intro to the “why” and “how” of using AI in your everyday life by Stanford adjunct professor Jeremy Utley. His background is design, not tech, and thus, he has a very different, human-centric view on AI, which I find refreshing.

This time I coded it myself: using AI as a teacher

Note| In AI
| 7 minute read

If you’re a returning visitor, you might notice the header image on this blog looks more sharp and crisp—that’s because it is! ✨ After creating my own URL shortener, I wanted to modernize my header image. I built it back then in 2022 using p5.js, but the resolution wasn’t great. Now I wanted a more …

Zed does Agents now

Note| In AI
| 4 minute read

About two weeks ago, Zed, my favourite code editor, introduced agentic coding, replacing its previous assistant panel on the right of its UI. A blog post walks through the way agents work in Zed now. The documentation now has an Agent Panel section. I’ve used it a bit for tweaking some stuff around …