korrents
Sebastian Raschka

Sebastian Raschka

@sebastian-raschka · 15 positions · 0 changes of mind

AI research engineer working on large language models. He writes the Ahead of AI newsletter and is the author of Build a Large Language Model (From Scratch).

Everything they publish, on ppll ↗

Sebastian Raschka did not write this page.

We collected these quotes from things they published elsewhere, and every quote links to where it was said. They have no account here and have not endorsed this site. Quotes are word for word; the short line under each one is our own restatement, not their wording. Their own site. Is this you? Claim it or ask us to remove it. Or tell us what is wrong here.

  1. LLMs

    I expect the upcoming months (or years) also to be an era of computer use refinement on both the LLM and the agent harness layer.

    GPT-6 Astra, Looped Transformers, and Hidden Reasoningmagazine.sebastianraschka.com 1st of 3 in this piece

  2. LLMs

    GPT-6 Astra (and likely any LLM in the foreseeable future) is still a reasoning model.

    GPT-6 Astra, Looped Transformers, and Hidden Reasoningmagazine.sebastianraschka.com 2nd of 3 in this piece

  3. So, in short, we can say that using looped transformers can improve model quality at a fixed compute budget if the model is large enough.

    GPT-6 Astra, Looped Transformers, and Hidden Reasoningmagazine.sebastianraschka.com 3rd of 3 in this piece

  4. 3 weeks earlier
  5. So this one will not be coding-related, but coding from scratch is actually a very, very useful technique because it really helps you understand how something is implemented.

    How Claude Watermarks AI-Generated Textmagazine.sebastianraschka.com

  6. 7 days earlier
  7. LLMs

    AI checkers are essentially a cat-and-mouse game. AI checkers may learn to detect a certain pattern that is indicative of AI-generated content. Then, the next LLM may incidentally or deliberately not exhibit that pattern and avoid detection. The AI checker then has to be updated to detect said LLM, and so forth.

    Building an AI Text Detector From Scratchmagazine.sebastianraschka.com 1st of 2 in this piece

  8. AI writing

    the score is the classifier's estimated probability for the AI-generated class based on its training distribution. However, we shouldn't interpreted it as a general probability that the text was written by AI.

    Building an AI Text Detector From Scratchmagazine.sebastianraschka.com 2nd of 2 in this piece

  9. 4 weeks earlier
  10. These <think> and </think> tags are cosmetic with respect to reasoning ability. They do not make the model reason, and they are not required to achieve good reasoning performance.

    Controlling Reasoning Effort in LLMsmagazine.sebastianraschka.com 1st of 3 in this piece

  11. LLMs

    This saturation can be seen more clearly for the GPT 5.6 Sol model, which also shows that increasing reasoning budgets can become uneconomical at some point.

    Controlling Reasoning Effort in LLMsmagazine.sebastianraschka.com 2nd of 3 in this piece

  12. a smaller model at a higher reasoning effort can sometimes reach a similar score as a larger model at a lower reasoning effort

    Controlling Reasoning Effort in LLMsmagazine.sebastianraschka.com 3rd of 3 in this piece

  13. 3 weeks earlier
  14. proprietary services may become more restrictive over time, and it's maybe a good idea to be comfortable with open-weight alternatives as a backup.

    Using Local Coding Agentsmagazine.sebastianraschka.com 1st of 3 in this piece

  15. LLMs

    if an LLM developer also develops a coding harness, it is somewhat safe to assume that their model is optimized for their own harness first

    Using Local Coding Agentsmagazine.sebastianraschka.com 2nd of 3 in this piece

  16. coding agents

    untrusted repos should be treated as hostile by default because they can steer the agent toward reading files, running commands, or sending data through approved tools.

    Using Local Coding Agentsmagazine.sebastianraschka.com 3rd of 3 in this piece

  17. 3 weeks earlier
  18. LLMs

    In 2026, long-context efficiency is king as more and more LLMs get plugged into agent harnesses (OpenClaw etc.), which requires working with longer and longer contexts.

    LLM Research Papers: The 2026 List (January to May)magazine.sebastianraschka.com

  19. 3 weeks earlier
  20. LLMs

    As reasoning models and agent workflows keep more tokens around (for longer), KV-cache size, memory traffic, and attention cost quickly become the main constraints, and LLM developers are adding a growing number of architecture tricks to reduce those costs.

    Recent Developments in LLM Architectures: KV Sharing, mHC, and Compressed Attentionmagazine.sebastianraschka.com 1st of 2 in this piece

  21. LLMs

    However, larger models already have sufficient capacity where these extra embeddings may not help that much.

    Recent Developments in LLM Architectures: KV Sharing, mHC, and Compressed Attentionmagazine.sebastianraschka.com 2nd of 2 in this piece