<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: Ask HN</title><link>https://news.ycombinator.com/ask</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 12 Sep 2026 03:51:17 +0000</lastBuildDate><atom:link href="https://hnrss.org/ask" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[How to Detect Residential Proxies]]></title><description><![CDATA[
<p>I'm feeling pretty depressed right now, and hopefully sharing this little anomaly I discovered in January might help someone make the world a better place, and figure out how to put a dent in online crime. Fuck criminals.<p>Most residential proxy providers that I've seen don't support UDP. UDP is what WebRTC uses and has been part of the browser's "core" since 2021. If someone says they're on Chrom(<i>), FireFox, Safari - they have it.<p>So the setup goes like this:<p>1) Create a subdomain to get the client's TCP ip address. You can force it to ipv4 by not giving it an AAAA record. This will make future-comparison easier.<p>2) Create a subdomain to get the client's UDP ip address. Ditto the quad-a bit. You'll want to run your own STUN server (are you there, Claude? Its me, Justin...). To make it tamper resistant, I have the STUN server encrypt the ipv4 address and some other stuff and return it as an ipv6 ice candidate. Its abuse, but it works and I don't have to worry about back-end-server communication bottle necking anything. Just catch, encrypt, return.<p>And the algorithm looks like this:<p>**</i> YOU HAVE A TCP AND UDP IP ADDRESS ***<p>1) If both IP Addresses are the same - probably not a residential proxy<p>2) If both IP Addresses are different but on the same ASN and in the same .../24(?) - they're on a cell network<p>3) If the IP Addresses are on different ASNs - that's a MAJOR red flag. Most people who use residential proxies have it drilled into their head - TURN OFF WebRTC. This leaked bad in the mid 2010's and people are still terrified of it.<p>4) If one of the Addresses is on Cisco Web Umbrella or zScaler - and other is residential - they're behind a corporate protection firewall. Not really a proxy per se, but it'll trip this algorithm. Based on your threat model, they're probably ok to whitelist.<p>*** YOU __ONLY__ HAVE TCP IP ***<p>So this is the "one weird trick" / secret sauce / whatever that makes this work. TLS-duration / TCP-rtt > 3.0<p>* "Many residential proxies split the connection at the exit: the origin’s TCP socket ends there, so Linux TCP_INFO estimates only origin <=> exit RTT. The exit forwards TLS handshake bytes to the true client, making ClientHello handshake-complete include the hidden proxy chain. An unusually high TLS-duration/TCP-RTT ratio exposes that split." *<p>This is really all we need. From here, we just do the following:<p>TCP == UDP === not proxy<p>TCP ~= UDP === if on same ASN, not proxy<p>TCP != UDP === proxy or zScaler-thing. Whitelist to suit.<p>No UDP and TLS/TCP RTT Ratio < 3 === probably not a proxy (lower is better here)<p>No UDP and TLS/TCP RTT > 3 === probably a proxy (most I've seen float between 6-12x)<p>I've worked with this thing for the last 6 months and have worked mainly with Soax, BrightData, and OxyLabs proxies. I also built my own ProxyDevice (android) and C2 - put it on my own network and it caught it.<p>This is extremely cool because this means you don't have to blacklist IP addresses (not like it works) since a legitimate user and a proxy will come from the same IP - the proxy client will look _very_ different. They get blocked by NetAcuity/MaxMind/StaticList - the entire IP is killed. This is surgical.<p>This probably isn't perfect, but based on my limited experience its spooky accurate. I won't claim its 100% accurate for all cases everywhere but if its better than nothing - by definition its better than nothing - and that helps. Which, at the end of the day is all I want to do with this - help.<p>p.s. more than happy to share what I've built. Test, evidence, code, whatever. Just let me know.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49668557">https://news.ycombinator.com/item?id=49668557</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 12 Sep 2026 03:45:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=49668557</link><dc:creator>jwally</dc:creator><comments>https://news.ycombinator.com/item?id=49668557</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49668557</guid></item><item><title><![CDATA[Ask HN: How do you (AI researchers) convince yourselves that AI isn't terrible?]]></title><description><![CDATA[
<p>Obvious parallels with developing nuclear weapons in the forties. I guess one argument is now, if you don't do it, someone else will, but are there AI researchers who actually believe at this point that this is good for humanity.<p>Because I don't see it. I'll take all the diseases and crt monitors for whatever advances AI is promising at this point.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49668216">https://news.ycombinator.com/item?id=49668216</a></p>
<p>Points: 3</p>
<p># Comments: 3</p>
]]></description><pubDate>Sat, 12 Sep 2026 02:44:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=49668216</link><dc:creator>l2silver</dc:creator><comments>https://news.ycombinator.com/item?id=49668216</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49668216</guid></item><item><title><![CDATA[Ask HN: Did Google kill its enterprise workhorse model?]]></title><description><![CDATA[
<p>Is anyone else in a panic over the Gemini 2.5 model generation (Pro, Flash) being sunset in October before there's even any Pro class model in general availability (with geo restrictions etc.)?   Google wants everyone to migrate to 3.x Flash, which beats the older Pro models on the benchmarked tasks, but isn't the same thing as the Pro class on reasoning-heavy tasks like complex reasoning on very large documents (my big use case).<p>The Gemini family had a distinct niche in document comprehension, with thousand page input documents taking only 300k tokens.  Nothing quite like that in OpenAI or Anthropic world, even at more than 10x the token adjusted price.  Should we just give up on Google at this point and engineer around the competitors' limits and eat the costs?  Totally unnecessary own goal by team Google.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49668196">https://news.ycombinator.com/item?id=49668196</a></p>
<p>Points: 5</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 12 Sep 2026 02:41:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=49668196</link><dc:creator>waldrews</dc:creator><comments>https://news.ycombinator.com/item?id=49668196</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49668196</guid></item><item><title><![CDATA[Just testing my memory safe web browser]]></title><description><![CDATA[
<p>WebKit MiniBrowser compiled with Fil-C on top of Linux userland compiled with Fil-C. GTK4, Weston, etc - all compiled with Fil-C.<p>Posting this both because y'all might find it interesting and because I'm doing QA after having GLM-5.3-flash rebase memory safe glibc from 2.40 to 2.44.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49667945">https://news.ycombinator.com/item?id=49667945</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 12 Sep 2026 02:05:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=49667945</link><dc:creator>pizlonator</dc:creator><comments>https://news.ycombinator.com/item?id=49667945</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49667945</guid></item><item><title><![CDATA[iPhone Duo and iPhone 18 Pro – Not Justifiable]]></title><description><![CDATA[
<p>My bad for a second post in a row about AAPL, because I do truly like the company but is anyone tired of the 18th iPhone, were essentially just being sold a software update every year, in this economy is the upsell of a new phone every year really justified. Also the Duo is $2k....<p>Back to my last post, I miss tactile buttons. Feeling this way about majority of the technology these days.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49667449">https://news.ycombinator.com/item?id=49667449</a></p>
<p>Points: 4</p>
<p># Comments: 8</p>
]]></description><pubDate>Sat, 12 Sep 2026 00:50:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=49667449</link><dc:creator>wwolfson97</dc:creator><comments>https://news.ycombinator.com/item?id=49667449</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49667449</guid></item><item><title><![CDATA[Building your own agent harness is fun]]></title><description><![CDATA[
<p>yeah everyone is building there own harness. it’s fun though, owning the whole stack. tried opencode, pi, oh my pi, prime agent. wrote some extensions for pi. just wasn’t doing it for me. so I built my own agent runtime. and now it’s turned into my daily driver. Been dogfooding it for a month now and it’s the only harness I want to use. zero bloat, concurrent tool calls, plugins. latest release avail for download (only for macOS/linux).<p>https://mrsirg97-rgb.github.io/rig/
https://github.com/mrsirg97-rgb/rig</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49667385">https://news.ycombinator.com/item?id=49667385</a></p>
<p>Points: 2</p>
<p># Comments: 2</p>
]]></description><pubDate>Sat, 12 Sep 2026 00:41:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=49667385</link><dc:creator>mrsirg</dc:creator><comments>https://news.ycombinator.com/item?id=49667385</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49667385</guid></item><item><title><![CDATA[Ask HN: How do we deal with "hacking" Hacker News?]]></title><description><![CDATA[
<p>Howdy folks!<p>I just stumbled across a post[0] on Reddit, in which a user asked an AI model to promote his vibecoding project.<p>The agent submitted links to a bunch of sites, and the top site was HN with 1.5k views.<p>Color me surprised, as I've seen an explosion of LLM-content on other more popular platforms, but HN has usually been better than most.<p>How do we deal with this in the future?<p>Is flagging enough?[1]<p>[0]https://news.ycombinator.com/item?id=49665756<p>[1]I believe I found the post, which was already flagged when I discovered it, but I'll refrain from sharing here.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49667245">https://news.ycombinator.com/item?id=49667245</a></p>
<p>Points: 3</p>
<p># Comments: 5</p>
]]></description><pubDate>Sat, 12 Sep 2026 00:23:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=49667245</link><dc:creator>jumploops</dc:creator><comments>https://news.ycombinator.com/item?id=49667245</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49667245</guid></item><item><title><![CDATA[Ask HN: Lots of sign ups but people not completing onboarding]]></title><description><![CDATA[
<p>The title conveys most of it:<p>Lots of sign ups but people not completing onboarding + not responding to emails.<p>First time building SaaS.<p>Just wondering if you have tips how to at least get people complete the onboarding?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49666457">https://news.ycombinator.com/item?id=49666457</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Fri, 11 Sep 2026 22:46:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=49666457</link><dc:creator>lucgagan</dc:creator><comments>https://news.ycombinator.com/item?id=49666457</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49666457</guid></item><item><title><![CDATA[Ask HN: Which LLMs are best suited for prose?]]></title><description><![CDATA[

