Close Menu
  • Home
  • AI Models
    • DeepSeek
    • xAI
    • OpenAI
    • Meta AI Llama
    • Google DeepMind
    • Amazon AWS AI
    • Microsoft AI
    • Anthropic (Claude)
    • NVIDIA AI
    • IBM WatsonX Granite 3.1
    • Adobe Sensi
    • Hugging Face
    • Alibaba Cloud (Qwen)
    • Baidu (ERNIE)
    • C3 AI
    • DataRobot
    • Mistral AI
    • Moonshot AI (Kimi)
    • Google Gemma
    • xAI
    • Stability AI
    • H20.ai
  • AI Research
    • Allen Institue for AI
    • arXiv AI
    • Berkeley AI Research
    • CMU AI
    • Google Research
    • Microsoft Research
    • Meta AI Research
    • OpenAI Research
    • Stanford HAI
    • MIT CSAIL
    • Harvard AI
  • AI Funding & Startups
    • AI Funding Database
    • CBInsights AI
    • Crunchbase AI
    • Data Robot Blog
    • TechCrunch AI
    • VentureBeat AI
    • The Information AI
    • Sifted AI
    • WIRED AI
    • Fortune AI
    • PitchBook
    • TechRepublic
    • SiliconANGLE – Big Data
    • MIT News
    • Data Robot Blog
  • Expert Insights & Videos
    • Google DeepMind
    • Lex Fridman
    • Matt Wolfe AI
    • Yannic Kilcher
    • Two Minute Papers
    • AI Explained
    • TheAIEdge
    • Matt Wolfe AI
    • The TechLead
    • Andrew Ng
    • OpenAI
  • Expert Blogs
    • François Chollet
    • Gary Marcus
    • IBM
    • Jack Clark
    • Jeremy Howard
    • Melanie Mitchell
    • Andrew Ng
    • Andrej Karpathy
    • Sebastian Ruder
    • Rachel Thomas
    • IBM
  • AI Policy & Ethics
    • ACLU AI
    • AI Now Institute
    • Center for AI Safety
    • EFF AI
    • European Commission AI
    • Partnership on AI
    • Stanford HAI Policy
    • Mozilla Foundation AI
    • Future of Life Institute
    • Center for AI Safety
    • World Economic Forum AI
  • AI Tools & Product Releases
    • AI Assistants
    • AI for Recruitment
    • AI Search
    • Coding Assistants
    • Customer Service AI
    • Image Generation
    • Video Generation
    • Writing Tools
    • AI for Recruitment
    • Voice/Audio Generation
  • Industry Applications
    • Finance AI
    • Healthcare AI
    • Legal AI
    • Manufacturing AI
    • Media & Entertainment
    • Transportation AI
    • Education AI
    • Retail AI
    • Agriculture AI
    • Energy AI
  • AI Art & Entertainment
    • AI Art News Blog
    • Artvy Blog » AI Art Blog
    • Weird Wonderful AI Art Blog
    • The Chainsaw » AI Art
    • Artvy Blog » AI Art Blog
What's Hot

CHROs loss of power and influence

AI Guru Karpathy’s Programming “Magic”: Unveiling a Four – Layer Toolchain with Cursor as Main Tool and GPT

How to use AI to save time and money when back-to-school shopping

Facebook X (Twitter) Instagram
Advanced AI News
  • Home
  • AI Models
    • OpenAI (GPT-4 / GPT-4o)
    • Anthropic (Claude 3)
    • Google DeepMind (Gemini)
    • Meta (LLaMA)
    • Cohere (Command R)
    • Amazon (Titan)
    • IBM (Watsonx)
    • Inflection AI (Pi)
  • AI Research
    • Allen Institue for AI
    • arXiv AI
    • Berkeley AI Research
    • CMU AI
    • Google Research
    • Meta AI Research
    • Microsoft Research
    • OpenAI Research
    • Stanford HAI
    • MIT CSAIL
    • Harvard AI
  • AI Funding
    • AI Funding Database
    • CBInsights AI
    • Crunchbase AI
    • Data Robot Blog
    • TechCrunch AI
    • VentureBeat AI
    • The Information AI
    • Sifted AI
    • WIRED AI
    • Fortune AI
    • PitchBook
    • TechRepublic
    • SiliconANGLE – Big Data
    • MIT News
    • Data Robot Blog
  • AI Experts
    • Google DeepMind
    • Lex Fridman
    • Meta AI Llama
    • Yannic Kilcher
    • Two Minute Papers
    • AI Explained
    • TheAIEdge
    • The TechLead
    • Matt Wolfe AI
    • Andrew Ng
    • OpenAI
    • Expert Blogs
      • François Chollet
      • Gary Marcus
      • IBM
      • Jack Clark
      • Jeremy Howard
      • Melanie Mitchell
      • Andrew Ng
      • Andrej Karpathy
      • Sebastian Ruder
      • Rachel Thomas
      • IBM
  • AI Tools
    • AI Assistants
    • AI for Recruitment
    • AI Search
    • Coding Assistants
    • Customer Service AI
  • AI Policy
    • ACLU AI
    • AI Now Institute
    • Center for AI Safety
  • Business AI
    • Advanced AI News Features
    • Finance AI
    • Healthcare AI
    • Education AI
    • Energy AI
    • Legal AI
