MoreRSS

site iconTim BornholdtModify

I'm a seasoned entrepreneur and technical co-founder who helps amazing people get their impactful organizations off the ground.
Please copy the RSS to your reader, or quickly subscribe to:

Inoreader Feedly Follow Feedbin Local Reader

Rss preview of Blog of Tim Bornholdt

Google Chrome update will fully close the door on ad blockers

2026-06-17 22:39:50

Google Chrome’s move to Manifest V3 for extensions is closing its final loophole and, with it, bringing the end of many ad blocker tools.

The move to Manifest V3 has been in the works for years at this point, with one of the main points of criticism from users being that the change would break most ad blockers due to the new permissions structure and Google’s focus on privacy. The impacts of that were felt broadly in 2024 and, now, Google is closing the book on Manifest V2 and, in turn, popular ad blockers such as uBlock Origin.

Your periodic reminder that you don't need to use Chrome to use the web.

I prefer Firefox at the moment as my daily driver. I'll switch to Brave if Firefox can't render a page properly for whatever reason.

I'm also carefully following the progress of Ladybird. I wish I was more interested in browser development so I could contribute via open source but (a) the complexity of code required to power a browser feels outside of my abilities at the moment, and (b) they recently closed off PRs from non-maintainers.

Read this post on the web | Respond to this post via email

Do I really want a dumb phone?

2026-06-17 02:17:54

How many birds and butterflies did I miss looking at dumb phones? How many good notes or interesting pieces of trash or who knows what?

Maybe I do have a phone problem.

Never Not Nervous is a solid comic. This one spoke to me as someone who has attempted to use a Light Phone in the past.

Related: I spent the weekend in Sheboygan with my family, as is our annual summer kickoff tradition. We spent an hour or two on the beach, and I found a rock. It was a pretty dope rock; I spent 20 minutes slowly examining it, noticing that my up close vision is not quite what it used to be.

I took the rock home and it's sitting on my desk now.

I can't wait to get home and look at it some more.

Read this post on the web | Respond to this post via email

LLMs Will Replace 8-Track Duplication Engineers | Benchoff Design Portfolio

2026-06-17 01:54:50

Before running all of these tests, I actually did this the old-fashioned way. With pencil and paper and thinking. This entire project was inspired by putting Blonde on an 8-track and from experience, I can tell you this is a hard problem. The trouble is, I can’t tell you how I did it. There’s some human heuristic I used, definitely not an algorithm, and I can’t write it down. This seems to be what humans in 1977 who gave a damn did too. This is not what the dude making the Sublime 8-track did.

So I can’t tell you how to do this without testing all possible permutations, but human intuition can get pretty close. This sort of thing has shown up in other fields, like Foldit, an online ‘let humans perfect protein folding’ game. Classical computer algorithms can only get so close, and humans watching these classical algorithms got frustrated when they saw a solution the computer didn’t. Humans can see stuff that classical algorithms can’t. And now there’s a dozen Nature publications to prove it.

But now we have LLMs. They’re also a black box, and if you throw enough tokens and context at them, they’ll out-perform humans. They won’t be able to tell you how they did it, either.

This isn’t a victory for humans over algorithms or LLMs over humans, or anything like that. It’s just a fact that a dead and derided music format left behind a benchmark where human intuition beat classical methods that wouldn’t be in a textbook for a decade after the work was done. And half a lifetime later, LLMs would outperform humans for reasons we can’t really inspect.

So that’s something.

This was such a cool experiment and a fascinating head-to-head comparison of LLMs vs. human in the esoteric domain of "8-track music production".

Read this post on the web | Respond to this post via email

Backseat Software

2026-06-12 08:37:46

I don’t want to go back to floppy disks. I like fast updates. I like security patches. I like sync. I like crash reports when they help fix real issues.

What I want is for “phone home” to be treated like a privileged capability, not an assumed right. In other domains, we treat privileged capabilities with care. We put them behind intentional choices. We build guardrails. And we treat abuse as a bug, not a growth opportunity.

Read this post on the web | Respond to this post via email

Harness engineering: leveraging Codex in an agent-first world

2026-06-09 00:22:09

What we don’t yet know is how architectural coherence evolves over years in a fully agent-generated system. We’re still learning where human judgment adds the most leverage and how to encode that judgment so it compounds. We also don’t know how this system will evolve as models continue to become more capable over time.

What’s become clear: building software still demands discipline, but the discipline shows up more in the scaffolding rather than the code. The tooling, abstractions, and feedback loops that keep the codebase coherent are increasingly important.

Our most difficult challenges now center on designing environments, feedback loops, and control systems that help agents accomplish our goal: build and maintain complex, reliable software at scale.

There's this very vocal camp of engineers on the internet who like to say things like "it was never about how fast I can type code" and share visceral takedowns of how sloppy and terrible vibecoding and agentic engineering codebases become over time.

I agree with their observations: over time, every vibecoded piece of software I've built becomes shelfware, artifacts of code which served a purpose but is no longer needed.

But I've been programming computers long enough to know that concerns about architecture and sane codebases end up bugging people so much that they invent new techniques to address them.

I am approaching agentic engineering just like I approached using a chainsaw for the second time in my life a couple weeks ago: by consuming a lot of videos and blog posts on how other people are doing it, and then running controlled experiments to see what works for me.

Read this post on the web | Respond to this post via email

The Moylan Arrow: IA Lessons for AI-Powered Experiences

2026-06-08 19:13:03

Information allows us to act more skillfully. Imagine you come to a fork on a road. Without a sign, you’d need a compass or a great sense of direction to choose correctly. But with a clear sign, you’d quickly know which road to take. The sign reduces ambiguity.

The Moylan arrow, too, disambiguates a choice. Pulling in on the wrong side of the pump is an annoying inconvenience. By making the driver smarter, the arrow improves the car’s UX. Critically, it does so without much cost to the manufacturer. That’s why it’s become pervasive.

The Moylan arrow works because it’s:

  • Clear: legible and understandable
  • Findable: located where you’re already looking
  • Relevant: provides the exact answer you need
  • Contextual: available when needed, but “quiet” otherwise
  • Obvious: doesn’t need further instructions
  • Cheap: of negligible cost to manufacturers

Jorge goes on to compare this list to the latest crop of chatbots and finds it comes up lacking.

I found this set of heuristics helpful:

Rather than ask, “how might we add AI to this system?,” consider the following questions:

  • What is the person trying to do?
  • Do they understand the system?
  • What’s keeping them from choosing skillfully?
  • What questions do they have? Which come up repeatedly?
  • Which structural distinctions are ambiguous?

Read this post on the web | Respond to this post via email