<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>2026s on Ju Lin's AI Weblog</title><link>https://julin.ai/2026/</link><description>Recent content in 2026s on Ju Lin's AI Weblog</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sat, 22 Aug 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://julin.ai/2026/index.xml" rel="self" type="application/rss+xml"/><item><title>AI Engineering SKill Map</title><link>https://julin.ai/2026/08/22/ai-engineering-skill-map/</link><pubDate>Sat, 22 Aug 2026 00:00:00 +0000</pubDate><guid>https://julin.ai/2026/08/22/ai-engineering-skill-map/</guid><description>&lt;p&gt;Andrew Ng&amp;rsquo;s wrote an &lt;a href="https://x.com/AndrewYNg/status/2090840747738374568"&gt;AI Engineering Skills Map&lt;/a&gt;, which lists six things to learn: LLM foundations, grounding models with data, building agentic systems, evaluation-driven development, operating in production, and machine learning foundations.&lt;/p&gt;&#10;&lt;p&gt;As he broke it down, I think the most important skill is learning how to build reliable systems from LLM&amp;rsquo;s uncertain behavior.&lt;/p&gt;&#10;&lt;blockquote&gt;&#10;&lt;p&gt;You don’t know in advance what an LLM will output&lt;/p&gt;&#10;&lt;/blockquote&gt;&#10;&lt;p&gt;This is the only only truth you need to take away in this post, if you can&amp;rsquo;t remember all.&lt;/p&gt;</description></item><item><title>ELI5</title><link>https://julin.ai/2026/08/22/eli5-neural-networks/</link><pubDate>Sat, 22 Aug 2026 00:00:00 +0000</pubDate><guid>https://julin.ai/2026/08/22/eli5-neural-networks/</guid><description>&lt;p&gt;&lt;a href="https://x.com/trq212/status/2090884854590382515"&gt;Thariq at Anthropic posted&lt;/a&gt; that it&amp;rsquo;s a skill people there have been using a lot recently: &lt;code&gt;/eli5 &amp;lt;what you want to explain&amp;gt;&lt;/code&gt;.&lt;/p&gt;&#10;&lt;p&gt;I tried it on neural networks. &lt;a href="https://claude.ai/public/artifacts/dedbd15e-76ff-4cdf-9ac7-eaf317d947e4"&gt;Here&amp;rsquo;s what it made&lt;/a&gt;.&lt;/p&gt;&#10;&lt;p&gt;The first pass had bad colors, low contrast, hard to read. One follow-up prompt asking for a color fix and it was done.&lt;/p&gt;&#10;&lt;p&gt;No formulas, no sigmoid, no softmax, none of the math that actually makes a neural network work. It&amp;rsquo;s missing for good. What&amp;rsquo;s left is the dataflow — inputs go in, get combined, come out the other end as a decision — drawn simply enough to follow at a glance.&lt;/p&gt;</description></item><item><title>Pretraining a Mini Kimi K3 for $252</title><link>https://julin.ai/2026/08/21/mini-k3/</link><pubDate>Fri, 21 Aug 2026 00:00:00 +0000</pubDate><guid>https://julin.ai/2026/08/21/mini-k3/</guid><description>&lt;p&gt;Vizuara AI Labs trained a miniature Kimi K3 from scratch: 1.02B parameters, 145M active, 5B tokens, one H200, $252.35.&lt;/p&gt;&#10;&lt;p&gt;Not simplifying the architecture like &lt;a href="https://karpathy.github.io/2026/02/12/microgpt/"&gt;Karpathy&amp;rsquo;s microgpt&lt;/a&gt;, they kept &lt;a href="https://books.vizuara.ai/book/pretraining-a-mini-k3"&gt;Kimi K3&amp;rsquo;s MoE and attention design&lt;/a&gt; intact.&lt;/p&gt;&#10;&lt;p&gt;That&amp;rsquo;s a surprisingly cheap way to learn pretraining (in real-world). They worked through expert collapse, data-mixing bugs, distributed-training bugs, kernels, and GPU utilization on a modern MoE architecture.&lt;/p&gt;&#10;&lt;p&gt;A few things worth noting:&lt;/p&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;5B tokens is probably too little for a 1B model. The authors agree the run was budget constrained. So the cheap cost might due to the training stopped early.&lt;/li&gt;&#10;&lt;li&gt;Beating GPT-2 isn&amp;rsquo;t particularly meaningful when Mini K3 has roughly 10× the parameters.&lt;/li&gt;&#10;&lt;li&gt;MoE at this scale is debatable. A smaller dense model trained on more tokens would likely be better if the goal was capability.&lt;/li&gt;&#10;&lt;/ul&gt;</description></item></channel></rss>