Trending
Viktor Hedefalk's Avatar

Viktor Hedefalk

@viktor.woodenstake.se

3
Followers
31
Following
11
Posts
08.11.2024
Joined
Posts Following

Latest posts by Viktor Hedefalk @viktor.woodenstake.se

Token Anxiety
Nikunj Kothari C @nikunj • Feb 13
A friend left a party at 9:30 on a Saturday. Not tired. Not sick. He wanted to get back to his agents.
Nobody questions it anymore. Half the room is thinking the same thing. The other half are probably checking the progress of their agents. At a party.
All the parties are sober now. Young people don't drink because they're going back to work after. Not inspired by Bryan Johnson, although that's probably a factor. The buzz they want now runs on tokens per day.

Token Anxiety Nikunj Kothari C @nikunj • Feb 13 A friend left a party at 9:30 on a Saturday. Not tired. Not sick. He wanted to get back to his agents. Nobody questions it anymore. Half the room is thinking the same thing. The other half are probably checking the progress of their agents. At a party. All the parties are sober now. Young people don't drink because they're going back to work after. Not inspired by Bryan Johnson, although that's probably a factor. The buzz they want now runs on tokens per day.

I keep noticing it on walks through the Mission. Laptops glowing everywhere. Cafes, sidewalks, heck even park benches. People walking with screens open like a flashlight guiding them somewhere. Less drunk laughter on the streets these days. More keystrokes.
Dinner conversations used to start with "what are you building?" That's over. Now it's "how many agents do you have running?" People drop the number the way they used to drop their follower count. Quietly competitive. The flex isn't what you've accomplished anymore. It's what's working while you're sitting here not working.
The vocabulary is what really gets me though.
People describe models the way sommeliers describe wine. This one has better taste. That one hallucinates with more confidence. Opus is bold, Codex is smooth. They talk about harnesses and reins like they're controlling
horses. Invisible whips directing invisible labor. Someone at a dinner said they keep

I keep noticing it on walks through the Mission. Laptops glowing everywhere. Cafes, sidewalks, heck even park benches. People walking with screens open like a flashlight guiding them somewhere. Less drunk laughter on the streets these days. More keystrokes. Dinner conversations used to start with "what are you building?" That's over. Now it's "how many agents do you have running?" People drop the number the way they used to drop their follower count. Quietly competitive. The flex isn't what you've accomplished anymore. It's what's working while you're sitting here not working. The vocabulary is what really gets me though. People describe models the way sommeliers describe wine. This one has better taste. That one hallucinates with more confidence. Opus is bold, Codex is smooth. They talk about harnesses and reins like they're controlling horses. Invisible whips directing invisible labor. Someone at a dinner said they keep

labor. Someone at a dinner said they keep
"Claude on a tight leash for code review but give it more slack for creative work." We've started borrowing the language of how we treat animals for something none of us actually understand yet.
Waking up and checking what your agents produced overnight is the first thing now.
Before coffee. Before texts. You open your laptop and grade homework you assigned in your sleep. Some of it is good. Most needs rework. But you start shipping a plan before you sleep just so you can wake up to more code written overnight. Saturdays became uninterrupted build windows. No meetings, no Slack, twelve hours of you and your agents. Sunday morning X is all terminal screenshots and shipping receipts. "What'd you ship this weekend?" replaced "what'd you do this weekend?"

labor. Someone at a dinner said they keep "Claude on a tight leash for code review but give it more slack for creative work." We've started borrowing the language of how we treat animals for something none of us actually understand yet. Waking up and checking what your agents produced overnight is the first thing now. Before coffee. Before texts. You open your laptop and grade homework you assigned in your sleep. Some of it is good. Most needs rework. But you start shipping a plan before you sleep just so you can wake up to more code written overnight. Saturdays became uninterrupted build windows. No meetings, no Slack, twelve hours of you and your agents. Sunday morning X is all terminal screenshots and shipping receipts. "What'd you ship this weekend?" replaced "what'd you do this weekend?"

The anxiety is rational, which is why it sticks.
Every week some new benchmark drops that makes last month's workflow feel prehistoric.
Codex ships overnight processing. Opus gets faster. Context windows double. None of it reduces the pressure. It multiplies it. You can do more now. And someone already is. The window to be first at anything feels like it's shrinking by the day. Literally, by the day.
I replaced Netflix with Claude Code. I lie in bed thinking about what I can spin up before I fall asleep, what can run while I'm
unconscious. Reading a novel feels indulgent now. Watching a movie without a laptop open feels wasteful. This voice in my head that says
"something could be running right now" just doesn't shut off. I'm not even building a company. I'm just addicted to building my random ideas.
Everyone here knows they should step away more. That's not the problem. The problem is what your brain does when you try. I still take a x ss walks. The agents come with me now.

