Why the Most Valuable Systems Start as Small, Strange Graphs

matt klee

Hatched by matt klee

May 30, 2026

10 min read

87%

0

The hidden advantage of knowing who is connected to whom

What if the most powerful systems in business are not built on documents, dashboards, or even transactions, but on relationships? Not the sentimental kind, but the hard, structural kind: who is linked to whom, what tends to occur near what, and which patterns repeat often enough to become useful. That idea sounds abstract until you notice how many modern breakthroughs reduce to the same move: turn messy reality into a graph, then learn from the structure.

A social network can be stored as pairs of IDs. A medical journey can be represented as a sequence of claims, diagnoses, or events. Once you do that, scale becomes less about collecting more facts and more about understanding the shape of the system. The real question is not whether data exists. It is whether you can discover the few relationships that make the rest of the data legible.

That is why some of the most successful products and models feel almost deceptively simple at the beginning. They do not try to know everything. They start by asking one sharp question: what is the core unit of meaning here, and what is it connected to?


From features to structure: why the obvious data is rarely the useful data

Most organizations begin by storing what is easiest to count. Names, dates, codes, clicks, purchases, claims. But raw counts are often the least informative layer of a system. A name by itself tells you little. A claim code by itself tells you almost nothing. A page view by itself can be misleading. Meaning emerges when those items are placed in relation to one another.

That is the quiet revolution behind graph thinking and embeddings. A graph says, in effect, that the world is not a pile of isolated objects but a network of neighbors. An embedding says that if two objects behave similarly in context, they should live near each other in a mathematical space. Both ideas are ways of compressing reality without flattening it.

Consider a social network. If you only store profiles, you know who people are. If you store relationships, you begin to know how communities form, how information spreads, and how trust moves. In a medical context, if you only store diagnoses, you know labels. If you store journeys, you begin to see progression, recurrence, delay, escalation, and recovery patterns. The structure is the story.

This is why the most interesting systems often begin with a surprisingly small core. A product may start with just one powerful interaction, such as typing in a name and retrieving relevant information. That core can feel almost trivial from the outside. Yet if it is the right core, the entire system can later expand around it without losing coherence.

The best systems do not begin by doing more. They begin by understanding what relation matters most.

That principle explains why scale is not merely a question of infrastructure. It is a question of representational clarity. If your representation of the world is poor, throwing more machines at the problem only accelerates confusion. If your representation is good, modest infrastructure can unlock astonishing leverage.


The paradox of scale: when small teams beat massive ones

There is a seductive myth in technology and business that scale is mostly about headcount, capital, and throughput. But many of the most durable systems are built by small teams around a sharply held idea. Not a vague mission statement, but a precise model of the world.

A small team can outperform a larger one when three conditions are present.

First, the team understands the core object better than anyone else. In a social product, that might be identity and connection. In health analytics, that might be patient journeys and comorbidity patterns. In search, it might be the relevance structure of information on the web.

Second, the team has the courage to ignore attractive distractions. When a system is young, it is easy to mistake adjacent features for progress. More buttons, more filters, more reports. But additions can dilute the core model if they are not grounded in it. The discipline is not to refuse growth. It is to grow outward only after the center is stable.

Third, the team builds with a bias toward learning fast. If you can deploy quickly, observe behavior, and correct mistakes before they compound, then you do not need perfect initial decisions. You need sufficiently strong judgment, plus a structure that allows iteration.

This is where the connection between software and organizations becomes especially interesting. Scaling is not only about handling more traffic. It is about preserving the quality of judgment as the system grows. A company with a thousand people but no shared model of the core problem can be less effective than a company with twenty people and a precise mental map of the domain.

That is also why surrounding yourself with smart people matters in a deeper sense than just hiring talent. Smart people do not merely execute faster. They see hidden edges in the problem space. They notice when the representation is wrong. They challenge the default abstraction. In a graph-like world, they help you ask whether the nodes and edges are even the right ones.

The hidden lesson is that organizational scale depends on conceptual compression. Teams that can agree on what matters can act quickly, even as they expand. Teams that cannot agree end up paying for every ambiguity twice, once in coordination and again in code.


Embeddings are not just math. They are a theory of similarity

The most useful part of embedding systems is not the vector itself. It is the idea that similarity can be learned from context. That is a profound shift. Instead of manually defining every rule, you let repeated patterns reveal latent structure.

In language, this means that words acquire meaning from neighboring words. In healthcare, a claim code becomes informative because of the sequence of related events around it. In commerce, a purchase becomes more meaningful when seen alongside timing, category, and co-occurring behavior. The object is less important than the contextual neighborhood in which it appears.

