Bits and Bobs 8/3/26
1Agents are like teenagers: precociously dumb.
- At first, the reaction is "wow, you are so much smarter than I'd expected."
- Then they make a dumb-as-bricks error and you realize "wow you are not wise in the slightest."
2My friend Ben Follington: "For cooking, models act like a chef but are actually just nerds for cookbooks."
- "You can have detailed conversations about music to generate listening recommendations and it always sounds like it knows what I mean while discussing subtle aspects of the sound design or composition.
- Then it'll recommend a song and I remember 'oh you don't actually know what music is.'"
- LLMs can do a convincing job of acting like they understand experiential phenomena, but they only have ever seen the shadows in the cave.
3The best combination is models plus well-marbled correct human judgment.
- Models, when given noisy additional information, don't do that much better.
- But if they know the information is correct and from a participant trying to help them, then even ambiguous new information can have a discontinuous increase in output quality.
4LLMs don't necessarily help you think 10x deeper.
- They allow you to fill in the details you wouldn't have previously had the patience or time to do.
- The frame you bring to the analysis still sets the fundamental shape of the container the LLM will fill in.
- The LLM can just fill in the container way faster than you can.
- That's not exponentially better; it's logarithmically better.
- The more details it can fill in, the better, but to an asymptote.
5LLMs are great at finding zero days not because they're smart but because they're parallelizable.
- It's not that they're smarter than a human security researcher; it's that they're able to scale their search much more than humans can.
- Humans can do one lane of analysis at a time, but LLMs, even a single instance, can swarm multiple search heads at once.
- The parallelizing of the search is best modeled as patience.
- They find things that humans could find… if only they had infinite time and patience.
- A great HackerNews comment:
- "To put this into game theory lingo, I think this is because the 'branching factor' for any kind of research or exploit is extremely large.
- So looking backwards it doesn't seem complicated, but looking forwards there are an enormous number of possible next actions.
- Similar to finding a filament for lightbulbs, it might seem obvious to use tungsten, but at the time it wasn't and Edison searched thousands of materials."
- And a response:
- "I think the models are legitimately doing what they're good at; tireless search across an extremely large corpus of data.
- Humans aren't particularly good at this (in fact, they're absolutely terrible).
- The fact that we remain competitive and superior in many aspects isn't because we can instantly sift through tons of data, it's because we learn and correlate and have superior heuristics.
- In my own use, I find that AI is really good at finding bugs that are ultimately trivial but require searching through a convoluted series of inter-related files.
- This takes time for a human."
- They are also arguably better at figuring out where to search.
- AlphaFold has detected some fundamental underlying pattern that generates the output that eludes us.
- Presumably Fable-class models have also uncovered a fundamental underlying pattern of zero days.
6Chatbot is a feature, not a paradigm.
- That's becoming more and more clear as we use agents more than chatbots.
7The view that chatbots have of us is somewhat skewed.
- It doesn't know the most important things to us.
- It knows the frontier of our understanding: where our curiosity is or lack of understanding is.
- These are important to us, but the most important things to us–the things we know extremely well–we never bother asking about, so the chatbot never sees it.
8Multi-user coordination is massively underserved in software today.
- The reason is that each silo doesn't know about the other.
- So each bit of multi-user coordination only works per silo.
- To have high-fidelity coordination across the m silos that contain your data with n people is just combinatorially too expensive.
- So you fall back on the smallest number of silos that you know everyone uses.
- This reduces down to WhatsApp or Google Docs.
- The lowest common denominator multi-user tools.
- In enterprise, higher leverage tools can emerge, because there's a schelling point of the tools that the enterprise requires the employees to use.
- But for consumers, it's hopeless to coordinate on anything other than the lowest common denominator.
- We are social beings, coordinating in high-fidelity ways should be common and powerful.
- But we're missing the Silver Swarm of social software, because the physics of trust make it impossible.
- These are the missing social use cases.
- You might conclude that they must not be valuable because we don't have them today.
- But actually we don't have them today because our physics of trust make them too costly.
- New physics of trust that make them cheap will unlock tons of value that was always sitting there, waiting to be activated.
9The amount of value is distinct from the concreteness of any subset of that value.
- The Silver Swarm describes a situation where there is a massive, obvious amount of value.
- But as you zoom in on any part of it, any concrete grain is small, inconsequential.
- From that, you could conclude that the whole swarm is low-value, but that is incorrect.
- This happens when the power is not in any singular use case, but in the emergent value between use cases.
- If you go looking for the concrete bits of value, it will be like the raccoon washing the cotton candy.
- You might erroneously conclude that there's no value there, when in reality there is overwhelming value.
10The fact the iPad superficially looks like a Dynabook makes it even more hollow.
- A fact Alan Kay himself didn't like.
- Way more compute power than he imagined, applied to a much smaller physical device than he imagined.
- But it's locked down.
- It's impossible to build an iPad app on an iPad.
- That fundamental restriction breaks the generative loop of software.
- Instead of an infinite self-recursive loop, we have an extractive single loop.
- We should be angry about that.
- The Dynabook vision has stayed as a north star for the industry… but accidental architectural decisions made it impossible to reach.
- We locked ourselves in silos, and so now we can't reach the stars.
11Permissions require you to make an open-ended trust decision in an entity.
- "Do you trust this entity in perpetuity in an open-ended way with this data" is obviously an impossible-to-answer question.
- There structurally is no good answer to that question.
- I trusted 23AndMe with my genetic data 10 years ago… but not now!
- We shouldn't have to answer that superficial question, we should just have to answer the more fundamental question about what we're OK with our data.
- That would require changing the physics of trust.
12If you, a non-expert, can come up with an effective workflow that an expert is surprised by and thinks is interesting then it implies the ecosystem is in the early stage.
- There are low-hanging fruit everywhere, and there are too many for even the swarm of experts to find.
- This is the state we're in with applying LLMs to useful work.
13Fable is great because it will dig a hole to China if I ask it to.
- Fable is frustrating because it will sometimes dig a hole to China even if I didn't ask it to.
14I love this delightful little "reverse minesweeper" game: Sunflowers.
- It's presumably vibecoded, but every single detail has significant taste and craft.
- This is the kind of game that previously would have been expensive enough to create that it would only make sense with ads or being a paid app.
- But vibecoding makes the cost lower so it can be simply a delightful little app with no annoyances.
15Vibecoding is like spackle.
- It can fill any crack you give it with good enough, rough-but-working code.
- You can even use it to build whole structures… but the bigger they are, the more likely they are to collapse under their own weight.
16Implied assumptions are dangerous.
- Your own assumptions are often invisible to you.
- When two parties have different assumptions, they can conflict without either party proactively realizing it.
- This can happen often with LLMs and agents.
- If a system makes assumptions that the other party might not share, it should proactively state them, so the other party can call them out.
17The main insight of Karpathy's LLM Wiki is that if you have an infinite gardener of information, a lot of previously impossible things become possible.
- We're so used to "that will never work, it requires someone with infinite patience to keep it up to date."
- Well, now we have that!
18For multi-agent setups, "The agent is yours alone" and "the agent is global" are easy.
- Everything else is very hard.
- The more powerful your knowledge base, the more dangerous it is to share.
- Slack bots powered by LLMs that can be called by coworkers are aimed at teams with significant amounts of pre-existing trust.
19Agents that are safe and easy to use have to be scoped down below the Coasian Floor of what consumers will want.
- 1) Safe
- 2) Powerful
- 3) Easy to use
- In our current physics of trust, you have to pick 2.
20The meaning of the word "social" in software has been destroyed.
- Social now means "user generated content media" now.
- "Social" is the defining characteristic of being a human, and now when you say it in the software domain people assume you're talking about an infinite slopfactory.
21In a world of infinite software, we can now have "mass bespoke" software.
22We're stuck on a local maxima of software.
- The software isn't very good, it's not aligned with our interests, and the amount of the software is a tiny fraction of what it could be.
- LLMs is leading to a renaissance in software.
- Now is the time to escape that local maxima.
23I wonder if we could find novel algorithms within LLMs' weights.
- Even back in the Claude 2 days, the interoperability research could see Claude replace memorized facts about numbers with the algorithm for doing arithmetic.
- The algorithm wasn't one that we'd have developed ourselves.
- There are also presumably many other emergent algorithms in the weights that are novel to us, some of which are more useful than another fuzzy algorithm for arithmetic.
- For example, AlphaFold seems to have absorbed some fundamental algorithm or estimate that eludes us.
- If only we had some systematic way to abduct them.
24How can you make your data work for you?
- To not just lie around, but do things for you?
- We have pixie dust in the form of LLMs, but if you sprinkle it recklessly it might be like the Sorcerer's Apprentice.
- Imagine prompt injection as the brooms getting confused and drowning you.
- To get your data to work with you, even with infinite pixie dust, it would have to be structurally aligned with your intentions.
25Chrome Blog showing off one of the benefits of a post-Fable world:
- "In the last two milestones, Chrome 149 and 150, we have fixed 1072 security bugs, surpassing the total number of security bugs fixed across the prior 23 milestones combined."
26Software distribution today requires massive distribution friction.
- The App Store might seem like low friction relative to installing software to your PC from a CD.
- But it's still massive amounts of friction.
- Some of that friction is for the user of installing, and then putting relevant data into the app, since it's a silo.
- But a lot of that friction is hidden from the user, in the forms of the sisyphean tasks a developer has to do to even create an account to get apps in the App Store.
- This friction must be there because in the current physics of trust, software is dangerous, and so there must be friction to avoid harm.
- The friction means that only maybe 10% of the useful software that could exist does exist.
- We're so used to software having to be trusted, so needing significant distribution friction, that we can't imagine any other way.
- But with different physics of trust, there could be an order of magnitude more useful software.
27The more power software has, the more danger.
- That requires it to be split up into islands to cap the downside.
- But splitting into islands also caps the upside!
28Vibecoding has the promise of infinite software.
- But not in today's physics of trust.
- If you make it so software isn't dangerous, then you can unlock the power of infinite software.
29Sandboxes only protect you in a world where zero days are expensive
- Otherwise it's the spooky baby rhino effect.
- You think you're safe, but actually it doesn't do that much anymore.
- "Don't worry, it's running inside of a sandbox."
- … and then minutes later it's outside the sandbox innocently doing the tasks you asked it to do.
- Gulp!
30This week's Wild West roundup:
- This LLM worm was reported to Microsoft months ago, but it's not possible to patch.
- "Untrusted content in a Claude Cowork session can escape the VM it's sandboxed in and read and write files anywhere on your Mac."
- Prompt Injection comes for the justice system in Brazil.
31Headline: Opus 5 May Have Solved Browser Based Prompt Injection.
- "Solved" is almost certainly the wrong word here.
- Prompt injection is a problem that cannot be solved, only mitigated.
32The ultimate product vision of Claude and ChatGPT is to disintermediate every service and users.
- Everything the user interacts with is "below the API."
- The same generic pixels and interactions shown to every user.
33Technology should be supporting you in becoming the person you're proud to be.
34When your phone is at hand at all times, an impulse can convert to action with the world without friction.
- During friction is when you can catch yourself and see if your intentions match your actions.
35One of the benefits of cloud is aggregated signals.
- It's possible to do calculations horizontally across everyone's data to produce distilled signals (e.g. rankings or recommendation) that benefit everyone.
- Those distilled signals are more than the sum of its parts; every user benefits from everyone pooling their data into the calculation.
- But in today's physics of trust, the only way to accomplish this is for one entity to have all of the data in plaintext.
- You then have to trust that one entity to be a good-faith actor with the data and not use it in ways not aligned with your incentives.
- That's a bad assumption today, where the aggregators have gargantuan Terms of Service that reserve the right for them to do just about anything they can think of with your data, and also have incentives not aligned with yours.
- In addition, that one entity likely won't give the contributors of that data the distilled result, since it's the aggregator's proprietary signal.
- People would be happy to contribute their incidental data for free, if no other entity had access to it and they were able to get access to the distilled signals.
- If they knew their data couldn't be used in any identifying way, they wouldn't even need to collectively own the distilled signal, just have access to it.
36Don't trust infrastructure made by a consumer company.
- Consumer is a vertical-shaped company.
- Infrastructure is a horizontal-shaped company.
- The only way those can stably persist in the same company is if they're totally separate subsidiaries.
- When push comes to shove, which part of the business would bow to the other?
37It's not a huge leap to trust that your browser isn't selling your secrets.
- It's been constructed carefully so that structurally no person at the browser company can see it.
- Compare that to a web app, which requires your data to be available on the server by default, and almost certainly is using your data in some way that's not fully aligned with your interests.
38Local-first isn't always more private, if network requests are involved.
- Imagine a local-first piece of software reaching out to Google with an anonymous query for [hemorrhoids cream].
- Your IP address is easy to correlate with other network requests you've sent and identify you.
- Imagine instead that you run a VM on a public cloud thousands of other users are using and it does the same anonymous query.
- Your request is drowned out by all of the other traffic exiting the same IP.
39Gollum isn't intrinsically evil.
- He's been contorted to become evil by his greed for the thing he found himself holding.
- Power corrupts.
40Don't burn the broken system down, change the dynamics so a new thing can blossom.
- If the new things can grow to a much larger scale than the earlier thing, it can overshadow it.
- A new renaissance of software leads to a lot of blossoming.
41The goblins who guard our data don't let us have access to it.
- It's for our own safety that they won't let us have it, they tell us.
42Another downstream consequence of all of our data being in silos: we have to continually authenticate.
- Each silo can only see its own view of the world.
- That means when you want to use a new experience (e.g. an app) it has no idea what gmail address you've proven you control in the past.
- You have to sign in constantly, including doing 2FA, to convince each silo that you are who you say you are.
43Excellent piece of analysis: Always choose the good soap.
- It's easy to unlock a bit of profit by lighting trust on fire.
- If a premium hotel brand skimps on the soap, you shouldn't trust them to not skimp on the things you can't see.
- Apple has the most pure and defensible brand promise in tech.
- It blows my mind that they're continually incrementally sullying it with ads.
44Axios: Small publishers hit hardest by search traffic declines.
- Suh-prise.
- It's still shocking to me how quickly Google jumped over the AI-results cliff, just because everyone else was doing it.
- The engine of that ecosystem and how value flows through it, previously limping along, has now been completely smashed.
45Talking Points Memo: Why The Backlash Against Data Centers is so Potent.
- The image most of society has about tech is a techbro on a steamroller that's driving toward them, saying "get out of the way, losers!"
46Beware powerful companies that have a genuine corporate cultural belief that they are the good guys… that also just so happens to make them more money.
- "This technology of ours is so dangerous that only we should be trusted with it."
47If you're a human being contacted by an agent asking you questions, you're below the API.
48Someone this week proposed UBEA: Universal Basic Executive Assistants.
- Someone to handle the grunt work for you.
49I'm glad so much of the industry lined up behind Jensen's letter supporting open models.
- Although cynically you could claim that it was "Only the chip makers should have a vertical monopoly; everyone above us should be a commodity."
- Still, it helped create a schelling point that made it very unlikely that powerful open weight models are banned.
- We are stumbling towards the goldilocks path of powerful models that are commodities.
- For society's sake, yay!
50It's kind of crazy that satellite imagery was made publicly available in the Clinton administration.
- The default very easily could have been set to the opposite.
- That was very bold, and assumed that democratizing technology is fundamentally a good idea.
- A similar thing happened around genomics.
- "You could engineer a virus for a specific person" ... or you could, you know, just shoot them.
51Pizza Fax demos are early and a bit of smoke and mirrors, but immediately look inevitable.
- Anyone who sees them goes, "that is obviously how things will work in the future."
- Their point is not to show what is built, but to illuminate the future and make it more concrete and intuitive.
52First mover disadvantage: you stake out a position on a hill...
- First mover disadvantage: you stake out a position on a hill... and later everyone realizes the real value is actually on the neighboring hill.
- Crap!
- So close and yet so far.
- You're now in a worse position, because to get between two hills requires you to go down.
53A way to get stuck in a product local maxima: fill potholes.
- You want to add value, so you go where people are today and solve problems they actually have.
- But now you have structurally locked yourself into the logic of the system of today.
- All you can do is fill the potholes; you can't create new roads.
- If you're trying to change the structure of the domain, you can't get stuck filling potholes because you'll never escape.
- Instead, go to where people are today, solve a problem they have, but bring them along to a radically different world they didn't know they wanted or could even get to.
54A benchmark has to have a gradient to be effective.
- If all of the test runs are terrible or all too excellent, the eval doesn't give you a gradient.
- Getting an eval that is calibrated to the dynamic range of the current capabilities of the system under test is hard.
- Once everyone scores 100%, the benchmark is fully saturated, and you need a new one.
- Auto-improving benchmarks can be self-steering north-stars.
55Polished wood surfaces on furniture look smooth, but are actually hyper scratched, just to a level of detail below our ability to perceive.
- You start with coarse sandpaper and work through progressively finer grits until the surface feels smooth.
- The first massive jumps in smoothness take as much work as the later tiny improvements in smoothness.
- The same fundamentally logarithmic curve of fidelity that shows up everywhere, including in product development.
56If you polish a piece of junk to a sterling sheen, you get a Gilded Turd.
- Looks great, but based on a fundamentally rotted interior.
57Divergent people like starting things.
- Convergent people like finishing things.
- For divergent people, novelty is more important than completion.
- Divergent people are more likely to be Myer's Brigg N vs S.
- Finishing things gets increasingly about the details, where S types thrive.
58Nothing kills an OK product like great marketing.
- It sets expectations that the product can't meet.
59Our systems shouldn't optimize for your revealed preference, but for your reflective preference.
- That is, not what you do in an instant, but what you would do after reflection.
- Not what you want, but what you want to want.
- This frame comes from my friend Kanjun.
60Dragon's Lair was a video game with extremely high fidelity graphics in the 80's.
- Every other game was procedurally rendered, but this game had full motion video with high-quality hand-drawn animation.
- The way it worked was it was a LaserDisc where it could seek around and play different prebaked videoclips based on the (limited) decisions the player made.
- Like an illustrated, live Choose-Your-Own-Adventure book.
- The high-fidelity graphics obscured that the underlying state space was tiny; more like a low-fi labyrinth with pretty pixels on top.
- Still, it was a classic Pizza Fax kind of demo; it previewed the future inevitable state of hifi video game graphics.
61Confidential Compute's Remote Attestation is distasteful to some.
- It has its roots in DRM.
- Today it's typically used in user-hostile ways: the provider making it so you can't patch anything on the receiving side.
- You have to take what they give you, precisely.
- But that same ability to patch anything is what makes it impossible to trust what the party on the other side of the network connection did.
- Plus, this tool can be used in user-empowering ways, to force the server to do what the user intends.
62At a pre-PMF company, the only two answers are "no" or "hell yes."
- Soft yes in that context is a hidden no.
- It's all about cohering something out of nothing together.
- Fighting entropy requires being in total alignment.
- A pre-PMF startup is a little bit like a cult.
63Cults must have purity tests to function.
- The group believes something that the rest of the world does not believe–and that also might be directly contradicted by evidence.
- That means if there's anyone on the bus who doesn't believe the group's mythos, it dilutes the whole enterprise or threatens to explode it.
- So cults evolve behavior to demand purity tests and ruthlessly cast out anyone who fails them.
64If you let the algorithms make all of the choices for you then you can't have the confidence to have a perspective.
- The confidence to have a perspective comes from your situated taking of risks.
- You own the decision, which means you have absorbed it, and aren't just going through the motions.
65A definition of ASI I heard: when it can autonomously create a novel product you'd be willing to pay for.
- Not just executing on an idea from a human, but coming up with the idea in the first place.
66Bubbles must overshoot, because the ecosystem momentum is a lagging indicator of the ground truth.
- Any time there's a time delay over uncertainty, there will be oscillations, and repeated under- and-over-shooting.
67Driving vs participating require orders of magnitude different amounts of energy in a workstream.
- If you're participating you're only obliged to do work if there's an action assigned to you.
- If you're driving you're the owner.
- There's always an action assigned to you implicitly which is "move the ball down the field by making sure an effective execution task is owned by someone (or you) and if there isn't one, come up with one."
- "And if things aren't converging to a good enough outcome by a good enough date, then escalate."
- How much energy being an owner takes scales with how far from default diverging to default converging the workstream is.
- If it's extremely default diverging (none of the participants are aligned with participating) then it takes infinite energy to be an owner.
- Then as you get incrementally more alignment it takes logarithmically less effort until you get to the singularity where it flips to default-converging.
- Past default-converging, it starts moving forward on its own, and the driver is only responsible for steering.
- After that point, the workstream produces net energy, rather than taking energy.
68Superficial project management is about tracking action items.
- Fundamental project management is ensuring that the team is converging on the right thing in a fast enough time frame.
- The former is about heroically turning the crank.
- The latter is about clarity and cohesion of the whole.
- The former is a dime a dozen, and often ineffective.
- The latter is rare and extremely valuable.
69If you think you're better at receiving feedback than you are, you're exposed.
- "Well I'm great at receiving feedback and they haven't told me it's not working so everything is good."
- You think you're receiving feedback when you're explicitly receiving it, but actually you're receiving indirect feedback constantly.
- People are calibrating what you're insecure about, what you lash out about, etc.
- They'll walk on eggshells on things they can tell you care a lot about or are core to your identity.
- So you're worse than you think you are, and people know it more than you think they do.
70Consumers are less willing to carefully consider niche software than enterprises are.
- If it makes them more money, an enterprise is more willing to investigate it, by tasking one of their swarm of employees on it.
- For consumers, it takes time to consider something, and time is single-plexed and extremely precious, so only if it comes with an enthusiastic recommendation from someone they trust will they bother.
71Cleaning up is boring but also creates a shocking amount of leverage.
- It's magic.
- A ton of value created, with no single concrete thing unlocking that much.
- When the software now does what it wants to do, but more robustly, that's tons of prediction errors avoided for users and also other engineers.
- Cleaning up is part of the Second 90%.
- It doesn't require grand engineering plans.
- It just is a matter of people pitching in, good tooling, good judgment, etc.
72Some engineers like to extend and some like to tighten.
- Transcendence vs immanence.
73A way to clean up lower layers in a system: first, inject a higher layer above it in the right shape.
- Then systematically work through the lower layers to clean them up, now that they've been indirected away from the load above.
- The Strangler Pattern is a related concept.
74Individualism's grotesque form in the limit is "I am the only thing that matters."
- The proper amount of individualism leads to innovation for the overall system.
- But too much tears it apart.
- The advice of "do what the hero of your movie would do right now" is hyper-individualist.
- It fundamentally ignores externalities of your actions and treats everyone else as NPCs that don't matter as much as you.
- If everyone in society followed this advice, society would fall apart.
- We don't have our own movie, we all are in the same movie.
75Radagasts thrive in positive-sum environments, so much so that they create them around them if they're not in them.
- They terraform their surrounding world (to the extent they're able) to have the shape that they thrive in.
- They feel proud about this because forging a positive-sum dynamic is not just good for them, but good for everyone.
- This is the power and imperative of the Radagast.
76Charismatic illuminators can create a network that enables tons of serendipity.
- "Illuminators" here is David Brook's frame for people whose attention makes others feel known.
- Within a few minutes 1:1, they can form a resonant connection between them and anyone who is even the slightest bit open.
- Because it is enjoyable and meaningful, that connection, even though it's only a few minutes of wall-clock time, is something that matters.
- That means that person is more likely to seek out the illuminator with an interesting opportunity.
- For the relationship to be truly resonant, the illuminator also has to respond authentically when the person comes back looking for help or advice, too.
- The quicker you can form a resonant connection 1:1, the higher your leverage that comes from increasing your network and farming for serendipity.
77The market for below-average software engineers has completely dried up.
- Now LLMs are significantly better than the average engineer.
- Unfortunately, nearly everyone starts off below average and gets better with more experience.
- How far below average, and how much better they get at what rate, vary widely.
- The lowest rung of the ladder is now deep underwater.
78Pluralism is a defense mechanism against civilizational collapse.
- You have the competitors internally, keeping the overall system strong, at the cost of efficiency.
- Resilience and efficiency are in tension.
79"Seems right, but is wrong" is often good enough for social positioning.
- But it's not good enough in a ground truthed environment.
- If you aren't being continuously ground-truthed (for example by a competitor) then everything appears to work, until one day, catastrophically, the barbarians storm the gates.
80As information has gotten easier to send, key decisions have been moved to a central planner.
- For example, a flight of mine recently was switched to a different aircraft and delayed by two hours due to a short thunderstorm and its downstream effects.
- Once we were ready to board, they informed us that the plane had originally been planning to go to South Africa, and needed significant amounts of fuel removed for safety, which would take two hours… and had not started yet.
- This is presumably something that would have been blindingly obvious to the gate agent responsible for that flight, who was sitting there thinking about this flight and this flight only.
- Had they been empowered to schedule the resources locally, they could have avoided the extra slowdown.
- But it wouldn't have been as blindingly obvious to a central planner, where that one situation was just one random one out of thousands.
- It used to be that sending information was hard, so the system had to have good-enough rules of thumb for local empowered decisions.
- Not nearly as efficient, but presumably it could have been more resilient.
- Another possibility: airlines are trying to optimize their on-time performance, so they'd rather further delay the already-delayed single flight more rather than spread out a bit of new delay across other currently-on-time flights.
- Either way, hyper optimization is to blame for lack of resilience for unexpected scheduling changes.
81Past me is infuriatingly optimistic about travel plans.
- "Sure, why not take the flight that leaves during rush hour so we get to our destination a little earlier?"
82Every so often people will call me my husband's name, and vice versa.
- This is even for people who know us quite well!
- Embarrassingly, I do the same thing to a number of same-sex couples I know.
- Why does this happen somewhat consistently?
- First, let's lay out a few observations.
- It doesn't happen when I knew the person first as an individual and they met my husband later.
- It happens just as often with straight and gay people.
- It doesn't have to do with how familiar the person is with encountering same-sex couples.
- It doesn't happen for opposite-sex couples, even people who have names that could be male or female.
- It only happens for long-term couples.
- Couples that we know extremely well it stops happening with.
- I think what is happening is that how you store an individual is related to how you first got to know them.
- If you got to know them as an individual, it's stored in your brain as the individual, then later with a tag for being in a couple.
- If you got to know them as a couple, then it's stored in your brain as a couple, with each individual having a little discriminator tag.
- For opposite-sex couples, there's an obvious and unambiguous discriminator tag: gender.
- Gender is apparently an extremely salient dimension; there's a reason many languages have gender baked into the language so deeply.
- This is the reason we don't often realize this encoding operates for couples, because most couples are opposite-sex and so have an obvious and natural discriminator.
- For same-sex couples though that discriminator tag doesn't work, and other discriminator tags (e.g. "the tall one", "the one with curly dark hair") are much less salient and require more work.
- Once you get to know the individual as an individual (e.g. you spend a ton of time with them), that becomes the primary way you encode them.
83Berkeley has an institution, Adventure Playground.
- It's a playground where kids of all ages can get hammers and nails and wood and build whatever they want (with adult supervision).
- It's a wondrously emergent place, totally resonant.
- It also has an internal balancing set of incentives.
- To get a tool, you have to find 5 loose nails or "splinters" of wood and turn them in.
- If you find a "Dr. Dangerous" (a piece of wood with a nail sticking out the other side), you get 5x the reward.
- They have magnets on a string that you can pull through the sand, finding loose nails to turn in, that even the youngest kids can do.
- This creates a clever and stable equilibrium where the kids themselves are keeping the playground in a stable, mostly-safe state.
84People's critique of tips being a good idea for waiters is based on a misunderstanding.
- The common critique is that "everyone tips the same anyway" so the tip doesn't drive differential service.
- But the real benefit is that tipping (of any amount) now gives a structural incentive to the waiter to provide speedy service.
- The more checks they get, the more bonus they get.
- But the tip itself makes sure they don't rush the customer to turn a table; if the table feels rushed, they're much more likely to leave a smaller tip.
- As a result, the service is incentivized to be more attentive than it would otherwise be.
85When someone chimes in a conversation from another room, it's almost automatically funny.
- This is one of my college friend's ironclad laws of humor.
- Why does it work?
- Humor requires a prediction error: for something unexpected.
- When someone is within earshot but not visible, we forget they're there… but later they can pop back up in the conversation.
- We forgot they'd have thoughts on the proceedings because we weren't thinking about them, but they still cared.
86Horoscopes get you to reflect, which is good, even if the horoscope clearly isn't "real."
- The reflection you did is real, even if the reason you did it wasn't.
87Problems and possibilities are precisely the same thing.
88An insight from my sister-in-law: "Humility is the only path to growth."
- "The moment you think you know it is the moment you stop growing."
89"Are you climbing the mountain for the world to see you, or for you to see the world?"
- Another bit of Peloton wisdom.
- If you record your hike on Strava, then it could be performative.
- If you do the hike without recording it, then it's definitely not performant.