The anxiety is rational, which is why it sticks. Every week some new benchmark drops that makes last month's workflow feel prehistoric. Codex ships overnight processing. Opus gets faster. Context windows double. None of it reduces the pressure. It multiplies it. You can do more now. And someone already is. The window to be first at anything feels like it's shrinking by the day. Literally, by the day. I replaced Netflix with Claude Code. I lie in bed thinking about what I can spin up before I fall asleep, what can run while I'm unconscious. Reading a novel feels indulgent now. Watching a movie without a laptop open feels wasteful. This voice in my head that says "something could be running right now" just doesn't shut off. I'm not even building a company. I'm just addicted to building my random ideas. Everyone here knows they should step away more. That's not the problem. The problem is what your brain does when you try. I still take a x ss walks. The agents come with me now.

Token Anxiety

i think i mostly echo this for myself. with so much that can be done, i often feel like i *should* be doing something, always

15.02.2026 11:43 👍 644 🔁 73 💬 281 📌 863
Post image

Free as in freedom!

10.01.2026 09:26 👍 0 🔁 0 💬 0 📌 0

Welcome!

18.11.2025 14:50 👍 0 🔁 0 💬 0 📌 0

I’m thinking about trying to co-locate stories instead, but would that even help if the mock bootstrap needs to happen in the preview.tsx of the storybook app either way? Or is there a way to init the sb.mock _elsewhere_ co-located to the production code?

05.11.2025 07:02 👍 0 🔁 0 💬 0 📌 0

But when mocking I need to export them from the module and make sure to export the correct _file_ without any accidental barrel intermediates - that has bit me a a few times. The exports block in our package.json’s are also growing in a way I don’t like - and it feels like I’m exporting internals.

05.11.2025 07:01 👍 0 🔁 0 💬 1 📌 0

Components under test are often pulling their data with retrieving hooks that needs to be mocked. Sometimes these hooks are deeply nested and ideally I want to wrap any complexities with a data-hook next to the component.

05.11.2025 06:59 👍 0 🔁 0 💬 1 📌 0

Like it! But I'm also a lite bit spoiled because I don't really remember what it replaces :)

The thing I'm struggling with is our monorepo approach. We have not co-located stories but have a separate storybook app with stories for multiple apps and libraries…

05.11.2025 06:58 👍 0 🔁 0 💬 1 📌 0

Is this new new for 10 or the one we've been using with sb 9.x since summer?

04.11.2025 22:47 👍 0 🔁 0 💬 1 📌 0
Post image

Great article by @cheddybop.bsky.social about front-end frameworks and innovation in this field. Give it a read! www.lorenstew.art/blog/react-w...

16.09.2025 22:00 👍 8 🔁 2 💬 0 📌 0

This, and it doesn't work.

Now, it is possible to address the harms of mass engagement-driven platforms. But doing so requires pushing back on the core biz models of the platforms, not tinkering on the edges w surveillant 'solutions' that increase surveillance w/o addressing the root cause.

24.07.2025 11:53 👍 765 🔁 281 💬 13 📌 6

Cool! I've been using tanstack-form with valibot schemas and been pretty happy with that. How does this compare to that?

17.07.2025 07:45 👍 1 🔁 0 💬 1 📌 0

cp -R /Volumes/Google\ Chrome/Google\ Chrome.app/Contents/Frameworks/Google\ Chrome\ Framework.framework/Libraries/WidevineCdm /Applications/Chromium.app/Contents/Frameworks/Chromium\ Framework.framework/Libraries/WidevineCdm

codesign --force --deep -s - /Applications/Chromium.app

28.04.2025 15:02 👍 0 🔁 0 💬 0 📌 0
Preview
Haskell Language Server 2.10.0.0 release | The Haskell Programming Language's blog

#Haskell Language Server 2.10.0.0 release announcement!

blog.haskell.org/hls-2-10-0-0/

#LSP #FunctionalProgramming

15.04.2025 14:00 👍 26 🔁 8 💬 1 📌 0

Upgraded from 8.x just now. Love the visual cue for what's excluded in simulations in the schematic editor!

05.04.2025 08:36 👍 0 🔁 0 💬 0 📌 0

Bootstrapping a new laptop from my dotfiles. Topic "software I liked but haven't used in ages": VLC. What happened to local movies, ey?

Should I remove it from my nix-darwin cask list or just keep as a memory of better days?

25.03.2025 13:52 👍 0 🔁 0 💬 0 📌 0