How I keep up with AI progress (and why you must too)

原始链接: https://blog.nilenso.com/blog/2025/06/23/how-i-keep-up-with-ai-progress/

This document provides a curated list of resources for understanding the fast-evolving field of Generative AI, emphasizing the importance of informed perspectives amidst misinformation. It advocates for staying close to primary sources like official announcements and papers from AI labs (OpenAI, Google DeepMind, Anthropic, etc.) and following trustworthy individuals for commentary. Key starting points include Simon Willison's Blog, Andrej Karpathy's explanations of AI internals, and Every's Chain of Thought for practical applications. The list also highlights high-signal individuals contributing to the AI engineering ecosystem, offering insights on evals, RAG, and building with LLMs. For those avoiding Twitter, swyx's Latent Space newsletter and daily AI news site are recommended. Finally, it suggests exploring LessWrong, AI Alignment Forum, and Gwern for deeper technical and philosophical discussions. The author finds keeping up with AI developments enjoyable through a daily scan of Twitter, emphasizing a personalized approach to information foraging driven by genuine interest.

Hacker Newsnew | past | comments | ask | show | jobs | submitloginHow I keep up with AI progress (and why you must too) (nilenso.com)14 points by ananthrk 16 hours ago | hide | past | favorite | 2 comments skmurphy 2 hours ago | next [–] The sources I was familiar with on this list are of uniformly high quality. I am going to check out the res. Thanks for sharing!replyjameskilton 12 hours ago | prev [–] No, no I don't. But thanks for the list.reply Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4 Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact Search:
相关文章

原文

Last Updated: 30th June 2025

Generative AI has been the fastest moving technology I have seen in my lifetime. Its also happens to be terribly misunderstood.

We have already seen large companies and even governments ship dysfunctional or even dangerous AI products. Sufficiently uninformed people misunderstand how to apply AI with concretely negative consequences.

The most common errors of misunderstanding are either underestimation (“it’s all hype that will blow over”) or overestimation (“I don’t need programmers anymore”). These patterns are rooted in a lack of a solid understanding of the technology and how it is evolving over time.

It’s surprisingly challenging to build a clear understanding of AI. We are in one of the most polluted information environments. If you’re not being deliberate about it, you are likely exposed to a lot of misinformation that overstates or dismisses AI capabilities.

To help with this, I’ve curated a list of sources that make up an information pipeline that I consider balanced and healthy. If you’re late to the game, consider this a good starting point.

Table of Contents

General guidelines

  • Stay close to the source. The further you stray from reading official announcements and write-ups from the AI labs, the more likely you are going to be exposed to noise. Always assume that all reporting is wrong by default, unless it’s coming from the primary source, or one of the people listed here.
  • Follow trustworthy individuals for commentary. I have linked to many individuals who talk about AI developments in good faith and engage with a deep sense of curiosity.

Starting Points

  • The best starting point for most technical people. If I had to only pick one stream of information, it would be this one.
  • He’s also known for creating Django and Datasette.
  • Expect:
    • Commentary on the frontier of AI capabilities.
    • Application layer use cases.
    • Commentary on security issues and ethics.
  • A sample: The Lethal Trifecta, LLMs in 2024

Andrej Karpathy (Twitter and YouTube)

  • Director of AI @ Tesla, founding member of OpenAI.
  • The best starting point to get an overview of how the models themselves work. His 3.5 hour video is the best million feet overview on the internals of LLMs and surprisingly approachable for relatively non-technical people too.
  • Expect:
    • Commentary on the frontier of AI capabilities
    • Approachable explanations on the internals of AI (I haven’t gone through all of these yet, but heard praise for his GPT-2 from scratch and zero to hero tutorials)
    • Strong cultural influence and observations on AI impact. He coined the terms “vibe coding” and “jagged intelligence”.
  • A sample: Deep Dive into LLMs like ChatGPT, How I Use LLMs
  • Written by Dan Shipper, the co-founder of Every. I like going through their test runs of the latest frontier models. It’s also a good way to get a sense of how these AI models can be used everyday.
  • Expect:
    • Practical applications of AI at work.
    • Vibe-checks for model capabilities outside of benchmark numbers.
  • A sample: Vibe Check: Codex, Vibe Check: o3

Official announcements, blogs and papers from those building AI

Even though these labs sometimes get a bad rap for hyping up AI capabilities, their official announcements have a lot of valuable and generally accurate information on the capabilities of AI.

Always look out for the announcements from OpenAI, Google DeepMind, Anthropic, DeepSeek, Meta AI, xAI and Qwen.

Most labs usually have a bunch of useful resources that help deepen your understanding of LLM capabilities.

  • Announcement blog posts for an overview
  • Official engineering blogs, guides and cookbooks
  • System/Model Cards for more details on the models—expect more detailed information on context windows, benchmarks, safety testing, etc
  • Research Papers

