<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Jay Zelenkov</title>
    <link>https://jayzelenkov.com</link>
    <atom:link href="https://jayzelenkov.com/feed.xml" rel="self" type="application/rss+xml"/>
    <description>Jay Zelenkov's blog</description>
    <language>en-us</language>
    
    <item>
      <title>The Language You Think In</title>
      <link>https://jayzelenkov.com/posts/2026-08-14-the-language-you-think-in/</link>
      <guid>https://jayzelenkov.com/posts/2026-08-14-the-language-you-think-in/</guid>
      <pubDate>Fri, 14 Aug 2026 00:00:00 GMT</pubDate>
      <description>&amp;lt;blockquote&amp;gt;
&amp;lt;p&amp;gt;&amp;lt;em&amp;gt;Why I started writing AI agent tasks in Russian.&amp;lt;/em&amp;gt;&amp;lt;/p&amp;gt;
&amp;lt;/blockquote&amp;gt;
&amp;lt;p&amp;gt;Yesterday, I pushed more commits in half a day than I had during the entire previous week. Part of the reason was a new agent loop I had set up. A cycle in which an agent receives a task, implements it, verifies the result, and moves on to the next one.&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;But an agent loop is only as good as the tasks you feed it. And my Linear tasks suddenly got better when I started writing them in Russian.&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;This was strange. I started learning English when I was twelve. I have lived in the United States for the past ten years, and I can speak fluently about any subject, including science and philosophy. So why were my tasks noticeably clearer when I wrote them in Russian?&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;You can speak a second language fluently and still struggle to recall the right word or sense when a sentence is starting to lose precision.&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;In conversation, this kind of ambiguity often doesn’t matter. The person you are speaking with understands the surrounding context and can ask for clarification when something doesn’t quite add up. An LLM can also infer what you mean or ask a follow-up question. But in an agent loop, a plausible yet incorrect interpretation turns into a faulty assumption, unnecessary code, and an additional iteration.&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;Before I started writing tasks in Russian, I sometimes asked the agent to confirm that it had understood my request. This helped uncover ambiguities, but it took a lot of time.&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;Before LLMs, sharing a technical idea often meant first expressing it in English. As a result, many people were translating their thoughts before they had fully finished developing them.&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;Now you can reverse that order. Think through the task in your native language and give it directly to an LLM. The LLM can still implement the code and write the documentation in English. A Linear task or design document can be translated at the output stage, when it needs to be shared with a colleague or a broader audience. Before LLMs, translating long passages of technical writing was either time-consuming or expensive. With LLMs, it is nearly effortless.&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;The ability to express your thoughts in your native language may seem like a minor improvement. I’m starting to think it isn’t. Engineering work often begins with defining the problem, and the quality of the thinking at this stage affects almost everything that follows.&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;English will remain the lingua franca for the foreseeable future. But it may cease to be a language we have to think in and become primarily a language for sharing what we have already thought.&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;Try describing your next complex task to an LLM in your native language: the context, the constraints, and the expected result. Don’t translate it in advance. See whether the task becomes clearer. Mine did.&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;P.S. Written in Russian with ❤️. Exported to English by an LLM.&amp;lt;/p&amp;gt;
</description>
    </item>
    
    <item>
      <title>Why?</title>
      <link>https://jayzelenkov.com/posts/2026-03-08-why/</link>
      <guid>https://jayzelenkov.com/posts/2026-03-08-why/</guid>
      <pubDate>Sun, 08 Mar 2026 00:00:00 GMT</pubDate>
      <description>&amp;lt;p&amp;gt;I&#39;ve kept a diary consistently for 16 years. The first note was on May 2, 2012.&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;Though I used writing to capture thoughts, my diary notes are raw and unstructured. The next step is to synthesize knowledge: review unstructured thoughts and distill them into insights. This blog is a work-in-progress and contains my distilled notes.&amp;lt;/p&amp;gt;
&amp;lt;picture&amp;gt;
  &amp;lt;source srcset=&quot;/img/2026-03-08-why-dark.svg&quot; media=&quot;(prefers-color-scheme: dark)&quot;&amp;gt;
  &amp;lt;img src=&quot;/img/2026-03-08-why-light.svg&quot; alt=&quot;From Raw Thoughts to Distilled Insights&quot;&amp;gt;
&amp;lt;/picture&amp;gt;
&amp;lt;h2&amp;gt;1/ Share my insights&amp;lt;/h2&amp;gt;
&amp;lt;p&amp;gt;I mean both &amp;amp;quot;WHAT&amp;amp;quot; and &amp;amp;quot;HOW.&amp;amp;quot; &amp;amp;quot;WHAT&amp;amp;quot; refers to specific shareable pieces. i.e., how we use AI agents in data scraping ETLs (specific, actionable, and useful content). &amp;amp;quot;HOW&amp;amp;quot; refers to meta concepts, thoughts, mental patterns, personal operating system. &amp;amp;quot;HOW&amp;amp;quot; is everything that helps to achieve &amp;amp;quot;WHAT.&amp;amp;quot;&amp;lt;/p&amp;gt;
&amp;lt;h2&amp;gt;2/ Outreach&amp;lt;/h2&amp;gt;
&amp;lt;p&amp;gt;I usually share my thoughts in small group conversations, one-on-one, and with 4–5 people. I want to change that, and this blog is my attempt at doing it. It&#39;s a way to reach more people.&amp;lt;/p&amp;gt;
&amp;lt;h2&amp;gt;3/ Practice&amp;lt;/h2&amp;gt;
&amp;lt;p&amp;gt;Writing is a skill, and creating content is great practice. I want to keep developing my writing &amp;amp;quot;muscle.&amp;amp;quot; It&#39;s a way to practice self-expression, critical reasoning, and conciseness. In the age of LLMs, strong writing skills are increasingly important. &amp;lt;a href=&quot;https://pmc.ncbi.nlm.nih.gov/articles/PMC12521988/&quot;&amp;gt;Research confirms&amp;lt;/a&amp;gt; that developing critical reasoning skills improves outcomes when using LLMs.&amp;lt;/p&amp;gt;
&amp;lt;h2&amp;gt;Inspiration&amp;lt;/h2&amp;gt;
&amp;lt;p&amp;gt;Heavily inspired by the writing style of these remarkable people:&amp;lt;/p&amp;gt;
&amp;lt;ul&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&quot;https://lunchbag.ca/&quot;&amp;gt;Jen Yip&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&quot;https://herman.bearblog.dev/&quot;&amp;gt;Herman Martinus&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&quot;https://www.weskao.com/&quot;&amp;gt;Wes Kao&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&quot;https://avnipatelthompson.substack.com/&quot;&amp;gt;Avni Patel Thompson&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;/ul&amp;gt;
&amp;lt;p&amp;gt;And content:&amp;lt;/p&amp;gt;
&amp;lt;ul&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&quot;https://www.amazon.com/Show-Your-Work-Austin-Kleon/dp/076117897X&quot;&amp;gt;Show Your Work&amp;lt;/a&amp;gt; by Austin Kleon&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&quot;https://www.amazon.com/Platform-Art-Science-Personal-Branding/dp/0399581375&quot;&amp;gt;Platform&amp;lt;/a&amp;gt; by Cynthia Johnson&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&quot;https://www.youtube.com/@omustafaev&quot;&amp;gt;On self-expression and purpose&amp;lt;/a&amp;gt; by Orhan Mustafaev (Russian-only)&amp;lt;/li&amp;gt;
&amp;lt;/ul&amp;gt;
</description>
    </item>
    
  </channel>
</rss>
