Categories
Business Living

From Know-It-All to Learn-It-All

Momentum is a strange phenomenon. In physics, it is simply mass times velocity. But in human organizations, it is tradition multiplied by ego. When a ship reaches a certain size, its sheer mass resists any change in direction. Microsoft, a little over a decade ago, was the ultimate corporate supertanker. It was massively successful, incredibly profitable, and dangerously stagnant.

When Satya Nadella took the helm, he inherited a culture defined by its own historic brilliance. They were the smartest people in the room, and they knew it. But in a world moving faster than anyone could comprehend, being the smartest person in the room quickly becomes a liability. It creates a defensive posture. You spend your energy protecting your status and proving your intelligence rather than exploring the horizon.

As the observation goes, Nadella had to turn this bigger ship. His mechanism for doing so wasn’t a massive restructuring or a ruthless wave of firings; it was beautifully, disarmingly simple. He told his organization that they were going to make a fundamental, psychological shift.

“We’re gonna go from being a know-it-all to a learn-it-all culture.”

This isn’t just a corporate soundbite; it’s a profound philosophical pivot. The “know-it-all” operates from a place of fragility and fear. If your identity is built on knowing everything, any new information that contradicts your worldview is a threat that must be neutralized. A “learn-it-all,” however, operates from a place of abundance and curiosity. Contradictions aren’t threats; they are invitations to expand.

Looking inward, it is striking how easily we slip into a “know-it-all” posture in our own lives. Competence is deeply comfortable. When we get good at our jobs, our daily routines, or navigating our relationships, we build a fortress of certainty around ourselves. We stop asking questions because we assume we’ve already mapped the territory. We begin to ossify.

To adopt a learn-it-all mindset requires something deeply uncomfortable: vulnerability. It means walking into a room and quietly accepting that you might be wrong. It means replacing the urge to provide a quick, authoritative answer with the patience to ask a better question. It means letting go of the ego’s demand to be the expert.

The turnaround of Microsoft wasn’t just about a pivot to cloud computing or new product pipelines. It was a quiet victory of humility over arrogance. It was the realization that in an ever-changing world, the ultimate advantage isn’t what you already know, but how fast—and how willingly—you are prepared to learn.

We are all steering our own ships through shifting waters. The moment we decide we have nothing left to learn is the exact moment we begin to sink.

Categories
Investing Living

The Lonely Quadrant: Why the Crowd Never Outperforms

There is a profound comfort in the consensus. When we agree with the crowd, we are protected by a shared canopy of logic. If we are wrong, we are wrong together. The sting of failure is diluted by the sheer number of people who made the exact same miscalculation. We can shrug our shoulders, look at our peers, and say, “Who could have known?”

But this comfort comes at a steep price: mediocrity.

Years ago, the legendary investor Howard Marks crystallized a framework that has haunted my thinking ever since. He mapped out the relationship between predictions and outcomes, arriving at a blunt, inescapable truth about generating extraordinary results. To make really good money—or to achieve outsized success in almost any competitive endeavor—you cannot simply be right. You have to be right when everyone else is wrong.

“You can’t do the same things others do and expect to outperform.”

Marks’ logic is beautifully ruthless. If your prediction aligns with the consensus and you are right, the rewards are merely average. The market, or the world, has already anticipated and priced in that outcome. There is no edge in seeing what everyone else sees. If your consensus prediction is wrong, you lose, but you lose alongside the herd.

The danger, and the opportunity, lies in the contrarian view.

If you are non-consensus and wrong, you look like a fool. You bear the entirety of the failure alone, stripped of the insulation of the crowd. This is the quadrant of public mockery, isolated defeat, and bruised egos. It is the fear of this quadrant that keeps most people safely tucked inside the consensus.

But the magic—the life-changing returns, the paradigm-shifting innovations, the profound personal breakthroughs—lives exclusively in the final quadrant: being non-consensus and right.

This isn’t just an investing principle; it’s a philosophy for navigating life. We are biologically wired to seek the safety of the herd. To step outside of it requires not just immense intellectual conviction, but a formidable emotional threshold. You have to be willing to sit with the discomfort of being misunderstood, sometimes for years. You have to endure the sympathetic smiles of peers who think you’ve lost the plot.

Creating truly great art, building a lasting company, or making an exceptional investment demands a willingness to be lonely in your convictions. It requires looking at the exact same data as everyone else and seeing a completely different narrative.

