Select Page

Breaking Business News | Breaking business news AM | Breaking Business News PM | Business News Select | Link from bio | Quotes | SMPostStory

Quote: Andrej Karpathy – Former Tesla AI head, one of OpenAI’s founding members

“I think the next few years at the frontier of LLMs will be especially formative. I am very excited to join the [Anthropic] team here and get back to R&D.” – Andrej Karpathy – Former Tesla AI head, one of OpenAI’s founding members

The frontier of large language models has entered a phase where marginal architectural tweaks matter less than the ability to orchestrate gigantic training runs, integrate safety constraints, and iterate quickly on empirical findings at unprecedented scale 1. The bottleneck is shifting from clever ideas on paper to the organisational capacity to turn those ideas into reliably trained systems that can reason, follow norms, and plug into real economies. In that environment, a move by a seasoned practitioner into a specific lab is not just a career step; it is a bet on where that frontier work is most likely to be done.

Over the last decade, the centre of gravity in machine learning research has steadily moved toward models that are often described as foundation models: systems whose core capabilities are largely set during a single, enormous pretraining run, and that then underpin a whole ecosystem of fine-tuned and specialised variants. In that world, pretraining is not a background activity. It is the main engine that defines what a lab can do. Control over that engine implies control over the lab’s scientific trajectory, its safety posture, and its commercial potential. The decision by a high-profile engineer to re-enter the pretraining trenches at a relatively young but fast-moving lab therefore crystallises broader questions: which approaches to scaling will dominate, how quickly can safety research keep pace, and how much room is left for new paradigms versus ever-larger versions of what already works.

The emerging pretraining arms race

Modern language models are largely defined by three interlocking variables: the scale of compute, the quality and curation of data, and the design of the training objective. There is a rough heuristic in the field that loss can be predicted by scaling laws, where test loss behaves approximately like L(N,D,C) \approx L_\infty + aN^{-\alpha} + bD^{-\b\eta} + cC^{-\gamma}, with N for parameters, D for dataset size, and C for compute budget. While the constants and exponents are fitted empirically and differ across domains, the broader implication is clear: performance gains still track predictable scaling, but only if the engineering and algorithmic execution is near flawless.

In practice, this yields a pretraining arms race. Labs compete to secure reliable access to tens of thousands of GPUs, to source diverse and legally defensible datasets, and to design training curricula that mix internet-scale text with code, images, and proprietary corpora. They layer on techniques such as curriculum learning, multi-stage optimisation schedules, and mixture-of-experts architectures. Small changes in how optimisation is handled or how data is deduplicated can translate into visible differences in downstream reasoning, tool use, and robustness. This is precisely the environment where experience running production-scale systems like Tesla’s Autopilot stack and early OpenAI models becomes highly leveraged.

Anthropic has positioned itself as one of a small number of labs capable of operating at this frontier. The company has poured resources into a pretraining organisation that treats training runs as a blend of high-stakes infrastructure engineering and scientific experimentation. Rather than being primarily a consumer product company with models attached, it has tried to build around the idea that safety, interpretability, and reliability must be baked into the pretraining loop. That orientation makes the pretraining team an unusually strategic locus of power and responsibility inside the organisation 1.

From OpenAI and Tesla to Anthropic’s pretraining core

Andrej Karpathy’s trajectory mirrors the evolution of the field itself. Trained as a computer vision and deep learning researcher at Stanford, he helped teach one of the first widely popular deep learning courses and then joined OpenAI at a time when it was still a small research lab experimenting with recurrent networks and early transformers 2,4. He was later responsible for Tesla’s Autopilot vision system, an experience that forced him to confront a different set of constraints: noisy sensor data, hard real-time demands, extreme regulatory scrutiny, and a safety bar quite unlike that of a research-only environment. More recently, he returned to OpenAI, released nanoGPT and nanochat as educational tools, and began building an AI-native school through Eureka Labs 2,5.

Across those chapters runs a consistent pattern: an interest in making cutting-edge models both understandable and useful to non-specialists. The open-source nanoGPT demonstrated how a transformer-based generative model could be implemented in a few hundred lines of code without sacrificing conceptual clarity. Nanochat extended that philosophy into a full-stack conversational system that could run on a single high-end node, demystifying the route from research paper to interactive product 2. The educational focus of Eureka Labs similarly attempted to lower barriers for students to engage with modern AI tools. The move into Anthropic’s pretraining team therefore looks less like a departure from pedagogy and more like an attempt to influence the next wave of capabilities at the point where they are created.

Reporting into Anthropic’s head of pretraining, Nick Joseph, himself a former OpenAI alumnus, situates Karpathy inside the unit responsible for orchestrating the massive compute runs that define Claude’s core knowledge and reasoning abilities 1. Rather than leading a consumer-facing product or a public policy initiative, he is charged with building a team that uses Claude itself to accelerate pretraining research. This mandate encapsulates a growing trend: using current-generation models as meta-tools to design, debug, and evaluate their successors.

