Why Skill Creation Looks More Like Attention Than Documentation
Hatched by Nan Wang
May 11, 2026
9 min read
3 views
87%
The Strange Similarity Between Teaching a Model and Teaching Yourself
What does it really mean to create a skill? Most people imagine a document: a neatly organized set of instructions, templates, examples, and checklists. But that picture is too static. A skill is not just a file you hand over. It is a way of directing attention toward what matters, again and again, until performance becomes reliable.
That is why the connection between building a skill for quarterly business reviews and understanding self attention in large language models is more than technical coincidence. In both cases, the central problem is not merely storing information. The central problem is how to make the right information matter at the right moment. A quarterly business review is full of possible details, metrics, stories, exceptions, and caveats. A transformer faces the same kind of problem with words: many tokens compete for relevance, but only some should shape the next output.
This is the deeper tension: documentation tells you what exists, attention decides what counts.
Why Instructions Fail Without a Relevance Engine
When people try to create a skill, they often overinvest in completeness. They want every edge case, every template variation, every preferred phrase, every formatting rule. That instinct makes sense. If a skill is going to help with something as consequential as a quarterly business review, it should be thorough.
But completeness is not the same as usefulness. A bloated skill can become a warehouse of facts with no interior logic. The user, or the system, still has to search through it. And search is expensive. Human attention is limited, and machine attention is selective by design. Both need a mechanism for filtering signal from noise.
Self attention gives us a powerful metaphor here. In a transformer, each token does not treat all other tokens equally. It assigns weight, implicitly asking: which pieces of context should influence the next step? That is exactly what a strong skill does. It does not merely contain guidance. It scores context, elevating the most relevant cues and suppressing the rest.
Think of a quarterly business review. The raw material might include revenue trends, churn, pipeline health, customer feedback, product milestones, and risks. A weak skill says, in effect, “Here are all the ingredients.” A strong skill says, “Here is the attention pattern that tells you which ingredients matter depending on the audience, the quarter, and the decision you want to support.”
A useful skill is less like an encyclopedia and more like a trained spotlight.
That shift matters. Once you see skill creation as attention design, the goal changes from “capture everything” to “make relevance easy.”
The Hidden Architecture of Good Judgment
A good quarterly business review is not a pile of charts. It is a judgment machine. It compresses a complex period into a narrative that helps leaders decide what to do next. That means the skill behind it needs to encode not just structure, but judgment: what to highlight, what to de-emphasize, and what kinds of comparisons are meaningful.
This is where the analogy to self attention becomes especially useful. Attention mechanisms do not understand in the human sense, but they create a pattern of salience. They make some relationships stronger than others. Likewise, a skill for quarterly business reviews should not just describe format. It should define a salience map.
For example, consider three possible ways to organize a review:
- By metric: revenue, retention, growth, efficiency.
- By motion: what changed, why it changed, what it means.
- By decision: what leadership needs to approve, correct, or amplify.
All three are valid, but they create different attention patterns. A metric driven review can become descriptive but flat. A motion driven review can become diagnostic. A decision driven review can become strategic. The best skill does not hardcode one pattern everywhere. It teaches the system when each pattern should dominate.
That is exactly what self attention suggests about intelligence: relevance is contextual, not universal. A sentence about “embedded_sentence = embed(sentence_int).detach()” is a tiny reminder that representation alone is not enough. The model must decide what to detach, what to preserve, what to relate, and what to ignore. In other words, it must manage flow.
Human knowledge work is the same. Most failures in reviews do not come from missing data. They come from mismanaged emphasis. Too much on vanity metrics. Too little on causal explanation. Too much narrative, not enough evidence. Too much detail, not enough decision.
The best skill is therefore not a fixed script. It is an adaptive attention guide.
From Templates to Attention Patterns
Traditional templates are useful, but they are blunt. They specify sequence, not sensitivity. They tell you what section comes next, but not how strongly to weigh each section in a particular situation. That is why teams often produce quarterly business reviews that look polished but still fail to move decisions.
A more powerful approach is to think in terms of attention patterns. An attention pattern answers questions like:
- What deserves first mention when the quarter underperformed?
- What deserves de emphasis when the quarter outperformed but forward risk is rising?
- Which metrics should dominate for an executive audience versus an operating team?
- When should qualitative customer feedback override the comfort of a clean dashboard?
This is not just a stylistic upgrade. It is a structural one. In transformers, attention creates a graph of influence between tokens. In a business review, attention creates a graph of influence between facts, explanations, and decisions. The review becomes coherent when the right nodes shape the whole.
A concrete analogy helps. Imagine a jazz ensemble. The sheet music matters, but the performance is not driven by everyone reading the same notes with equal force. The drummer listens differently than the pianist. The soloist listens differently than the bassist. The music lives in selective responsiveness. A quarterly business review works the same way. Different stakeholders need different cues, but the skill should make those cues explicit rather than accidental.
If a skill is built only as documentation, it can tell you what to play. If it is built as attention design, it helps you know what to listen for.
The Real Unit of Skill Is Relevance Under Pressure
Most people evaluate a skill when everything is calm. But the true test comes under pressure: a difficult quarter, contradictory metrics, a skeptical executive, an unclear story. Under pressure, static instructions break down. What remains is the ability to organize attention quickly.
This is why the phrase “I want to create a skill for quarterly business reviews” contains more ambition than it first appears. The goal is not simply to automate output. The goal is to encode judgment that survives context shifts. When the data looks messy, when priorities change, when the audience changes, the skill must still surface the right things.
In transformer terms, this is analogous to how self attention helps the model integrate local and distant context. A word gets meaning not only from nearby words, but from the broader sentence and sequence. Likewise, a quarterly review section gets meaning not only from its own numbers, but from the business environment, the strategic priorities, and the prior quarter’s commitments.
Here is the crucial insight: relevance is a moving target. A number that matters in one quarter may be noise in another. A product launch might be a triumph in one context and a distraction in another. A skill that cannot update its salience map becomes rigid, and rigidity is the enemy of judgment.
This is why strong skills should include not just procedures, but triggers for interpretation. They should say things like:
- If growth rises but retention weakens, focus on cohort quality before celebrating acquisition.
- If pipeline expands but conversion falls, inspect stage leakage and lead source mix.
- If customer praise increases while support tickets spike, ask whether the product is becoming more ambitious before assuming satisfaction.
These are not merely checklist items. They are attention rules. They train the system to notice the right contradiction.
The highest value skill is not the one that knows the most, but the one that notices the most important mismatch.
A Framework for Building Skills That Think
If we combine the logic of skill creation with the logic of self attention, we get a practical framework for designing better knowledge tools. Call it the Relevance Stack.
1. Define the decision, not just the deliverable
Before writing the skill, ask: what decision is this supposed to support? A quarterly business review is not an end in itself. It exists to shape priorities, resource allocation, and accountability. The more clearly you define the decision, the easier it becomes to determine what deserves attention.
2. Separate signal from decoration
A strong skill should identify which elements are essential signals and which are decorative context. Decorative context may still be useful, but it should not compete with the signal. In transformer language, not every token should receive the same weight. In business language, not every metric should command the same authority.
3. Encode contradiction as a feature, not a bug
Real judgment emerges when good numbers point in one direction and hidden risks point in another. A skill should not smooth away contradiction. It should surface it. Attention is valuable precisely because it can bind together distant, seemingly conflicting pieces of information.
4. Add audience sensitivity
The same review can be framed differently for an executive team, a product team, or a finance lead. The core facts remain, but the salience pattern changes. Good skills include audience aware branching, not because they are manipulative, but because relevance is relational.
5. Make the rule visible
When a skill chooses what to emphasize, it should be possible to inspect why. This is the difference between a box of templates and a system of judgment. Transparency matters because attention without explanation becomes arbitrary.
This framework is useful beyond quarterly business reviews. It applies to onboarding guides, strategy memos, incident reports, and even personal decision systems. Whenever there is too much information and not enough clarity, the issue is usually not lack of content. It is lack of attention design.
Key Takeaways
- Think of skills as relevance engines, not just repositories of instructions. The goal is to help the right information matter at the right time.
- Design for decision making, not completeness. Start with the judgment the skill should support, then work backward.
- Use contradiction as a signal. If metrics disagree, the mismatch is often where the most valuable insight lives.
- Adapt attention to audience. Different stakeholders need different emphasis, even when the underlying facts are the same.
- Prefer salience maps over rigid templates. Templates are useful, but attention rules make a skill intelligent under changing conditions.
The Future of Expertise Is Selective
There is a deeper lesson here about intelligence itself. We often praise experts for knowing more, but their real advantage is usually subtler. Experts know what to ignore. They have trained attention. They see the organizing structure beneath the clutter.
That is why the most interesting connection between skill creation and self attention is not that both involve structure. It is that both involve selectivity under constraints. A model cannot attend to everything equally. A person cannot reason about everything equally. A great skill recognizes this limitation and turns it into a strength.
So if you are creating a skill for quarterly business reviews, do not begin by asking, “What should be included?” Begin by asking, “What must become impossible to miss?” The answer to that question will shape everything else.
In the end, the best skills are not just written. They are tuned. They behave less like static manuals and more like trained attention itself: responsive, contextual, and relentlessly focused on what matters now.
Sources
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 🐣