However, a vital caveat remains: being different isn’t enough. There are plenty of contrarians who are simply wrong, confusing blind rebellion with profound insight. The goal isn’t to be a contrarian for the sake of being difficult or edgy. The goal is to perceive a truth the crowd has missed.

It is a quiet, solitary bet against the world’s prevailing wisdom. And when the world finally catches up to where you have been standing all along, the reward is entirely yours.

Categories
AI AI: Large Language Models

The Echo Effect: Why Prompt Repetition is AI’s Best Kept Secret

In our relentless pursuit of complexity, we often overlook the elegant simplicity of a fundamental human habit: repeating ourselves.

We build colossal architectures, weave intricate neural networks, and throw mountains of computational power at our artificial intelligence systems, hoping to squeeze out a few more drops of reasoning and logic. Yet, sometimes the most profound breakthroughs require no new code, no additional latency, and no extra training data.

Sometimes, you just have to say it twice.

In a fascinating December 2025 paper titled Prompt Repetition Improves Non-Reasoning LLMs,” researchers Yaniv Leviathan, Matan Kalman, and Yossi Matias uncovered an almost absurdly simple “free lunch” in AI optimization.

Their premise is straightforward: when you aren’t using a heavy reasoning model, simply copying and pasting your input prompt multiple times significantly boosts the model’s performance.

“When not using reasoning, repeating the input prompt improves performance for popular models (Gemini, GPT, Claude, and Deepseek) without increasing the number of generated tokens or latency.”

The mechanics behind this are elegantly pragmatic.

By repeating the prompt, you are moving the heavy computational lifting to the parallelizable “pre-fill” stage of the model’s processing. The AI’s causal attention mechanism gets to process the same tokens again, allowing the later iterations of the prompt to attend to the earlier ones. It effectively acts as a hack to simulate bidirectional attention in a decoder-only architecture.

What’s even more telling is the paper’s observation on why this works so well.

The researchers noted that models trained with Reinforcement Learning (like OpenAI’s deep-thinking variants) naturally learn to “restate the problem” in their internal monologue. They figured out on their own what these researchers are suggesting we do manually: repeat the question to focus the mind.

Reading this paper, I couldn’t help but draw a parallel to the human condition and the nature of listening.

How often do we assume that because we have articulated a thought once, it has been fully absorbed? We fire off a single, dense instruction to a colleague, a partner, or a friend, and then marvel when the nuance is lost in translation.

We suffer from our own attention bottlenecks.

Like a non-reasoning LLM trying to parse a complex query in a single pass, we are constantly bombarded with a stream of tokens—emails, notifications, conversations, fleeting thoughts. To truly understand, to truly digest and synthesize information, we need the grace of repetition.

There is a strange poetry in the fact that to make our most advanced digital minds smarter, we have to talk to them the way we talk to a distracted child or a busy spouse. The “microscope effect” highlighted in the study—where repeating a prompt drastically improved extraction tasks—shows that the failure wasn’t in the model’s capacity to know, but in its capacity to focus. Repetition forces focus. It creates a resonant echo in the context window, a digital highlighter that screams, “This matters. Look here again.”

As we continue to navigate a world increasingly augmented by artificial intelligence, this paper serves as a humbling reminder. The bleeding edge of technology isn’t always found in the most complex equation; sometimes, it’s hidden in the most basic principles of communication.

Whether you’re prompting a billion-parameter language model or trying to connect with the human sitting across from you, the lesson is clear.

Clarity isn’t just about the words you choose. It’s about giving those words the space, the resonance, and the repetition they need to be truly understood.

Say it once to be heard; say it twice to be understood.

Categories
Living Serendipity

The Architecture of the Unexpected

We spend an incredible amount of energy trying to build a ceiling over our lives, a structure made of spreadsheets, five-year plans, and trend forecasts. We convince ourselves that if we just gather enough data, the future will become a navigable map. But Morgan Housel, in Same as Ever, cuts through this illusion with a quiet, devastating observation:

“We are very good at predicting the future, except for the surprises—which tend to be all that matter.”

It is a humbling thought. We can predict the mundane with startling accuracy—the seasons, the commute, the steady inflation of a currency. But the events that actually shift the trajectory of a life, a business, or a civilization are precisely the ones that no model accounted for. We are experts at forecasting the rain, yet we are consistently blindsided by the flood.