<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49666450">https://news.ycombinator.com/item?id=49666450</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Fri, 11 Sep 2026 22:45:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=49666450</link><dc:creator>thatxliner</dc:creator><comments>https://news.ycombinator.com/item?id=49666450</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49666450</guid></item><item><title><![CDATA[Dreamcast Web Development Links]]></title><description><![CDATA[
<p>I just replied to somebody on here with these links, thought I should share them. If any one has something to add, dont be shiesty:) It was a pain to find these.<p>https://web.archive.org/web/20241003101005/https://www.angelfire.com/pa3/VAMPMAN/krypt_dcinfo.html<p>https://web.archive.org/web/20031205061600/http://dreamcast.planetweb.com/community/homepages/dcdesign.html<p>https://web.archive.org/web/20181029115530/https://dreamcastarena.com/how-to-create-dreamcast-website-friendly<p>https://www.dreamcast-talk.com/forum/viewtopic.php?t=16378<p>http://kamui.cool/zz_lab/infinitedream_HTTP_USER_AGENT.html<p>http://kamui.cool/zz_lab/jeffma_useragent.html<p>http://kamui.cool/zz_lab/browsermatrix.html<p>https://dreamcast.wiki/Development<p>https://dcemulation.org/phpBB/viewtopic.php?t=47902<p>https://web.archive.org/web/20250713015510/http://pc.psilocybindreams.com/<p>https://web.archive.org/web/20000521015744/http://tools.planetweb.com/wmhelp.html</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49666410">https://news.ycombinator.com/item?id=49666410</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 11 Sep 2026 22:42:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=49666410</link><dc:creator>hefner1456</dc:creator><comments>https://news.ycombinator.com/item?id=49666410</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49666410</guid></item><item><title><![CDATA[Ask HN: What ever happened to the 5 dancing Israelis?]]></title><description><![CDATA[
<p>On September 11, 2001, five Israeli men employed by Urban Moving Systems were arrested in New Jersey after a witness reported them taking smiling photographs and acting jovial while watching the burning World Trade Center.<p>The van depicted an image of the World Trade Center with a plane crashing into it. Eye witnesses describe the van in a video posted here: https://www.reddit.com/r/911archive/comments/14hippk/best_911_street_footage_ive_ever_seen_starts/<p>Go to 33:02 of the video to hear the eye witness account of the van.<p>The woman who called was also interviewed: https://www.youtube.com/watch?v=fOiCMMMeXE8<p>The van was sought by the FBI and the 5 men were eventually arrested, but they released and immediately returned to Israel, never to be heard of again.<p>So, what happened on that day? Why were they dancing in reaction to the attacks, and why did they have a van with an image of the attack on it?<p>What did they mean when they said they were there to "document the event"?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49665258">https://news.ycombinator.com/item?id=49665258</a></p>
<p>Points: 5</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 11 Sep 2026 20:55:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=49665258</link><dc:creator>UrbanMovingSyst</dc:creator><comments>https://news.ycombinator.com/item?id=49665258</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49665258</guid></item><item><title><![CDATA[Ask HN: Software people, where are you taking your careers next?]]></title><description><![CDATA[
<p>Like many on HN, I started programming at a young age. Throughout my teens I taught myself programming through projects, and at 16 got an apprenticeship. From there I worked my way up to where I am now. Programming felt like my calling.<p>I once arrogantly thought software engineering would be one of the last roles to be impacted by AI, but now it's looking like it's one of the first.<p>We can debate about to what degree AI can actually take over from software engineers today, but I think there's no denying the trajectory. Companies don't want tenured and skilled developers anymore, they want dime a dozen agent supervisors to pump out features. Quality is taking even more of a backseat than before. Even if developers can't be replaced, AI significantly lowers the leverage we have.<p>Needless to say I didn't sign up for this. Supervising agents takes away pretty much everything I enjoyed about my job. I am somewhat mourning this loss, but I can at least be grateful I'm still relatively early in my career and young enough to learn a new skill.<p>So, now I'm thinking about what's next for me so I can protect both my income and my sanity. Since I left school at 16 I have no real qualifications, just my experience, which makes it harder to pivot.<p>If you feel the same way as me, what's your next move?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49664807">https://news.ycombinator.com/item?id=49664807</a></p>
<p>Points: 8</p>
<p># Comments: 8</p>
]]></description><pubDate>Fri, 11 Sep 2026 20:21:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=49664807</link><dc:creator>cedws</dc:creator><comments>https://news.ycombinator.com/item?id=49664807</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49664807</guid></item><item><title><![CDATA[Ask HN: What Is Your P(doom)?]]></title><description><![CDATA[