LLMs as tools for their own successors

At the frontier, one of the most intriguing shifts is the feedback loop in which models help deliver the next generation of models. There are several layers to this. First, models assist with code: they generate boilerplate, propose architecture modifications, and help interpret logs and error traces. Second, they support data workflows, from cleaning and deduplication to labelling and synthesis; a model can, for example, label internal datasets with richer semantic tags or simulate adversarial prompts that test a candidate model’s weaknesses. Third, models can participate in the evaluation and red-teaming process, proposing stress tests and failure modes that human engineers might miss.

Formally, this can be described as a form of iterative optimisation over model families. Consider a model parameterised by \theta_t at iteration t. The lab observes a vector of performance signals s_t across tasks: reasoning benchmarks, safety tests, latency, and memory footprint. Using an assistant model A_t (for example, the current Claude), engineers generate candidate modifications \Delta \theta_t guided both by human judgment and model-generated code and experiments. The next model becomes \theta_{t+1} = \theta_t + \Delta \theta_t. While humans remain in the loop, increasing portions of \Delta \theta_t are influenced by model-assisted design and evaluation.

In practice, this is not an autonomous self-improvement loop. Constraints such as safety requirements, hardware limits, and regulatory obligations mean humans exert tight control over what changes are accepted. But the productivity increase is real. A small pretraining research group, heavily instrumented and supported by strong internal tools, can explore a much larger search space of training recipes than would have been possible just a few years ago. Karpathy’s new mandate explicitly centres on operationalising this paradigm inside Anthropic’s pretraining organisation 1.

The safety and governance counterweight

Alongside technical ambitions, Anthropic has been unusually vocal about the risks of powerful AI systems and the need for external governance. Its CEO, Dario Amodei, has repeatedly argued that he is uncomfortable with a small group of companies effectively regulating themselves 9. The company has advocated tighter export controls on advanced chips, stronger lab security, and national security testing regimes that give governments insight into model capabilities before they reach general deployment 11. At the same time, it has advised policymakers that they should prepare for major economic dislocations as AI diffuses through labour markets.

That stance, however, sits in tension with the commercial imperative to race toward more capable models. On one hand, there is a long-termist, safety-conscious narrative: powerful AI may emerge in the late 2020s, so society should be cautious, build monitoring institutions, and preserve a margin of control. On the other hand, there is the need to compete with well-funded rivals, hit revenue targets, and support a growing ecosystem of customers and developers. Anthropic has also restructured its internal Labs unit to accelerate experimental product development, signalling a desire to generate more user-facing innovation on a faster cadence 6,12.

Karpathy himself has contributed to public debates about the pace of progress. In interviews, he has argued that much of the hype around imminent artificial general intelligence is overstated, suggesting that the timeline to genuinely general systems could be on the order of a decade and that current agentic systems are brittle and unreliable 8. At the same time, he has insisted that the technical problems are solvable, provided research is serious about long-horizon planning, structured reasoning, and safe system design. Those views align loosely with Anthropic’s own published expectations that powerful AI systems might emerge in the late 2020s but also that their safe integration into society requires deliberate policy and infrastructure choices 11.

The Anthropic Institute and internal rebalancing

Anthropic is not only expanding its pretraining team; it is also consolidating its policy, safety, and economic research under a new think tank-like structure, the Anthropic Institute 3. This entity merges the societal impact team, a frontier red-team group, and an economic research unit. Its remit spans everything from labour market impacts to red-teaming frontier models for vulnerabilities. At the same time, co-founder Jack Clark has moved into a role focused on public benefit and leadership of the Institute, stepping away from day-to-day public policy 3.

These shifts suggest a dual-track strategy. The pretraining and product organisations push the technical frontier and commercialise models like Claude. The Anthropic Institute, along with policy engagements such as recommendations to US government agencies, attempts to shape the environment in which these models will operate 11. By bringing in a high-profile practitioner to strengthen pretraining, the company increases its ability to deliver capabilities that, in turn, give its policy arguments more weight. If Anthropic builds models that are demonstrably safer, more interpretable, or more amenable to monitoring, it gains credibility when calling for stricter standards across the industry.

The strategic calculus behind returning to R&D

For an individual with a public platform and entrepreneurial projects, returning to a deep technical role inside a lab carries opportunity costs. Karpathy temporarily paused his education startup, Eureka Labs, to take up the Anthropic position 1,5. He also stepped away from the independent commentary and open-source experimentation that had characterised his activities in recent years. Why trade that autonomy for the constraints of a large organisation?

