Charlie Francoise
loderunner.bsky.social
Charlie Francoise
@loderunner.bsky.social
“AI centipede” is almost as great a term as “Habsburg AI”
November 20, 2025 at 2:28 PM
I think it’s already happening, I read something about LLM providers finding a way to circumvent model collapse…
November 20, 2025 at 2:28 PM
November 20, 2025 at 9:38 AM
Available in TailwindCSS with the `starting:` variant

class="transition-opacity duration-300 starting:opacity-0"
Hover, focus, and other states - Core concepts
Using utilities to style elements on hover, focus, and more.
tailwindcss.com
November 20, 2025 at 8:49 AM
.fade-in {
transition: opacity 300ms ease-out;
@starting-style {
opacity: 0;
}
}
November 20, 2025 at 8:49 AM
I should probably alias focker=docker 🤭
November 17, 2025 at 9:18 PM
So we managed to invent a new way for everyone to write features, and convinced everyone - including the people who already write features - that it doesn't count as real work.

AI isn't replacing labor so much as it's devaluing it.
November 14, 2025 at 11:34 AM
And from what I'm seeing, a lot of developers treat prompt engineering like it's beneath them. No interest for testing, improving, evaluating, guardrailing prompts.

It's not "real" coding. Just wrangling words.
November 14, 2025 at 11:34 AM
A year later: in most cases, developers are writing the prompts and hardcoding them in the source.

The product people who were going to be liberated? Haven't touched a prompt. Don't even seem to be interested in them.
November 14, 2025 at 11:34 AM
So for the foreseeable future - which apparently nobody foresaw - I argued developers would be the ones writing and maintaining the prompts.
November 14, 2025 at 11:34 AM
Also we've already been through this with copy text in web apps. Non-developers are supposed to write it, there are whole systems for managing it, and somehow it always ends up copy-pasted by developers from Jira tickets straight into the code.
November 14, 2025 at 11:34 AM
At the time I argued that "prompts are carefully-worded text often with variable inputs that you send to a machine to interpret and produce results".

We have a word for that. It's called code.
November 14, 2025 at 11:34 AM