This reveals a profound tension in the human experience. We crave certainty because certainty feels like safety. We want to believe that the “tail events”—those low-probability, high-impact occurrences—are outliers we can ignore. In reality, history isn’t a steady climb; it’s a series of long plateaus punctuated by sudden, violent leaps.

The problem isn’t that our models are broken; it’s that we are looking at the wrong thing. Instead of seeking total foresight, we must prioritize serendipity and resilience. If the future is defined by surprises, then the most valuable asset isn’t a better crystal ball—it’s a wider margin of safety.

We must learn to live with the paradox: we must plan for a future that we know, deep down, will not go according to plan. The surprises aren’t just interruptions to the story; they are the story.

Looking back at the last decade of your life, what was the single ‘surprise’ event that defined your path more than any plan you ever made?

Categories
Probabilities

The Fiction of Certainty

There is a profound discomfort in the space between zero and one.

In her book Spies, Lies, and Algorithms, Amy B. Zegart notes a fundamental flaw in our cognitive architecture:

“Humans are atrocious at understanding probabilities.”

It is a sharp, unsparing observation, but it is not an insult. It is an evolutionary receipt. We are atrocious at probabilities because we were designed for causality, not calculus. On the savanna, if you heard a rustle in the tall grass, you didn’t perform a Bayesian analysis to determine the statistical likelihood of a lion versus the wind. You ran. The cost of a false positive was a wasted sprint; the cost of a false negative was death.

We are the descendants of the paranoid pattern-seekers. We survived because we treated possibilities as certainties.

The Binary Trap

Today, this ancient wiring misfires. We live in a world governed by complex systems, subtle variables, and sliding scales of risk. Yet, our brains still crave the binary. We want “Safe” or “Dangerous.” We want “Guilty” or “Innocent.” We want “It will rain” or “It will be sunny.”

When a meteorologist says there is a 30% chance of rain, and it rains, we scream that they were wrong. We feel betrayed. We forget that 30% is a very real number; it means that in three out of ten parallel universes, you got wet. We just happened to occupy one of the three.

Zegart operates in the world of intelligence—a misty domain of “moderate confidence” and “low likelihood assessments.” In that world, failing to grasp probability leads to catastrophic policy failures. But in our personal lives, it leads to a different kind of failure: the inability to find peace in uncertainty.

Stories > Statistics

We tell ourselves stories to bridge the gap. We prefer a terrifying narrative with a clear cause to a benign reality based on random chance. Stories have arcs; statistics have variance. Stories have heroes and villains; probabilities only have outcomes.

To accept that we are bad at probability is an act of intellectual humility. It forces us to pause when we feel that rush of certainty. It asks us to look at the rustling grass and admit, “I don’t know what that is,” and be okay with sitting in that discomfort.

We may never be good at understanding probabilities—our biology fights against it—but we can get better at forgiving the universe for being random.

Categories
Living Mathematics

The Curve That Blinds Us

There is a fundamental mismatch between the hardware in our heads and the software of the modern world. We are linear creatures living in an exponential age. We can be stunned by exponential growth.

Our ancestors evolved in a world where inputs matched outputs. If you walked for a day, you covered a specific distance. If you walked for two days, you covered twice that distance. If you gathered firewood for an hour, you had a pile; for two hours, you had a bigger pile. Survival depended on the ability to predict the path of a spear or the changing of seasons—linear, predictable progressions.

But nature and technology often behave differently. They follow a curve that our intuition simply cannot map.

If a lily pad doubles in size every day and covers the entire pond on the 30th day, on which day does it cover half the pond? Our linear intuition wants to say the 15th day. But the answer, of course, is the 29th day.

For twenty-nine days, the pond looks mostly empty. The growth is happening, but it feels deceptively slow. We look at the water on day 20, or even day 25, and think, “Nothing is happening here. This is manageable.” We mistake the early flatness of an exponential curve for a lack of progress.

This is the “deception phase” of exponential growth. It is where dreams die because the results haven’t shown up yet. It is where we ignore a virus because the case numbers seem low. It is where we dismiss a new technology because the early versions are clumsy and comical.

Ernest Hemingway captured this feeling perfectly in The Sun Also Rises when a character is asked how he went bankrupt. His answer:

“Two ways. Gradually, then suddenly.”

That is the essence of the exponential. The “gradually” is the long, flat lead-up where we feel safe. The “suddenly” is the vertical wall that appears overnight.

