<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: tjbai</title><link>https://news.ycombinator.com/user?id=tjbai</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 11 Sep 2026 05:58:51 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=tjbai" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[The Agent Is a Workflow That Writes Itself]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.getauctor.com/blog/the-agent-is-a-workflow-that-writes-itself">https://www.getauctor.com/blog/the-agent-is-a-workflow-that-writes-itself</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48137379">https://news.ycombinator.com/item?id=48137379</a></p>
<p>Points: 6</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 14 May 2026 16:06:45 +0000</pubDate><link>https://www.getauctor.com/blog/the-agent-is-a-workflow-that-writes-itself</link><dc:creator>tjbai</dc:creator><comments>https://news.ycombinator.com/item?id=48137379</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48137379</guid></item><item><title><![CDATA[New comment by tjbai in "Lines of code that will beat A/B testing every time (2012)"]]></title><description><![CDATA[
<p>I agree that there's an exploration-exploitation tradeoff, but for what you specifically suggest wouldn't you presumably just normalize by sample size? You wouldn't allocate based off total conversions, but rather a percentage.</p>
]]></description><pubDate>Tue, 14 Jan 2025 01:32:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=42692321</link><dc:creator>tjbai</dc:creator><comments>https://news.ycombinator.com/item?id=42692321</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42692321</guid></item><item><title><![CDATA[New comment by tjbai in "Lines of code that will beat A/B testing every time (2012)"]]></title><description><![CDATA[
<p>From a purely technical definition of bias (difference in expected value of the estimator and the true value), MAB is not biased because "changing the experiment parameters" is just dynamically allocating a different sample size to each of the estimators, so the estimator still converges to the correct value.<p>You are correct that this setup can potentially mislead you, but this is because you might end up getting estimators with high variance. So, you might mistakenly see some early promising results for experiment group A and greedily assign all the requests to that group, even though it is not guaranteed that A is actually better than B.<p>This is the famous exploration-exploitation dilemma—should you maximize conversions by diverting everyone to group A or still try to collect more data from group B?</p>
]]></description><pubDate>Tue, 14 Jan 2025 01:20:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=42692209</link><dc:creator>tjbai</dc:creator><comments>https://news.ycombinator.com/item?id=42692209</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42692209</guid></item><item><title><![CDATA[A Tale of Tokenizer Bias]]></title><description><![CDATA[
<p>Article URL: <a href="https://blog.tjbai.com/tokenizer-bias">https://blog.tjbai.com/tokenizer-bias</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=42598437">https://news.ycombinator.com/item?id=42598437</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 04 Jan 2025 23:26:48 +0000</pubDate><link>https://blog.tjbai.com/tokenizer-bias</link><dc:creator>tjbai</dc:creator><comments>https://news.ycombinator.com/item?id=42598437</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42598437</guid></item><item><title><![CDATA[New comment by tjbai in "Training LLMs to Reason in a Continuous Latent Space"]]></title><description><![CDATA[
<p>The last hidden state is just the output embedding after N residual layers, e.g. input embedding + res1 + res2 + ...<p>There's typically an "unembedding layer"/"classification head" that uses this hidden state to produce a softmax distribution over the LLM's vocabulary. In this case, we can think of this as "snapping" the hidden state into a single token and feeding that token into the next position of the autoregressive LLM.<p>In this sense, the last hidden state _does_ augment the next input. The authors simply propose directly feeding this hidden state into the next step rather than reducing it into a single token—thus, reasoning in continuous latent space rather than discrete token space.</p>
]]></description><pubDate>Tue, 10 Dec 2024 16:53:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=42378599</link><dc:creator>tjbai</dc:creator><comments>https://news.ycombinator.com/item?id=42378599</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42378599</guid></item><item><title><![CDATA[New comment by tjbai in "The Functional Programming Hiring Problem"]]></title><description><![CDATA[
<p>Something can be inconsequential and yet still interesting/amusing</p>
]]></description><pubDate>Sun, 09 Jun 2024 23:33:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=40628501</link><dc:creator>tjbai</dc:creator><comments>https://news.ycombinator.com/item?id=40628501</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40628501</guid></item><item><title><![CDATA[New comment by tjbai in "The Functional Programming Hiring Problem"]]></title><description><![CDATA[
<p>> The multi-armed bandit is a really interesting problem in mathematical optimization... This problem is so interesting, in fact, that during World War II the Allies proposed air dropping copies of the original paper over Germany. The end result, or so it was theorized, was that German scientists would be so fascinated and distracted by the problem that they would abandon the war effort and cripple any German military research projects in the process.<p>This is incredible</p>
]]></description><pubDate>Sun, 09 Jun 2024 22:36:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=40628187</link><dc:creator>tjbai</dc:creator><comments>https://news.ycombinator.com/item?id=40628187</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40628187</guid></item></channel></rss>