<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: anonymid</title><link>https://news.ycombinator.com/user?id=anonymid</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 22 Apr 2026 16:49:52 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=anonymid" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by anonymid in "SpaceX says it has agreement to acquire Cursor for $60B"]]></title><description><![CDATA[
<p>I guess the hope is that combining two sub-par coding models (xAI's grok + cursor's composer) and combining the data they have access to, they can build something that can compete with OpenAI / Anthropic in the coding space...<p>I guess I kinda see it... it makes sense from both points of view (xAI needs data + places to run their models, cursor needs to not be reliant on Anthropic/OpenAI).<p>I think I don't see it working out... I just don't see an Elon company sustaining a culture that leads to a high-quality AI lab, even with the data + compute.</p>
]]></description><pubDate>Wed, 22 Apr 2026 00:13:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=47856768</link><dc:creator>anonymid</dc:creator><comments>https://news.ycombinator.com/item?id=47856768</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47856768</guid></item><item><title><![CDATA[New comment by anonymid in "Why I don't think AGI is imminent"]]></title><description><![CDATA[
<p>I've been developing an ai coding harness <a href="https://github.com/dlants/magenta.nvim" rel="nofollow">https://github.com/dlants/magenta.nvim</a>  for over a year now, and I use it (and cursor and claude code) daily at work.<p>Fun observation - almost every coding harness (claude code, cursor, codex) uses a find/replace tool as the primary way of interacting with code. This requires the agent to fully type out the code it's trying to edit, including several lines of context around the edit. This is really inefficient, token wise! Why does it work this way? Because the LLMs are really bad at counting lines, or using other ways of describing a unique location in the file.<p>I've experimented with providing a more robust dsl for text manipulation <a href="https://github.com/dlants/magenta.nvim/blob/main/node/tools/edl-description.md" rel="nofollow">https://github.com/dlants/magenta.nvim/blob/main/node/tools/...</a> , and I do think it's an improvement over just straight search/replace, but the agents do tend to struggle a lot - editing the wrong line, messing up the selection state, etc... which is probably why the major players haven't adopted something like this yet.<p>So I feel pretty confident in my assessment of where these models are at!<p>And also, I fully believe it's big. It's a huge deal! My work is unrecognizable from what it was even 2 years ago. But that's an impact / productivity argument, not an argument about intelligence. Modern programming languages, IDEs, spreadsheets, etc... also made a fundamental shift in what being a software engineer was like, but they were not generally intelligent.</p>
]]></description><pubDate>Wed, 18 Feb 2026 03:44:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=47056898</link><dc:creator>anonymid</dc:creator><comments>https://news.ycombinator.com/item?id=47056898</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47056898</guid></item><item><title><![CDATA[New comment by anonymid in "Why I don't think AGI is imminent"]]></title><description><![CDATA[
<p>Hey, thanks for responding. You're a very evocative writer!<p>I do want to push back on some things:<p>> We treat "cognitive primitives" like object constancy and causality as if they are mystical, hardwired biological modules, but they are essentially just<p>I don't feel like I treated them as mystical - I cite several studies that define what they are and correlate them to certain structures in the brain that have developed millennia ago. I agree that ultimately they are "just" fitting to patterns in data, but the patterns they fit are really useful, and were fundamental to human intelligence.<p>My point is that these cognitive primitives are very much useful for reasoning, and especially the sort of reasoning that would allow us to call an intelligence <i>general</i> in any meaningful way.<p>> This "all-at-once" calculation of relationships is fundamentally more powerful than the biological need to loop signals until they stabilize into a "thought."<p>The argument I cite is from complexity theory. It's proof that feed-forward networks are mathematically incapable of representing certain kinds of algorithms.<p>> Furthermore, the obsession with "fragility"—where a model solves quantum mechanics but fails a child’s riddle—is a red herring.<p>AGI can solve quantum mechanics problems, but <i>verifying</i> that those solutions are correct still (currently) falls to humans. For the time being, we are the only ones who possess the robustness of reasoning we can rely on, and it is exactly because of this that fragility matters!</p>
]]></description><pubDate>Mon, 16 Feb 2026 18:26:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=47038363</link><dc:creator>anonymid</dc:creator><comments>https://news.ycombinator.com/item?id=47038363</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47038363</guid></item><item><title><![CDATA[New comment by anonymid in "Why I don't think AGI is imminent"]]></title><description><![CDATA[
<p>Thanks for reading, and I really appreciate your comments!<p>> who feed their produced tokens back as inputs, and whose tuning effectively rewards it for doing this skillfully<p>Ah, this is a great point, and not something that I considered. I agree that the token feedback does change the complexity, and it seems that there's even a paper by the same authors about this very thing! <a href="https://arxiv.org/abs/2310.07923" rel="nofollow">https://arxiv.org/abs/2310.07923</a><p>I'll have to think on how that changes things. I think it does take the wind out of the architecture argument as it's currently stated, or at least makes it a lot more challenging. I'll consider myself a victim of media hype on this, as I was pretty sold on this line of argument after reading this article <a href="https://www.wired.com/story/ai-agents-math-doesnt-add-up/" rel="nofollow">https://www.wired.com/story/ai-agents-math-doesnt-add-up/</a> and the paper <a href="https://arxiv.org/pdf/2507.07505" rel="nofollow">https://arxiv.org/pdf/2507.07505</a> ... who brush this off with:<p>>Can the additional think tokens provide the necessary complexity to correctly
solve a problem of higher complexity? We don't believe so, for two fundamental reasons: one that
the base operation in these reasoning LLMs still carries the complexity discussed above, and the
computation needed to correctly carry out that very step can be one of a higher complexity (ref our
examples above), and secondly, the token budget for reasoning steps is far smaller than what
would be necessary to carry out many complex tasks.<p>In hindsight, this doesn't really address the challenge.<p>My immediate next thought is - even solutions up to P can be represented within the model / CoT, do we actually feel like we are moving towards generalized solutions, or that the solution space is navigable through reinforcement learning? I'm genuinely not sure about where I stand on this.<p>> I don't have an opinion on this, but I'd like to hear more about this take.<p>I'll think about it and write some more on this.</p>
]]></description><pubDate>Mon, 16 Feb 2026 04:02:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=47030752</link><dc:creator>anonymid</dc:creator><comments>https://news.ycombinator.com/item?id=47030752</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47030752</guid></item><item><title><![CDATA[Why I don't think AGI is imminent]]></title><description><![CDATA[
<p>Article URL: <a href="https://dlants.me/agi-not-imminent.html">https://dlants.me/agi-not-imminent.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47028923">https://news.ycombinator.com/item?id=47028923</a></p>
<p>Points: 138</p>
<p># Comments: 306</p>
]]></description><pubDate>Sun, 15 Feb 2026 23:34:18 +0000</pubDate><link>https://dlants.me/agi-not-imminent.html</link><dc:creator>anonymid</dc:creator><comments>https://news.ycombinator.com/item?id=47028923</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47028923</guid></item><item><title><![CDATA[New comment by anonymid in "We cut our Mongo DB costs by 90% by moving to Hetzner"]]></title><description><![CDATA[
<p>$2700/mo is about 1/3 of an engineers' salary (cost to the business of a mid-level engineer in the UK)...<p>But, there's the time to set all of this up (which admittedly is a one-time investment and would amortize).<p>And there's the risk of having made a mistake in your backups or recovery system (Will you exercise it? Will you continue to regularly exercise it?).<p>And they're a 3-person team... is it really worth your limited time/capacity to do this, rather than do something that's likely to attract $3k/mo of new business?<p>If the folks who wrote the blog see this, please share how much time (how many devs, how many weeks) this took to set up, and how the ongoing maintenance burden shapes up.</p>
]]></description><pubDate>Fri, 14 Nov 2025 03:02:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=45923381</link><dc:creator>anonymid</dc:creator><comments>https://news.ycombinator.com/item?id=45923381</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45923381</guid></item><item><title><![CDATA[New comment by anonymid in "Claude Code 2.0"]]></title><description><![CDATA[
<p>For folks who use neovim, there's always <a href="https://github.com/dlants/magenta.nvim" rel="nofollow">https://github.com/dlants/magenta.nvim</a> , which is just as good as claude code in my (very biased) opinion.</p>
]]></description><pubDate>Mon, 29 Sep 2025 20:21:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=45418283</link><dc:creator>anonymid</dc:creator><comments>https://news.ycombinator.com/item?id=45418283</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45418283</guid></item><item><title><![CDATA[Self Compassion and the Disposable Engineer]]></title><description><![CDATA[
<p>Article URL: <a href="https://dlants.me/self-compassion.html">https://dlants.me/self-compassion.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45377530">https://news.ycombinator.com/item?id=45377530</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 25 Sep 2025 19:14:26 +0000</pubDate><link>https://dlants.me/self-compassion.html</link><dc:creator>anonymid</dc:creator><comments>https://news.ycombinator.com/item?id=45377530</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45377530</guid></item><item><title><![CDATA[New comment by anonymid in "Claude Code IDE integration for Emacs"]]></title><description><![CDATA[
<p>magenta nvim</p>
]]></description><pubDate>Wed, 06 Aug 2025 21:50:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=44818270</link><dc:creator>anonymid</dc:creator><comments>https://news.ycombinator.com/item?id=44818270</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44818270</guid></item><item><title><![CDATA[New comment by anonymid in "Claude Code IDE integration for Emacs"]]></title><description><![CDATA[
<p>magenta nvim implements a really nice integration of coding agents.</p>
]]></description><pubDate>Wed, 06 Aug 2025 21:49:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=44818261</link><dc:creator>anonymid</dc:creator><comments>https://news.ycombinator.com/item?id=44818261</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44818261</guid></item><item><title><![CDATA[New comment by anonymid in "Next edit prediction in Neovim (magenta.nvim)"]]></title><description><![CDATA[
<p>You can see a gif of it in the readme <a href="https://github.com/dlants/magenta.nvim?tab=readme-ov-file">https://github.com/dlants/magenta.nvim?tab=readme-ov-file</a></p>
]]></description><pubDate>Sat, 26 Jul 2025 07:08:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=44692044</link><dc:creator>anonymid</dc:creator><comments>https://news.ycombinator.com/item?id=44692044</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44692044</guid></item><item><title><![CDATA[New comment by anonymid in "Next edit prediction in Neovim (magenta.nvim)"]]></title><description><![CDATA[
<p>I added next-edit-prediction to my neovim plugin.<p>This was pretty interesting to implement!<p>- I used an [lsp server](<a href="https://github.com/dlants/magenta.nvim/pull/162/files#diff-395b9b79c8fe674e7bec94a8eb94932c68b2db8986966fe5939c8f6cf26a3e57R224">https://github.com/dlants/magenta.nvim/pull/162/files#diff-3...</a>) to track opened files and aggregate text changes to get a stream of diffs.<p>- I then feed that along with the [context surrounding the cursor](<a href="https://github.com/dlants/magenta.nvim/pull/162/files#diff-1f8dad660a61513bd12e337121880a700072723e28ea0abb14015514b2161391R509">https://github.com/dlants/magenta.nvim/pull/162/files#diff-1...</a>), and a [system prompt](<a href="https://github.com/dlants/magenta.nvim/pull/162/files#diff-a235f14a480d8482676e8a6e9bc95d7b694b205397ac8e7947481e95cd0f0fe3R305">https://github.com/dlants/magenta.nvim/pull/162/files#diff-a...</a>) into an LLM, [forcing a tool use for a find/replace within the context window](<a href="https://github.com/dlants/magenta.nvim/pull/162/files#diff-1f8dad660a61513bd12e337121880a700072723e28ea0abb14015514b2161391R895">https://github.com/dlants/magenta.nvim/pull/162/files#diff-1...</a>)<p>- Finally, I show the find/replace in the buffer using [virtual text extmarks](<a href="https://github.com/dlants/magenta.nvim/pull/162/files#diff-1f8dad660a61513bd12e337121880a700072723e28ea0abb14015514b2161391R423">https://github.com/dlants/magenta.nvim/pull/162/files#diff-1...</a>), applying a comment effect to the added sections, and a strikethrough to the removed sections<p>One thing that is interesting about this is that I wasn't able to get good results from smaller/faster models like claude haiku, so I opted to use a larger model instead. I found that the small delay of about a second was worth it for more consistent results.<p>I also opted to have this be manually triggered (Shift-Ctrl-l by default in insert or normal mode). This is a lot [less distracting](<a href="https://unstable.systems/@sop/114898566686215926" rel="nofollow">https://unstable.systems/@sop/114898566686215926</a>).<p>One cool thing is that you can use a plugin parameter, or a project-level parameter to [append to the system prompt](<a href="https://github.com/dlants/magenta.nvim/blob/main/node/options.ts#L92">https://github.com/dlants/magenta.nvim/blob/main/node/option...</a>). I think by providing additional [examples of how you want it to behave](<a href="https://github.com/dlants/magenta.nvim/blob/main/node/providers/system-prompt.ts#L310">https://github.com/dlants/magenta.nvim/blob/main/node/provid...</a>), you can have it be a lot more useful for your specific use-case.</p>
]]></description><pubDate>Sat, 26 Jul 2025 07:07:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=44692035</link><dc:creator>anonymid</dc:creator><comments>https://news.ycombinator.com/item?id=44692035</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44692035</guid></item><item><title><![CDATA[Next edit prediction in Neovim (magenta.nvim)]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/dlants/magenta.nvim/pull/162">https://github.com/dlants/magenta.nvim/pull/162</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44692034">https://news.ycombinator.com/item?id=44692034</a></p>
<p>Points: 1</p>
<p># Comments: 2</p>
]]></description><pubDate>Sat, 26 Jul 2025 07:07:22 +0000</pubDate><link>https://github.com/dlants/magenta.nvim/pull/162</link><dc:creator>anonymid</dc:creator><comments>https://news.ycombinator.com/item?id=44692034</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44692034</guid></item><item><title><![CDATA[AI whiplash, and Neovim in the age of AI]]></title><description><![CDATA[
<p>Article URL: <a href="https://dlants.me/ai-whiplash.html">https://dlants.me/ai-whiplash.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44590522">https://news.ycombinator.com/item?id=44590522</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 17 Jul 2025 06:59:58 +0000</pubDate><link>https://dlants.me/ai-whiplash.html</link><dc:creator>anonymid</dc:creator><comments>https://news.ycombinator.com/item?id=44590522</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44590522</guid></item><item><title><![CDATA[New comment by anonymid in "OpenAI’s Windsurf deal is off, and Windsurf’s CEO is going to Google"]]></title><description><![CDATA[
<p>I never got the valuation. I (and many others) have built open source agent plugins that are pretty much just as good, in our free time (check out magenta nvim btw, I think it turned out neat!)</p>
]]></description><pubDate>Sat, 12 Jul 2025 00:38:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=44538259</link><dc:creator>anonymid</dc:creator><comments>https://news.ycombinator.com/item?id=44538259</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44538259</guid></item><item><title><![CDATA[New comment by anonymid in "Developing a Neovim AI plugin (magenta.nvim) using the Neovim AI plugin"]]></title><description><![CDATA[
<p>I recently finished some updates to my neovim ai plugin:
- context tracking
- multiple threads
- compaction
- sub-agents<p>I decided to record a video of myself using the plugin to implement another feature. Aside from a demo of the plugin itself, I think it's a good view into what a typical workflow of using AI for development might look like, and I think is a good illustration of what these agents can and cannot currently do.<p>Find out more here: <a href="https://github.com/dlants/magenta.nvim">https://github.com/dlants/magenta.nvim</a></p>
]]></description><pubDate>Sat, 14 Jun 2025 15:35:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=44276991</link><dc:creator>anonymid</dc:creator><comments>https://news.ycombinator.com/item?id=44276991</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44276991</guid></item><item><title><![CDATA[Developing a Neovim AI plugin (magenta.nvim) using the Neovim AI plugin]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.youtube.com/watch?v=W_YctNT20NQ">https://www.youtube.com/watch?v=W_YctNT20NQ</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44276990">https://news.ycombinator.com/item?id=44276990</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Sat, 14 Jun 2025 15:35:17 +0000</pubDate><link>https://www.youtube.com/watch?v=W_YctNT20NQ</link><dc:creator>anonymid</dc:creator><comments>https://news.ycombinator.com/item?id=44276990</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44276990</guid></item><item><title><![CDATA[New comment by anonymid in "Marines being mobilized in response to LA protests"]]></title><description><![CDATA[
<p>I do have a bias, and I don't think that negates the points. I think that's the benefit of establishing a common factual basis. You can argue with the bias by presenting competing facts, or a different interpretation of the facts, but at least we can agree on what we're starting with.<p>I think the question is - why is the national guard and the military being sent to CA without the governor's consent?<p>Part of the justification for this from the administration is that the riots are out of control, are posing an immediate risk of violence and property damage. Based on what I've found of the actual violence and damage being done, this justification does not hold up, as the violence and property damage are lower than previous protests in which there didn't seem to be a need for interference.<p>The rule of law is a different argument. What is the rule of law that is being undermined? I think here too you can have an argument about the operations that ICE is conducting, are they lawful - given that they are being conducted in sanctuary cities? Who has jurisdiction in this case? Is the administration lawful in sending in the national guard without the consent of the governor? What about the military? Newsom is now suing Trump over deploying the marines and the national guard despite his wishes, so there is a claim that such actions were unlawful.<p>Based on my brief research into this, ICE was operating in an unconstitutional way and making many procedural violations. City Sancutary status is lawful and has been upheld in the court of law. Newsom's challenge of Trump's deployment of the National Guard also held up in court. [link](<a href="https://claude.ai/public/artifacts/99a64b2d-e3b6-4d37-956f-c4f117fbe93a" rel="nofollow">https://claude.ai/public/artifacts/99a64b2d-e3b6-4d37-956f-c...</a>)<p>When you say that "the law is being attacked" in this case, what do you mean?</p>
]]></description><pubDate>Fri, 13 Jun 2025 01:42:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=44264992</link><dc:creator>anonymid</dc:creator><comments>https://news.ycombinator.com/item?id=44264992</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44264992</guid></item><item><title><![CDATA[New comment by anonymid in "Agentic Coding Recommendations"]]></title><description><![CDATA[
<p>neovim has AI integration! (and a pretty damn good one if I say so myself (I wrote it))<p><a href="https://github.com/dlants/magenta.nvim">https://github.com/dlants/magenta.nvim</a></p>
]]></description><pubDate>Thu, 12 Jun 2025 22:59:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=44264107</link><dc:creator>anonymid</dc:creator><comments>https://news.ycombinator.com/item?id=44264107</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44264107</guid></item><item><title><![CDATA[New comment by anonymid in "Marines being mobilized in response to LA protests"]]></title><description><![CDATA[
<p>I agree - there seems to be talking past each other about some very fundamental things:<p>How extensive is the violence of the protests? I saw some images shared of cars that were burned, maybe some buildings damaged. But also lots of images from other protests from previous years. Are the images of the same 3 cars and storefronts or many? Trump says the riots are out of control, Newsom says the protests are largely peaceful.<p>A basic claude search suggests the overall level of violence is moderate, and smaller than many recent protests [link](<a href="https://claude.ai/public/artifacts/ef220c3d-c6d9-4b4b-bb3f-2d4a2d4c356f" rel="nofollow">https://claude.ai/public/artifacts/ef220c3d-c6d9-4b4b-bb3f-2...</a>)<p>How much of a strain do undocumented immigrants place on the US? You can answer this question from a financial and criminal point of view. From the point of view of crime, Trump and ICE are parading every violent undocumented immigrant they can, but that is not statistics. Do undocumented immigrants account for a significant portion of violent crime in the country?<p>Studies overwhelmingly show that undocumented immigrants are significantly less violent than the general population [link](<a href="https://claude.ai/public/artifacts/a92623b8-5c02-4c3a-84ae-fac7e631a151" rel="nofollow">https://claude.ai/public/artifacts/a92623b8-5c02-4c3a-84ae-f...</a>)<p>From a financial point of view, what resources are undocumented immigrants straining, and is it to a significant degree?<p>The economic picture is much more nuanced. On the cost side, a criticized study (FAIR) reported the cost at about $182bn annually (this is likely an over-estimate). For comparison, undocumented immigrants pay about $100bn in taxes, boost the GDP, and create jobs. Mass deportation is estimated to cost $315Bn.<p>Studies show that the impact on wages is small.<p>The biggest cost factor ($78bn but estimates vary) seems to be K-12 education, and that is mostly born by states.  [link](<a href="https://claude.ai/public/artifacts/29f10fcf-c8a7-4655-979f-b12d12719549" rel="nofollow">https://claude.ai/public/artifacts/29f10fcf-c8a7-4655-979f-b...</a>).</p>
]]></description><pubDate>Tue, 10 Jun 2025 16:03:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=44238431</link><dc:creator>anonymid</dc:creator><comments>https://news.ycombinator.com/item?id=44238431</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44238431</guid></item></channel></rss>