Peter Sobot

12.8K posts

Peter Sobot banner
Peter Sobot

Peter Sobot

@psobot

research engineering lead @Spotify 🇨🇦🎶👨🏼‍🔬🥁🎹🎸

Brooklyn, NY Katılım Ocak 2009
2.6K Takip Edilen3.8K Takipçiler
Peter Sobot retweetledi
Mark Worrall
Mark Worrall@infinitehumanai·
Reminds me of Peter Naur's classic 1985 essay "Programming as Theory Building" which argues that a program is not its source code. A program is a shared mental construct (he uses the word theory) that lives in the minds of the people who work on it. If you lose the people, you lose the program. The code is merely a written representation of the program, and it's lossy, so you can't reconstruct a program from its code. If you think of total software debt as technical debt + cognitive debt, then previously, we mostly had technical debt. Now with AI we have both. Previously, when you built something, you accumulated technical debt but relatively little cognitive debt because you had to understand what you were building in order to build it. In other words: the theory came for free as a byproduct of the work. AI breaks that coupling. Now you can produce code without building the theory. So you're now able to accumulate both kinds of debt simultaneously - technical debt in the code and cognitive debt in yourself. And cognitive debt is arguably worse because you can fool yourself into believing it doesn't exist. Technical debt tends to show up in semi-obvious ways that we understand well as an industry. Cognitive debt is more insidious - it means you're unable to even reason about the program (because you possess no theory of it) - which is what Naur describes as the "death" of a program.
English
9
48
235
17.4K
Peter Sobot
Peter Sobot@psobot·
(On that topic, @projection_lab is amazing and cannot be beat by a couple hours of Claude use)
English
0
0
1
106
Peter Sobot
Peter Sobot@psobot·
One of the biggest dangers of using AI agents to "just write this quick tool for me" is that it'll get you 90% of the way there after a couple of hours; when you could have instead spent those hours using a much better tool that someone else has already created.
English
2
0
4
213
Peter Sobot retweetledi
Rohan Paul
Rohan Paul@rohanpaul_ai·
Powerful new Harvard Business Review study. "AI does not reduce work. It intensifies it. " A 8-month field study at a US tech company with about 200 employees found that AI use did not shrink work, it intensified it, and made employees busier. Task expansion happened because AI filled in gaps in knowledge, so people started doing work that used to belong to other roles or would have been outsourced or deferred. That shift created extra coordination and review work for specialists, including fixing AI-assisted drafts and coaching colleagues whose work was only partly correct or complete. Boundaries blurred because starting became as easy as writing a prompt, so work slipped into lunch, meetings, and the minutes right before stepping away. Multitasking rose because people ran multiple AI threads at once and kept checking outputs, which increased attention switching and mental load. Over time, this faster rhythm raised expectations for speed through what became visible and normal, even without explicit pressure from managers.
Rohan Paul tweet media
English
243
1K
4.5K
1.6M
sudara
sudara@sudara·
razzle dazzle
English
6
11
155
5.5K
Peter Sobot
Peter Sobot@psobot·
reminder: only 10 days away. we can make it.
Peter Sobot tweet media
English
0
0
1
113
Peter Sobot
Peter Sobot@psobot·
@bernhardsson Really good post - but please tell me this was an intentional easter egg? 😅
Peter Sobot tweet media
English
1
0
5
876
Erik Bernhardsson
Erik Bernhardsson@bernhardsson·
I just published this blog post about software companies buying more software and all its corollaries: SF being back, tech layoffs, revenue going up but margins going down, and much more: erikbern.com/2026/02/25/sof…
English
8
5
140
17.6K
Peter Sobot
Peter Sobot@psobot·
is the big bad AI going to take all of our jobs or is it just cold and dark and February and we’re all spending too much time on computer
English
2
0
4
244
Peter Sobot retweetledi
skooks
skooks@skooookum·
Software engineering will only become more lucrative for those who love software engineering. We're experiencing a Tower of Babel moment, barbarians at the gate, so forth. The future of the profession belongs to those who loved the game before they invented the slop cannon.
English
65
126
2.3K
82.6K
Peter Sobot retweetledi
Nathan Lawrence 🌈
Nathan Lawrence 🌈@NathanBLawrence·
Almost everyone goes on this journey: 1. "These are useless" 2. "These are interesting" 3. "I am getting more productive" 4. "I am bored and need to use 2 of these at once" 5. "I run an army of these robots, and if you don't, skill issue, you are NGMI" 6. "Wait, WTF is this code?" 7. "I was fooling myself, clarity of intent is the real bottleneck"
Marcin Krzyzanowski@krzyzanowskim

my productivity skyrocketed when I stopped setup agents and started to write code again like a normal fucking human being

English
21
40
880
87.6K
Peter Sobot
Peter Sobot@psobot·
@spimescape I think that one was sadly not recorded - but the tl;dr was "fork() is a footgun in multithreaded programs, just use threads and GIL-free native code instead." Even more true nowadays when verifiably rewriting your Python code in GIL-free Rust or C++ is trivial with agents.
English
0
0
1
8
Camilla Montonen
Camilla Montonen@spimescape·
@psobot Is there a video of the talk? Was searching on YouTube, but couldn't find anything.
English
1
0
0
4
Camilla Montonen
Camilla Montonen@spimescape·
Didn't quite realise what a footgun multiprocessing + shared memory could be in Python. Maybe skills issue? But also confusing when same program either runs or hangs without changing the code.
English
1
0
2
149
Peter Sobot
Peter Sobot@psobot·
surprised this button from NYT cooking hasn't caught on as a meme yet
Peter Sobot tweet media
English
28
1K
31.9K
320.6K
Peter Sobot retweetledi
anand iyer
anand iyer@ai·
Every engineer I've talked to says the same thing: AI made individual tasks faster but their days got harder. When a 3 hour task shrinks to 45 minutes, you don't do fewer tasks. You see yourself shipping faster, so your own expectations adjust. The baseline moves. It's like 996 culture but it sneaks in surreptitiously.
Siddhant Khare@Siddhant_K_code

AI was supposed to make us more productive. So why is everyone more exhausted? Each task gets faster. So you do more tasks. Your brain doesn't scale like a GPU. Wrote about it honestly. siddhantkhare.com/writing/ai-fat…

English
24
13
228
28.4K
Peter Sobot
Peter Sobot@psobot·
Opus 4.6 just referred to some Opus 4.5-written code as "a monstrosity." We have reached the singularity.
English
0
0
5
286
Peter Sobot
Peter Sobot@psobot·
chat is it good or bad to get a handheld keyboard so you can continue to prompt your agents while working out on your indoor bike
Peter Sobot tweet media
English
1
0
4
301
Peter Sobot
Peter Sobot@psobot·
looks like someone at Anthropic ran kubectl scale deployment/opus-4-5 --replicas=$HALF but has not yet run kubectl scale deployment/opus-5-0 --replicas=$HALF
English
0
0
3
294