<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49664668">https://news.ycombinator.com/item?id=49664668</a></p>
<p>Points: 2</p>
<p># Comments: 4</p>
]]></description><pubDate>Fri, 11 Sep 2026 20:12:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=49664668</link><dc:creator>consumer451</dc:creator><comments>https://news.ycombinator.com/item?id=49664668</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49664668</guid></item><item><title><![CDATA[Tell HN: Strava Is Down]]></title><description><![CDATA[

<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49663465">https://news.ycombinator.com/item?id=49663465</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 11 Sep 2026 18:56:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=49663465</link><dc:creator>charliebwrites</dc:creator><comments>https://news.ycombinator.com/item?id=49663465</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49663465</guid></item><item><title><![CDATA[Spanda: Sub-microsecond LLM epistemic uncertainty in Rust]]></title><description><![CDATA[
<p>We built an open-source sub-microsecond Rust engine and gateway for LLM epistemic uncertainty quantification and hallucination gating:<p>GitHub: https://github.com/Adarshent/Spnda
Python SDK: pip install spnda<p>Why we built this:
Semantic Entropy (Nature 2024) is great at detecting hallucinations, but the quadratic NLI cross-encoder bottleneck (90ms GPU overhead with DeBERTa) makes it unusable for real-time production serving.<p>We found that exact-match normalized entropy (R_sc) achieves the same discriminative AUROC on structured reasoning (GSM8K) while running in under 1 microsecond on CPU (760 nanoseconds).<p>Benchmarking against Python proxies:
- Kernel latency: 760 ns (Rust) vs 15 ms (Python)
- Memory RSS: ~3 MB vs 230 MB
- Cold start: 3.6 ms vs 1.17 s<p>Happy to answer any questions about the Rust implementation, the zero-GPU exact-match math, or the benchmark results!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49663329">https://news.ycombinator.com/item?id=49663329</a></p>
<p>Points: 17</p>
<p># Comments: 2</p>
]]></description><pubDate>Fri, 11 Sep 2026 18:48:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=49663329</link><dc:creator>liquidngas</dc:creator><comments>https://news.ycombinator.com/item?id=49663329</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49663329</guid></item><item><title><![CDATA[Ask HN: Where are the innovations happening today?]]></title><description><![CDATA[
<p>The software industry is at a standstill while everyone is busy buying Claude and chatgpt licenses to reduce operations cost.<p>The news is full of AI or AI - adjacent articles to the extent it's now a tedious topic.<p>Where are the exciting innovations happening in the world? What great products are being built we're not hearing about?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49663205">https://news.ycombinator.com/item?id=49663205</a></p>
<p>Points: 3</p>
<p># Comments: 2</p>
]]></description><pubDate>Fri, 11 Sep 2026 18:39:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=49663205</link><dc:creator>cauliflower99</dc:creator><comments>https://news.ycombinator.com/item?id=49663205</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49663205</guid></item><item><title><![CDATA[Ask HN: How are much smarter AI models made?]]></title><description><![CDATA[
<p>I am curious what actually happens between two generations of AI models.<p>For example, how do you go from Sonnet to Opus? Is Opus trained from scratch, built on Sonnet, or mostly the same model with more compute and training?<p>And how do models like Astra suddenly make a big jump in some capabilities? What is stopping Anthropic, Mistral, or others from doing the same thing?
Is the main difference just more compute and money, or are there training methods, data, architecture, and research breakthroughs that competitors may not know about?<p>I can't think of a better place to ask this. I am guessing there are people here who actually work on these models and know what goes on behind the scenes.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49662978">https://news.ycombinator.com/item?id=49662978</a></p>
<p>Points: 6</p>
<p># Comments: 2</p>
]]></description><pubDate>Fri, 11 Sep 2026 18:24:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=49662978</link><dc:creator>superasn</dc:creator><comments>https://news.ycombinator.com/item?id=49662978</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49662978</guid></item><item><title><![CDATA[OpenAI changed Navier-Stokes press release and Lean4 code on GH]]></title><description><![CDATA[
<p>As of Sept, 11th: https://openai.com/index/navier-stokes-solution/<p>Compare to https://web.archive.org/web/20260908235305/https://openai.com/index/navier-stokes-solution/<p>Also, see GitHub - git history: https://github.com/openai/NavierStokesAndEuler</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49661928">https://news.ycombinator.com/item?id=49661928</a></p>
<p>Points: 5</p>
<p># Comments: 1</p>
]]></description><pubDate>Fri, 11 Sep 2026 17:19:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=49661928</link><dc:creator>rawland</dc:creator><comments>https://news.ycombinator.com/item?id=49661928</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49661928</guid></item><item><title><![CDATA[Ask HN: Is GPT-6 Astra worth the 2.5x cost increase over GPT-5.6 Sol?]]></title><description><![CDATA[
<p>Comments on social media (when discounting the ironic posts) are mixed whether Astra is worth the cost increase, similar to the Fable-Opus transition.<p>For the novel projects I'm working on, Astra did unblock me where I was stuck with GPT 5.6 Sol, which in itself gives it value for myself, but outside of that it's not a significant improvement if at all. I have noticed Astra is more efficient so for my use case it may not be 2.5x cost.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49661691">https://news.ycombinator.com/item?id=49661691</a></p>
<p>Points: 6</p>
<p># Comments: 3</p>
]]></description><pubDate>Fri, 11 Sep 2026 17:03:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=49661691</link><dc:creator>minimaxir</dc:creator><comments>https://news.ycombinator.com/item?id=49661691</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49661691</guid></item><item><title><![CDATA[Ask HN: AI and Math]]></title><description><![CDATA[
<p>Since AI is getting smarter by the day,would it not be more profitable for both man and machine for  it to come up with more,harder Millenium problems?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49660811">https://news.ycombinator.com/item?id=49660811</a></p>
<p>Points: 2</p>
<p># Comments: 3</p>
]]></description><pubDate>Fri, 11 Sep 2026 16:10:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=49660811</link><dc:creator>ekm2</dc:creator><comments>https://news.ycombinator.com/item?id=49660811</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49660811</guid></item></channel></rss>