The Same Skill That Makes You Faster Can Also Make You Closer to the Truth

Nico Kokonas

Hatched by Nico Kokonas

Jul 14, 2026

9 min read

57%

0

The hidden question behind modern speed

What do a biting political one liner and a shell command that points an LLM client at a different API have in common?

At first glance, almost nothing. One lives in the world of public argument, where speed, wit, and sharpness decide who dominates the room. The other lives in the world of tooling, where a few lines in a shell profile can rewire an entire workflow. But both are really about the same human temptation: to reduce friction by collapsing complexity.

That temptation is seductive because it works. In politics, a brutal joke can flatten a messy person into a single humiliating frame. In software, an alias can turn a clunky command into a muscle memory shortcut. In both cases, the move saves time. In both cases, the move also changes what kind of thinking becomes easier.

The deeper tension is not between humor and tools, or between politics and programming. It is between compression and judgment. The modern world rewards people who can compress reality into something fast enough to share, type, or act on. But compression is never neutral. It either clarifies or distorts. The real question is not whether we can make things faster. It is whether speed is serving discernment, or replacing it.

Compression is a superpower, until it becomes a worldview

A shell alias is a tiny triumph of cognitive offloading. Instead of remembering a long command with repeated flags and environment variables, you create a concise name such as llm-gpt or llm-claude. That is not just convenience. It is a way of shaping behavior. The more often a task is reduced to a memorable shortcut, the more likely you are to use it.

This is the power of friction removal. A well designed shortcut does not merely save seconds. It changes the default path of action. Think of a kitchen where the cutting board, knife, and trash bowl are always in the same place. The cook does not become more talented because of the layout, but the layout makes talent easier to express. Likewise, a clean command alias makes experimentation feel lighter. It lowers the cost of trying the right tool for the job.

Now compare that to the logic of the brutal political quip. The structure is similar: take a sprawling person, a nuanced controversy, a pile of context, and compress it into one unforgettable hit. The point is not just to persuade. The point is to narrow interpretive space. If the audience laughs first, it may stop asking hard questions later.

Compression is useful when it helps you move. It is dangerous when it starts deciding what is worth seeing.

That is why the same mental habit can produce either elegance or cruelty. In one setting, it is called good tooling. In another, it is called a devastating attack. The underlying mechanism is identical: reduce complexity until a single path feels obvious.

The trap is that our brains love this. We are not built to hold infinite context. We crave symbols, labels, shortcuts, and punchlines. The danger is not that we use them. The danger is that we forget they are provisional.

The shortcut is not the problem, the unexamined shortcut is

There is a common moral panic around efficiency, but efficiency itself is not the villain. A good alias can be the difference between using a tool daily and abandoning it. A sharp phrase can expose hypocrisy that a long essay would bury. The issue is not compression, it is invisible compression: when the shortcut becomes so fluent that you no longer notice what was left out.

This is where modern communication and modern tooling begin to mirror each other in unsettling ways.

In the command line world, a shortcut is explicit. You can inspect it. You know what llm-gpt resolves to. You can open your config file and see the underlying flags. Good engineers understand that aliases are conveniences, not truths. If the alias breaks, the underlying command still exists. There is always a recoverable structure beneath the label.

In public discourse, by contrast, shortcuts often pretend to be the thing itself. A sarcastic line can become a total explanation of a person. A meme can become a verdict. A mockery can masquerade as analysis. Here the label does not point to truth. It tries to replace truth.

That distinction matters because it explains why some compression is empowering and some is corrosive. A healthy shortcut remains tethered to a more complete model. It is a doorway, not a prison. An unhealthy shortcut closes the door and nails it shut.

A useful mental model is this: every shortcut should answer two questions.

  1. What does it save?
  2. What does it hide?

In software, hiding is acceptable if the hidden layer is still available when needed. In politics and media, hiding becomes dangerous when it steers social judgment while pretending to be complete. The same human appetite for speed operates in both spaces, but the ethical stakes are different.

That is why a good system, whether technical or social, needs a balance between fast path and inspection path. The fast path gets you moving. The inspection path keeps you honest.

The real value of tools is not speed, but optionality

If you look closely, the best command line workflows do not just make one thing faster. They preserve choice. An alias for a model or API does not force you to use one provider forever. In fact, it can make switching easier. With a clean abstraction, you can compare models, test behavior, and redirect your workflow without rebuilding your habits from scratch.

That is a much more interesting idea than mere convenience. The deepest purpose of a good tool is not speed. It is optional future action.