LinkedIn Instagram YouTube Threads X (Twitter)
Advanced AI News
Andrej Karpathy

Musk’s Pal Karpathy Issues New Guide: GPT

By Advanced AI EditorAugust 25, 2025No Comments6 Mins Read
Share Facebook Twitter Pinterest Copy Link Telegram LinkedIn Tumblr Email
Share
Facebook Twitter LinkedIn Pinterest Email


In the “post-scarcity era of code”, Karpathy shared his latest insights on AI-assisted programming: Against the backdrop of code being generated at low cost and discarded at any time, the value of “writing” and “deleting” code is being reevaluated. Cursor’s auto-completion is suitable for daily development. Claude Code and Codex can complete large-scale functions but lack “taste”, while GPT-5 Pro is the ultimate defense for tackling stubborn bugs.

Our good friend, the great Andrej Karpathy, who is also Elon Musk’s buddy, has released his latest “AI Programming Guide”!

Given that the current model capabilities have reached a doctoral level, how can we maximize the help of AI in programming?

When AI can “generate code at low cost” and you only need to do “vibe coding”, a new question arises:

Is it more important to be able to write code or be able to delete code now?

Karpathy shared his experience and methods of “optimal LLM-assisted programming”.

Concept of Tool Usage

First, establish the concept that tools serve humans.

Don’t be fixated on a single “perfect” tool. Instead, prefer to integrate multiple workflows to make up for each other’s shortcomings.

Because different tools have their own advantages in tasks at different levels.

For example, Claude Code, Codex, etc. are suitable for large-scale and not overly difficult tasks, while Tab auto-completion requires humans to “set an example” first.

Cursor (Tab Auto-completion)

Karpathy said that this method is the main way of daily work, accounting for about 75%.

Because writing code blocks or comments at the correct positions in the code can efficiently convey task specifications to AI.

This “human-first writing method” has a higher information transmission efficiency than natural language conversations.

However, there is a problem. You often need to turn Tab auto-completion on and off to avoid interference.

A more advanced usage is to highlight a specific block of code and then let it make certain modifications.

Assistive Tools (Claude Code / Codex, etc.)

For heavyweight tools like Claude Code and Codex, they can be used to implement large-scale and directly describable functions.

However, the overall performance of this complete “autopilot” mode is uneven and it is easy to deviate from the requirements.

You often need to manually interrupt (ESC) to avoid incorrect output.

Karpathy hasn’t learned how to improve efficiency by using multiple instances in parallel yet – just using one already feels quite strenuous.

Moreover, Karpathy hasn’t found a good way to maintain the CLAUDE.md file.

You often need to conduct a round of “purification” on issues related to code style or personal preferences, which Karpathy calls “code taste”. Karpathy gave some examples.

The code they write is overly defensive. For example, they often abuse try/catch; they make abstractions overly complex;

They produce bloated code. For instance, in places where list comprehensions or single-line if-then-else statements can be used, they insist on using nested if-then-else structures;

They repeat code blocks instead of creating a useful auxiliary function, etc…

Karpathy believes that, for now, these tools basically have no “taste”.

In short, they can get the job done, but they don’t write “elegant” code.

However, when Karpathy ventures into some fields he is not very familiar with and needs to do “programming by feel”, these tools become indispensable.

For example, some Rust and SQL commands he wrote recently, or any other technologies he has dabbled in less before.

Another experience is, can AI act as a teacher while writing code and teach while writing?

Karpathy once tried to let Claude Code teach him knowledge while writing code, but it didn’t work at all – AI just wants to focus on writing code and doesn’t want to give any explanations during the process.

He also tried to let it do hyperparameter tuning, and the result was very ridiculous.

In addition, these tools are also extremely useful when dealing with various low-risk, one-time customized, practical tools or debugging code. Without them, Karpathy wouldn’t even bother to write because it would take too much time.

For example, to locate a specific bug, Claude Code can write 1000 lines of one-time, extremely detailed visualization code in one go. After the bug is found, all this code is deleted.

This is the “post-scarcity era of code” – you can now casually create and delete thousands of lines of highly customized and short-lived code, and that’s okay. Code is no longer a precious/expensive thing.

GPT-5 Pro: The Last Line of Defense

When facing the most difficult problems, GPT-5 Pro is the last line of defense.

Only GPT-5 Pro can locate subtle bugs that other tools can’t solve, and it can handle the most hardcore problems.

For example, Karpathy has encountered this situation several times:

Karpathy (human), Cursor, and Claude Code together were stuck on a bug for 10 minutes.

But after copying and pasting everything to GPT-5 Pro, it thought for 10 minutes and actually found an extremely subtle bug.

It is very powerful and can dig out various obscure documents and papers.