The tragedy is not that we fail to do the math—we can all multiply by two. The tragedy is that we fail to feel the math. We judge the future by looking in the rearview mirror, projecting a straight line from yesterday into tomorrow. But when the road curves upward toward the sky, looking backward is the fastest way to crash.

To navigate this world, we must learn to distrust our gut when it says “nothing is changing.” We have to look for the compounding mechanisms beneath the surface. We have to respect the 29th day.

Categories
Financial Planning Investing

The Mistake of Balance

We are culturally conditioned to hedge. We are taught the virtues of a balanced portfolio, a balanced diet, and a balanced life. We spread our chips across the table—a little bit of energy here, a little bit of time there—hoping that if we just cover enough bases, the aggregate sum of our efforts will amount to a meaningful existence. We find comfort in the average because it protects us from the zero.

But nature, and certainly the mechanics of outsized success, rarely operates on a bell curve. It operates on a Power Law.

Sam Altman, reflecting on the errors of intuition in investing, noted that his second biggest mistake was failing to internalize this mathematical reality. He said:

“The power law means that your single best investment will be worth more to you in return than the rest of your investments put together. Your second best will be better than three through infinity put together. This is like a deeply true thing that most investors find, and this is so counterintuitive that it means almost everyone invests the wrong way.”

The math is brutal in its clarity. It suggests that the drop-off from our primary point of leverage to everything else is not a gentle slope; it is a cliff.

When we apply this to capital, it makes sense. One Google or one Stripe returns the fund. But this is a “deeply true thing” that transcends venture capital. It applies to our attention, our relationships, and our creative output.

Consider the “investments” of your daily energy. Most of us spend our days in the “three through infinity” zone. We answer emails, we manage low-leverage maintenance tasks, we entertain lukewarm acquaintanceships. We busy ourselves with the long tail of distribution because the long tail is where safety lives. It feels productive to check fifty small boxes.

However, if Altman’s observation holds true for life as it does for equity, then that single, terrifyingly important project—the one you are likely procrastinating on because it feels too big—is worth more than the rest of your to-do list combined.

The “counterintuitive” pain point Altman mentions is that to align with the Power Law, you have to be willing to look irresponsible to the outside observer. You have to neglect the “three through infinity.” You have to let small fires burn so that you can pour all your fuel onto the one flame that actually matters.

We invest the wrong way because we are afraid of the volatility of focus. We dilute our potential because we are terrified that if we bet on the “single best,” and it fails, we are left with nothing. But the inverse is the quiet tragedy of the modern age: we succeed at a thousand things that don’t matter, missing the one thing that would have outweighed them all.

Categories
Goals Living

Arriving

There is a specific, quiet kind of melancholy that sets in the day after a massive victory. You spend months, perhaps years, pushing a boulder up a hill. You tell yourself stories about the view from the top. You convince yourself that the air is sweeter there, that the light is golden, and that once you crest that peak, you will finally exhale.

But then you arrive. You stand at the summit. You look around. The view is nice, certainly. But you are still you. The wind is cold. And, terrifyingly, you see a higher peak in the distance that you hadn’t noticed from the valley floor.

Sahil Bloom captures this phenomenon precisely in his framework on wealth:

“The arrival fallacy is the false assumption that reaching some achievement or goal will create durable feelings of satisfaction and contentment in our lives.”

We are culturally wired for the “if/then” logic of happiness. If I get the promotion, then I will feel secure. If I sell the company, then I will feel successful. If I hit the number, then I will be enough. We treat happiness as a location—a coordinate on a map that we are navigating toward.

The tragedy of the arrival fallacy isn’t that we have goals; goals are necessary for direction. The tragedy is that we mortgage our present contentment for a future payoff that bounces check after check. We treat the present moment as a waiting room, a sterile place to endure until our “real life” begins at the finish line.

But durability—that lasting sense of peace we crave—is never found in the outcome. Outcomes are fleeting. They are singular points in time that instantly become the past. Durability is found in the texture of the process. It is found in the struggle, the problem-solving, the quiet Tuesday mornings, and the friction of growth.

If we cannot find a way to fall in love with the climb, the summit will always feel hollow. The goal shouldn’t be the source of our happiness; it should just be the thing that organizes our energy while we find happiness in the work itself.

We never truly “arrive.” We just keep becoming. The journey is indeed the reward.