Skip to main

Timo Mämecke
Skip to content
Jump to navigation

AI Usage

See The AI Manifesto to learn more about why I created this page.

AI usage in building this site

This page is built by myself, with artisinal handcrafted code, and not by AI. It’s a hobby project and I like building it myself and tinkering around. Programming is fun!

AI usage in writing content for this site

The content on this page is written by me, and the thoughts are mine, and not the thoughts of an AI. I do, however, use AI to proofread and improve the grammar of things I write. I’m not a native English speaker, and I don’t want people to struggle to read my thoughts.

I usually use GPT to fix grammar issues by prompting it to “just fix grammar, don’t change anything else”. I do not use it to translate posts (i.e. I don’t write them in German and let it translate to English). I write posts in English and then let an AI tell me grammatical issues. I even avoid simply copy-pasting the improved post, and instead let the AI list me the issues and explain them, so I can type the fixes myself, because that’s how I can learn from it.

AI usage for images

Some posts have header images. They are usually AI-generated. Sometimes (but rarely) there are also small illustrations in the content that are AI-generated. They exist to make a funny point or just be cute. Recently, I don’t like using them that often anymore, so newer posts might have fewer of them.

How I use AI elsewhere

When I use AI for coding, for example at work, I usually handcraft the code structure by myself (functions, files, interfaces). I’m more happy with how I structure code, I can do it faster, and I enjoy doing it. I use AI to fill in the implementation details that I know it can do much faster than me. When I know that I can do a refactoring or implementation faster, or just as fast as an AI, I do it myself.