One obvious answer is scale. A single education-focused startup, even with access to strong open-source models, cannot easily run frontier-scale pretraining experiments. It can fine-tune, distil, or study existing models, but it does not control the initial conditions. Inside Anthropic’s pretraining team, by contrast, one can influence the trajectory of models that will be deployed to millions of users and integrated into critical workflows in business, government, and science. For someone focused on the long-term arc of AI capabilities, that lever may be worth sacrificing some independence.

There is also a more subtle possibility: by shaping a pretraining organisation from the inside, a practitioner who values education and openness can push for better documentation, clearer abstractions, and the embedding of safety practices into everyday workflows. If Claude itself is to be used as a research assistant in designing and evaluating new training schemes, the way those internal tools are built will influence the culture of the lab. A group led by someone with both research and educational instincts might favour transparency over inscrutable pipelines, making it easier for new engineers to reason about why a model behaves as it does.

Debates and objections: consolidation of talent and compute

Inevitably, moves like this invite criticism. One concern is that as more experienced researchers gravitate to a handful of labs with access to extreme compute, the rest of the ecosystem becomes dependent on those labs’ decisions. Open-source communities, smaller research groups, and national labs with limited budgets may find it harder to compete in raw capability. This could concentrate not only economic value but also epistemic authority: a small set of labs would dictate what counts as state-of-the-art.

Another concern is that the feedback loop between capability and safety may not be as balanced as advertised. If pretraining teams are rewarded primarily for improvements in benchmark scores, user growth, or revenue, safety research may struggle to keep up in practice. Critics point to instances where labs have walked back earlier safety commitments under commercial pressure, or where governance proposals appear more focused on preserving a lead over overseas competitors than on reducing global risk 13. When a prominent engineer moves to such a lab, some observers worry that their presence will be used as reputational cover for a more aggressive scaling agenda.

Defenders counter that without strong technical leadership inside front-line teams, safety concerns remain abstract. It is in the pretraining loop that one decides which data sources to exclude, how to implement safety-related objectives, and how to handle capability spikes that emerge unexpectedly during training. Engineers with a track record of insisting on robustness and reliability in safety-critical domains might be precisely the people one wants in those rooms. From this perspective, the consolidation of talent in a small number of labs is a necessary, if uncomfortable, phase while the technology remains expensive and unstable.

Why the next few years are unusually formative

The claim that the coming years will be especially formative for LLMs is not just rhetoric. Several structural factors make the current period distinct. Hardware roadmaps suggest that the cost of compute per operation will continue to fall, but not as quickly as during earlier GPU generations. At the same time, demand for AI workloads is exploding across sectors from finance to healthcare and creative industries. This pushes labs to become far more efficient in how they use compute: better parallelism strategies, more efficient architectures such as sparse or mixture-of-experts models, and sophisticated scheduling across heterogeneous clusters.

On the algorithmic side, there is still considerable low-hanging fruit in incorporating tools, memory, and real-world interaction into LLM workflows. The raw pretrained model is increasingly seen as a foundation for complex agentic systems that can call APIs, manipulate files, and coordinate with other models and humans. Designing these systems in a way that does not produce brittle or unpredictable behaviour remains an open challenge. Early attempts at autonomous coding agents and multi-step planners have revealed surprising failure modes when tasks extend beyond a handful of steps 8. How pretraining recipes change to better prepare models for long-horizon reasoning will likely shape what kinds of agents are viable.

Regulation and public expectations are also in flux. Governments are moving from exploratory white papers to concrete rules, procurement guidelines, and security assessments. Industry norms around disclosure of model details, evaluation protocols, and incident reporting are still forming. Decisions made now about how transparent to be, how to measure risk, and how to coordinate across labs could harden into path-dependent standards that are difficult to change later. Engineers who participate in designing and documenting the next generation of frontier models will, indirectly, be writing part of the rulebook by which future models are judged.

Finally, there is the cultural dimension within labs. The practices that become standard for pretraining over the next few years – from code review and evaluation to red-teaming and governance gates – will influence generations of engineers who learn by imitation. If those practices emphasise careful monitoring, explicit safety criteria, and cross-functional collaboration with ethicists, policy experts, and social scientists, they could support a more sustainable trajectory. If they instead normalise opaque decisions, ad hoc governance, and purely metric-driven races, it will be hard to retrofit a more responsible culture later.

Implications for the broader AI landscape

Seen through that lens, a single quote about joining a particular team becomes a lens into the strategic tension facing the whole field. On one side is the aspiration to push models toward more general and reliable intelligence, supported by engineers who have spent years navigating the trade-offs between performance, safety, and deployment in the real world. On the other side is genuine uncertainty about whether any individual lab, no matter how responsible, can align its incentives with the broader interests of society.