If you see anyone making an explosive claim about capabilities, or quoting some research from these labs, I always bypass the person making the claim and read it straight from the source, with the surrounding context.

A caveat: the cookbooks may not represent the ideal way to do things in my experience, even if they are an excellent starting point. We’re all still figuring this out. Your own experience of putting AI capabilities into production backed by data trumps everything.

It’s occasionally worth keeping tabs on smaller players like Nous Research, Allen AI, Prime Intellect, Pleias (open source, open research), Cohere (enterprise) and Goodfire (interpretability research). A lot of them go into technical depth that I don’t have the prerequisites to fully understand, but it gave me some sense of what’s happening outside the frontier labs and my AI engineering bubble. Interestingly, I have noticed (especially with the first few examples) these labs are willing to talk more about what exactly they are doing compared to frontier labs.

High signal people to follow

These are people who have contributed to the AI Engineering ecosystem in various ways, either by building open source tooling or putting in the work of integrating these AI models. Often, I’ve found more detailed and helpful recommendations than what the official cookbooks and guides suggest.

  • Machine Learning Engineer, runs a consultancy. Contributed to a few ML tools.
  • Expect:
    • Great write-ups on evals and continuously improving AI systems.
    • Notes on using libraries while building AI tools.
  • A sample: Your AI Product Needs Evals, LLM Eval FAQ
  • Independent consultant, ML Engineer, creator of Instructor.
  • Expect:
    • Detailed write-ups on RAG, evals and continuously improving AI systems.
    • AI consulting guides (especially for indie consultants).
  • A sample: The RAG Playbook, Common RAG Mistakes
  • This is an ensemble of practitioners who have written down everything they’ve learnt about building with LLMs. Includes all the practitioners mentioned above!

I tend to not listen to podcasts or follow the news, but a tiny dose of it to follow AI developments was warranted. These are my preferred sources.

  • Twitter is the only large-scale social media platform for conversations on cutting edge of AI developments. Almost all the resources I have found here could plausibly be traced back to twitter.
  • Twitter can also be a toxic place, but it’s possible to use it well. Twitter works great for me.
  • Okay, but I understand if you just really don’t want to use Twitter. I have an alternative. Read on.
  • swyx has been a great at curating industry trends on his Latent Space newsletter, and seems to be the most popular promoter of the discipline of AI Engineering.
  • If you want to avoid twitter, I’d like to point to his daily AI news site, which compiles and summarises the latest in AI across all the platforms where notable conversations happen.
  • If you like podcasts, I found this one pretty good. Dwarkesh asks great, well researched questions to everyone that matters. Very little fluff.

Esoterica

  • I don’t frequent here often, but occasionally get linked to some really interesting discussion on these forums.
  • You’ll find people really getting into the details and talking about things that you don’t see discussed as much in the twitter mainstream.
  • Expect:
    • AI Alignment, Governance, and Safety discussions.
    • Generally very technical.
  • A sample: Claude plays Pokémon breakdown, The Waluigi Effect
  • Some of the most enyclopedic writing by a single person ever, and a lot of it is about AI.
  • He was one of the first few outside the labs who saw LLM scaling coming.
  • I haven’t really read most of what he’s written (there’s too much), but I’ve found it quite interesting to skim through the posts which are quite rich and deeply hyperlinked.
  • A sample: The Scaling Hypothesis, Proposal: “You could have invented transformers” tutorial

Prompt Whisperers and Latent space explorers: Janus, Wyatt Walls, Claude Backrooms (1, 2, 3)

Do I chug water from a firehose?

It seems like a lot of work to keep up with all of that, but in practice it really isn’t.

I go through my twitter feed like one would a newspaper. Some things catch my eye immediately, and others are glossed over or opened in a tab to be read later. It might be 15 to 20 minutes of work, but I haven’t done a time-check.

It helps that my twitter feed has a lot of thoughtful commentary on particular announcements, papers or articles that provide more context on what’s worth paying attention to. If I find someone who has shared something interesting, I follow them and also go through their other work. This is not very different from how I would discover music.

I actually find this kind of foraging quite fun, and I don’t consider it as “work”. I grew up on science fiction stories. Artificial Intelligence is something I’ve been fascinated with ever since I was a kid, and it’s endlessly fascinating and awe-inspiring to see powerful AI being built piece by piece in front of me, within my lifetime.

I hope this list gives you a starting point to get you excited the way I am.

I have made the above recommendations as a twitter / X list, which should make it easy to follow all the people above.

Link to list.

Coming soon: RSS-friendly list.

联系我们 contact @ memedata.com