In the AI Era, How to Onboard Without Starting from Scratch

marsbitPubblicato 2026-05-17Pubblicato ultima volta 2026-05-17

Introduzione

In the AI era, onboarding new employees often resembles a botched relay race baton handoff, where the organization maintains speed while the newcomer starts from zero. The author, after joining Ramp, argues the core problem is a lack of accessible, shared organizational "context"—the collective knowledge from meetings, documents, Slack discussions, and decisions. Instead of relying on slow, manual onboarding or isolated AI tools, the solution is building a continuously updated "company brain." This system acts as a central, AI-native knowledge base that absorbs all company signals. The author describes building a prototype using an Obsidian vault powered by Claude, fed by automated meeting transcripts and notes, and topped with reusable agent "skills." The current enterprise AI approach, deploying specific workflow agents, is likened to the "chatbot era"—useful but disconnected. The real gap is the absence of a shared brain that all agents and employees can access from day one. The future lies in making context layer infrastructure the priority: write context first, then install tools; record every meeting; build the wiki before the dashboard. When new hires, AI agents, and even customers can immediately access this living company brain, the costly "ramp-up" period becomes obsolete. True organizational speed is achieved when maximum velocity and seamless context transfer happen simultaneously.

Editor's Note: AI is entering enterprises, but the real question is not "whether to use agents," but whether these agents can understand the company itself.

Using the author's first 100 days at Ramp as a narrative thread, this article discusses a more fundamental issue: a high-speed company cannot rely solely on newcomers slowly reading documents, asking colleagues, and filling in context, nor can it let each AI tool operate in isolation. What's truly important is building a continuously updated "company brain" that consolidates meetings, documents, Slack discussions, customer feedback, and product decisions, allowing both newcomers and agents to start from the same contextual foundation.

When context is systematized, onboarding is no longer just a lengthy adaptation process, and AI is no longer just a collection of isolated tools. The value of enterprise AI may ultimately lie not in how many agents are deployed, but in whether a company can first establish a trustworthy, readable, and reusable knowledge foundation.

The following is the original text:

In a 4×100-meter relay race, victory is often not determined by the entire race but compressed into a 20-meter exchange zone. Runners must pass the baton at high speed: if the receiving runner starts too early, the baton drops; if they start too late, the passing runner has to slow down, and the entire team instantly loses its advantage. If the handoff itself isn't precise—if any aspect of hand position, angle, or timing is off—the result can also be a dropped baton.

A team can have the fastest individual runners yet still lose in those 20 meters. Speed matters, but the handoff matters too. What truly decides the outcome is whether both can be achieved simultaneously.

Every job handover I've seen is essentially a relay race, except one runner is still in the starting blocks. A new hire starts on Monday, beginning from zero; the organization, however, doesn't slow down and continues operating at its original pace. Thus, the newcomer can only rely on reading documents, lurking in Slack, repeatedly asking the same few questions, and spending three months figuring out how the organization works until they finally become "useful."

We usually treat this gap as a matter of time, as if given enough of it, newcomers will naturally catch up. But that's not the case. This gap must be solved systematically, or it will persist.

Context Is the Organization's Real Handoff System

It's been about 100 days since I joined Ramp. Before that, I spent five years at Plaid, familiar with every product, every customer story, and the background behind every decision. I could tell those stories without thinking. But at Ramp, I knew almost none of this.

And product marketing is, at its core, storytelling. If you don't know the characters, plot, and backstory, you can't truly tell the story well.

From day one, my goal was to build an AI-native product marketing organization. But to do this without context, I first had to expand my own knowledge base—the "context layer" that underpins all work.

Ramp is a company known for its speed. There's no room for "catching up slowly next quarter." The company releases, iterates, and advances every week. You either keep up, or you become an additional cost to the organization's operation.

Simultaneously, I was undergoing another layer of onboarding. Ramp is already fast, but AI evolves even faster, and I had to learn both a new company and a new way of working. I'm not an engineer; the last time I opened a terminal was in a university computer science class. That is, I had to both fill in the organizational context and adapt to a new AI-powered workflow, and these two things compounded, amplifying the difficulty.

What ultimately freed me from this pressure wasn't completing a specific article, product launch, or workflow, but treating "context" itself as the deliverable. If the context layer is built correctly, all subsequent work becomes lower cost.

So, I started building something truly scalable: a system that could help me get up to speed quickly, like a good wiki helps a researcher. By week three, it could draft content based on my notes; by week eight, it could summarize meetings I hadn't attended. Learning and catching up didn't disappear, but as the system filled out, their cost began to decrease day by day.

