karpathy

Tag

Cards List
#karpathy

@cyrilXBT: this paper is f*cking gold. Andrej Karpathy joined Anthropic five weeks ago. Two Anthropic seniors just made Karpathy's…

X AI KOLs Timeline ↗ · 2026-08-23 Cached

A tweet from @cyrilXBT praises a paper on graph engineering for agentic systems, claiming it significantly improves AI responses, and promotes a spammy bidding website called RankNow.

0 favorites 0 likes
#karpathy

@0xRicker: ANDREJ KARPATHY JUST BUILT A LLM FROM SCRATCH AND OPEN-SOURCED ALL CODE And it still contains the full LLM pipeline: → …

X AI KOLs Timeline ↗ · 2026-08-13 Cached

Andrej Karpathy built an LLM from scratch and open-sourced all code, covering the full pipeline of dataset, training loop, and inference loop, continuing his work on simplifying AI education with micrograd and makemore.

0 favorites 0 likes
#karpathy

@xiaoying_eth: Former OpenAI's Andrej Karpathy created a crazy project. A ChatGPT trained with $1,000, with so little code, the core logic is fully understandable. From pretraining, fine-tuning to reinforcement learning, the entire LLM development workflow is condensed into a few Python files. The best part is, you can really spend tens of thousands of dollars to train a chat model from scratch...

X AI KOLs Timeline ↗ · 2026-08-03 Cached

Andrej Karpathy released nanochat, a minimalist LLM training framework that can train a GPT-2-level model for just around $48, covering the entire pipeline of pretraining, fine-tuning, and reinforcement learning, with minimal and fully transparent code.

0 favorites 0 likes
#karpathy

A new era of AI testing (2 minute read)

TLDR AI ↗ · 2026-08-03 Cached

A compilation of Andrej Karpathy's recent tweets covering a minimal GPT implementation, vibe coding an iOS app, and a detailed comparison of GPT-4.5 with earlier models, offering insights into AI testing and scaling.

0 favorites 0 likes
#karpathy

Karpathy’s Pelican

Hacker News Top ↗ · 2026-08-02 Cached

Andrej Karpathy experiments with Opus 5, giving it the first paragraph of Lord of the Rings and a 1M token budget to create a 3D JS rendering of the story, highlighting LLM stamina for hyper-custom worlds while noting weaknesses in multimodal auditing and gameplay.

0 favorites 0 likes
#karpathy

@elliotchen100: What makes Karpathy extraordinary is his ability to explain complex things clearly, so that anyone can understand at once. Similarly, in the TV series Billions, Axe has a classic line: Few people can truly understand numbers; only those who can both understand and explain them can become billionaires. Same principle applies to DevRel (Developer Relations): it's about making technical things clear…

X AI KOLs Timeline ↗ · 2026-07-20 Cached

Discusses Andrej Karpathy's ability to explain complex technical concepts clearly, and extends to the importance of Developer Relations (DevRel), emphasizing that this skill becomes even more critical in the AI era. Also shares the experience and insights of a DevRel practitioner.

0 favorites 0 likes
#karpathy