This mirrors the logic of early networked products. A person’s profile is useful, but the connections around that profile are what make the system alive. Knowing that someone exists is one thing. Knowing who they are linked to, and how those links change, is what creates real utility.

Here is the deeper connection: both graphs and embeddings are ways of translating relational reality into a form machines can work with. Graphs preserve explicit connections. Embeddings preserve implicit proximity. One is a map of direct ties. The other is a compressed geography of meaning.

Think of a neighborhood. A graph would tell you which houses share streets, which people know each other, which pathways connect places. An embedding would place similar neighborhoods near one another on a conceptual map, even if they are not adjacent on a literal one. The first helps you navigate. The second helps you generalize.

That combination is incredibly powerful in domains where the obvious categories are too crude. Medical codes, for instance, are not the same as medical meaning. Two patients may share a diagnosis yet follow entirely different journeys. An embedding of journeys can reveal that some sequences are closer than they appear on paper, just as two words can be semantically similar even if their dictionary definitions differ.

The most valuable models do not just classify things. They reveal which things belong in the same neighborhood of meaning.

This matters because human intuition often overweights labels and underweights sequences. We ask, “What is it?” before asking, “What tends to happen around it?” Embeddings reverse that instinct. They ask what repeated co occurrence teaches us about latent structure. In many domains, that is where the real signal lives.


A practical framework: the three layers of intelligent systems

To build systems that actually improve over time, it helps to think in three layers.

1. The atomic layer

This is the smallest meaningful unit: a person, a claim, a page, a transaction, a message. If the atom is wrong, everything else becomes noisy. If the atom is too coarse, you lose detail. If it is too fine, you drown in fragments.

2. The relational layer

This is where graphs live. Who is connected to whom? Which events follow which? What is co occurring with what? This layer captures structure, flow, and dependency. It is where a simple record becomes part of a system.

3. The geometric layer

This is where embeddings live. Once you have enough relational data, you can learn a space in which similar things sit near each other. This is where prediction and generalization become easier, because the system can operate on proximity rather than on brittle rules.

Seen this way, the art of machine learning and product design converges. Great systems identify the right atom, preserve the right relationships, and then compress those relationships into a form that supports action.

This framework also explains why some products feel magical. They do not simply store information. They understand the system of relations around the information. Search becomes smarter when relevance is relational. Recommendations improve when similarity is contextual. Healthcare insights improve when events are ordered as journeys instead of isolated incidents.

The same framework applies inside organizations. A company is an atomic set of people, a relational network of collaboration, and a geometric space of competence, trust, and influence. If leadership can read all three layers, it can allocate attention better, detect bottlenecks sooner, and scale without collapsing under its own complexity.


The actionable insight: stop asking only what the data is, ask what it is near

The deepest lesson here is not technical. It is epistemic. We often assume knowledge comes from adding more facts. In reality, knowledge often comes from better arrangement of facts. A system becomes intelligent when it knows not only what something is, but what surrounds it, precedes it, resembles it, and predicts it.

That shift changes how you design products, models, and teams.

If you are building software, look for the smallest relational core that creates durable value. If you are analyzing data, ask what sequences or neighborhoods are more informative than isolated attributes. If you are organizing a team, make sure the people closest to the core problem have enough context to recognize when the model is wrong.

There is also a deeper humility in this approach. It reminds us that the world is not fully understandable through categories alone. Categories are useful, but they are often only shadows of a richer structure. A person is not just a profile. A patient is not just a diagnosis. A company is not just a chart of departments. Each is a living network of relations whose meaning changes with context.

In that sense, the future belongs to systems that can do two things at once: preserve the important structure of the world, and compress it enough to act on. That is why graphs and embeddings are so resonant together. One says, “Here are the connections.” The other says, “Here is the shape of similarity hidden inside those connections.”

Key Takeaways

  1. Look for the core relation, not just the core data. The most valuable systems often begin by identifying the one connection that makes everything else interpretable.
  2. Design for representation before optimization. Better models of the world usually outperform faster processing of a bad model.
  3. Use structure to create leverage. Graphs reveal explicit connections. Embeddings reveal latent similarity. Together they turn raw events into actionable insight.
  4. Prefer journeys over snapshots in complex domains. Sequences often explain more than isolated records, especially in healthcare, behavior analysis, and product usage.
  5. Build teams around shared mental models. Scale is easier when everyone understands the same core problem in the same way.

The real frontier is not merely bigger systems. It is systems that can recognize meaning in relation. Once you see that, you start to notice a pattern across domains: the most intelligent creations are not the ones that know the most facts, but the ones that understand how facts sit next to each other. And sometimes, that is the difference between a database and a breakthrough.

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 🐣