A personal version of this idea has been around for a while. Former Tesla AI lead and OpenAI founding member Karpathy wrote an article in April describing what he called a "personal LLM knowledge base": a folder storing raw inputs like papers, articles, transcripts, and personal notes; an LLM that generates a wiki from this material; and an editor like Obsidian as the front end. When the material accumulates to about 100 articles, the LLM can answer complex questions about the personal corpus without needing sophisticated retrieval techniques.

His judgment: There's an opportunity here for a truly great new product, not just a collection of makeshift scripts.

The personal version exists today. But the company version does not. That's the problem.

Roughly, here's the system I built in my first 100 days. They're not yet polished, but together they form the "connective tissue" within the organization.

The core is an Obsidian vault, read from and written to by Claude. Meeting transcripts, documents, public viewpoints, and personal notes I encounter all go into this knowledge base. When I ask, "What exactly did Geoff and I decide about the homepage three weeks ago?" it searches this vault for answers, rather than relying on the model's generalized memory.

To continuously feed content into this vault, Granola defaults to recording every meeting and archives the transcript overnight. So, a meeting I missed on Monday is queryable by Wednesday. To help others in the company keep up, I chose to work openly—most of what I'm building appears first in #team-pmm or relevant launch project channels before entering Notion documents. The building process itself is a synchronization mechanism.

On top of this vault, there's a small library of named skills that agents can call on demand. One skill generates an agenda based on my last four meetings with a specific person; another scans Slack for a week's worth of product updates and turns them into article ideas. Each skill is roughly 200 lines of markdown, replacing a category of work that used to be manual.

Additionally, I built a dynamic product roadmap based on Ramp's internal application platform. It reads from the same context layer, so it doesn't go stale because it was never a static document to begin with. There's also a morning digest sent to my private Slack messages at 8 a.m. daily: what shipped yesterday, where things are stuck, what needs my response. This is compiled while I sleep.

Individually, these things aren't groundbreaking. But together, they offer a working answer: If a company had the kind of wiki Karpathy described, what would it look like?

You can call it a wiki, a graph, a context layer, or a company brain. The name isn't important; the function is. It must be able to absorb all the signals the company already generates: meetings, Slack discussions, documents, code, transcripts, customer calls, and key decisions, and stay continuously updated without relying on manual maintenance. It must also be the first thing every new hire, every new agent, reads before starting work.

If a new employee starts tomorrow, what should they read on day one? If the real answer is a 2024 Notion document plus a stale Confluence link, that's essentially asking them to receive the baton from a standstill.

From Point Solutions to the Company Brain: AI's Real Gap

Today, the main way AI enters enterprises still relies on forward-deployed engineers. Whether it's OpenAI, Anthropic, or large consulting firms, they choose to build specific workflows on top of models.

This work is real and valuable. But it remains stuck in the "chatbot era" of enterprise AI: narrowly defined tools built around specific tasks, useful in isolation but not connected to a system that yields compounding returns.

The real "company brain" hasn't arrived yet. A customer service agent and an HR onboarding agent might have been built in different months by different teams. They don't know what was decided in the last all-hands meeting, how the company understands its market, or what judgment the head of sales offered at the last management offsite. Each agent is just a chatbot with a specific duty, but they don't share the same brain.

This is the biggest gap today. And outside of research labs, few are building products around this problem.

If you're building a team or starting a company in 2026, the order of operations is different from 2022. Write the context file first, then install the tools. Record every meeting. Build the wiki first, then the dashboard. Deliver skills, not slides. Have new hires read the wiki on day one and start contributing to it on day two. Hire and promote people who can keep the "company brain" running, and also reuse agents that actually read the company brain.

Context is not a side project. It's the infrastructure that makes all AI investments truly pay off.

I'm currently building parts of this at Ramp: the wiki, the skill library, applications that read from the same context layer, and organizational mechanisms to keep feeding it content. It's still small and early. If you're also trying to build a company-level version elsewhere, I'd love to compare notes. More useful than one trustworthy brain is two brains in the same room.

Back to the relay race. The real condition for victory is not the cleanest handoff or the fastest leg, but both happening simultaneously in the same 20-meter stretch.

A new hire reads the company brain, then starts sprinting. A new agent reads the company brain, then starts working. A new customer connects to the company brain, then is up and running from day one.

When the term "ramp-up" loses its meaning, we'll know we've gotten it right.

Domande pertinenti

QWhat is the main obstacle to AI's effective integration into enterprises, according to the article?

AThe main obstacle is not whether to use AI agents, but the lack of a centralized, continuously updated 'company brain' or knowledge base. Companies currently lack a unified, trustworthy, and reusable knowledge foundation that captures the full organizational context (meetings, documents, Slack discussions, decisions). AI tools are deployed as isolated 'chatbots' for specific tasks without sharing this common understanding, limiting their true value.

