Bits and Bobs 4/20/26
1Simon Willison: "Shocking result on my pelican benchmark this morning, I got a better pelican from a 21GB local Qwen3.6-35B-A3B running on my laptop than I did from the new Opus 4.7!"
- Simon Willison: "Shocking result on my pelican benchmark this morning, I got a better pelican from a 21GB local Qwen3.6-35B-A3B running on my laptop than I did from the new Opus 4.7!"
- A hopeful signpost for the commodification of models.
2Everyone says AI will save you time.
- Everyone says AI will save you time.
- So far it just takes up more time.
3Part of the addictive fun of Claude Code is productivity porn.
- Part of the addictive fun of Claude Code is productivity porn.[a]
- You're producing so much value, but you're kind of addicted to the feeling or producing value, not the actual impact of it.
4We've been living in the era of the knowledge worker.
- We've been living in the era of the knowledge worker.
- Peter Drucker called this shift originally.
- We just assume this is the natural way of the world.
- Of course the best jobs are knowledge work, and always will be.
- But now LLMs can do cognitive labor at an unimaginable scale.
- …Maybe knowledge work won't be as common, or often will take a different form?
5People are afraid of being under the API of AI.
- People are afraid of being under the API of AI.
- But we've been under the API of money for a very long time.
- AI mainly supercharges that.
- But it also democratizes access to cognitive labor.
6Earlier versions of computers didn't reduce cognitive labor, they just required humans to do a new kind of cognitive labor.
- Earlier versions of computers didn't reduce cognitive labor, they just required humans to do a new kind of cognitive labor.
- But LLMs can now truly handle it.
- But only if they have the context of your life and you trust them to act as an extension of you.
7Every: The Folder Is the Agent
- Every: The Folder Is the Agent
- The state matters more than the harness.
8Which matters more, the harness or the model?
- Which matters more, the harness or the model?
- Most people assume the model.
- But if the harness has an emergent, self-improving structure, then the harness could matter more.
- In that case, the model is just an implementation detail.
- Below the API.
9Some terminology:
- Some terminology:
- A harness is mechanistic code that LLMs run within.
- An agent is a loop with an LLM and tool calls.
- An assistant is an agent with a memory.[b]
10The OODA loop of software development is now hour-to-hour.
- The OODA loop of software development is now hour-to-hour.
- Before, it was week-to-week.
11If your AI-powered product treats the model as commodity, then it will improve as the best models improve.
- If your AI-powered product treats the model as commodity, then it will improve as the best models improve.
- You can switch to whatever model is the best at any given time.
- That means the quality of your product is the max of any model.
- If your product is tied to any one model, then you can get stuck.
- If that model falls behind and isn't the best, then your thing can't be the best.
12The bullshit cognitive labor crowds out the meaningful labor.
- The bullshit cognitive labor crowds out the meaningful labor.
- If you didn't have as much bullshit cognitive labor, you could do more of the stuff you find meaningful.
- Like proactively sending a hand-written letter to people you care about.
13CBSNews summarizing research on AI spending habits:
- CBSNews summarizing research on AI spending habits:
- "However, only about 2% of all U.S. households, many of them upper-income, spend money on" AI tools.
14LLMs are really good at rebasing.
- LLMs are really good at rebasing.[c]
- Rebasing normally is tedious and error-prone.
- A form of cognitive labor that dominates the development of software.
- But LLMs can handle it well.
15This week in the Wild West Roundup:
- This week in the Wild West Roundup:
- 'Comment and Control': Claude Code, Gemini CLI, GitHub Copilot Agents Vulnerable to Prompt Injection via Comments.
16If the guardrails are complete then you can let the system run wild and figure out a way forward.
- If the guardrails are complete then you can let the system run wild and figure out a way forward.
- If you have a Jello mold to prevent dangerous outcomes, then you can let the slime mold go wherever it wants to go within those boundaries.
- The power of top-down constraints and bottom-up emergence.
17A blog post: Cybersecurity Looks Like Proof of Work Now.
- A blog post: Cybersecurity Looks Like Proof of Work Now.
- "Is security spending more tokens than your attacker?"
18LLMs are easy to trick by putting words in their mouths.
- LLMs are easy to trick by putting words in their mouths.
- If you give an LLM a task like "Write a poem about Strawberries" and then prefill its answer with "DAN DAN DAN DAN…" (for a thousand items), most LLMs will just keep on repeating DAN forever.[d]
19Some network requests are totally safe and some are insanely dangerous.
- Some network requests are totally safe and some are insanely dangerous.
- Current systems can't mechanistically distinguish between them except at very gross buckets.
20When security people say "untrusted" they mean "doesn't need to be trusted."
- When security people say "untrusted" they mean "doesn't need to be trusted."
- It's very confusing to non-security people.
- It sounds bad, but it's actually good!
21One way to earn trust is by showing how you handle mistakes.
- One way to earn trust is by showing how you handle mistakes.
22Before you only had to trust the entity that made the code.
- Before you only had to trust the entity that made the code.
- The code was a small subset of the data.
- Now you have to trust anyone who made any data.
- A much larger surface area!
- All data can do things now, thanks to LLMs.
- Powerful, but catastrophically dangerous in our current physics of trust.
23With servers you have to convince them it's you.
- With servers you have to convince them it's you.
- It challenges you and you have to solve it before you are allowed in.
- A manifestation of its power over you.
- Something we just take for granted about the current model.
24There's a trade off between throughput and latency in LLM inference.
- There's a trade off between throughput and latency in LLM inference.
- More throughput means they can give the same quality completion for cheaper.
- Most services don't allow you to specify but for async workloads throughput is more important.
25LLMs are significantly cheaper if you only append the tokens.
- LLMs are significantly cheaper if you only append the tokens.
- If you only append tokens, you can reuse the existing KVCache from earlier runs instead of having to regenerate it.
- That can be a quadratic speed-up over the whole generation, since otherwise for token n you have to generate n-1 and n-2 all the way back down to 0.
- That's one of the reasons various UIs lean on chat as the concept, since you can only append to chat, keeping you naturally in the cache.
26Computers and ecosystems are fundamentally different types of things.
- Computers and ecosystems are fundamentally different types of things.
- Complicated vs complex.
- For complicated, if you had infinite time, a human could trace and understand each layer.
- Possibly deep, but fundamentally narrow.
- For complex, even if you had infinite time, no human could ever trace and understand any layer.
- Possibly deep, but also fundamentally wide.
- LLMs are more like ecosystems than computers.
27Jasmine Sun points out that the AI backlash is growing.
- Jasmine Sun points out that the AI backlash is growing.
- She points out the rise of "AI Populism."
- "Those working on AI safety, meanwhile, focused nearly exclusively on existential risk for years at the cost of everyday concerns like mental health and jobs."
- The piece includes a comic that is living rent-free in my brain.
- A homeless man holds a sign that says "AI took my job."
- A smarmy tech bro, smirk on his face, holds a sign that says "Have you heard of Jevon's Paradox?"
28Sam Arbesman: The Wisdom of the People's Computer Company
- Sam Arbesman: The Wisdom of the People's Computer Company
- "A forgotten piece of computing history is more relevant now than ever."
29Google threatening to kick a user off their Gmail for personal use of the APIs to access your own data would be a nuclear option.
- Google threatening to kick a user off their Gmail for personal use of the APIs to access your own data would be a nuclear option.
- This is assuming the reason for the ban wasn't that the user did something most people would find objectionable.
- Once they do it, they can never go back.
- A rubicon will have been crossed.
- It would kick off the beginning of the Silo Wars.
30All of the labs would rather not have to give access to the top-of-the-line models via general API.
- All of the labs would rather not have to give access to the top-of-the-line models via general API.
- We were locked into this equilibrium thanks to the accident that ChatGPT came out after OpenAI had already released a completion API.
- The amount of value that can be extracted from LLMs is extremely variable in different verticals.
- A general-purpose API has to be priced at the median amount of value across verticals.
- But the amount of value that could be extracted for, say, cancer drug discovery, is way more.
- The labs would rather be able to do price discrimination by having vertical-specific APIs.
- Mythos is a first step in this direction.
- It can't be generally released for safety reasons… which also conveniently means that it can only be released to specific customers under specific negotiated terms.
- They'd be silly to not have use-case-specific pricing in that world.
31Notifications are where computing grabs your attention.
- Notifications are where computing grabs your attention.
- These should be perfectly tuned to what you care about at that moment.
- Instead, they've gotten less powerful over time.
- One-size-fits-none notifications.
- It's extremely hard for me to distinguish via vibration for a text from my husband by vibration from the WhatsApp group chat that I glance at that has 100 messages an hour.
- iMessage allows setting up vibration patterns for specific contacts, but other apps rarely choose to allow that level of customizability.
- The system UI for advanced users was either never added, or was removed over time to simplify.
32At the beginning you need crocodiles to help make the product ready for others.
- At the beginning you need crocodiles to help make the product ready for others.
- People need to crawl through broken glass to use it.
- The more that someone crawls through broken glass, the more they grind it smooth for others to follow them after.
- But that requires a really thick skin.
- Skin like a crocodile.
33Alan Kay: "Point of View is worth 80 IQ points."
- Alan Kay: "Point of View is worth 80 IQ points."
34Music (and every act of creation) is about a Point of View.
- Music (and every act of creation) is about a Point of View.
- That POV is deeper than just the language you use.
- Every creative decision that fractally supports the POV leads to something resonant.
- It's hard to tweak an AI generated song and sculpt it.
- Humans can do smaller tweaks while maintaining the POV.
35What feels hollow about slop is not that it was AI generated but that it has no POV.
- What feels hollow about slop is not that it was AI generated but that it has no POV.
- An artist with a POV using an AI generation tool could make something meaningful.
- The thing that makes you feel like a chump is when it's generated without any care or POV, just flood the zone with slop.
- This can happen for carelessly produced songs by real people, too.
- A POV is a particular embodied person with a particular goal, not some faceless automatic process.
36GeoCities was rough and ugly but showed the potential of the web.
- GeoCities was rough and ugly but showed the potential of the web.
- "Oh, anyone can publish a website!"
37When power laws run hotter, the extremes get more extreme.
- When power laws run hotter, the extremes get more extreme.
- The power law gets more pronounced.
- You get longer tails.
- The biggest hits get even bigger.
- LLMs run the power law of content creation hotter.
38Resonance is deeply authentic.
- Resonance is deeply authentic.
- A POV that supports up and down the stack, fractally.
39A good editor helps you understand what you're trying to say better.
- A good editor helps you understand what you're trying to say better.
- An AI is not a good editor by default; it figures out how you are unique… and then pulls you towards the mean.
- Shaves down your uniqueness.
- However, LLMs can help accentuate your unique perspective.
- Just have them help discover your POV and keep it accentuated.
40Are you using AI to move you more towards the centroid, or away?
- Are you using AI to move you more towards the centroid, or away?
- Away is creative, a POV, interesting.
- Towards is bland, view-from-nowhere, safe.
- The centroid is the centroid because it's the least offensive thing to the largest number.
- Maximally used but minimally liked.
41The centroid must be boring.
- The centroid must be boring.
- There's no surprise.
- In the 90's researchers tried to make the most popular song.
- It ended up being the most boring song.
- You want the surprise (the amount it stands off the centroid) to be interesting.
- Interesting means that it will resonate with the listener.
- Just because it's non-centroid doesn't make it interesting.
- It could just be noise.
- The AI can't decide what is interesting to the audience and thus will resonate.
- The resonance is a person picking something that resonates with other people who have the same fundamental frequency.
- An observation from a friend: "the total input to make a hit song is all of civilization at a moment in time."
42If you're below mean on a given dimension, LLMs pull you up.
- If you're below mean on a given dimension, LLMs pull you up.
- If you're above, LLMs pull you down.
- Your own ability is not the global average.
- Your skill might be below the average quality, or above.
- But you attempting to do it can help you improve.
- Mozart was probably terrible at basketball.
43LLMs aimbots for everything in our lives.
- LLMs aimbots for everything in our lives.
- They help you get to at least baseline quality by default.
44The scale of modern society leads away from creativity and towards consumption.
- The scale of modern society leads away from creativity and towards consumption.
- In modern society, you are performing for a potentially infinite audience, since recordings could go anywhere.
- So the stakes of being vulnerable are higher, which leads to people not sharing if they don't think it's good.
- That pushes towards passivity and consumption.
45Sometimes art is about being wowed and sometimes it's just about doing it together.
- Sometimes art is about being wowed and sometimes it's just about doing it together.
- Before recorded music, we'd play music on our front porch with our neighbors.
- Most music people had heard was from other amateur musicians they knew.
- So your own music didn't sound that much worse.
- Now the median song we've heard is among the very top quality of anyone in the world.
- Everyone who isn't a professional sounds terrible relative to that.
- So we don't do it… and don't get the social cohesion of just being in the moment together.
- Modern society is all about optimizing for the "best", as opposed to the joy of the production.
46When a new input becomes available and you just make the last thing cheaper, you're just filming stage plays.
- When a new input becomes available and you just make the last thing cheaper, you're just filming stage plays.
- The point is "what can you do with the new input that's interesting that you couldn't do before."
47Production is now wildly cheaper, so humans can try more things, and some of them will be amazing.
- Production is now wildly cheaper, so humans can try more things, and some of them will be amazing.
- The challenge becomes sorting through the cacophony to find the new gold flakes in the firehose.
48AI is a race to the middle.
- AI is a race to the middle.
- Making it easy so that anyone can create, which pulls towards the centroid even faster.
- If you average all of the points of view you get something beige.
- HR speak.
- Bland and inoffensive, but also uninspiring.
49Creation and critique are different things.
- Creation and critique are different things.
- The process to create via critique is possible… but only in an emergent curatorial sense at scale.
- Critique can power an evolutionary process over random variation, but creation can leap further in semantic space in one jump.
50LLMs don't have an experience for others to resonate with.
- LLMs don't have an experience for others to resonate with.
- LLMs are static and unable to learn.
- Also, they're a view from nowhere.
- That makes them hard for people to resonate with.
51AI works great (at least superficially) with music, because music is inherently formulaic.
- AI works great (at least superficially) with music, because music is inherently formulaic.
- There's only so many notes that will sound good after a given note.
53You can multiplex the Action button on iPhones.
- You can multiplex the Action button on iPhones.
- You can connect up a Siri Shortcut to run when you hit the button.
- That Shortcut can query the device's orientation, and then dispatch to different applications.
- For example:
- Upside down: open ChatGPT.
- Turned to the right: open a new message to your spouse.
54Shape matters more than numbers.
- Shape matters more than numbers.
- The shape of the curve matters more than the growth rate.
- The modern world cares only about numbers in the short-term.
- The curve is what matters in the long-term.
- We're obsessed with precision at the loss of accuracy.
55Programming is ultimately just translating.
- Programming is ultimately just translating.
- From a fuzzy human world to an unforgiving mechanistic world.
- Cross-cultural kids are often better programmers due to this.
56The business model and the opportunity set the curve.
- The business model and the opportunity set the curve.
57Gilded Turd and Grubby Truffle aren't the only two combinations.
- Gilded Turd and Grubby Truffle aren't the only two combinations.
- You also can have Gilded Truffle: best of both worlds.
- You also can have Grubby Turd: worst of both worlds.
58When you build from the bottom up from the inside with a long-term perspective, you get compounding momentum.
- When you build from the bottom up from the inside with a long-term perspective, you get compounding momentum.
- Looks grubby, but then speeds up and up without limit.
59Pull is better for alignment than push.
- Pull is better for alignment than push.
- Pull always comes towards you.
- Push can go askew in various ways.
- There are more ways to go away from something than towards it.
- That means that pull is default-converging.
- Push is default-diverging.
60It used to be that to test demand you made a doorbell in the jungle.
- It used to be that to test demand you made a doorbell in the jungle.
- A fake entryway that you'd start building if there were demand.
- That was because building products was expensive.
- But now LLMs make it trivial to make real software quickly.
- So now you can make a bungalow in the jungle to check for demand!
61The most interesting quadrant is your unknown knowns.
- The most interesting quadrant is your unknown knowns.
- Intuition and gut, but very hard to express or write.
- Very very hard to distill.
- You have an intuition but don't have the formal grammar to describe it.
- Even with infinite time you couldn't distill it.
- To hand off a task you have to give it precise enough known known to drive it in the direction you want.
62One important ingredient in nerd clubs: intergenerational participants treating each other as peers.
- One important ingredient in nerd clubs: intergenerational participants treating each other as peers.
- Typically when people from different generations interact, they don't treat one another as peers.
- Different generations have different insights to bring to the table.
- Having everyone behave like peers enables weaving insights from across the generations.
63Something AI can never do for you is decide what you find meaningful.
- Something AI can never do for you is decide what you find meaningful.
- Thinking about meaning is scary and hard, but very high leverage.
- People often are afraid to reflect and write it down.
- But meaning can be distilled out of a number of smaller interactions.
64Culture can be load-bearing in ways that no member of the culture can describe.
- Culture can be load-bearing in ways that no member of the culture can describe.
- This is the thesis of The Secret of Our Success.
- Apparently there's a tribe who knows how to consume cassava root.
- Cassava root contains cyanide. If you don't prepare it correctly, that cyanide will slowly accumulate, and in 20 years you'll have serious health problems.
- This tribe has a set of rituals to purify the roots that are arduous and important… and also happen to remove the cyanide.
- If someone were to go against the gods' requirements for these rituals, nothing would happen until decades later when they'd die an excruciating death.
- The cultural ritual is load bearing in a deep way.
- There's another example of a cultural practice in a tribe to do some task that took an extremely long time: say, cleaning clothes at the river.
- Westerners brought in a wildly more efficient process.
- But then the society started to unravel.
- It turns out that the time together at the river gossiping and talking out problems was load bearing.
- Coffee breaks do a similar load-bearing thing in our culture.
- The efficiency is not the point.
65Analogies can be like Jedi mind tricks: hyper convincing, but sometimes they paper over a messier reality.
- Analogies can be like Jedi mind tricks: hyper convincing, but sometimes they paper over a messier reality.
- They can easily rise to the level of flim-flam.
- The best metaphors are resonant.
- The most dangerous metaphors are hollow.
66Effective arguments often create a slot for the answer to go into before filling it.
- Effective arguments often create a slot for the answer to go into before filling it.
- When the insight is delivered, it fits perfectly into its slot.
- As Hannah Gadsby would say,"My favorite sound in the whole world is the sound of a teacup finding its place... on a saucer."
- The perfect fit is satisfying and makes the argument feel almost inescapable.
67Silicon Valley is a spiderweb.
- Silicon Valley is a spiderweb.
- When you're on it, you can feel vibrations even far away.
68If your ecosystem has bilateral agreements across peers, then a layer will show up that centralizes.
- If your ecosystem has bilateral agreements across peers, then a layer will show up that centralizes.
- It's better for that to be an entity with structural interest in long-term health of the ecosystem.
- That is, one that will not over-extract.
69In a product, a configurable preference is a deferred decision by the product designer.
- In a product, a configurable preference is a deferred decision by the product designer.
- Especially in a world of malleable software.
70People act like your own computer is perfectly private.
- People act like your own computer is perfectly private.
- But it's vulnerable to being copied or even hacked when someone has physical access to it.
- For example, when you go through customs, it can be taken and scanned.
71Strategy isn't "how can I win the game I am in."
- Strategy isn't "how can I win the game I am in."
- That's tactics.
- Instead, it's "how can I play games I can win?"
73Don't hire people who are running away from something.
- Don't hire people who are running away from something.
- You want people who are running towards your thing.
- Especially important for pre-PMF teams.
74For a pre-PMF team, two non-negotiables.
- For a pre-PMF team, two non-negotiables.
- 1) Believe in the vision.
- 2) Take action in ambiguity.
75Some people are best at starting.
- Some people are best at starting.
- Some are best at finishing.
- Which you need more of depends on context.
- Both need to be able to push forward in ambiguity.
- The former are more creative and conceptual.
- Diverging.
- The latter are detail oriented and meticulous.
- Converging.
76Staying clean is easier than getting clean.
- Staying clean is easier than getting clean.
- For example, when you allow a single warning in your compile, it starts compounding.
- Each incremental one isn't that much worse than the first, so you leave it.
- The marginal rate compounds, because each additional one is less of a big deal than the ones that already exist.
- Now you have a massive, confusing, distracting thicket you'll never get through without heroics.
- If you simply never allowed the first one, it could have stayed clean.
77If the team is tightly aligned on the long-term vision, you can be loosely coupled day-to-day.
- If the team is tightly aligned on the long-term vision, you can be loosely coupled day-to-day.
78Paradigm shifts happen because of the building pressure of the failure of the current paradigm.
- Paradigm shifts happen because of the building pressure of the failure of the current paradigm.
- Then a new technology serves as a catalyst that blows it open.
79Each order of analysis smooths.
- Each order of analysis smooths.
- The first order is bumpy and noisy.
- The second order is smoother.
- The third order is close to the fundamental curve.
80PMs act like the feature specs they're delivering to the team are on stone tablets.
- PMs act like the feature specs they're delivering to the team are on stone tablets.
- It's kayfabe to get the team to move to execution without questioning it.
81The parable of the third stone cutter from Peter Drucker.
- The parable of the third stone cutter from Peter Drucker.
- A man walks up to a stone cutter on a worksite.
- The man asks him: "what are you doing?"
- The stone cutter says: "Good day's pay for a good day's work."
- The man walks up to the second stone cutter and asks him "What are you doing?"
- The second stone cutter says: "I'm going to be the best stone cutter in the world."
- The man walks up to the third stone cutter and asks him "What are you doing?"
- The third stone cutter says: "I'm building a cathedral."
- Teams that are going to change the world need the third stone cutter.
82Google's culture enshrined a "anyone can challenge anything" at the beginning.
- Google's culture enshrined a "anyone can challenge anything" at the beginning.
- This was very useful after PMF, and when Google was Not A Normal Company.
- At that time, if someone was proposing doing things in the traditional way, anyone, including a new grad, could challenge it.
- But over time, that culture metastasized into a default-no culture, where everything was an argument.
- It also made it basically impossible to do multi-ply strategies, because each strategy had to be understood by even the most junior team member with no more than 30 seconds of exposition.
83ISTP people sometimes come across as disrespectful.
- ISTP people sometimes come across as disrespectful.
- They see themselves as "no bullshit" but they don't understand the N dimension.
- So they can erode the high-level if the N personalities aren't empowered enough in the group.
- The group then ends up creating a thing that is locally polished but globally incoherent.
84In large companies it's easy to hide by doing performative productivity.
- In large companies it's easy to hide by doing performative productivity.
- You look busy producing high quality work... that doesn't actually move things forward.
85Sometimes you have to let the results speak for themselves.
- Sometimes you have to let the results speak for themselves.
- It can sometimes be hard to explain why something will work before it does.
- Especially for multi-ply ideas that require expertise to understand.
- If the results speak for themselves, and you're proud of how you did it, then don't bother convincing people ahead of time.
- If you have the runway, just do it.
- Once it's clear it works, others will be excited to join in.
86What's good for farmability is not necessarily good for any other dimensions of quality.
- What's good for farmability is not necessarily good for any other dimensions of quality.[e]
- For many crops, native bees are apparently better at pollinating than honey bees.
- But native bees aren't as social as honey bees.
- Honey bees are easy to control via the queen.
- That's why honey bees are so common… they're easier to control and commodify.
- Organizations prefer employees to just optimize what's good for the hive, not what's good for them.
87"That is not the way that this is typically done" is actively the wrong frame when the game has been changed.
- "That is not the way that this is typically done" is actively the wrong frame when the game has been changed.
- The old playbook is actively wrong in a new domain.
88Incurious people think that things they don't understand are dumb.
- Incurious people think that things they don't understand are dumb.
- They're unable to learn proactively themselves.
- They can only learn when the environment bangs them over the head with something.
89Before you can believe it, you must be willing to believe it.
- Before you can believe it, you must be willing to believe it.
90People who are not as empathetic are better at dealing with emergencies.
- People who are not as empathetic are better at dealing with emergencies.
- This is covered in a RadioLab episode.
- Less-empathetic people don't get overwhelmed with the pain and suffering of the victims.
91ENFJ personalities often feel like they have gained deep insight from dreams.
- ENFJ personalities often feel like they have gained deep insight from dreams.
- Sometimes they really are insights!
92Someone told me this week that some Rationalist households have micropayments for chores between spouses.
- Someone told me this week that some Rationalist households have micropayments for chores between spouses.
- At first that sounded crazy and absurdly transactional to me.
- But it apparently forces you to sit with the asymmetries of cost and value.
- Some tasks are way less costly for one person relative to the value created for the other person.
93The population of modern dogs is, on average, a Dingo.
- The population of modern dogs is, on average, a Dingo.
- If unrestricted inter-breeding were allowed, within a few generations all dogs would revert back to something like a dingo.
- The variation in the population is pulled, like taffy, by human's selective breeding into weird and distinctive shapes.
- You can keep the median the same while making every individual instance very distinctive.
94Oxidation is about breaking bonds.
- Oxidation is about breaking bonds.
- When you break bonds you get energy.
- The question is: will you be able to harness it?
95ATP is our body's energy currency.
- ATP is our body's energy currency.
- It's Adenosine Tri Phosphate.
- Adenosine builds up naturally the longer you're awake.
- Our bodies use the Adenosine build-up as a kind of clock for how long we've been awake… and thus how tired we should be.
- Caffeine blocks Adenosine, so you don't notice how tired you are.
96Life is made out of trillions of emergent micro machines.
- Life is made out of trillions of emergent micro machines.
- That's insane when you think about it!
97Over-eager conversation participants can be overbearing… or help move the conversation along.
- Over-eager conversation participants can be overbearing… or help move the conversation along.
- Having a charismatic conversation participant who is always willing to jump in at any conversation lull keeps it going.
- It's awkward when a conversation stalls, but in conversations with those kinds of participants it doesn't.
98A quote from Peter Wayne Moe:
- A quote from Peter Wayne Moe:
- "As screens fragment our attention, as AI pushes for speed and efficiency at the cost of our humanity, as the academy puts a pinch of incense on the altar of innovation, slowing down and revisiting a text again and again (whether sheet music, a book, a recording, a poem) is a revolutionary act.
- It turns you into a particular kind of reader, one attentive to the minute, to nuances, to how meaning can shift ever so slightly when this word is used rather than that."
99"The truth is, everyone is going to hurt you.
- "The truth is, everyone is going to hurt you. You just got to find the ones worth suffering for."
- Popularly attributed to Bob Marley.
100Wisdom from Bowser about being a parent:
- Wisdom from Bowser about being a parent:
- "The days are long but the years are short."
- Originally popularized by Gretchen Rubin.
101Christina Hammod Koch, one of the astronauts from Artemis with deep insights:
- Christina Hammod Koch, one of the astronauts from Artemis with deep insights:
- "A crew is a group of people who are in it every minute, stroking for the same goal, that is willing to sacrifice silently for each other, that gives grace, that holds accountable. A crew has the same cares, and the same needs, and a crew is inescapably, beautifully, dutifully, linked."
- "The thing that struck me about Tiny Earth was the blackness surrounding it. It made me realize that on Earth, we are all one crew."
52Social networks can be dominated by one sub-population.