Karpathy also uses it to handle other more difficult tasks, such as seeking advice on how to optimize code abstractions (the results are mixed; sometimes it can come up with good ideas, but not always), or doing a complete literature review around a specific topic. It can always return relevant high-quality resources and clues.

Characteristics of the “Post-Scarcity Era of Code”

You can quickly generate and discard a large amount of customized, one-time code.
The threshold for writing code is lowered, and code is no longer a scarce resource.
Tools make exploratory and experimental programming possible.

All in all, with the support of numerous programming “paradigms” and tools with their own advantages and disadvantages, Karpathy feels that the field of programming has been completely detonated and is full of infinite possibilities.

Being in this field, it’s hard not to feel anxious about not keeping up with the latest technology.

Therefore, these random thoughts emerged, along with a strong interest in what new discoveries others have made.

This has also triggered a big discussion in the comment section.

Regarding the update issue of CLAUDE.md, someone specifically set up an Agent to be responsible for updating and calibration.

Someone also said that they can give the code generated by Claude Code to GPT 5 for “polishing”.

Someone shared their workflow of using AI programming tools.

Someone else shared their commonly used development tools.

Someone expressed the same feeling that choosing the right model for different tasks is an art.

How is your current experience of using AI for programming? You can share it in the comment section!

References

https://x.com/karpathy/status/1959703967694545296

This article is from the WeChat official account “New Intelligence Yuan”, author: Dinghui Haokun. It is published by 36Kr with authorization.



Source link

Follow on Google News Follow on Flipboard
Share. Facebook Twitter Pinterest LinkedIn Tumblr Email Copy Link
Previous ArticleWhy Are Chinese Tech And EV Stocks Soaring Friday? – Alibaba Gr Hldgs (NYSE:BABA), Amkor Tech (NASDAQ:AMKR)
Next Article Google CEO Sundar Pichai announces free Veo 3 video AI tool for everyone: Here’s how to use, step by step guide – Technology News
Advanced AI Editor
  • Website

Related Posts

AI Guru Karpathy’s Programming “Magic”: Unveiling a Four – Layer Toolchain with Cursor as Main Tool and GPT

August 25, 2025

Reinforcement Learning Scaling Trends: Insights from Andrej Karpathy on AI Business Opportunities in 2025 | AI News Detail

August 24, 2025

Andrej Karpathy Announces AI Challenge Winner: Spotlight on Uncertainsys’s Innovative AI Project | AI News Detail

August 19, 2025

Comments are closed.

Latest Posts

Dealers Living Like Collectors, Egypt’s Tourism and More: Morning Links

Mütter Museum in Philadelphia Announces New Policy for Human Remains

Inigo Philbrick, Art Dealer Convicted of Fraud, Appears in BBC Film

Links for August 22, 2025

Latest Posts

CHROs loss of power and influence

August 25, 2025

AI Guru Karpathy’s Programming “Magic”: Unveiling a Four – Layer Toolchain with Cursor as Main Tool and GPT

August 25, 2025

How to use AI to save time and money when back-to-school shopping

August 25, 2025

Subscribe to News

Subscribe to our newsletter and never miss our latest news

Subscribe my Newsletter for New Posts & tips Let's stay updated!

Recent Posts

  • CHROs loss of power and influence
  • AI Guru Karpathy’s Programming “Magic”: Unveiling a Four – Layer Toolchain with Cursor as Main Tool and GPT
  • How to use AI to save time and money when back-to-school shopping
  • Cohere secures US $500M new funding at US$6.8B valuation – UPDATED
  • Perplexity proposes revenue-sharing model to publishers in new AI search engine

Recent Comments

  1. با رتبه ۵۰۰۰ انسانی مدیریت بازرگانی قبول میشم؟ on 1-800-CHAT-GPT—12 Days of OpenAI: Day 10
  2. https://lratvakan.com/news/1100970.html on 1-800-CHAT-GPT—12 Days of OpenAI: Day 10
  3. NexioWert on 1-800-CHAT-GPT—12 Days of OpenAI: Day 10
  4. GytaqZew on 1-800-CHAT-GPT—12 Days of OpenAI: Day 10
  5. phim sex hiếp dâm học sinh on 1-800-CHAT-GPT—12 Days of OpenAI: Day 10

Welcome to Advanced AI News—your ultimate destination for the latest advancements, insights, and breakthroughs in artificial intelligence.

At Advanced AI News, we are passionate about keeping you informed on the cutting edge of AI technology, from groundbreaking research to emerging startups, expert insights, and real-world applications. Our mission is to deliver high-quality, up-to-date, and insightful content that empowers AI enthusiasts, professionals, and businesses to stay ahead in this fast-evolving field.

Subscribe to Updates

Subscribe to our newsletter and never miss our latest news

Subscribe my Newsletter for New Posts & tips Let's stay updated!

LinkedIn Instagram YouTube Threads X (Twitter)
  • Home
  • About Us
  • Advertise With Us
  • Contact Us
  • DMCA
  • Privacy Policy
  • Terms & Conditions
© 2025 advancedainews. Designed by advancedainews.

Type above and press Enter to search. Press Esc to cancel.