A seasoned craftsperson does not value the hammer because it is fast. The hammer matters because it makes certain actions possible and repeatable. A well named alias does something similar. It creates a stable interface over a changing backend. Today it points to one model, tomorrow another. The surface stays familiar, while the underlying capability evolves.

This is why abstraction is so powerful when done well. It lets you keep your local habits while retaining global flexibility. In human terms, it is the difference between saying, “I know one fixed answer,” and saying, “I know how to route my attention effectively.”

That is also the missing virtue in much public argument. The point should not be to trap an opponent in a single humiliating frame. The point should be to build shared interfaces for understanding. Good discourse creates room to revise, compare, and inspect. Bad discourse tries to win by collapsing the interface so aggressively that revision becomes embarrassing.

The same is true for AI workflows. If every model call is a painful one off command, exploration will be rare. But if the aliases make it trivial to compare outputs across models, you gain something better than speed. You gain the habit of verification through contrast.

That habit is the antidote to both overconfidence and performative certainty. A single model output can sound polished while being wrong. A single joke can sound decisive while being lazy. When the interface makes comparison easy, you are less likely to confuse fluency with truth.

A practical framework: fast, visible, revisable

The synthesis here is simple but powerful: the best compression is transparent and reversible.

This principle can guide both technical workflows and everyday thinking. If you are building a tool setup, compress the boring parts, but leave the structure visible enough that you can inspect it later. If you are engaging with information, be wary of summaries that are too elegant to question. Ask whether the short version still points back to a fuller reality.

Here is a three part framework that makes this concrete.

1. Fast

Speed matters. If a tool is painful, you will avoid it. If a mental frame is too elaborate, you will not use it in real time. Good aliases, good prompts, and good heuristics all create momentum.

In practice, fast means:

  • Reducing repetitive setup
  • Naming common actions clearly
  • Making the next step obvious

A good alias is like a door handle placed exactly where your hand expects it.

2. Visible

A shortcut should not become magic. If you cannot tell what it does, you no longer own your workflow. Likewise, if a public claim or joke cannot be unpacked, it is probably functioning more like a signal of allegiance than an argument.

In practice, visible means:

  • Keeping the underlying command easy to inspect
  • Preserving documentation for the shortcut
  • Resisting black box language when a clear explanation is possible

Visibility is what turns convenience into competence.

3. Revisable

The world changes. APIs change, models change, people change, contexts change. Any shortcut that cannot adapt becomes a trap. This is where abstraction earns its keep. An alias can be edited. A reputation frame can be challenged. A habit can be retrained.

In practice, revisable means:

  • Designing workflows you can modify without starting over
  • Treating first impressions as provisional
  • Building systems that allow comparison, not just commitment

Revisability is the mark of intelligence under uncertainty.

If a shortcut cannot be inspected or changed, it is no longer a shortcut. It is a cage with good branding.

This framework applies far beyond command lines. It applies to how we read headlines, how we evaluate personalities, how we use AI, and how we talk to each other. The aim is not to eliminate compression. The aim is to make compression answerable to reality.

Key Takeaways

  • Treat every shortcut as a tradeoff. Ask what it saves and what it hides.
  • Prefer transparent abstraction. If a command, claim, or joke cannot be inspected, it is too expensive to trust.
  • Use speed to create optionality, not certainty. Good systems make it easier to compare, revise, and switch.
  • Keep an inspection path. The fast route should never eliminate the slower route that checks whether you are still oriented toward truth.
  • Apply the same skepticism to wit and tooling. A clever frame and a convenient alias can both improve performance, but neither should be mistaken for understanding.

What this changes about how we think

We usually talk about speed as if it were a purely technical virtue. Faster commands, faster replies, faster takes, faster victories. But speed is never just speed. It is a way of allocating attention. It decides what gets bypassed, what gets repeated, and what becomes normal.

That is why the connection between a command line alias and a devastating public insult is more than accidental. Both show how humans use compression to gain leverage over complexity. One can deepen our craft. The other can cheapen our judgment. The difference is not the tool itself. It is whether the shortcut remains a servant of reality, or becomes a substitute for it.

The most mature people, teams, and systems are not the ones that avoid shortcuts. They are the ones that know how to build shortcuts that remain humble. They move quickly, but they leave enough structure exposed to be checked. They compress, but they do not confuse compression with completeness.

In the end, the real advantage is not to think faster. It is to build a life where speed and truth do not have to be enemies.

Sources

← Back to Library

Hatch New Ideas with Glasp AI 🐣

Glasp AI allows you to hatch new ideas based on your curated content. Let's curate and create with Glasp AI :)

Start Hatching 🐣