@akshay_pachaar: A single 𝗖𝗟𝗔𝗨𝗗𝗘.𝗺𝗱 file just hit 192k GitHub stars. (derived from Karpathy's coding rules) Andrej Karpathy obse…

X AI KOLs Timeline ↗ · 2026-07-14 Cached

A single CLAUDE.md file that provides structured behavioral guidelines for Claude Code, derived from Andrej Karpathy's observations on common LLM coding pitfalls, has gained 192k GitHub stars. It aims to prevent over-engineering, reduce wrong assumptions, and enforce simplicity in AI-generated code.

0 favorites 0 likes
#karpathy

@AYi_AInotes: Two Hong Kong students achieved a 5x speedup on Karpathy's automated research framework. They didn't switch to a stronger model, add more compute, or even change much code. They just added another loop on top of the original loop. This might be the most useful paper of the year for ordinary Agent developers, bar none. Here's the breakdown:

X AI KOLs Timeline ↗ · 2026-07-10 Cached

Two Hong Kong students achieved a 5x speedup by adding another loop outside the original automated research framework, without needing a better model or more compute. It is considered one of the most useful papers for ordinary Agent developers.

0 favorites 0 likes
#karpathy

@KyrieCheungYep: https://x.com/KyrieCheungYep/status/2075045965371949439

X AI KOLs Timeline ↗ · 2026-07-09 Cached

The article provides a detailed analysis of the llm-wiki method proposed by Karpathy: using LLM to compile personal raw materials into interlinked wiki pages, where users only need to read and ask questions without manual editing. The author compares the limitations of RAG and provides a 30-minute setup tutorial, emphasizing the key role of schema files in system discipline.

0 favorites 0 likes
#karpathy

I Built a Self-Improving AI, and So Can You

Wired ↗ · 2026-07-08 Cached

The author experiments with self-improving AI loops using Claude and tools like AutoResearch, demonstrating that recursive self-improvement is accessible beyond frontier labs and can automate newsletter busywork.

0 favorites 0 likes
#karpathy

@FinanceYF5: Karpathy Loop — Let AI run experiments while you sleep 1/ Most people still use AI like it's 2005 Google stage: ask a question, wait for an answer — you're the engine, AI is the wrench. The ones who achieve 10x efficiency don't write better prompts; they build Loops

X AI KOLs Timeline ↗ · 2026-07-07 Cached

Introducing the Karpathy Loop concept, where AI automatically executes experimental loops without real-time user interaction, boosting work efficiency by 10x.

0 favorites 0 likes
#karpathy

@itsolelehmann: how to *actually* remember what you read (using Karpathy's LLM reading method): let's be honest...nobody remembers what…

X AI KOLs Following ↗ · 2026-07-02 Cached

Explains Karpathy's reader3 method that uses an LLM as a private tutor to help readers actively engage with books chapter by chapter, turning passive reading into lasting understanding through summarization, Q&A, and note-taking.

0 favorites 0 likes
#karpathy

@Ryrenz: At the Sequoia AI Conference, Karpathy talked for nearly 30 minutes, thoroughly explaining the dramatic changes in programming paradigm over the past few months. From the framework of "Software 1.0/2.0/3.0" to the hair-raising example in the MenuGen project: "a neural network directly renders images into menu pixels". Also "jagged intelligence" (ja…

X AI KOLs Timeline ↗ · 2026-07-02 Cached

At the Sequoia AI Conference, Karpathy spent nearly 30 minutes in-depth sharing the dramatic changes in programming paradigm, including concepts like Software 1.0/2.0/3.0 framework, vibe coding, jagged intelligence, etc., and provided practical advice for founders.

0 favorites 0 likes
#karpathy

@akshay_pachaar: Karpathy's Agentic Engineering finally has proper tooling! (built by Google) Karpathy defined agentic engineering as th…

X AI KOLs Following ↗ · 2026-06-29 Cached

Google released Agents CLI, a unified command-line tool that integrates scaffolding, evaluation, and deployment of agents on Google Cloud, enabling coding assistants to practice agentic engineering without context switching.

0 favorites 0 likes
#karpathy

@hanakoxbt: KARPATHY JUST KILLED THE PROMPT ERA WITH A SINGLE DOCUMENT prompts are easy. loops are hard. and writing fifty prompts …

X AI KOLs Timeline ↗ · 2026-06-28 Cached

Andrej Karpathy releases a document describing an agent architecture that shifts from prompt-based interactions to a loop-based system where the model handles execution and bookkeeping while the human owns the spec and boundaries, effectively turning Claude into an autonomous agent.

0 favorites 0 likes
#karpathy

@eng_khairallah1: this is f*cking gold Andrej Karpathy joined Anthropic five weeks ago. A friend on his team just showed me the exact Cla…

X AI KOLs Timeline ↗ · 2026-06-28 Cached

Andrej Karpathy joined Anthropic and his personal Claude.md configuration file is being shared, dramatically improving Claude's response quality by aligning it with the user's thinking style.

0 favorites 0 likes
#karpathy

@polydao: KARPATHY WROTE THIS DOCUMENT TO COMPLETELY AUTOMATE OBSIDIAN WITH CLAUDE I was ready to abandon my second brain manual …

X AI KOLs Timeline ↗ · 2026-06-28 Cached

Karpathy shares a method to fully automate Obsidian note-taking using Claude, turning the AI into a maintainer that reads new sources, structures a wiki, and runs checks for contradictions, eliminating manual effort.

0 favorites 0 likes
#karpathy

@Phoenixyin13: Karpathy Overthrows RAG! Discussing the Ultimate Strategy to End Personal Knowledge Decay from Two Months Ago This is a real-world manifesto for letting AI manage your personal Wikipedia. In early April 2026, AI giant, former Tesla AI director, and OpenAI co-founder Andrej K…

X AI KOLs Timeline ↗ · 2026-06-27 Cached

This article introduces a new personal knowledge management method proposed by Andrej Karpathy: using LLMs to automatically compile raw notes into a structured Wiki, replacing traditional RAG, and achieving compound growth of knowledge.

0 favorites 0 likes
#karpathy

@Saboo_Shubham_: Google just introduced Open Knowledge Format. An open standard for the context AI agents need based on Karpathy's LLM w…

X AI KOLs Following ↗ · 2026-06-19 Cached

Google announced the Open Knowledge Format, an open standard based on Karpathy's LLM wiki concept, designed to provide context for AI agents using simple markdown files.

0 favorites 0 likes
#karpathy

@yibie: awesome-autoresearch periodic review, 1 new entry (discussions): Karpathy's Autoresearch for Software Engineers: applying the three-file model of autoresearch (...

X AI KOLs Timeline ↗ · 2026-06-16 Cached

awesome-autoresearch is a curated list of autoresearch use cases. This new entry applies Karpathy's autoresearch pattern to everyday software engineering scenarios, providing concrete templates to lower the adoption barrier for engineers.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback