What public figures publish and believe, in their own words.
About this feed
Latest: everything, as it happens, in the order it happened. Nothing ranked. Show highlights instead.
The quoted blocks are what people actually said; a beneath one is the belief those words support, in korrents' wording. Nobody here wrote their own page.
Top people are the people in this feed with the most beliefs on this site, then the most here. Choose an area and the row leads with the people whose beliefs are about it; tap a face for their feed.
Top people in Software
Showing Profile →
Hiding
Hiding
7 June
From one piece Tony Fadell: How to build real taste (and why AI makes it matter more) 2 beliefs, in the piece's order there
-
Their words
So, you know, like what's called fast fashion, we got fast software. But software, if you're going to build a real company, can't be throwaway.
-
korrents.com
Software cannot reach its next level until somebody builds the next level of hardware underneath it.Their words
we can't get to the next level of software if we don't make the next level of hardware.
-
Usesrcmnd.app
FirefoxTheir words
Firefox browser with uBlock Origin and Link Hints
-
Usesrcmnd.app
Void LinuxTheir words
Void Linux on my desktop
6 June
5 June
-
Recommendssponsoredrcmnd.app
PiKVMTheir words
My Dad and I tested all the PiKVM models, and I like everything but the price. I 100% recommend them, especially since you're directly supporting the folks who wrote the software.
4 June
-
Their words
They just recently released a report, and I think like you really have to squint to see anything happening. Like basically, if you want to take kind of like uh an an approach across the entire economy and looking at even looking at like software engineering, like the most exposed sort of sectors, there's just like not really anything going on. There might be a little bit of a signal about like junior developers getting jobs less than before, and that but that's like a less than before rather than a level shift.
3 June
From one piece Kubernetes and retiring at the top with Kelsey Hightower 5 beliefs, in the piece's order there
-
Their words
And so you have been part of the change to other industries and other people yourself. What did you think about that? Did you even think about it at all? So let's not be surprised if you find no sympathy from all the other professions that you've helped force change upon.
-
korrents.com
The job has always been to solve human problems, and software is not required for every human endeavour.Their words
It's like maybe you don't understand what the job has always been. We are trying to solve human problems and we use whatever technology is required. In some cases, the technology happens to be software and software ain't required for every human endeavor.
-
Their words
I'm watching people write these huge markdown files to give the agent context. How about you write documentation to give me context so I can have fully working examples.
+ 2 more
-
Their words
and it turns out people kind of over glorify entrepreneurship. I think a lot of people believe there is tremendous upside, right? the type of entrepreneurship we talk about with software companies, the the upside is crazy. But when you're doing like selling parts or service business, unless you plan to open lots of stores and you know grow a larger employee base, it's not the same growth trajectory as software companies.
-
Their words
The thing that makes Kubernetes powerful, there's a data model. We gave infrastructure a type system. So instead of imperative shell scripts, you finally had types.
2 June
-
Their words
So often with new software paradigms, what looks like inevitability turns out to be just design failure that can be solved with the right guardrails or affordances or system instructions.
1 June
-
Their words
Most FMV games looked bad because developers followed a top-down approach trying to cram a real movie into a tiny CD-ROM using a weak CPU.
30 May
29 May
-
Likedrcmnd.app
HeliumTheir words
Browser: Helium. Chrome's good performance and devtools, none of the Google junk.
-
Recommendsrcmnd.app
Framework Laptop 13Their words
For now, I think Framework's 13" lineup is more compelling if you favor repairability/upgradeability and top-tier Linux support.
-
Mixed onrcmnd.app
Framework Laptop 12Their words
the Framework 12 isn't a bad laptop
28 May
27 May
From one piece Building OpenCode with Dax Raad 4 beliefs, in the piece's order there
-
Their words
every single dev tool we use whether it's databases, compilers, whatever eventually the open source option becomes a default option, right?
-
Their words
But you if you also become an expert in a specific industry, that's like a deadly combo. Um if you are like just pick any industry, let's say let's say farming, let's say you understand that farming industry really well and you're also a decent software engineer, you're probably like the top 10 people in the world for that combination that the whole industry will want to hire.
-
Their words
The the biggest advantage to in DevTools is the fact that everyone working at DevTools is a programmer and programmers are horrible at B2C products. They don't realize DevTools are B2C products.
+ 1 more
-
Their words
The thing that I find interesting is that's not novel. This has been the thing we've always been trying to do forever. How do we get a junior engineer to ship code safely without breaking stuff? Right? How do we make patterns in the codebase? How do we make tests? Like it's it's all the old stuff that we've always wanted to do.
26 May
25 May
24 May
From one piece AI predictions: Job markets, Codex beats Claude, and the death of org charts | Dan Shipper 3 beliefs, in the piece's order there
-
Their words
The second is that most of the work that you do is actually going to happen on your computer in an environment like Codex or Cloud Co-work that becomes the sort of operating system for it becomes the sort of operating system for how how you do all of your work, whether that's your email, the documents you create, like all that kind of stuff.
-
korrents.com
Designers have stopped handing work off — they open the pull request themselves, which changes how companies build.Their words
And what you see when we work with them internally is now they're just like they're just making pull pull requests. Like they don't they don't need to hand it off as much. Sometimes they do but like a lot of times they just make pull requests and it's like the thing is built and that's it and I think that's incredible for the way that companies work
-
Their words
And I think that Cursor has at least so far more distinctly chosen a lane. Like they're more distinctly choosing to be a for programmers. And that may limit how far they get in here.
23 May
21 May
-
Their words
Central planning is not a solution simply because agents are software, and do not fix the problem of local knowledge which lives near the work.
20 May
From one piece Why Rust is different, with Alice Ryhl 4 beliefs, in the piece's order there
-
Their words
And what this is is that in the guide level explanation, you explain your feature as if you were writing a guide as if the feature already existed. And in the reference level explanation, you explain your feature again as if it already existed, but as if it would be in the language reference instead of a tutorial.
-
Their words
My opinion is that the least mature area is front end. There have been some attempts to compile Rust to Web Assembly and then run it on the web as a front end as a replacement for TypeScript. But if I was writing a web server, I would totally use Rust for the back end and TypeScript for the front end. I would not really go the web assembly route.
-
Their words
I think where Rust is really unique is in the combination of things. So on one hand, it it doesn't have a garbage collector and it it's usable in low-level context like the Linux kernel or firmware or whatever.
+ 1 more
-
Their words
I think this is kind of leads to another way that Rust really helps with reliability, which is that if you're refactoring, I think Rust is really good at telling you all the places you need to update. I've done this sometimes where I would refactor something. I change the code. I change the return type or whatever it is, and then I just fix the compiler errors and until the compiler stops shouting. And then once I've done that, I've updated every place I need to update.
19 May
18 May
16 May
-
Their words
As reasoning models and agent workflows keep more tokens around (for longer), KV-cache size, memory traffic, and attention cost quickly become the main constraints, and LLM developers are adding a growing number of architecture tricks to reduce those costs.
15 May
-
korrents.com
Needing to mock code in tests often signals an underlying design problem that refactoring would fix.Their words
unless the code is completely out of your control, the need for mocking often indicates a design problem-consider refactoring to make the code easier to test directly.
-
korrents.com
Tailwind is a good way to build a site you're happy with, even without strong CSS skills of your own.Their words, before
I ended up making this site with Tailwind CSS, and it helped me make a site I felt pretty happy with my minimal CSS skills and just 2 evenings of work!
Their words now
I’m a lot better at CSS than I was when I started using Tailwind Ultimately Tailwind is limiting: if you want to do Weird Stuff in your CSS, it’s not always possible with Tailwind. Those limits can be extremely useful (a lot of this post is about me reimplementing some of Tailwind’s limits!) but at this point I’d like to be able to pick and choose.
14 May
13 May
From one piece TypeScript, C# and Turbo Pascal with Anders Hejlsberg 5 beliefs, in the piece's order there
-
Their words
but lo and behold, they all run browsers with JavaScript in it. Lo and behold, the real cross-platform language isn't Java. It's JavaScript.
-
Their words
And quite honestly, language design is 90% the same and 10% new for for pretty much every language. Every language you build still has to have a compiler. Compiler is still built in a pretty much the same way.
-
Their words
You know, there's open source and there's open development. And and and we were technically open source in the beginning, but it was not open development. We would sort of lob the source code out in this repository and scrape the issues off of that and put it into our internal issue tracker.
+ 2 more
-
Their words
So, if we're checking 99% instead of 100%, well, heck, that's better than the 0% that JavaScript checked, right? And it gives you like language features that no other languages can provide because they can't get to 100%.
-
Their words
And so everything is lazy and deferred and functional and reusable inside the compiler. And it's a very different way of writing compilers than than what the textbooks will traditionally teach you.
12 May
-
Likedrcmnd.app
ClaudeTheir words
But Claude isn’t just a replacement-level SwiftUI developer. Claude is actually good.
11 May
8 May
-
Their words
At even $500/kg, launch cost is only 5% of the total satellite deployment cost, so a lunar mass driver is unlikely to drastically improve the economics of space-based AI, by reducing launch costs.
7 May
-
Their words
there is no principal-agent problem, because the human driving the machine takes on the responsibility for its actions by owning the deployment.
6 May
5 May
4 May
3 May
From one piece Reflections on AI-assisted Programming 2 beliefs, in the piece's order there
-
korrents.com
AI coding assistants are leveling the skill gap between software developers who can afford to use them.Their words
Skill-wise, most software developers, as long as they are willing/able to pay for AI assistants, are on the same page now.
-
korrents.com
Software development will shift from centralized systems to highly personalized, proliferating software abundance.Their words
Going forward, I think the future will be filled with software abundance, or, more accurately, I'd call it "software proliferation". That is, centralized development will be history. Software will be highly personalized, especially for open source software.
2 May
1 May
30 April
28 April
27 April
26 April
From one piece How to win when software is not a moat | Evan Spiegel (Snapchat CEO) 3 beliefs, in the piece's order there
-
korrents.com
A platform of creators and developers is a durable moat, because an ecosystem, unlike a feature, cannot be cloned.Their words
the more that we could build a platform uh around our business, the more that we could build an ecosystem with creators and developers, the harder it would be for folks uh to to just copy that.
-
korrents.com
Network effects are not a sufficient moat, because software features get copied however many patents you hold.Their words
network effects are certainly an important piece of the puzzle for sure, um but I don't think they're enough when it comes to these sorts of software uh you know, software cloning.
-
korrents.com
Software is not a moat, and the AI industry is only now discovering what Snap learned fifteen years ago.Their words
15 years ago we essentially learned that software is not a moat, right? Which is something that everyone is discovering today with AI, right?
-
korrents.com
AI coding assistance now lets a programmer complete in a day work that used to take weeks.Their words
Though now that I can accomplish ~3 weeks of old-way work in a new-way day, this sort of project becomes that much easier to start and finish.
25 April
-
Their words
As the software industry is largely driven by trends and fashion, React's "cool factor" led to a mass amnesia regarding how to make normal, well-designed web apps made of HTML with a sprinkling of scripting on top and everything became one big tangled, brittle mass of Javascript that completely keeled over when scripting wasn't available.
24 April
22 April
From one piece Designing Data-intensive Applications with Martin Kleppmann 5 beliefs, in the piece's order there
-
Their words
local-first software, which is this idea that we want to take away a bit of the power from cloud operators and give it back to end users. So, end users should be more in control of their own data and less dependent on cloud services for providing the applications and the data that that the users need.
-
Their words
But, somebody still has to build those lower-level abstractions and from lower-level components. Somebody's got to implement the cloud services.
-
Their words
software as a service businesses, for example the whole reason why they can charge a subscription is because they are able to essentially hold a gun to the customer's head and say, "Pay us at your subscription, otherwise we will delete all your data."
+ 2 more
-
Their words
And now suddenly people are building databases on top of object stores, for example. And now the replication happens at the object store level, no longer at the database level.
-
Their words
Maybe as AI writes more and more code of our code, it's less about like the details of how you express logic in a particular programming language and much more about those kinds of high-level trade-offs.
From one piece Borrow-checking without type-checking 2 beliefs, in the piece's order there
-
Their words
The dynamic type system provides flexibility and easy meta-programming, while the static type system removes the overhead in most of your code.
-
Their words
Ensuring that moving, borrowing, and sharing don't break the illusion is surprisingly easy to do with a static type system, and surprisingly hard to do with a dynamic type system, or at least hard to do cheaply.
-
Their words
Agents, by making it easiest to write code, means there will be a lot more software.
20 April
18 April
16 April
15 April
-
Their words
But without the handoff, everyone builds. And that makes all the difference.
From one piece Jensen Huang – Will Nvidia’s moat persist? 2 beliefs, in the piece's order there
-
korrents.com
AI will not commoditise software tools; it will multiply them, because every new agent is another tool user.Their words
I actually see the opposite of what people see I think the number of agents are going to grow exponentially. The number of tool users are going to grow exponentially and it's very likely that the number of instances of all these tools are going to skyrocket.
-
Their words
We have got to acknowledge that most of the advanc advances in AI came out of algorithm advances not just the raw hardware. Now if most advances came from algorithms and computer science and programming tell me that their army of AI researchers is not their fundamental advantage.
14 April
13 April
11 April
10 April
8 April
-
Their words, before
But I have come to realize that as a web developer, Linux is just better. Linux is just better. It's closer to what I deploy on. The tooling is actually phenomenal.
Their words now
anyone who's working with the web, who's working with Ruby, who's doing DevOps, they should be on Linux because first of all, that's closer to what we deploy.
-
Their words, before
I love chiseling my code and the way I use AI is in a separate window. I don't let it drive my code. I've tried that. I've tried the cursors and the wind surfaces and I don't enjoy that way of writing. And one of the reasons I don't enjoy that way of writing is I can literally feel competence draining out of my fingers.
Their words now
I will now start any project I'm starting with. I'm starting agent first and that's a massive shift
-
Their words, before
It may no longer have as much economic value as it once did. I think that I'm quite convinced is true that we perhaps have seen the peak.
Their words now
So, I do think it is correct for the average programmer to think maybe we've seen the best of the golden days.
+ 2 more
-
Their words, before
Where I get fired up, and this ties back to the AI discussion, is when that's turned into this meme, that programmers no longer have to be competent. I mean the AI is gonna figure it out. The generators is gonna figure it out. I don't need to know SQL, active record is gonna abstract it away from me. No, no, no dude, hold up. The path here is competence.
Their words now
really good programmers are currently more valuable than ever because they're the ones who are able to get the most out of the AI acceleration.
-
Their words, before
The joy of a programmer, of me as a programmer, is to type the code myself. If I elevate myself, if I promote myself out of programming, I turn myself into a project manager. A project manager of a murder of AI crows as I wrote the other day.
Their words now
I have been hyper accelerated as a programmer. It's a different kind of programmer, but it still has the same affinity to aesthetics, at least when I'm producing Ruby code.
7 April
-
Their words
So certainly one thing that a lot of them seem to be bottlenecked on is now having interesting ideas and in particular having interesting design ideas.
From one piece Martin Fowler & Kent Beck: Frameworks for reinventing software, again and again 3 beliefs, in the piece's order there
-
Their words
which is that the the Venn diagram of developer experience and agent experience is a circle. And the point here is that, you know, what we do that that's good for the agents is good for the humans and vice versa. I'm hearing a lot of feedback saying, "Yeah, actually, if you have well-modularized code, that actually makes it easy for the agents to work with."
-
Their words
Um I think another similarity is I mean, the core notions uh behind Agile and extreme programming are solid and good, but a huge snake oil industry appeared around it, the Agile industrial complex as I like to refer to it. Um and that will happen. That is happening with AI right now, and it's often hard to see the difference between where is the snake oil and where is the real stuff.
-
Their words
My bet is on the more effective two pizza teams. Um and it it's also some interesting, you know, feedback we're beginning to get in terms of pair programming. I mean, with pair programming, do you say pair programming is the human and the genie? Or is it two humans and and genies? Because if it's two of us, we can control the genies perhaps a little bit better.
-
Their words
For years, it was faster to mock up software than to ship it. Designers stayed "ahead" of engineering with prototypes. Now AI coding agents make development so much faster that the loop has flipped.
From one piece Martin Fowler & Kent Beck: Frameworks for reinventing software, again and again 4 beliefs, in the piece's order there
-
Their words
But now now we have this repeating this repeating, "Hey, we get to get rid of all the programmers." Which it behooves us as programmers to think about why they keep wanting to get rid of us. Some of that's about us and some of it's not, but some of it is. So we should think about that. But also that ants amps up the fear factor that everybody is experiencing.
-
Their words
What I see now is, well, "I'm a a programmer and I've got six agents. So, really I'm managing a team." No, you're not. You're using six tools at once, which is fine. But, it's that's very different than having a conversation with somebody who believes things that are a little different than what you believe.
-
Their words
So, I see a a big trend is the re-soloing of programming. Where a big part of extreme programming is creating a safe social environment for basically antisocial people. Not just asocial, antisocial. And the when I think about the degree of interaction on an XP team, people aren't talking to each other hours a day and happy to be doing so because it's set up for that to be a positive experience.
+ 1 more
-
Their words
Yeah, AI is an amplifier. And if uh if you're young and learning quickly, AI is going to amplify that or can amplify that. So, I I personally think this is this is the golden age of the junior programmer.
6 April
5 April
3 April
-
Their words
But here's what I know for certain: product isn't a moat. Software engineering capability isn't a moat. Not anymore.
The Increasing Risk of Building in Publicthebootstrappedfounder.com
2 April
-
Usesrcmnd.app
Arch LinuxTheir words
Software I have been a Linux user for a long time. About a year and a half ago I migrated over to Arch Linux.
1 April
From one piece Scaling Uber with Thuan Pham (Uber's first CTO) 3 beliefs, in the piece's order there
-
Their words
I don't mind if we think we can do something of our own problem it's terrifying when we have a major problem and we depend on somebody else
-
Their words
none of us wanted to go through that extreme but lots of time when you are under a lot of pressure and no time to react other than just to survive that scale that keep on coming at you, you have to make uh decision that increase uh speed and velocity because speed and velocity allow us to build quick enough to survive
-
Their words
we're trying to crack the next frontier which is how we get that level of productivity increase and output building new features on top of a code base that are older,
29 March
From one piece 2026 has been the most pivotal year in my career… and it's only March 2 beliefs, in the piece's order there
-
Their words
AI makes programming so cheap that only the rich will write code by hand.
-
korrents.com
Frontier AI now outperforms most human programmers at most programming tasks, with very low defect rates.Their words
AI is now highly skilled at programming, and better than me at almost every programming task, with inhumanly-low defect rates.
From one piece Chip Huyen: Building when it feels like there's nothing left to build - The Pragmatic Summit 3 beliefs, in the piece's order there
-
Their words
if you can describe a style, AI can generate it. And the same with software. If you can describe a software, then AI can build it for you.
-
Their words
But in Vietnam and also in a lot of other Asian countries, people are on the move all the time. Like people are on the motorbike all the time. So, they actually really don't like typing. So, the voice like a lot of the companies in Vietnam actually deploy voice bots before they do uh do chatbot.
-
Their words
I feel like now I can build anything I want. But at the same time, anyone can build anything I want. So, what is the incentive structure for me to do anything?
27 March
26 March
25 March
From one piece Thoughts on slowing the fuck down 4 beliefs · mariozechner.at
-
Their words
And organizations have super high pain tolerance. But human-made enterprise codebases take years to get there. The organization slowly evolves along with the complexity in a demented kind of synergy and learns how to deal with it. With agents and a team of 2 humans, you can get to that complexity within weeks.
-
Their words
With an orchestrated army of agents, there is no bottleneck, no human pain. These tiny little harmless booboos suddenly compound at a rate that's unsustainable. You have removed yourself from the loop, so you don't even know that all the innocent booboos have formed a monster of a codebase. You only feel the pain when it's too late.
-
Their words
You can give it a Bash tool so it can ripgrep its way through the codebase. You can give it some queryable codebase index, an LSP server, a vector database. In the end it doesn't matter much. The bigger the codebase, the lower the recall. Low recall means that your agent will, in fact, not find all the code it needs to do a good job.
+ 1 more
-
Their words
Worse, you realize that the gazillions of unit, snapshot, and e2e tests you had your clankers write are equally untrustworthy. The only thing that's still a reliable measure of "does this work" is manually testing the product.
24 March
23 March
From one piece Jensen Huang: NVIDIA - The $4 Trillion Company & the AI Revolution | Lex Fridman Podcast #494 3 beliefs, in the piece's order there
-
Their words
So you get this rapid, incredible great talent, rapid innovation because of open source and just, you know, the nature of friends, and, and insane competition. Among the company, what emerges is incredible stuff. And so this is the fastest innovating country in the world today
-
Their words
You know, a lot of people would say, "You know AI is gonna completely destroy software. We don't need software anymore. We don't even need tools anymore." That's ridiculous.
-
Their words
And if everything is proprietary, it's hard to do research and it's hard to innovate on top of, around, with. And so… Open source is fundamentally necessary for many industries to join the AI revolution.
22 March
From one piece Nicole Forsgren: Leading high-performing engineering teams in the age of AI - The Pragmatic Summit 5 beliefs, in the piece's order there
-
Their words
right now, that whole front end has been like kind of smooshed because many times we can just like prototype really really rapidly and kind of solidify some of what we're thinking in terms of like ideas and coding. So I fully expect that part of the outer loop is just going to be collapsed as well, right?
-
korrents.com
AI did not create the bottlenecks in software delivery; it threw gas on processes everybody already knew were weak.Their words
There were a handful of people probably managing a security review process or a launch process or a deployment process or, you know, sometimes reviews were a little slow and they got backed up. Well, now we just threw gas on the fire and so all of that is a problem.
-
Their words
And so, like in the immediate term, yeah, we were getting more out, but now our systems, whether technology systems or human systems or processes, are really kind of getting overwhelmed.
+ 2 more
-
korrents.com
You cannot mandate a tool developers dislike — they will quietly spin up the one they wanted.Their words
I'm going to sound old when I say this, but like I one time had a company tell me, "Oh, well, they have to use that CI/CD system." I'm like 20 bucks, they're just spinning up Jenkins. And they were, right?
-
Their words
I I will say I tend to start with adoption. I am not a fan of an adoption metric. I don't like it, but also devs are like a gloriously cranky bunch.
-
Lovedrcmnd.app
StarletteTheir words
Kim Christie started working on Starlette in 2018 and it quickly became my favorite out of the new breed of Python ASGI frameworks.
21 March
20 March
From one piece Skill Issue: Andrej Karpathy on Code Agents, AutoResearch, and the Loopy Era of AI 5 beliefs, in the piece's order there
-
korrents.com
The way software gets built flipped in December: writing code yourself is now the exception, not the default.Their words
I kind of went from 80/20 of like, you know, uh to like 20/80 of writing code by myself versus just delegating to agents. And I don't even think it's 20/80 by now. I think it's a lot more than that. I don't think I've typed like a line of code probably since December basically.
-
Their words
these apps that are on the app store for using these smart home devices, etc. Uh, these shouldn't even exist kind of in a certain sense. Like shouldn't it just be APIs and shouldn't agents be just using it directly?
-
korrents.com
Demand for software will be extremely large precisely because software just got much cheaper to produce.Their words
I do have like cautiously optimistic view of this in software engineering where I do think um it does seem to me like the demand for software will be extremely large. Um and it's just become a lot cheaper.
+ 2 more
-
Their words
I simultaneously feel like I'm talking to an extremely brilliant PhD student who's been like a systems programmer for their entire life and a 10-year-old.
-
Their words
So I think the industry just has to reconfigure in so many ways that's like the customer is not the human anymore. It's like agents who are acting on behalf of humans and this refactoring will be will probably be substantial in a certain sense.
19 March
From one piece Simon Willison: Engineering practices that make coding agents work - The Pragmatic Summit 5 beliefs, in the piece's order there
-
Their words
Why would I use a date picker library where I'd have to customize it when I could have Claude write me the exact date picker that I want.
-
Their words
OpenAI and Anthropic have both realized that code is the most important thing to optimize the models for, cuz that's where the money is. Like coders will spend $200 a month on a plan if it's good enough, it turns out.
-
Their words
one of the magic tricks about these things is that they they're incredibly consistent. If you've got a code base with a bunch of patterns in, they will follow those patterns almost to a T.
+ 2 more
-
Their words
just cuz the test suite passes doesn't mean that the web server will boot. You know, there's there's always a chance that when you actually try in the real world, something's not going to work.
-
Their words
projects are flooded with junk contributions at the moment to the point that people are trying to convince GitHub to disable pull requests, which is something GitHub have never done.
17 March
16 March
15 March
13 March
From one piece Dylan Patel — The single biggest bottleneck to scaling AI compute 2 beliefs, in the piece's order there
-
Their words
Um, and then you stack on 70 this year, 80 next year, growing to 100 by 2030. You're at like 700 EV tools by the end of the decade. Um, 700 EV tools, three and a half tools per gigawatt. um assuming it's all allocated to AI which it's not but three and a half tools per gigawatt gets you to 200 gigawatts worth of AI chips for the data centers to deploy
-
Their words
As we move from, you know, hey, [clears throat] these companies are selling tokens where they provide the entire uh reasoning chain and all that to uh selling automated, you know, white collar work, right? Automated software engineer, send them the request, they give you the result back and there's a bunch of thinking on the back end that they don't show you. The ability to distill out of American models into Chinese models will be harder.
From one piece Data Is the Only Moat 3 beliefs, in the piece's order there
-
korrents.com
Real-world, human-generated data is becoming the only durable moat for software businesses over the next decade.Their words
I believe that data - real-world data, mostly human-generated, validated, and cleaned - is the only reliable moat we have as software founders in the near and mid-term future.
-
Their words
Making your software business an API-first business is probably one of the smartest things you can do today.
-
Their words
If you run a software business that is purely transformative - that takes incoming data, does something to it, and turns the data back out - that will be a problem.
11 March
From one piece From IDEs to AI Agents with Steve Yegge 5 beliefs, in the piece's order there
-
Their words
I think that by the end of this year and we'll see demos of it like right away, but by the end of this year most people will be programming by talking to a face. A face as in a face on the screen.
-
Their words
My my feeling is that probably people have a low tolerance for non-determinism. And these things are fundamentally non-deterministic. So, they can't just go replace customer call center software because they they could be wrong.
-
Their words
If you're a monolith, you're kind of hosed because I told you the ceiling's going up for what they can do, but it ain't ever going to hit your monolith. They will never fit in the context window and you're never going to be able to never in the next 18 months be able to tell a model go fix my monolith. You have to break it up.
+ 2 more
-
Their words
I had a lot of my own ego and identity wrapped up in my sort of compiler background. It's all It's interesting, right? But it's it's not useful in any meaningful sense anymore.
-
Their words
But right now I think it's sitting somewhere between half million and five million lines of code, somewhere in there. Probably more on the half million side right now and with the next drop of an Anthropic model, we're probably going to see it jump up to a few million lines.
10 March
-
Usesaffiliate linkrcmnd.app
ScreenFlowTheir words
ScreenFlow - Recording software
-
Lovedrcmnd.app
TypeScriptTheir words
TypeScript - I can't imagine building JavaScript projects without TypeScript.
-
Lovedrcmnd.app
React Router v7Their words
Remix/React Router v7 - The best framework to build a web app
+ 1 more
-
Likedrcmnd.app
ZodTheir words
Zod - A great schema declaration and data validation library for TypeScript.
8 March
4 March
From one piece Will Claude Code ruin our team? 2 beliefs, in the piece's order there
-
Their words
As more people build software and cycle time compresses, they'll start to absorb lessons that it took their colleagues decades to learn.
-
korrents.com
AI-driven skill compression will be disruptive to software team culture in the short term.Their words
In the short term, this is going to be incredibly disruptive for team culture.
-
Their words
always make sure that when you start a migration, you finish the migration.
3 March
From one piece Claude is an Electron App because we’ve lost native 2 beliefs, in the piece's order there
-
korrents.com
Bloated, slow software is caused by a lack of engineering care, not by the choice of technology stack.Their words
The real problem is a lack of care. And the slop; you can build it with any stack.
-
korrents.com
Native OS APIs are worse to develop against than web APIs, and platform vendors discourage native app development.Their words
Native APIs are terrible to use, and OS vendors use everything in their power to make you not want to develop native apps for their platform.
2 March
-
Their words
That now ubiquitous timeline names eras after the inorganic materials that happened to survive in the dirt.
-
korrents.com
Regulation must precede reflection: cognitive insight fails while a nervous system is in defensive dominance.Their words
Polyvagal theory provided me with a coherent framework for understanding why cognitive insight alone often fails when a nervous system is in defensive dominance. In such states, higher-order cortical processes are functionally constrained.
1 March
-
Their words
I've always been opinionated about how software should work. Mainly, it should be fast. The bounds of it should be "knowable." The contract you have with it should be "sane" (i.e., you just own it).
-
Usesrcmnd.app
Claude CodeTheir words
With Claude, I've built a host of software like this. Mostly small tools for myself — programs that instantly append copy buffers to text files (I keep a running file of nice things people write to me called notapieceofshit.txt) or quickly perform live currency conversions.
27 February
26 February
24 February
23 February
22 February
19 February
18 February
17 February
16 February
15 February
14 February
-
Their words
Yes, I could totally see how OpenClaw could become a huge company. And no, it’s not really exciting for me. I’m a builder at heart. I did the whole creating-a-company game already, poured 13 years of my life into it and learned a lot. What I want is to change the world, not build a large company and teaming up with OpenAI is the fastest way to bring this to everyone.
13 February
-
Their words
But but that's actually a very weak criterion, right? People thought I was saying like we won't need 90% of the software engineers. Those things are worlds apart, right?
-
Their words
But the quality of these systems isn't just in the code they write. It's also in the code I don't have to write. And maybe more importantly, their actual value is in the code I would never have written, or could never have written, or never would have wanted to write.
When Long-Term Investments Finally Pay Offthebootstrappedfounder.com
12 February
From one piece OpenClaw: The Viral AI Agent that Broke the Internet - Peter Steinberger | Lex Fridman Podcast #491 4 beliefs, in the piece's order there
-
korrents.com
Refactors are cheap now, so he just does them, even when they break other people's open pull requests.Their words
Many times, I just do the refactor because refactors are cheap now. Even though you might break some other PRs, nothing really matters anymore.
-
korrents.com
Do not run a personal agent on a cheap or local model: weak models are gullible and easy to prompt-inject.Their words
That's why I warn in my security documentation, don't use cheap models. Don't use Haiku or a local model. Even though I, I very much love the idea that this thing could completely run local. If you use a, a very weak local model, they are very gullible. It's very easy to, to prompt inject them.
-
Their words
That, that gets into the whole arch of every app is just a very slow API now, if they want or not. And that through personal agents a lot of apps will disappear.
+ 1 more
-
Their words
But I don't want to, like, pull that down because every time someone made the first pull request is a win for our society, you know? Like, it… Like, it doesn't matter how, how shitty it is, y- you gotta start somewhere.
-
korrents.com
Being an excellent programmer is a burden rather than an advantage when learning to work with coding agents.Their words
It’s actually how good they are at programming is almost a burden in their ability to empathize with the system that’s starting from scratch. It’s a totally new paradigm of, like, how to program. You really, really have to empathize.
11 February
10 February
-
Their words
building a third-party client to read and route messages is a gray area in their terms of service, and perhaps only partially supported in their API surfaces.
9 February
From one piece Is the craft dead? 2 beliefs, in the piece's order there
-
korrents.com
Craftsmanship, taste, and human judgment remain valuable in software development despite AI-assisted coding tools.Their words
There is value in good taste, there is value in craftsmanship, and there is value in human judgment.
-
Their words
I think that there will be lots of work for us cleaning up after the slop, but if you know what you're doing AI augmented development is going to get you some amazing results
8 February
From one piece Eight more months of agents 2 beliefs, in the piece's order there
-
korrents.com
Most current software and ways of solving problems are structured the wrong way for the agent era.Their words
Most software is the wrong shape now. Most of the ways we try to solve problems are the wrong shape.
-
korrents.com
The best software design for an AI agent to use is the same as the best design for a human programmer.Their words
the best software for an agent is whatever is best for a programmer.
6 February
5 February
4 February
From one piece The danger of glamourizing one shots 2 beliefs, in the piece's order there
-
korrents.com
Programming is essentially the craft of turning ambiguous ideas into precise, specific instructions.Their words
It's not trivial to one shot something unique, because programming is the art of making the ambiguous incredibly specific through sculpting.
-
Their words
As high-level programming cedes way to the prose compiler, making your goals and specs well understood to the ambiguity loop and showing good judgment is going to matter more than ever.
3 February
-
Recommendsrcmnd.app
MoonlightTheir words
The Moonlight client is available for virtually every platform: Mac, iOS, Android, and of course Linux. That means no need to dual boot to enjoy the best games at the highest fidelity.
2 February
1 February
31 January
-
Usesrcmnd.app
DiaTheir words
However, I frequently run the Dia browser these days when I need a Chrome-based browser.
29 January
25 January
-
Their words
there should be no way to get a big company like a public SAS company Unless NR is greater than 100, like otherwise cancellation should just win. And that is in fact the case.
23 January
-
korrents.com
Open-source text embedding models run well enough on consumer hardware to be practical for real tasks.Their words
Local / open text embedding models work fine on consumer hardware.
Email triage with an embedding-based classifieradamwiggins.com
22 January
20 January
19 January
-
Their words
But with today's AI coding agents, building software is remarkably easy. So instead of handing over static assets and static guidelines, designers can deliver custom software. Tools that let clients create their own on-brand assets whenever they need them.
18 January
From one piece Why I Stopped Using nbdev 2 beliefs · hamel.dev
-
korrents.com
Careful step-by-step thinking is a property of the developer, not something a tool or framework can enforceTheir words
Notebooks don't force you to write clean code. AI tools don't force you to think carefully. Discipline comes from the developer, not the environment.
-
korrents.com
Good documentation is produced by effort, not by tooling that keeps code and docs togetherTheir words
This reinforced my belief that good documentation comes from effort, not tooling.
15 January
From one piece Podcast: На Маке нет никаких шкафов @ Думаем дальше 3 beliefs, in the piece's order there
-
korrents.com
Making programming easier for more people has caused software to become bloated, slow and hard to manage.Their words
Компьютеры стали бытовым прибором, начать программировать легче, чем когда-либо, сложнейшие вещи делаются просто и даже тривиально, написаны горы готового кода. К сожалению, у этого есть и обратная сторона - программы становятся большими, медленными, неуправляемыми, непонимаемыми.
-
korrents.com
Frontend-backend communication should be mediated through a shared database rather than a custom API.Their words
Communication between frontend and backend should be handled by database
-
korrents.com
Local-first software will not become the dominant architecture, and that is an acceptable outcome.Their words
Local-first is not going to win, but that's okay We'll explore the complexities of traditional stack (db-server-frontend), develop a theory of software evolution: which systems succeed and why.
14 January
11 January
8 January
-
Their words
I don’t think this is very productive (expert users of a piece of software are notoriously bad at being able to tell if an explanation will be clear to non-experts), so I needed to find a way to identify problems with the man pages that was a little more evidence-based.
7 January
-
korrents.com
A consumer fraud dispute is decided by a support agent in about three minutes, not by anything resembling a trial.Their words
It is a CSR clicking a button on their web app’s interface after 3 minutes of consideration, and then entire evidentiary record often fits in a tweet.
One Regulation E, Two Very Different Regimesbitsaboutmoney.com
-
Recommendsaffiliate linkrcmnd.app
Immunity to Change: How to Overcome It and Unlock the Potential in Yourself and Your OrganizationTheir words
. Understanding how we grow and develop will help you become a better leader and a more empathetic colleague. More accessible than his academic work, this book also provides a framework for understanding underlying beliefs and motivations that might be holding you back.
4 January
2 January
1 January
From one piece We replaced our sales team with 20 AI agents—here's what happened next | Jason Lemkin (SaaStr) 4 beliefs, in the piece's order there
-
korrents.com
Almost nobody should build their own AI go-to-market tools; buy them, the way you would buy any other software.Their words
Don't build it yourself. You're not Versel. You don't have a full-time wicked awesome engineer that wants to build this.
-
Their words
go fire up your browser. Do it in incognito. Go to your app and do everything with a fresh Gmail address. Try support. See how your support is. Try to contact sales.
-
Their words
because you have to train them because it takes a month, the world's best software with no help training you is not one 99% of people should buy.
+ 1 more
-
Their words
So, add all that up, 5%. In many categories, we're north of 50% in market. So, that just totally changes.
-
Their words
To be clear, speed in itself does not mean labor markets and employment won’t eventually recover, it just implies the short-term transition will be unusually painful compared to past technologies, since humans and labor markets are slow to react and to equilibrate.
30 December 2025
-
Usesrcmnd.app
KeePassXCTheir words
For password management I used a command line tool called pass. I switched to KeepassXC in mid-2025.
28 December 2025
-
Likedrcmnd.app
GoTheir words
My go-to languages are TypeScript for web stuff, Go for CLIs and Swift if it needs to use macOS stuff or has UI. Go wasn’t something I gave even the slightest thought even a few months ago, but eventually I played around and found that agents are really great at writing it, and its simple type system makes linting fast.
24 December 2025
22 December 2025
20 December 2025
-
Likedrcmnd.app
ZenTheir words
Zen: I'm also a fan of Brave, but Zen is a great browser because it's open-source and firefox-based, but with all the customization and utilization I need.
-
Lovedrcmnd.app
SvelteKitTheir words
elements, JavaScript reigns supreme. SvelteKit's efficiency and reactivity make it my framework of choice, and TypeScript's type annotations bring a welcome layer of confidence to my codebase.
-
Likedrcmnd.app
fnmTheir words
fnm: fast and simple Node.js version manager, built in Rust.
16 December 2025
-
Likedrcmnd.app
The Secret of Our SuccessTheir words
Not every plank in his argument is convincing, and the research has evolved since the book first came out a decade ago, but the ambition is impressive and the framework holds up.
8 December 2025
-
Their words
The only highly populated industrial country unable to trivially meet its electricity and synthetic fuel needs with solar alone is the United Kingdom, due primarily to a high population density and high latitude. The Nordic and Baltic countries are tiny by comparison. Among other problems, the UK needs to decide if it wants the future where energy is cheap and it is rich, or the future where energy is expensive and it is poor. If the former, it is time to get serious about large scale deployment of wind power, using home-grown vertically integrated technology at prices as low as $10/MWh.
4 December 2025
26 November 2025
-
Usestheir ownrcmnd.app
shot-scraperTheir words
I’ve got a GitHub actions thing that runs a piece of software I wrote called shot-scraper that runs Playwright, that loads up a browser in GitHub actions to scrape that webpage and turn the results into JSON, which then get turned into an atom feed, which I subscribe to in NetNewsWire.
-
Usesrcmnd.app
NetNewsWireTheir words
I’ve got a GitHub actions thing that runs a piece of software I wrote called shot-scraper that runs Playwright, that loads up a browser in GitHub actions to scrape that webpage and turn the results into JSON, which then get turned into an atom feed, which I subscribe to in NetNewsWire.
25 November 2025
From one piece Ilya Sutskever – We're moving from the age of scaling to the age of research 2 beliefs, in the piece's order there
-
Their words
The models are much more like the first student but even more because then we say okay so the model should be good at competitive programming so let's get every single competitive programming problem ever and then let's do some data augmentation so we have even more competitive programming problems
-
Their words
But I think the idea of very rapid economic growth for some time, I think it's very possible from broad deployment.
-
Mixed onrcmnd.app
Framework DesktopTheir words
It's an incredible machine, but in the day-to-day, I've actually found I barely notice the difference compared to a $500 mini PC from Beelink
22 November 2025
18 November 2025
-
Their words
Thus my personal prediction is that in domains that are already largely under the powers of modern AI, such as languages, programming or chess, we’re going to see a divergence in human abilities.
16 November 2025
From one piece How FOSS Won and Why It Matters 3 beliefs, in the piece's order there
-
Their words
It significantly lowered the bar to production. It is how we got the whole society to run on software. If you make it harder for hobbyists maintainers, you are going to crash society.
-
Their words
FOSS solve that problem far more than it solves “we don’t want to pay”. Most corporations would be surprised by how cheap it would cost them to pay for the FOSS software they use.
-
Their words
You cannot go back. If the solution you offer recreate any of the Supply Chain framework problem, then your solution is Dead On Arrival.
From one piece Third Stage Engineering 2 beliefs, in the piece's order there
-
korrents.com
Fair hardware benchmarks must use the best software and tuning for each hardware option, not hardware specs alone.Their words
The most accurate and realistic evaluation for HW involves selecting the best software and then tuning it, and doing this for all HW options.
-
korrents.com
Computer hardware performance depends on hardware, software, and tuning together, not hardware alone.Their words
You need all three stages to reach the highest, and most competitive, performance.
13 November 2025
12 November 2025
From one piece Satya Nadella – How Microsoft thinks about AGI 5 beliefs, in the piece's order there
-
Their words
the improvement software improvements of really throughput in terms of tokens per dollar per watt that we're able to get uh you know quarter over quarter year over year is massive uh right so it's 5x 10x maybe 40x in some of these cases
-
Their words
it's kind of like databases right it's always the thing it's like hey can one database be the one that just is used everywhere except it's not uh there are multiple types of databases that are getting deployed uh for different use cases.
-
Their words
So this AI thing will be that right. So if you take coding um what we built with GitHub and VS code in over whatever decades uh suddenly the coding assistant is that big in one year and so that I think is what's going to happen as well which is the market expands massively.
+ 2 more
-
korrents.com
Coding is a software-factory category that may end up bigger than knowledge work itself.Their words
this fundamentally this category of coding and AI is probably going to be one of the biggest categories right it is a software factory category in fact it may be bigger than knowledge work
-
korrents.com
The per-user software business becomes a per-agent business, and it grows faster than the number of users.Their words
which I think is going to just keep growing because guess what it's going to grow faster than the number of users. So in fact that's kind of one of the other questions people ask me is hey what happens to the per user business at least the early signs may be the way to think about the per user business is not just per user it's per agent
6 November 2025
26 October 2025
23 October 2025
-
Their words
durable workflows are scaling errors as values to your infrastructure. errors as values lead to predictable, maintainable, and scalable software.
22 October 2025
From one piece ChatGPT's Atlas: The Browser That's Anti-Web 2 beliefs, in the piece's order there
-
Their words
I had typed "Taylor Swift" in a browser, and the response had literally zero links to Taylor Swift's actual website. If you stayed within what Atlas generated, you would have no way of knowing that Taylor Swift has a website at all.
-
Their words
Atlas is a browser, but it is not a web browser. It is an anti-web browser.
20 October 2025
16 October 2025
From one piece Figma’s CEO: Why AI makes design, craft, and quality the new moat for startups | Dylan Field 3 beliefs, in the piece's order there
-
korrents.com
A lot of people can match a framework for taste; almost nobody can create one, and creating one is the rare skill.Their words
I think that for those who can create and then articulate a framework around what is taste for us that is really a important skill and uh then I think people can a lot of people can basically match a framework not many people can create the framework.
-
Their words
I think in this world where software can be created more easily, design matters so much and designers matter so much. I think designers are going to be the leaders of the future and I think that more designers need to speak step into that leadership role
-
Their words
if you want to win in the game of software, you need to differentiate through design. Like that's again how you win or lose. Craft matters. And so we're no longer in this era of good enough is fine. It's like good enough is not enough.
15 October 2025
14 October 2025
-
Mixed onrcmnd.app
CursorTheir words
Cursor… it’s tab completion model is industry leading, if you still write code yourself. I use VS Code mostly, I do like them pushing things like browser automation and plan mode tho.
8 October 2025
-
Recommendsaffiliate linkrcmnd.app
RoonTheir words
Roon is software to control your home stereo. I have a lifetime subscription, and the link gets you thirty days for free. If you love music, you'll get a lot out of this.
-
Lovedrcmnd.app
GitKrakenTheir words
My favorite software for Git version control.
-
Lovedrcmnd.app
GitHub CopilotTheir words
I cannot work anymore without it. AI pair programmer for code completion and suggestions.
-
Likedrcmnd.app
Visual Studio CodeTheir words
My primary code editor. Extensible, fast, and has excellent TypeScript support. The integrated terminal and Git features are fantastic.
7 October 2025
From one piece The Past and Future of Vibe Coding 2 beliefs, in the piece's order there
-
korrents.com
As AI lowers the barrier to building software, personal taste becomes a more valuable differentiator.Their words
But along with the question of what you're willing to maintain, as the barriers to creation drop the value of taste will only increase.
-
Their words
Good software requires maintenance and ongoing attention, which is why most people will still prefer to pay to use something someone else is maintaining.
6 October 2025
5 October 2025
3 October 2025
1 October 2025
-
Usesrcmnd.app
Jupyter notebooksTheir words
As for me personally, I tend to use these tools as a backend data store and use Jupyter notebooks as well as my own custom built annotation interfaces for most of my needs.
-
Likedrcmnd.app
Arize PhoenixTheir words
The panel had a generally positive view of Phoenix, with one panelist calling it one of his “favorite open source eval tools.” The tool is positioned as a developer-first, notebook-centric platform.
30 September 2025
From one piece Pavel Durov: Telegram, Freedom, Censorship, Money, Power & Human Nature | Lex Fridman Podcast #482 2 beliefs, in the piece's order there
-
Their words
Yeah. I still think math is essential. It's something that shapes your brain, it teaches you to rely on your logical thinking to split big problems into smaller parts, put them in the right sequence, solve them patiently, trying again if it doesn't work.
-
Their words
You need reproducible builds in order to verify that the app really does what it claims, really encrypts data in a way that it is described on its website. For that you need to make your apps open source for any researchers to have a look at it.
27 September 2025
25 September 2025
22 September 2025
19 September 2025
18 September 2025
From one piece ACQ2: How to Live in Everyone Else's Future (with Shopify CEO Tobi Lütke) 2 beliefs, in the piece's order there
-
korrents.com
An abstraction chosen wrongly at the start means a team can never make its software great, however good that team is.Their words
Just imagine you use very bad software and um the team that started the project decided early to use Xamarin and then they never had a chance of making this as good as all the other things you really appreciate on your phone due to this decision no matter how good they are.
-
Their words
However, we are actually absolutely doing this. It's just the great works are kernels of operating systems, the browser, the um lots of the software platforms, the phones, the um the incredible advances in uh silicon lithography
17 September 2025
15 September 2025
14 September 2025
12 September 2025
From one piece Fully autonomous robots are much closer than you think – Sergey Levine 2 beliefs, in the piece's order there
-
Their words
So, I think it'll be the same thing that that we'll see an increase in the scope that we're giving that we're willing to give to the robots as they get better and better where initially the scope might be like there is a particular thing you do like you're making the coffee or something. Uh whereas as they get more capable, as their ability to have common sense and a broader repertoire of tasks increases, then we'll give them greater scope. Now you're running the whole coffee shop.
-
Their words
Like if you answer a question, you just like answered it wrong. It's like well it's not like you can just like go back and like tweak a few things like the person you told the answer to might not even know that it's wrong. Whereas if you're like folding the t-shirt and you messed up a little bit like it's pretty obvious like you can reflect on that, figure out what happened and do it better next time.
9 September 2025
-
Their words
With Web forms, the burden is on people to adapt to databases. Today's AI models, however, can flip this requirement. That is, they allow people to provide information in whatever form they like and use AI do the work necessary to put that information into the right structure for a database.
8 September 2025
7 September 2025
6 September 2025
-
Lovedrcmnd.app
PHPStormTheir words
I started using PHPStorm last year and I love it. I honestly don't know how I managed to live without it. It makes it a breeze to refactor a large codebase or source dive some vendor code.
-
Usesrcmnd.app
TupleTheir words
Tuple for pair programming
-
Likedrcmnd.app
TablePlusTheir words
TablePlus (my database GUI of choice)
4 September 2025
-
Their words
The baseline of user expectation quality and craft keeps rising.
2 September 2025
From one piece Why Everyone Is Wrong About AI (Including You) | Benedict Evans 2 beliefs, in the piece's order there
-
Their words
I think regulation of AI is sort of the wrong level of abstraction. Talking about regulating AI as AI is the wrong level of abstraction. And it's like saying we're going to regulate databases or regulate spreadsheets or regulate cars. Well, we do, but not like that.
-
korrents.com
Being certain a technology matters tells you almost nothing about where its value will end up being captured.Their words
It wasn't clear that the browser wasn't where the value capture was cuz Microsoft crowbarred its way into dominance in browsers but that turned out not to matter and then all the value is in search advertising and social which were 5 years later and 10 years later and so like you can be very very clear that this is the thing and then still be completely unclear how it's going to work.
1 September 2025
29 August 2025
28 August 2025
-
Their words
It's also worth noting that chat isn't the only way to integrate AI in software products and increasingly agent-based applications outperform chat-only solutions. So expect things to keep changing.
22 August 2025
21 August 2025
18 August 2025
From one piece How is AI Different Than Other Technology Waves? (With Bret Taylor and Clay Bavor) [ACQ2] 3 beliefs, in the piece's order there
-
Their words
so it's not a simple matter of programming it's not you know typing into a keyboard until or or I guess asking cursor to do something until a piece of software emerges, it's exploration, it's discovery, it's posing hypotheses and validating or invalidating those again and again and again.
-
Their words
We can have a breakthrough in our agent architecture on Monday implemented on Tuesday and have it deployed with hundreds of our customers on Wednesday and directly see the impact of of that work.
-
Their words
And in contrast to software as a service or software you'd buy off a shelf at, you know, Fry Electronics, you know, decades ago, which might help you be marginally more productive, help you get a job done. Agents, in contrast, are actually getting the job done for you. And so you're in essence hiring software to accomplish a task and get it done well.
From one piece How is AI Different Than Other Technology Waves? (With Bret Taylor and Clay Bavor) [ACQ2] 3 beliefs, in the piece's order there
-
korrents.com
A software engineer who is not using a tool like Cursor is working at half productivity or worse.Their words
it's like if you're a software engineer and you're not using something like cursor to do your job, you're probably being half as productive or even worse than you could be.
-
Their words
And actually the reason I think it's exciting is if you look at like the database space right now there's not one database. If you want to do largecale data analytics you'll choose one thing. If you want to do a transactional data store you'll do another. I think we're moving to that area of models
-
Their words
if you tell what what jobs are most likely to be automated with the current generation of technology, you would probably put software engineering right at the top. The people building this technology or building the technology that is disrupting their own profession.
17 August 2025
15 August 2025
-
Their words
And the impact of solar array on desert is arguably positive because it shades the ground and improves like soil moisture retention. Um there like if you wanted to reverse desertification, you would basically just deploy solar panels on it and that would pay for the process.
12 August 2025
8 August 2025
6 August 2025
-
Usesrcmnd.app
Arc BrowserTheir words
Arc Browser: I tried Kagi but too many apps are incompatible with Safari so RIP. set to default.
-
Recommendsrcmnd.app
pnpmTheir words
Used to recommend yarn. now brew install pnpm as fast node package manager
5 August 2025
3 August 2025
2 August 2025
-
Recommendsrcmnd.app
Close to the MachineTheir words
Ellen Ullman's Close to the Machine is a memoir I couldn't believe I hadn't read earlier. Many of her observations about engineering culture feel as relevant today as when she was a programmer in the 1980s
24 July 2025
23 July 2025
-
korrents.com
AI will not replace the best programmers; it will make them ten times more productive than they are today.Their words
So the great programmers will be even better, but there'll be even 10X even what they are today. And because there, you'll be able to use their skills to utilize the tools to the maximum, exploit them to the maximum.
18 July 2025
16 July 2025
15 July 2025
14 July 2025
9 July 2025
7 July 2025
-
korrents.com
Permissive licences are the better way to release free software and free content, because they maximise adoption.On changing their mind
Historically, I was a fan of the permissive approach (eg. my blog is under the WTFPL). More recently, I am warming up to the copyleft approach.
4 July 2025
-
korrents.com
Most conditional branches in software are strongly biased toward one outcome rather than close to fifty-fifty.Their words
most branches are heavily "biased" one way or another - e.g. a "branch taken" rate of 10% or 90% is more common than 50%
3 July 2025
30 June 2025
25 June 2025
22 June 2025
19 June 2025
-
Their words
governing frontier AI requires standards for safety and security, incentives for the leading AI developers to follow those standards, and evidence that the standards are being followed.
16 June 2025
15 June 2025
14 June 2025
-
Their words
I think the platform that Lean and other software tools, so GitHub and things like that will allow experimental mathematics to scale up to a much greater degree than we can do now.
12 June 2025
-
Lovedrcmnd.app
ViteTheir words
Tailwind and vite are great, no complaints there.
11 June 2025
-
Their words
clients want a lot more from a software vendor than a solution that performs ABC by XYZ date.
10 June 2025
-
korrents.com
AI agents can now do real cognitive work, and writing software is permanently changed as a result.Their words
2025 has seen the arrival of agents that can do real cognitive work; writing computer code will never be the same.
8 June 2025
-
korrents.com
Most software has too few users or too short a lifespan for long-term maintenance costs to matter.Their words
Very few programs ever reach the point that they are heavily used and long-lived. Almost everything has few users, or is short-lived, or both.
5 June 2025
-
Their words
I do. If you have a passion for computer science, I would. Computer science is obviously a lot more than programming alone, so I would. I still don't think I would change what you pursue. I think AI will horizontally allow impact every field.
3 June 2025
-
Their words
Opaque, inert and obstructive elements might occupy the same place as full-screen command line interfaces — a powerful niche UI that was a marker in history, passed on by the windowed environment of the multi-tasking, graphical user interface revolution.
2 June 2025
From one piece My AI Skeptic Friends Are All Nuts 3 beliefs · fly.io
-
Their words
All progress on LLMs could halt today, and LLMs would remain the 2nd most important thing to happen over the course of my career.
-
Their words
LLMs can write a large fraction of all the tedious code you’ll ever need to write. And most code on most projects is tedious. LLMs drastically reduce the number of things you’ll ever need to Google.
-
Their words
The code in an agent that actually “does stuff” with code is not, itself, AI. This should reassure you. It’s surprisingly simple systems code, wired to ground truth about programming in the same way a Makefile is.
29 May 2025
25 May 2025
-
Lovedrcmnd.app
Anthropic prompt engineering documentationTheir words
I still think Anthropic have the best prompting documentation of any LLM provider.
24 May 2025
-
Recommendsaffiliate linkrcmnd.app
The Design of the Unix Operating SystemTheir words
The Design of the Unix Operating System - Maurice J. Bach (Prentice Hall, 1986)
-
Recommendsaffiliate linkrcmnd.app
The AWK Programming LanguageTheir words
The AWK Programming Language - Alfred V. Aho, Brian W. Kernighan, Peter J. Weinberger (Addison Wesley, 1988)
-
Recommendsaffiliate linkrcmnd.app
Expert C ProgrammingTheir words
Expert C Programming - Peter van der Linden (Prentice Hall, 1994)
+ 2 more
-
Recommendsaffiliate linkrcmnd.app
Linux Kernel Development, 3rd Ed.Their words
Linux Kernel Development, 3rd Ed. - Robert Love (Addison-Wesley, 2010)
-
Recommendsaffiliate linkrcmnd.app
Understanding the Linux Kernel, 3rd Ed.Their words
Understanding the Linux Kernel, 3rd Ed. - Daniel P. Bovet, Marco Cesati Ph.D. (O'Reilly, 2005)
15 May 2025
-
Their words
That’s because most clean energy jobs are in deployment and maintenance rather than manufacturing, and since higher costs slow down the rollout of renewables, increasing prices reduces the total number of people working in clean energy (even if the number working in manufacturing increases).
14 May 2025
12 May 2025
-
korrents.com
Carbon capture and storage cannot be economically competitive without a policy that prices carbon.Their words
CCS can never be competitive in the sense of working economically in the absence of a policy framework to price in the cost of carbon, unlike clean electricity.
Why Tony Blair needs to reset his climate resetliebreich.com
8 May 2025
30 April 2025
From one piece Tim Sweeney: Fortnite, Unreal Engine, and the Future of Gaming | Lex Fridman Podcast #467 5 beliefs, in the piece's order there
-
Their words
I think the big thing to realize for indie developers right now is there's massive, massive competition in every major genre, and it's very unlikely that unless you just happen to be the world's best at a particular thing that you're going to release a game in an existing highly competitive genre and win.
-
Their words
But the metaverse and 3D gaming in general needs something that's rather more powerful, more safe, more scalable, and more capable than JavaScript because the metaverse is actually a more difficult technical problem than a webpage.
-
Their words
The biggest limitation that's built up over time is the single-threaded nature of game simulation in Unreal Engine. We run a single-threaded simulation. If you have a 16 core CPU, we're using one core for game simulation and running with the complicated game logic because single-threaded programming is orders of magnitude easier than multi-threaded programming.
+ 2 more
-
Their words
A lot of what they're facing isn't the challenge of learning a new art. It's friction introduced by failures of programming language design.
-
Their words
But there are other parts of programming languages that are not subjective but should be fundamental. And when you look at type systems, there is a way to do type systems that gives you mathematical proofs. And every other way of type systems that doesn't give you mathematical proofs is just worse and should ultimately be rejected.
-
korrents.com
Major Linux distributions are increasingly shipping system libraries with frame pointers enabled by defaultTheir words
This is getting easier in the lastest versions of Fedora and Ubuntu (e.g., Ubuntu 24.04 LTS) which are shipping system libraries with frame pointers by default.
29 April 2025
-
Their words
Everyone’s software is good enough these days. The barriers to entry are low. To stand out, you need to make your product feel great. One way of doing that is through animations.
22 April 2025
-
Their words
That's much better than current FSD, but much worse than humans or Waymo.
21 April 2025
19 April 2025
-
Their words
most rewrites fail and most people are over-optimistic about how long they will take
17 April 2025
-
korrents.com
Deploying a new technology at scale takes decades, far longer than the people building it imagine.Their words
Deployment at scale takes so much longer than anyone ever imagines.
14 April 2025
8 April 2025
7 April 2025
3 April 2025
1 April 2025
-
Their words
These systems will be absolutely central to the economy, technology, and national security, and will be capable of so much autonomy that I consider it basically unacceptable for humanity to be totally ignorant of how they work.
31 March 2025
24 March 2025
23 March 2025
From one piece Superhuman's secret to success | Rahul Vohra (CEO and founder) 3 beliefs, in the piece's order there
-
Their words
I then asked myself, is the position of speed unique? and is it available? And the answer was overwhelmingly yes because almost no software was being sold or has ever been sold on the value proposition of speed.
-
Their words
Well, I strongly believe that we should make business software like we make games because when we make products like we make games, people find them fun. They tell their friends. They fall in love with them.
-
Their words
And that's why when you have a missionritical product like email where you are interfacing with customers with candidates with investors it turns out to really matter. Email is mission critical. So it's not something where you can simply launch with a halfbaked product.
22 March 2025
From one piece ThePrimeagen: Programming, AI, ADHD, Productivity, Addiction, and God | Lex Fridman Podcast #461 5 beliefs, in the piece's order there
-
Their words
Sometimes you have to move fast at the sacrifice of knowledge, and I'm totally on board for that, but I worry that what we'll create is an entire generation of incompetent programmers who can do some amount of things well, but anything that is unique, bespoke, or requires some extra like little elbow grease, might become very difficult. It might cause a whole chasm where juniors remain juniors forever.
-
korrents.com
The sense that programming is mostly web programming is a social construct of Twitter, not a picture of the field.Their words
And so we often talk about programming in perspective of web, or something that's pretty narrow, and I think that's just a social construct of Twitter more than anything else, that actually I don't believe it's that representative of the entire programming world out there.
-
Their words
Most of the time I'm not thinking, I'm programming. I know what I want to do, I want to go as fast as possible because I've been just doing it for so long and I'm so familiar with the general space that it becomes a huge problem for me. I cannot tell you how many times that I've been purely bottlenecked by the fact that I just can't type fast enough and I just need to get it out of my head onto the text editor.
+ 2 more
-
Their words
The editor obviously does not make the programmer, but I think it says a lot about your character as a programmer if you don't know how to use your editor well.
-
Their words
And if you truly make yourself irrelevant, I would challenge you that you're just doing something that was just slightly too complicated to automate.
18 March 2025
17 March 2025
-
Recommendsrcmnd.app
Brave BrowserTheir words
I recommend Brave browser
-
Likedrcmnd.app
1PasswordTheir words
Combine this with a browser extension to create and Autofill them super fast. For example, I use and like 1Password
16 March 2025
13 March 2025
-
Their words
The new trend toward vibe coding and vibe design may be upending the user-centered design paradigm that has remained based on the same ideology since the first UX design projects at Bell Labs, starting in 1947.
12 March 2025
9 March 2025
From one piece Performance of the Python 3.14 tail-call interpreter 2 beliefs, in the piece's order there
-
Their words
However, with so many different software projects out there, each moving so rapidly and depending on and being used by so many other projects, it becomes practically-inevitable that some regressions "like that one" happen, almost constantly.
-
Their words
I'm hopeful this framework will turn out to be a much more robust style for writing performance-sensitive code, especially over time and as compilers evolve.
7 March 2025
-
Their words
Vibe coding can execute instructions, but deciding what the software should do and why is not automated. Product managers and designers must still do user research, market analysis, and creative brainstorming. In that sense, vibe coding changes the implementation phase more than the planning phase of the product lifecycle.
4 March 2025
2 March 2025
-
Lovedrcmnd.app
Claude 3.7 SonnetTheir words
As a Python and JavaScript programmer my favorite models right now are Claude 3.7 Sonnet with thinking turned on, OpenAI’s o3-mini-high and GPT-4o with Code Interpreter (for Python).
1 March 2025
13 February 2025
-
korrents.com
Treating errors generically is a mistake that leads to fragile software, poor observability and worse experiences.Their words
This is what leads to slop JS/TS software. Treating errors generically like this is a mistake. It leads to fragile software, poor telemetry/observability/debugging, and as a result worse experiences
12 February 2025
-
Recommendsaffiliate linkrcmnd.app
You Need a Budget (YNAB)Their words
You Need a Budget (YNAB) is a simple to use (but sophisticated under the hood) bit of budgeting software that uses the principles of human habits and behavioral finance to make you more conscious and efficient in your spending.
3 February 2025
From one piece DeepSeek, China, OpenAI, NVIDIA, xAI, TSMC, Stargate, and AI Megaclusters | Lex Fridman Podcast #459 3 beliefs, in the piece's order there
-
Their words
The big picture is that I don't think it's going to be a cliff. I think a really good example of how growth changes is when Meta added stories. So Snapchat was on an exponential, they added stories, it flatlined.
-
Their words
I think that they're trying to shift the narrative. They're trying to protect themselves. We saw this years ago when ByteDance was actually banned from some OpenAI APIs for training on outputs. There's other AI startups that most people, if you're in the AI culture, were like they just told us they trained on OpenAI outputs and they never got banned.
-
Their words
until there are feedback loops of open source AI, it seems like mostly an ideological mission. People like Mark Zuckerberg, which is like America needs this and I agree with him, but in the time where the motivation ideologically is high, we need to capitalize and build this ecosystem around, what benefits do you get from seeing the language model data?
From one piece DeepSeek, China, OpenAI, NVIDIA, xAI, TSMC, Stargate, and AI Megaclusters | Lex Fridman Podcast #459 3 beliefs, in the piece's order there
-
Their words
But really the software engineering agents I think can be done faster sooner than any other agent because it is a verifiable domain. You can always unit test or compile, and there's many different regions of it can inspect the whole code base at once, which no engineer really can.
-
Their words
But what happens when every company can just invent their own business logic really cheaply and quickly? You stop using platform SaaS, you start building custom tailored solutions, you change them really quickly.
-
Their words
And they're decent, their hardware is better in many ways than in NVIDIA's. The problem is their software is really bad and I think they're getting better, right? They're getting better, faster, but the gulf is so large and they don't spend enough resources on it or haven't historically, right?
30 January 2025
-
Likedrcmnd.app
llmTheir words
This is a command line tool with plenty of plugins that lets you prompt different models. Think of it as a command-line version of Open WebUI. It’s particularly useful for quick scripting and basic automation.
27 January 2025
19 January 2025
-
Their words
I mean, I've been doing this for over 15 years. If there were any shortcuts, I'd be all over them. There are patterns and there are frameworks, but there's no shortcuts.
14 January 2025
6 January 2025
31 December 2024
-
Likedrcmnd.app
The C Programming LanguageTheir words
The C Programming Language - I've finally gotten to the point in my career where I can appreciate the elegance of this book.
24 December 2024
23 December 2024
18 December 2024
-
korrents.com
Discriminated unions are the most important TypeScript feature, and everyone should be using them more.Their words
the most important typescript feature is discriminated unions and everyone should be using them more
16 December 2024
-
Recommendsrcmnd.app
The Coding Career HandbookTheir words
guides, principles, strategies and tactics from code newbie to senior developer.
-
Recommendsrcmnd.app
De-Coding The Technical Interview ProcessTheir words
A fresh take on navigating the tech the interview process, tailored for frontend engineers. She wrote the book after she found Cracking the Coding Interview to be too Java/backend-focused. The book comes with 1, 2 and 4-week learning plans as well. A great book to start with.
-
Lovedrcmnd.app
Become an Effective Software Engineering ManagerTheir words
A hands-on book for people transitoning to management, starting at a new company or looking to make more of an org-wide impact.
+ 2 more
-
Lovedrcmnd.app
Tidy First?Their words
"Tidy First? is the first in a series of books about software design. Kent has been coming back to the topic of “taming” software design in a digestible format."
-
Recommendsrcmnd.app
Building a Career in SoftwareTheir words
An excellent book to navigate how to grow at tech companies. I like the opinionated and concise advice Dan presents, across a variety of topics.
14 December 2024
10 December 2024
-
Likedtheir ownrcmnd.app
Workers AITheir words
Workers AI has dope models for your use. No API keys when used inside Workers.
6 December 2024
-
Their words
A personal website is an autobiography. I wish everyone had one. The more we share, the better.
5 December 2024
2 December 2024
22 November 2024
21 November 2024
18 November 2024
8 November 2024
-
Their words
This is especially severe for open weight models, where deployment is essentially irreversible and mitigations can’t be improved later.
6 November 2024
-
Lovedrcmnd.app
Structure and Interpretation of Computer ProgramsTheir words
The essence of software engineering.
-
Lovedrcmnd.app
Lambda the UltimateTheir words
Everything I know about programming language theory, I owe to this site.
-
Lovedrcmnd.app
HaskellTheir words
The programming language for the 21st century.
14 October 2024
From one piece Response to DHH 2 beliefs, in the piece's order there
-
korrents.com
Building a business on open source is a good thing; the objection is to trademark abuse, not to commercial use.Their words
I think it’s fantastic when businesses are built on open source, the WordPress ecosystem is at least 10B+ a year; Automattic and WP Engine are less than 5% of that.
-
korrents.com
An open source project’s trademarks must be defended, and that defence is separate from the software’s licence.Their words
Trademarks must be protected, as evidenced by Rails trademark policy.
-
Their words
Many software investors eschew hard tech startups because of their capital intensity, but it’s hard to deny that huge returns are possible in hard tech: just consider SpaceX.
29 September 2024
-
Mixed onrcmnd.app
FishTheir words
Fish - Alternative command line shell than Zsh, I still use Zsh though.
26 September 2024
From one piece WPE & Trademarks 3 beliefs, in the piece's order there
-
Their words
This isn’t a money grab: it’s an expectation that any business making hundreds of millions of dollars off of an open source project ought to give back, and if they don’t, then they can’t use its trademarks.
-
korrents.com
A company that will not accept a project’s terms is free to go and use a more permissive project instead.Their words
If WP Engine wants to find another open source project with a more permissive license and no trademarks, they are free to do so; if they want to benefit from the WordPress community, then they need to respect WordPress trademark and IP.
-
korrents.com
Respect for trademarks and other intellectual property is part of what open source means, not a departure from it.Their words
WordPress is licensed under the GPL; respect for copyright and IP like trademarks is core to the GPL and our conception of what open source means.
24 September 2024
13 September 2024
-
korrents.com
Mastodon's web client is a heavy React app that breaks without scripting and loads slowly on old hardware.Their words
when you send someone a link to a post, they can't read it without loading the entire Mastodon frontend app into their browser, which will is a monster React codebase that will break if they have scripting disabled and also can take up to 30 seconds on older hardware.
11 September 2024
9 September 2024
17 August 2024
7 August 2024
-
Usesrcmnd.app
SafariTheir words
For browsers, I use Safari for browsing and Google Chrome for development.
-
Usesrcmnd.app
PostmanTheir words
I use MAMP for WordPress development, Postman for API testing, Notion for notes and task management, Slack and Discord for communication and Keynote for course presentations.
1 August 2024
-
Their words, before
I’m also still not sure how much I like nix – it’s very confusing! But it’s helped me compile some software that I was struggling to compile otherwise, and in general it seems to install things faster than homebrew.
Their words now
I’ve mostly switched back to Homebrew, nix was interesting but overall I think it’s not worth the complexity for me
26 July 2024
25 July 2024
-
korrents.com
Games should not be measured against any outside yardstick — not purpose, not pleasure, not politics.Their words
In my approach, I resist using any external value framework as an ultimate set of criteria against which to measure games’ worth - not purpose, not pleasure, not politics.
22 July 2024
21 July 2024
20 July 2024
18 July 2024
15 July 2024
14 July 2024
-
Usesrcmnd.app
Firefox Developer EditionTheir words
Firefox Developer Edition for development/sandboxed work
-
Usesrcmnd.app
HoppscotchTheir words
Hoppscotch for testing APIs, after Insomnia turned to 💩
-
Usesrcmnd.app
BrewTheir words
Brew the package manager for macOS
8 July 2024
From one piece Geomys, a blueprint for a sustainable open source maintenance firm 3 beliefs, in the piece's order there
-
korrents.com
The thing open source can actually sell is not the code but access to its maintainers’ attention and expertise.Their words
Clients still pay a fixed monthly retainer to ensure the professional maintenance of the whole portfolio, and to get access to the expertise of all of Geomys’ maintainers.
-
Their words
From the onset, I envisioned small firms of professional maintainers with thematic portfolios, accommodating diverse maintainers and project sizes, just like the specialized firms of other professionals.
-
Their words
I started with a rather non-consensus hypothesis: companies want to pay for their critical open source dependencies, but most projects are not selling them a legible way to do so.
5 July 2024
17 June 2024
-
Their words
At current deployment rates it will take Waymo about 20 years with ZERO fatalities to show they are net as safe as average human driver fatality rates (including the old cars, impaired drivers, etc. in that comparison baseline).
Perspective on Waymo's Safety Progresssafeautonomy.blogspot.com
13 June 2024
-
Their words
I think life obeys universal principles. I think there is some deep underlying explanatory framework that will tell us about the nature of life in the universe and will allow us to identify life that we can’t yet recognize because it’s too different.
9 June 2024
-
Their words
My hot take is that JS has the lowest bar of entry to building and being productive (a good thing) but one of the highest bars of any language and stack to building high quality, stable, and reliable software. Very few devs have the expertise to pull off the latter
2 June 2024
1 June 2024
-
Usesrcmnd.app
Next.jsTheir words
Web framework: Next.js
-
Likedrcmnd.app
TailwindCSSTheir words
Side note for CSS, I'm cool to use what ever tech available out there that makes my task done quickly & well, I have personally used Bootstrap 3 & 4, Bulma, Lostgrid, Materliaze, Skeleton, Tailwindcss, Styled-components, emotion, CSS modules, Tachyons & made my own micro CSS framework called Unnamed that has over 200 stars on GitHub. Still I prefer using Tailwindcss.
30 May 2024
29 May 2024
25 May 2024
-
Their words
By all accounts, from people who become memory athletes, they weren’t born with some extraordinary memory, but they practice strategies over and over and over again. The strategy that they use for memorizing a particular thing, it can become automatic, and you can just deploy it in an instant.
23 May 2024
22 May 2024
21 May 2024
From one piece Stripe's monorepo developer environment 2 beliefs, in the piece's order there
-
korrents.com
Reliable, stable developer tooling matters more than which specific technical choices a team makesTheir words
The best tooling in the world will struggle to make up for "regularly losing a day debugging your environment," and so getting that aspect right can easily outweigh almost any other decisions you make.
-
korrents.com
Per-engineer productivity inevitably declines somewhat as an organization and its codebase growTheir words
It is almost inevitable that per-engineer productivity drops to some extent as an organization and codebase grows, even though it's also nearly-impossible to quantify that effect.
16 May 2024
-
Their words
People are overreacting to the Remix React Router merge.
7 May 2024
-
Their words
That is, labs should make sure that the safety measures they apply to their powerful models prevent unacceptably bad outcomes, even if the AIs are misaligned and intentionally try to subvert those safety measures.
2 May 2024
22 April 2024
-
korrents.com
When somebody accuses you of being arrogant about an idea, almost all they ever mean is that they disagree with you.Their words
Yeah, it is interesting because, when people react against you by saying you are being arrogant about this, 99.999% of the time, all they mean is I disagree. That’s all they really mean, right?
21 April 2024
19 April 2024
From one piece Copyleft licenses are not “restrictive” 2 beliefs, in the piece's order there
-
Their words
Copyleft does not impose restrictions, but it does impose obligations. The obligations exist to guarantee rights to the users of the software – in other words, to ensure freedoms.
-
korrents.com
No free or open source licence may restrict what the software is used for, however objectionable the use.Their words
No such restrictions are found in free or open source software licenses, be they permissive or copyleft – all FOSS licenses permit the use of the software for any purpose without restriction.
15 April 2024
-
Their words
I'm excited about what this means for the open-source community and research, with the gap between closed-source and open-weight models closing and SOTA-level conversational models being more easily accessible.
14 April 2024
10 April 2024
2 April 2024
-
Their words
It marks a watershed moment in open source supply chain security, for better or worse.
1 April 2024
From one piece You Are All On The Hobbyists Maintainers’ Turf Now 2 beliefs, in the piece's order there
-
Their words
This is not the same world that you were part of. The complexity is off the chart; we are hidden layers and layers under the scaffolding. And we are used everywhere.
-
Their words
If your plans for open-source sustainability or security do not align first and foremost with this population it is not going to achieve anything.
31 March 2024
25 March 2024
From one piece Preventing a “Space Pearl Harbor”: Rep. Turner leads the charge 2 beliefs, in the piece's order there
-
korrents.com
Satellites need self-defence zones: a keep-out rule around them is the only workable arms control in orbit.Their words
We accordingly proposed a framework of self-defense zones to “facilitate unilateral defense against a surprise attack on satellites.”
-
Their words
Based on public commercial data that tells a lot about the military potential of these dual-use robotic spacecraft, we have shown that China can manufacture and deploy 200 such spacecraft as early as 2026, enough to cripple critical US satellites in geosynchronous, highly elliptical, and other orbits, and thus severely degrading space support to wartime operations.
24 March 2024
22 March 2024
From one piece Redis Renamed to Redict 2 beliefs · andrewkelley.me
-
korrents.com
Handing stewardship of Redis to a company whose goal is extracting profit was a mistake for the projectTheir words
I think that was an unfortunate move because their goal is mainly to extract profit from the software project rather than to uphold the ideals of Free and Open Source Software.
-
Their words
In short summary, the licenses limit the freedoms of what one can do with the software in order for Redis Labs to be solely enriched, while asking for volunteer labor, and having already
19 March 2024
18 March 2024
-
Their words
So part of the reason that we deploy the way we do, we call it iterative deployment, rather than go build in secret until we got all the way to GPT-5, we decided to talk about GPT-1, 2, 3, and 4. And part of the reason there is I think AI and surprise don’t go together. And also the world, people, institutions, whatever you want to call it, need time to adapt and think about these things.
16 March 2024
14 March 2024
-
korrents.com
The lower a layer sits in the software stack, the harder it is for an individual developer to build in it.Their words
the lower we go in the stack, the harder it is for individuals to build.
11 March 2024
3 March 2024
18 February 2024
17 February 2024
From one piece Muse retrospective 2 beliefs, in the piece's order there
-
korrents.com
Prosumer software needs tens or hundreds of thousands of users for its development costs to be sustainable.Their words
You need tens of thousands, hundreds of thousands, to make the cost of development sustainable.
-
Their words
After that, I think you have to be left with software that serves a deep and hard-to-replace purpose in people's lives.
13 February 2024
12 February 2024
4 February 2024
3 February 2024
30 January 2024
-
Their words
I think that the enshittification framework goes a long way to explaining it, moving us out of the mysterious realm of the 'great forces of history,' and into the material world of specific decisions made by named people – decisions we can reverse and people whose addresses and pitchfork sizes we can learn.
27 January 2024
26 January 2024
24 January 2024
20 January 2024
17 January 2024
23 December 2023
-
Their words
Because patents have fixed term lengths, with small extensions to compensate for the year or so when the drug is under regulatory review, drug developers are incentivized to go after conditions where clinical trials can be completed quickly, all else being equal.
8 December 2023
5 December 2023
-
Their words
In light of the increasing number of closed-source LLMs, it is important to continue to promote an open culture of sharing knowledge, data, and software, from which the NLP community has benefited greatly.
1 December 2023
-
Likedrcmnd.app
GitHub CLITheir words
GitHub CLI - GitHub on the command line. Great for creating PRs, etc.
22 November 2023
8 November 2023
6 November 2023
-
Their words
One thing that drives me crazy about the React ecosystem, and more specifically "tech influencers" and "thought leaders" in the space, is the infantilization of the developers using and working in it. I’m tired of reading takes like TypeScript generics, mapped types, etc should only be needed and used by library authors for most use cases. Or today’s discourse; Don’t use `useCallback’, ‘useMemo’, and React.memo. If you’re building anything beyond a simple CRUD app or a an incredibly focused app with few features, you _will_ need these features.
4 November 2023
1 November 2023
26 October 2023
-
Their words
Despite evaluations, we cannot consider coming powerful frontier AI systems "safe unless proven unsafe". With current testing methodologies, issues can easily be missed. Additionally, it is unclear if governments can quickly build the immense expertise needed for reliable technical evaluations of AI capabilities and societal-scale risks. Given this, developers of frontier AI should carry the burden of proof to demonstrate that their plans keep risks within acceptable limits.
23 October 2023
19 October 2023
11 October 2023
-
Their words
A number of commentators have consistently predicted that solar cost improvements will level out “this year” since about 1990, and yet if anything deployment, cost decline, and the learning rate have only improved.
22 September 2023
21 September 2023
1 September 2023
-
Their words
What we don't want to happen with AGI, we want to happen with synthetic biology. What we don't want to happen online and software with language, we want for it to happen with bio-based materials.
30 August 2023
-
Usesrcmnd.app
ArcTheir words
Arc, the main web browser I use.
23 August 2023
7 August 2023
29 July 2023
24 July 2023
14 July 2023
9 July 2023
-
Lovedaffiliate linkrcmnd.app
Samsung Monitors - 28Their words
I use 2 Samsung Monitors - 28''. Best developer monitor bang for your buck hands down. Works well if you have a ARM based macbook pro.
7 July 2023
From one piece Are We Getting Rid of Product Managers? 2 beliefs · melissaperri.com
-
korrents.com
Product management is merging with the GM role as more companies become software companies, not disappearing.Their words
As more and more companies become predominately software companies, I believe the Product Management role and GM roles are going to merge.
-
korrents.com
Product management is not going away, but hiring product owners who just feed developers tasks should stop.Their words
I don’t think Product Management is going anywhere, but I do hope the days of hiring Product Owners who just feed developers tasks are done.
29 June 2023
From one piece George Hotz: Tiny Corp, Twitter, AI Safety, Self-Driving, GPT, AGI & God | Lex Fridman Podcast #387 5 beliefs, in the piece's order there
-
Their words
It’s always harder to write software for more specialized hardware. A GPU is pretty generic. If you can’t write an in Nvidia stack, there’s no way you can write a stack for your chip. My approach with Tinygrad is first write a performant NVIDIA stack.
-
Their words
Of course, when you talk to an AI that’s made by a big company in the cloud, the AI fundamentally is aligned to them, not to you. And that’s why you have to buy a tiny box. So you make sure the AI stays aligned to you.
-
Their words
So almost if Codex or copilot are helping you, that actually probably means that your framework or library is bad and there’s too much boilerplate in it.
+ 2 more
-
Their words
But the real thing that I want is not something that like tab completes my code and gives me ideas. The real thing that I want is a very intelligent pair programmer that comes up with a little popup saying, “Hey, you wrote a bug on line 14 and here’s what it is.”
-
korrents.com
Automating programming is harder than automating driving, because programming is tool complete and driving is not.Their words
I think driving is not tool complete and programming is. Meaning you don’t use the best possible tools to drive. Cars have basically the same interface for the last 50 years. Computers have a radically different interface.
24 June 2023
-
Their words
At the same time, in order to reduce the probability of someone intentionally or unintentionally bringing about a rogue AI, we need to increase governance and we should consider limiting access to the large-scale generalist AI systems that could be weaponized, which would mean that the code and neural net parameters would not be shared in open-source and some of the important engineering tricks to make them work would not be shared either.
20 June 2023
10 June 2023
30 May 2023
From one piece RedwoodJS’ Next Epoch: All In on React Server Components 3 beliefs, in the piece's order there
-
Their words
When it comes to React Server Components, it's still the first inning.
-
korrents.com
Building a secure, performant GraphQL API is tricky and adds real cost during early-stage app prototyping.Their words
While we love GraphQL for many use cases, implementing a secure and performant GraphQL API can be tricky and there is a definite cost to requiring it during early prototyping of your app.
-
Their words
RSC is the future of React. The React team has made this very clear and we are lucky to be in touch with their amazing team members to help us along this path.
25 May 2023
10 May 2023
9 May 2023
-
Recommendsrcmnd.app
PeteyTheir words
The app costs a few dollars up front and then has an optional subscription for unlimited requests, but I would recommend going directly to OpenAI’s developer dashboard, creating your own account, and copy/pasting your own API key into Petey.
26 April 2023
From one piece Performance Excuses Debunked 3 beliefs, in the piece's order there
-
Their words
the logical conclusion would be that programmers need to take performance more seriously than they have been, not less!
-
korrents.com
Performance-aware programming is a skill a working developer can learn in months rather than years.Their words
Learning basic performance-aware programming skills is something a developer can do in months rather than years.
-
korrents.com
Software performance is central to long-term business success rather than a niche engineering concern.Their words
Software performance appears to be central to long-term business interests.
25 April 2023
12 April 2023
23 March 2023
14 March 2023
1 March 2023
28 February 2023
From one piece "Clean" Code, Horrible Performance 2 beliefs, in the piece's order there
-
korrents.com
Giving up a decade or more of hardware performance to make programming more comfortable is not an acceptable trade.Their words
It simply cannot be the case that we're willing to give up a decade or more of hardware performance just to make programmers’ lives a little bit easier.
-
korrents.com
The programming practices taught as best practice are ruinous for performance and should not be followed.Their words
The ideas underlying the “clean” code methodology are almost all horrible for performance, and you shouldn’t do them.
2 February 2023
From one piece I’m Now a Full-Time Professional Open Source Maintainer 2 beliefs, in the piece's order there
-
Their words
Volunteerism is self-evidently not sustainable, as people’s life circumstances change.
-
korrents.com
Maintainers of widely used open source software are not adequately funded, and that is a real and unsolved problem.Their words
This experiment started from the observation that despite being critical for the functioning of the Internet—and, by extension, the economy—the role of open-source maintainer has not yet found a sustainable manifestation.
27 January 2023
13 January 2023
7 January 2023
6 January 2023
3 January 2023
14 November 2022
20 October 2022
13 October 2022
14 August 2022
4 July 2022
10 April 2022
1 April 2022
27 February 2022
23 February 2022
8 February 2022
15 January 2022
14 December 2021
25 November 2021
19 November 2021
6 November 2021
21 September 2021
12 September 2021
3 August 2021
29 July 2021
21 June 2021
20 May 2021
16 April 2021
14 April 2021
22 March 2021
30 January 2021
3 January 2021
2 December 2020
22 November 2020
15 November 2020
8 November 2020
25 October 2020
25 July 2020
9 May 2020
24 March 2020
28 January 2020
20 June 2019
30 May 2019
23 January 2019
4 December 2018
15 September 2018
30 May 2018
1 April 2018
22 March 2018
1 January 2018
24 November 2017
17 November 2017
27 June 2017
17 April 2017
27 January 2017
5 January 2017
19 December 2016
30 October 2016
1 October 2016
20 December 2014
29 July 2014
13 May 2014
12 May 2014
17 May 2010
1 April 1985
Nothing matches.
What is a korrent?
A korrent is a belief a person has stated in their own words: one sentence stating the claim, backed by a quote and a source, kept at korrents.com.
Under a name here, the quoted block is what they actually said. The korrent beneath it is the claim those words support, in korrents' wording — tap it to see the record, its source, and who else holds it.
Nobody here wrote their own korrents. They are compiled from public statements, and a person can change their mind, which is recorded too.
About the English under a post
Some people here publish in a language other than English. Where they do, this site shows a machine translation beneath the post, in this typeface — the site's own, not theirs.
The post itself is never changed, moved or hidden: what is set in the serif above is exactly what the person published, and it is what to quote them on. A translation can be wrong in ways that matter, especially about tone.
Only the post's own words are translated. A quoted post, a linked article and a belief on korrents.com are left in their original language.