QWhat analogy does the author use to describe the problem of employee onboarding and knowledge transfer?

AThe author uses the analogy of a 4x100 meter relay race. The 'handoff zone' between runners is compared to the knowledge transfer process when a new employee joins. If the handoff (context transfer) is not smooth and precise—akin to a new employee starting from a standstill—the entire team (company) loses momentum and efficiency, regardless of individual talent.

QWhat personal system did the author build at Ramp to solve their own 'context gap'?

AThe author built a system centered on an Obsidian vault (knowledge base) read and written to by Claude. It ingested meeting transcripts, documents, notes, and public communications. This was augmented by tools like Granola for automatic meeting transcription, a library of named 'skills' (agents for specific tasks like agenda generation), a dynamic product roadmap, and a daily morning digest sent via Slack.

QWhat key shift in operational priority does the author suggest for companies in the AI era (e.g., in 2026 vs. 2022)?

AThe author suggests a fundamental shift: instead of installing tools first, companies should 'Write the context file first. Install tools second.' The priority is to build the foundational 'wiki' or 'company brain' that captures organizational context. Only after this knowledge infrastructure is established should tools and agents be deployed to read from and contribute to it.

QAccording to the author, when will we know the 'company brain' approach is successful?

AWe will know it's successful when the term 'ramp-up' (the lengthy period for a new employee to become productive) loses its meaning. Success is achieved when new employees, new AI agents, and even new customers can 'read the company brain' from day one and immediately begin contributing or operating effectively within the organizational context.

Letture associate

24/7 Unstoppable Derivatives Wave: Cryptocurrency Is Forcing Traditional Finance to 'Change Time Zones'

The article discusses how the 24/7 nature of the cryptocurrency market is compelling traditional finance to adapt its operating hours and infrastructure. The key catalyst is the CME Group's planned launch of nearly round-the-clock trading for regulated crypto derivatives, a move driven by strong institutional demand for continuous risk management. This shift highlights a fundamental change: derivatives, not spot trading, now dominate crypto market activity and price discovery. However, integrating continuous trading into traditional finance reveals structural tensions. While execution times can be extended, settlement, clearing, and regulatory reporting largely remain bound to traditional business-day cycles. This creates a lag where weekend price movements can impact risk exposures before traditional control systems are fully active. Furthermore, the article explores new challenges arising from this always-on environment. The inherent transparency of public blockchains, while ensuring auditable settlement, also exposes sensitive corporate information like treasury flows to competitors in real-time. This has elevated privacy from a feature to a core requirement for institutional adoption. The next phase hinges on building systems that balance this necessary privacy with regulatory accountability and compliance. In conclusion, the move towards 24/7 trading signifies more than crypto becoming institutionalized. It represents traditional finance beginning to adopt the temporal structure of crypto-native markets. The future will be defined by how successfully traditional risk, identity, privacy, and settlement frameworks can operate at the continuous speed cryptocurrency markets demand.

marsbit32 min fa

24/7 Unstoppable Derivatives Wave: Cryptocurrency Is Forcing Traditional Finance to 'Change Time Zones'

marsbit32 min fa

Unitree Passes the Hearing, Hangzhou Reaps the Rewards

Unitree Technology, a leading company in Hangzhou's tech scene known as one of the "Hangzhou Six Dragons," has officially passed the review for listing on the Shanghai Stock Exchange's STAR Market (科创板). It plans to raise 4.202 billion yuan for the research and development of intelligent robot models and robot hardware. This milestone will make Unitree the "first humanoid robotics stock." Founded in 2016 by Wang Xingxing, the company started humbly in a small office in Hangzhou's Binjiang district. Initially, the robotics sector was not viewed favorably by the market, with Unitree's products often labeled as "toys" and struggling to secure funding. At its most critical point, with only around 100,000 yuan left, Wang stopped his own salary to keep the company afloat. A crucial turning point came in 2018 when Hangzhou's state-owned capital system provided timely support. A financial platform under the city's state-owned assets completed due diligence in three days and granted a 20-million-yuan loan within a week. This "patient capital" infusion stabilized Unitree, enabling its transition from prototype development to mass production and commercial viability. Subsequently, Hangzhou Capital, through its two major 100-billion-yuan mother funds—the Hangzhou Science and Technology Innovation Fund and the Hangzhou Innovation Fund—participated in four of Unitree's financing rounds (B2, B3, C, and C+). This continuous backing helped the company grow, attract top-tier industrial investors like China Mobile, Tencent, Alibaba, and Geely, and solidify its position as a global leader in legged robotics. By 2025, Unitree achieved significant scale, with revenue reaching 16.99 billion yuan, net profit of 5.91 billion yuan, global leadership in humanoid robot shipments, and over 33,000 quadruped robots sold worldwide. Unitree's journey exemplifies Hangzhou's strategy of nurturing hard-tech startups from "seedlings" to industry leaders. Beyond Unitree, Hangzhou's capital ecosystem has supported other "Six Dragons" like Cloudwalk, BrainCo, and DeepSeek. The city has established a 500-billion-yuan "3+N" industrial fund cluster and specialized early-stage funds like the "Runmiao Fund" with a 20-year term to fill funding gaps for very early-stage projects. This robust "capital + talent" model, coupled with an influx of over 430,000 young professionals in 2025 alone, has fostered a vibrant innovation ecosystem. Hangzhou is now home to 48 unicorns and 413 potential unicorns, building comprehensive industrial chains in AI, robotics, brain-computer interfaces, and more. As Hangzhou experiences a wave of IPOs, it is solidifying its reputation as an ideal city for entrepreneurs.