For practitioners and observers, the key questions are not about one person’s career but about the structures that govern frontier AI work. How are pretraining organisations held accountable for safety and societal impact? Which metrics, beyond benchmark scores and revenue, are surfaced to boards and regulators? How much of the understanding generated during pretraining – about capabilities, failure modes, and emergent behaviours – is shared with the public, academia, and policymakers? The answers will depend on the interplay between technical leaders, corporate governance, investor expectations, and external regulation.

If the coming years are indeed formative, they may be remembered less for any single model release and more for the institutional patterns that solidify around frontier labs. The choice to invest deep technical experience into a pretraining organisation at a safety-conscious but commercially ambitious lab suggests a view that these patterns can still be shaped from within. Whether that optimism proves justified will become apparent not in press releases or interviews, but in how the next generation of models behaves under stress, how transparent their creators are about limitations, and how effectively the benefits and risks are distributed across society.

References

1 Reuters, report on Andrej Karpathy joining Anthropic’s pretraining team and his role within the organisation.
2 Artificial Intelligence blog, profile of Andrej Karpathy’s career and open-source projects nanoGPT and nanochat.
3 Written by AI, article on Anthropic’s new think tank, the Anthropic Institute, and leadership changes.
4 Karpathy’s personal website, background on his roles at Tesla, OpenAI, and Stanford.
5 Community discussion of Eureka Labs as an AI-native educational initiative.
6 TechBuzz, coverage of Anthropic’s Labs unit expansion and leadership reshuffle.
8 Fortune, interview analysis of Karpathy’s views on AGI timelines and current AI agent reliability.
9 Fortune, coverage of Anthropic CEO Dario Amodei’s comments on self-regulation by AI companies.
11 Anthropic policy submission outlining recommendations for the US AI Action Plan and expectations about powerful AI systems.

 

References

1. https://www.reuters.com/business/autos-transportation/former-tesla-ai-executive-openai-founding-member-andrej-karpathy-joins-anthropic-2026-05-19/https://www.reuters.com/business/autos-transportation/former-tesla-ai-executive-openai-founding-member-andrej-karpathy-joins-anthropic-2026-05-19/

2. Andrej Karpathy Joins Anthropic Pretraining Team (May 19, 2026) – 2026-05-19 – https://letsdatascience.com/blog/karpathy-joins-anthropic-pretraining-team-may-19-2026

3. Andrej Karpathy – People in AI – AI Blog – 2025-10-28 – https://www.artificial-intelligence.blog/people-in-ai/andrej-karpathy

4. Anthropic’s New AI Think Tank & Leadership Changes – Written by AI – 2026-03-11 – https://www.writtenby.ai/blog/2026/03/11/anthropic-ai-think-tank-leadership-changes/

5. Andrej Karpathyhttps://karpathy.ai

6. Andrej Karpathy is starting Eureka Labs, an “AI Native School” – 2024-07-17 – https://community.openai.com/t/andrej-karpathy-is-starting-eureka-labs-an-ai-native-school/870047

7. Anthropic Reshuffles Leadership to Expand AI Labs Unit – 2026-04-26 – https://www.techbuzz.ai/articles/anthropic-reshuffles-leadership-to-expand-ai-labs-unit

8. Andrej Karpathy – Wikipedia – 2026-05-19 – https://en.wikipedia.org/wiki/Andrej_Karpathy

9. Did an OpenAI cofounder just pop the AI bubble? ‘The models are … – 2025-10-21 – https://fortune.com/2025/10/21/andrej-karpathy-openai-ai-bubble-pop-dwarkesh-patel-interview/

10. ‘I’m deeply uncomfortable’: Anthropic CEO warns that a cadre of AI … – 2026-02-19 – https://fortune.com/article/why-is-anthropic-ceo-dario-amodei-deeply-uncomfortable-companies-in-charge-ai-regulating-themselves/

11. No Priors Ep. 80 | With Andrej Karpathy from OpenAI and Tesla – 2024-09-05 – https://www.youtube.com/watch?v=hM_h0UA7upI

12. Anthropic’s Recommendations to OSTP for the U.S. AI Action Plan – 2025-03-06 – https://www.anthropic.com/news/anthropic-s-recommendations-ostp-u-s-ai-action-plan

13. Anthropic Makes Leadership Changes for Labs Expansion – eWeek – 2026-01-14 – https://www.eweek.com/news/anthropic-labs-expansion/

14. Anthropic Abandons Safety Promise, JPMorgan Replacing Workers … – 2026-02-25 – https://www.youtube.com/watch?v=YMPBYhm1tOw

15. How AI Starts Doing the Work in 2026 with Anthropic CPO Mike … – 2025-12-23 – https://www.youtube.com/watch?v=VSLEGpCemtE

 

Download brochure

Introduction brochure

What we do, case studies and profiles of some of our amazing team.

Download

Our latest podcasts on Spotify
Global Advisors | Quantified Strategy Consulting