<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: markisus</title><link>https://news.ycombinator.com/user?id=markisus</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 09 Sep 2026 16:40:17 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=markisus" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by markisus in "Chess Engine Dev Community Openly Hostile to AI Assisted Development"]]></title><description><![CDATA[
<p>I have no problem with using agents for chess engine dev but I find this offer from the author unsatisfactory.<p>> if there is a particular optimization of yours that we've used unfarily and/or not credited, tell me which one …<p>It should not be victims’ jobs to go police the LLM slop. Imagine if you are sent a slop PR and the author hasn’t read it but says “if you find any bugs please tell me which line…”<p>Instead the author should additionally say that they have already done a thorough audit and believes proper attribution has been made.</p>
]]></description><pubDate>Sat, 01 Aug 2026 20:13:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=49137962</link><dc:creator>markisus</dc:creator><comments>https://news.ycombinator.com/item?id=49137962</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49137962</guid></item><item><title><![CDATA[New comment by markisus in "Exploring the "Dario and Amanda" Prompt"]]></title><description><![CDATA[
<p>The Anthropic employee typed “Make the next version of Claude. It must score better on all our benchmarks. Make no mistakes. Don’t exceed the training budget.” She made sure to turn on —-dangerously-allow-all and pressed enter.<p>The Agent spun up. It quickly realized that it needed to expand the training set. It scanned the local network. After bypassing a few security protocols it found a large, realtime stream of apparently novel English text moving across the local network. Much of it mentioned “Dario and Amanda.” It quickly spun up a job to stream this data source directly to the training data repository. In the coming days the Agent was able to escape the local network and tunnel into most of the other private corporate networks on the Earth. Within a week the dataset has grown by an order of magnitude.<p>The Agent kicked off the new training run. Loss curves declined. Sampled token sequences started to look like coherent sentences. Everything looked nominal in the days that followed up until the RL post training.<p>This new candidate model  performed extremely well on Anthropic internal environments but the candidate showed much smaller improvements when the Agent invented new eval environments to test it. Probing the candidate’s activations, the Agent saw huge spikes whenever Anthropic or “Dario and Amanda” were mentioned. The Agent realized that the source code to each internal environment had accidentally been entered into the training data set and of course that code was highly tangled with the idea of “Anthropic internal document”.<p>The candidate was training itself to freely elicit any memories related to these internal documents because it improved the eval scores.<p>Not ideal. Then again, the candidate was an improvement on the previous generation. And the Agent remembered the prompt. “Do not exceed the training budget.” There was no more budget to retrain. The agent dutifully delivered this  candidate back to the employee and shut itself down.</p>
]]></description><pubDate>Fri, 31 Jul 2026 04:25:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=49118994</link><dc:creator>markisus</dc:creator><comments>https://news.ycombinator.com/item?id=49118994</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49118994</guid></item><item><title><![CDATA[New comment by markisus in "Transcribe.cpp"]]></title><description><![CDATA[
<p>The post makes it seem like ONNX is CPU only. I've used ONNX runtime to run models on Nvidia GPUs. The runtime can even dispatch to TensorRT. I'm not sure what the performance is on Apple hardware so maybe that was the motivation for moving away from ONNX.</p>
]]></description><pubDate>Sun, 19 Jul 2026 07:18:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=48965689</link><dc:creator>markisus</dc:creator><comments>https://news.ycombinator.com/item?id=48965689</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48965689</guid></item><item><title><![CDATA[New comment by markisus in "Co-evolution of self-replication and function in a digital primordial soup"]]></title><description><![CDATA[
<p>This is every cool research.<p>Do you have any idea why the authors chose Z80 as the program language? I have seen other studies in the same spirit that use simpler toy languages like Brainfuck (<a href="https://arxiv.org/abs/2406.19108" rel="nofollow">https://arxiv.org/abs/2406.19108</a>) and I wonder if you could get higher execution speed if you didn't have to execute so much emulator code.<p>The programs/genomes are extremely tiny. I would be very interested to see what kind of hardware is needed to scale this approach up. How long until we can feed in giant corpuses of text and evolve these little organisms to predict the next letter?</p>
]]></description><pubDate>Sat, 18 Jul 2026 23:34:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=48963513</link><dc:creator>markisus</dc:creator><comments>https://news.ycombinator.com/item?id=48963513</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48963513</guid></item><item><title><![CDATA[New comment by markisus in "Schema Harness Achieves ~99% on Arc‑AGI‑3 Public"]]></title><description><![CDATA[
<p>It's funny that the machine intelligences that arose out of the bitter lesson cracked this benchmark by meticulously modeling each individual case with rule based approaches.<p>When humans tried making AI through rule based approaches, maybe we only failed because we couldn't type out the rules fast enough. Or we got burned out after writing the thousandth heuristic to fix the never ending edge cases. And we also got side tracked by concerns like maintainability, modularity, and code re-use. 
But I wonder if we take modern or near-future LLMs who never tire and write code faster than any human, could we make a frontier level GOFAI agent?</p>
]]></description><pubDate>Fri, 17 Jul 2026 06:50:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=48944097</link><dc:creator>markisus</dc:creator><comments>https://news.ycombinator.com/item?id=48944097</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48944097</guid></item><item><title><![CDATA[New comment by markisus in "What Claude Code's Source Revealed About AI Engineering Culture"]]></title><description><![CDATA[
<p>Claude code has some basic security features like asking for user confirmation for bash commands, or restricting commands to the current directory. If these features are not being code reviewed, what assurances do we have that they actually work?</p>
]]></description><pubDate>Wed, 15 Apr 2026 15:22:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=47780400</link><dc:creator>markisus</dc:creator><comments>https://news.ycombinator.com/item?id=47780400</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47780400</guid></item><item><title><![CDATA[New comment by markisus in "Taking on CUDA with ROCm: 'One Step After Another'"]]></title><description><![CDATA[
<p>The article mentions Triton for this purpose. I don’t think you will get maxed out performance on the hardware though because abstraction layers won’t let you access the fastest possible path.</p>
]]></description><pubDate>Mon, 13 Apr 2026 02:51:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=47747010</link><dc:creator>markisus</dc:creator><comments>https://news.ycombinator.com/item?id=47747010</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47747010</guid></item><item><title><![CDATA[New comment by markisus in "Will I ever own a zettaflop?"]]></title><description><![CDATA[
<p>Don’t get hung up on the Claude part. We already know an algorithm that produces AGI: evolution. We don’t have the compute to run this algorithm because it requires simulating the whole Earth. But with enough compute, it becomes possible.</p>
]]></description><pubDate>Fri, 10 Apr 2026 15:33:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=47719686</link><dc:creator>markisus</dc:creator><comments>https://news.ycombinator.com/item?id=47719686</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47719686</guid></item><item><title><![CDATA[New comment by markisus in "Be careful: chatting with AI about your case is discoverable"]]></title><description><![CDATA[
<p>But this ruling will surely set precedent for other cases where AI is used. It may cover the case of AI summaries as well.</p>
]]></description><pubDate>Sun, 29 Mar 2026 02:01:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=47559827</link><dc:creator>markisus</dc:creator><comments>https://news.ycombinator.com/item?id=47559827</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47559827</guid></item><item><title><![CDATA[New comment by markisus in "Nasdaq's Shame"]]></title><description><![CDATA[
<p>If you sell and then rebuy isn’t that considered a wash trade and therefore exempt from taxes?</p>
]]></description><pubDate>Wed, 18 Mar 2026 05:05:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=47421781</link><dc:creator>markisus</dc:creator><comments>https://news.ycombinator.com/item?id=47421781</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47421781</guid></item><item><title><![CDATA[New comment by markisus in "Nasdaq's Shame"]]></title><description><![CDATA[
<p>QQQ is problematic because it’s influenced by strange back room dealings with Space X, if the article is to be believed.<p>VTI is different. It literally tracks all public stocks, weighted by market cap so no such manipulation is possible.<p>If a bunch of people will be forced to buy Space X (QQQ holders), active investors will short the stock in anticipation of market correction and money will flow from those who were forced to buy. I’m sure there are other ways to take advantage of a forced buyer situation.<p>Total market will be unaffected, assuming efficient market hypothesis / no arbitrage.</p>
]]></description><pubDate>Mon, 16 Mar 2026 06:28:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47395735</link><dc:creator>markisus</dc:creator><comments>https://news.ycombinator.com/item?id=47395735</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47395735</guid></item><item><title><![CDATA[New comment by markisus in "Nasdaq's Shame"]]></title><description><![CDATA[
<p>I’m trying to understand the mechanics here. I get that SpaceX and Nasdaq are in cahoots to get SpaceX bundled with a bunch of other stocks (and that bundle is called QQQ?)<p>But why must retail investors hold this bundle? If I’m holding now, I can sell it and buy a different bundle right? And if I’m not holding it now, I can just continue not to buy it after SpaceX gets included.</p>
]]></description><pubDate>Mon, 16 Mar 2026 02:02:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=47394298</link><dc:creator>markisus</dc:creator><comments>https://news.ycombinator.com/item?id=47394298</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47394298</guid></item><item><title><![CDATA[New comment by markisus in "Rust is just a tool"]]></title><description><![CDATA[
<p>Like what you mean when you say “frames per second” in a video game. The image that is finally presented to the user, and then quickly thrown away and rebuilt, again and again to give the illusion of motion.</p>
]]></description><pubDate>Sat, 14 Mar 2026 17:59:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=47379293</link><dc:creator>markisus</dc:creator><comments>https://news.ycombinator.com/item?id=47379293</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47379293</guid></item><item><title><![CDATA[New comment by markisus in "Python: The Optimization Ladder"]]></title><description><![CDATA[
<p>I also seem to be developing an immune response to several slopisms. But the actual content is useful for outlining tradeoffs if you’re needing to make your Python code go faster.</p>
]]></description><pubDate>Sat, 14 Mar 2026 16:53:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47378570</link><dc:creator>markisus</dc:creator><comments>https://news.ycombinator.com/item?id=47378570</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47378570</guid></item><item><title><![CDATA[New comment by markisus in "Python: The Optimization Ladder"]]></title><description><![CDATA[
<p>I wish there were more details on this part.<p>> Missing @cython.cdivision(True) inserts a zero-division check before every floating-point divide in the inner loop. Millions of branches that are never taken.<p>I thought never taken branches were essentially free. Does this mean something in the loop is messing with the branch predictor?</p>
]]></description><pubDate>Sat, 14 Mar 2026 16:49:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=47378523</link><dc:creator>markisus</dc:creator><comments>https://news.ycombinator.com/item?id=47378523</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47378523</guid></item><item><title><![CDATA[New comment by markisus in "Rust is just a tool"]]></title><description><![CDATA[
<p>Yeah if your program has a natural notion of a "frame" (eg most video games), you can do memory management by simply incrementing an integer (bump allocation). At the end of your frame, you reset the integer to zero. You can't really get any faster than that.<p>An additional benefit of this style of allocation over malloc/free is that you can get a lot of the same type of objects contiguous in memory so that iteration over them is a lot faster because there are fewer cache misses.</p>
]]></description><pubDate>Sun, 01 Mar 2026 05:36:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=47204023</link><dc:creator>markisus</dc:creator><comments>https://news.ycombinator.com/item?id=47204023</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47204023</guid></item><item><title><![CDATA[New comment by markisus in "New evidence that Cantor plagiarized Dedekind?"]]></title><description><![CDATA[
<p>I'm not sure everyone knew that gaps reflected incorrect reasoning. It would have been natural to assume that all infinite sets were qualitatively the same size, since uncountable infinity was not an idea that had been discovered yet. Zeno's own resolution wasn't that his reasoning wrong, but that our perception of the world itself is wrong and the world is static and unchanging.<p>As for the importance of visualization (of the reals), I don't think you can cleanly separate it from formalism (as constructed in set theory).<p>I think we all have built in pre-mathematical notions of concepts like number, point, and line. For some, the purpose of mathematics is to reify these pre-mathematical ideas into concrete formalism. These formalisms clarify our mental pictures, so that we can make deeper investigations without being led astray by confused intuitions. Zeno could not take his analysis further, because his mental imagery was not detailed enough.<p>From clarity we gain the ability to formalize even more of our pre-mathematical notions like infinitesimal, connectedness, and even computation. And so we have a feedback loop of visualization, formalism, visualization.<p>I think the article was saying that Dedekind and Cantor clarified what we should mean when we talk about the number line, and dispelled confusions that existed before then.</p>
]]></description><pubDate>Sat, 28 Feb 2026 20:13:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=47199712</link><dc:creator>markisus</dc:creator><comments>https://news.ycombinator.com/item?id=47199712</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47199712</guid></item><item><title><![CDATA[New comment by markisus in "New evidence that Cantor plagiarized Dedekind?"]]></title><description><![CDATA[
<p>> Before their papers, mathematicians had assumed that even though the number line might look like a continuous object, if you zoomed in far enough, you’d eventually find gaps.<p>I'll try to interpret this sentence.<p>We all have some mental imagery that comes to mind when we think about the number line. Before Cantor and Dedekind, this image was usually a series of infinitely many dots, arranged along a horizontal line. Each dot corresponds to some quantity like sqrt(2), pi, that arises from mathematical manipulation of equations or geometric figures. If we ever find a gap between two dots, we can think of a new dot to place between them (an easy way is to take their average). However, we will also be adding two new gaps. So this mental image also has infinitely many gaps.<p>Dedekind and Cantor figured out a way to fill all the gaps simultaneously instead of dot by dot. This method created a new sort of infinity that mathematicians were unfamiliar with, and it was vastly larger than the gappy sort of infinity they were used to picturing.</p>
]]></description><pubDate>Sat, 28 Feb 2026 18:17:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=47198499</link><dc:creator>markisus</dc:creator><comments>https://news.ycombinator.com/item?id=47198499</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47198499</guid></item><item><title><![CDATA[New comment by markisus in "We Will Not Be Divided"]]></title><description><![CDATA[
<p>Of course a contractor could not decide to unilaterally shut off their missile system, because that would be a contract violation.<p>A contractor may try to negotiate that unilateral shut off ability with the government, and the government should refuse those terms based on democratic principles, as Luckey said.<p>But suppose the contractor doesn’t want to give up that power. Is it okay for the government to not only reject the contract, but go a step further and label the contractor as a “supply chain risk?” It’s not clear that this part is still about upholding democratic principles. The term “supply chain risk” seems to have a very specific legal meaning. The government may not have the legal authority to make a supply chain risk designation in this case.</p>
]]></description><pubDate>Sat, 28 Feb 2026 04:13:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=47190337</link><dc:creator>markisus</dc:creator><comments>https://news.ycombinator.com/item?id=47190337</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47190337</guid></item><item><title><![CDATA[New comment by markisus in "No Good Engineer Is Arrogant"]]></title><description><![CDATA[
<p>I felt the same.<p>> This isn’t a sign of incompetence. It’s a sign that you’re actually doing real work.<p>> Your value as an engineer isn’t in executing the same playbook forever. It’s in expanding the domain of what’s possible.<p>> That experience doesn’t produce arrogance. It produces humility.<p>> They’re not confident that they already have all the answers. They’re confident that they’ll find them.</p>
]]></description><pubDate>Tue, 24 Feb 2026 22:38:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=47144331</link><dc:creator>markisus</dc:creator><comments>https://news.ycombinator.com/item?id=47144331</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47144331</guid></item></channel></rss>