marsbit57 min fa

Unitree Passes the Hearing, Hangzhou Reaps the Rewards

marsbit57 min fa

Are Rising U.S. Stocks Getting More Dangerous? Goldman Sachs: Downside Protection Mechanisms Have Almost Failed

The US stock market rally is showing signs of becoming increasingly precarious as key downside protection mechanisms fail, according to Goldman Sachs. Derivatives strategist Brian Garrett notes that the S&P 500 options volatility skew has plunged to an 18-month low, indicating the market now prices an 8% probability for both a 10% drop and a 10% rise—a sign of "skew failure." Concurrently, Goldman's Panic Index hit a two-year low, reflecting minimal demand for tail-risk hedging. This complacency emerges amid a relentless market surge, with the S&P 500 setting new records frequently in 2024. Garrett highlights three major concerns: extreme concentration in the top ten stocks (40% of index weight), heavy reliance on AI-themed performance, and a price pattern eerily similar to the 1998-1999 period. Despite pervasive media pessimism, this fear is absent in options pricing. Downside hedge costs are historically low. Goldman suggests tactical trades: buying RSP outperformance options versus the SPX for a broadening rally, purchasing VIX calls for protection, and going long on Bitcoin ETF volatility. Hedge funds have been net buyers for two weeks, with sector rotation into financials and out of industrials. Notably, the global single-stock leveraged/ inverse ETF AUM has doubled to over $60 billion in two months, underscoring growing speculative activity.

marsbit1 h fa

Are Rising U.S. Stocks Getting More Dangerous? Goldman Sachs: Downside Protection Mechanisms Have Almost Failed

marsbit1 h fa

Trading

Spot
Futures

Articoli Popolari

Come comprare ERA

Benvenuto in HTX.com! Abbiamo reso l'acquisto di Caldera (ERA) semplice e conveniente. Segui la nostra guida passo passo per intraprendere il tuo viaggio nel mondo delle criptovalute.Step 1: Crea il tuo Account HTXUsa la tua email o numero di telefono per registrarti il tuo account gratuito su HTX. Vivi un'esperienza facile e sblocca tutte le funzionalità,Crea il mio accountStep 2: Vai in Acquista crypto e seleziona il tuo metodo di pagamentoCarta di credito/debito: utilizza la tua Visa o Mastercard per acquistare immediatamente CalderaERA.Bilancio: Usa i fondi dal bilancio del tuo account HTX per fare trading senza problemi.Terze parti: abbiamo aggiunto metodi di pagamento molto utilizzati come Google Pay e Apple Pay per maggiore comodità.P2P: Fai trading direttamente con altri utenti HTX.Over-the-Counter (OTC): Offriamo servizi su misura e tassi di cambio competitivi per i trader.Step 3: Conserva Caldera (ERA)Dopo aver acquistato Caldera (ERA), conserva nel tuo account HTX. In alternativa, puoi inviare tramite trasferimento blockchain o scambiare per altre criptovalute.Step 4: Scambia Caldera (ERA)Scambia facilmente Caldera (ERA) nel mercato spot di HTX. Accedi al tuo account, seleziona la tua coppia di trading, esegui le tue operazioni e monitora in tempo reale. Offriamo un'esperienza user-friendly sia per chi ha appena iniziato che per i trader più esperti.

345 Totale visualizzazioniPubblicato il 2025.07.17Aggiornato il 2026.06.01

Come comprare ERA

Discussioni

Benvenuto nella Community HTX. Qui puoi rimanere informato sugli ultimi sviluppi della piattaforma e accedere ad approfondimenti esperti sul mercato. Le opinioni degli utenti sul prezzo di ERA ERA sono presentate come di seguito.

活动图片