<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: ml_more</title><link>https://news.ycombinator.com/user?id=ml_more</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 07 Jul 2026 04:26:07 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=ml_more" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by ml_more in "Claude Science"]]></title><description><![CDATA[
<p>You (and people like you) refusing to use it won't make it go away.
Now what? Acknowledge that it exists and figure out what it means for the world?</p>
]]></description><pubDate>Wed, 01 Jul 2026 20:32:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=48752723</link><dc:creator>ml_more</dc:creator><comments>https://news.ycombinator.com/item?id=48752723</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48752723</guid></item><item><title><![CDATA[New comment by ml_more in "Claude Science"]]></title><description><![CDATA[
<p>That's probably almost exactly what they did.</p>
]]></description><pubDate>Wed, 01 Jul 2026 20:31:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=48752705</link><dc:creator>ml_more</dc:creator><comments>https://news.ycombinator.com/item?id=48752705</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48752705</guid></item><item><title><![CDATA[New comment by ml_more in "Claude Science"]]></title><description><![CDATA[
<p>It will get much worse before it gets better.</p>
]]></description><pubDate>Wed, 01 Jul 2026 20:26:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=48752660</link><dc:creator>ml_more</dc:creator><comments>https://news.ycombinator.com/item?id=48752660</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48752660</guid></item><item><title><![CDATA[New comment by ml_more in "Claude Science"]]></title><description><![CDATA[
<p>LLMs with a verification layer work great (code with tests)
I know my field quite well and I can one-shot many useful things. I can't trust any of it but I can trust tests and verification tools.</p>
]]></description><pubDate>Wed, 01 Jul 2026 20:23:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=48752624</link><dc:creator>ml_more</dc:creator><comments>https://news.ycombinator.com/item?id=48752624</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48752624</guid></item><item><title><![CDATA[New comment by ml_more in "Claude Science"]]></title><description><![CDATA[
<p>Not the one you're asking but
"I love how" sounds sarcastic.</p>
]]></description><pubDate>Wed, 01 Jul 2026 20:14:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=48752515</link><dc:creator>ml_more</dc:creator><comments>https://news.ycombinator.com/item?id=48752515</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48752515</guid></item><item><title><![CDATA[New comment by ml_more in "Claude Science"]]></title><description><![CDATA[
<p>When you set up your Claude Science instance you can see that they're connecting to crossref, semantic scholar, pubmed, ArXiv, FDA. They instruct the LLM to validate citations.<p>My testing with this technique indicates that method they seem to be using (rag with an instruction to check sources) will reduce the confabulation rate for citations from the base rate 50-60% for regular models (e.g. regular Claude) to 5-15%  (depending on how they implemented it). 
On the one hand this is way better. On the other hand it's just good enough that your spot check will look good and your work will still contain hallucinations (which is probably worse than obviously bad).<p>Getting to zero confabulation would require a different process. (stand-alone validation engine running in parallel in real-time which is hard but not impossible.)</p>
]]></description><pubDate>Wed, 01 Jul 2026 20:13:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=48752501</link><dc:creator>ml_more</dc:creator><comments>https://news.ycombinator.com/item?id=48752501</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48752501</guid></item><item><title><![CDATA[New comment by ml_more in "Influential study touting ChatGPT in education retracted over red flags"]]></title><description><![CDATA[
<p>Quite beneficial to keep fake science out of the scholarly record. The good news is that bad papers will show multiple signals of misconduct.<p>This paper was not retracted for citation fraud, but a citation check gives it a zero score (desk reject)<p>"Overall Score 
0 / 100
High Risk<p>Feedback Summary
The citation analysis identified significant issues verifying the existence of cited references and references with potentially weak topical alignment.<p>Document-Level Findings 3
Source location and matching issues
We were able to verify 117 of 144 references against sources. 1 not found, 26 potential mismatches.<p>One or more references exhibit patterns associated with higher citation risk, which can arise from citation errors or automated reference generation."</p>
]]></description><pubDate>Tue, 05 May 2026 14:44:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=48023201</link><dc:creator>ml_more</dc:creator><comments>https://news.ycombinator.com/item?id=48023201</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48023201</guid></item><item><title><![CDATA[New comment by ml_more in "What if A.I. doesn't get better than this?"]]></title><description><![CDATA[
<p>We did a test of GPT5 yesterday. We asked it to generate a synopsis of a scientific topic and cite sources. We then checked those sources. GPT5 still hallucinated 65% of the citations.
It did things like: 
Make up the paper title
Make up the authors for a real paper title
Mix a real title and a real journal
If it can't even reference real papers it certainly can't be trusted to match up claims of fact with real sources.<p>Current AI tools generate citations that LOOK real but ARE fake. This might not be solvable inside the LLM. If anyone could do it, it'd be OpenAI. (OK maybe I'm giving them too much credit, but they have a crap-ton of money and seem to show a real interest in making their AI better)<p>If it can't be done in the LLM we can't trust LLMs basically ever.
I suppose there's a pretty big loophole here. Doing it outside the LLM but INSIDE the LLM product would be good enough.<p>The first AI tool to incorporate that (internal citation and claim checking) will win because if the AI can check itself and prevent hallucinated garbage from ever reaching the user we can start to trust them and then they can do everything we've been promised.
Until that day comes we can't trust them for anything.</p>
]]></description><pubDate>Wed, 13 Aug 2025 23:39:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=44895178</link><dc:creator>ml_more</dc:creator><comments>https://news.ycombinator.com/item?id=44895178</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44895178</guid></item><item><title><![CDATA[New comment by ml_more in "Springer Nature book on machine learning is full of made-up citations"]]></title><description><![CDATA[
<p>I can't decide who should be more mortified the publisher or the author.
The good news is that publishers will soon have access to automated citation checking.<p><a href="https://groundedai.company/veracity/publishing/" rel="nofollow">https://groundedai.company/veracity/publishing/</a></p>
]]></description><pubDate>Sat, 05 Jul 2025 22:25:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=44476081</link><dc:creator>ml_more</dc:creator><comments>https://news.ycombinator.com/item?id=44476081</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44476081</guid></item><item><title><![CDATA[New comment by ml_more in "AI hallucinations: Why LLMs make things up (and how to fix it)"]]></title><description><![CDATA[
<p>The problem is that LLMs are just convincing enough that people DO trust them which is sort of a problem since AI slop is creeping into everything.<p>What can be done to solve it (while not perfect) is pretty powerful. You can force feed them the facts (RAG) and then verify the result. Which is way better than trusting LLMs while doing neither of those things (which is what a lot of people do today anyway). See the recent 5 cases of lawyers getting in trouble for ChatGPT hallucinating citations of case law.<p>LLMs write better than most college students so if you do those two things (RAG + check) you can get college graduate level writing with accurate facts... and that unlocks a bit of value out in the world.<p>Don't take my word for it look at the proposed valuations of AI companies. Clearly investors think there's something there. The good news is that it hasn't been solved yet so if someone wants to solve it there might be money on the table.</p>
]]></description><pubDate>Wed, 04 Dec 2024 23:21:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=42323144</link><dc:creator>ml_more</dc:creator><comments>https://news.ycombinator.com/item?id=42323144</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42323144</guid></item><item><title><![CDATA[New comment by ml_more in "Ask HN: Homelab projects to learn Linux admin and DevOps to get hired as one?"]]></title><description><![CDATA[
<p>I'd buy a mini PC on craigslist for $100-200. You can usually get one with 16gb of ram and i5, a 500gb ssd for that. Install a debian based linux on it (ubuntu is very common and common is good for training) Be sure to get one with the power adapter if you go ebay.<p>Configure it fresh from install using ansible. Prefer ansible built-ins when possible. If you're calling shell scripts you're probably doing it wrong. Create named user accounts and create keys for that user. grant your named user sudo nopasswd and disable password login. Named users are preferable for security audit purposes. ("Shit who logged in at 2PM on tuesday and deleted critical resources?", "dunno it was the 'ubuntu' user", "great I wish we logged in as ourselves so we at least had some way of knowing who's account got compromised")
Learn how to troubleshoot ssh login problems (-v), did you know that you can't log in if the permissions on the authorized keys file are wrong?<p>Enable and configure unattended-upgrades. Learn how UFW works and learn how to show iptables rules. Learn how to check which services are running, which are listening, which tcp connections are active.
Learn how to write a systemd start/stop script (it's like 5 lines, super easy)
Learn how to tail and grep logs to diagnose problems. Learn how to use find and grep.<p>When using ssl you'll probably use let's encrypt and you'll probably want to renew automagically with certbot and dns verification.<p>Create an elk stack, ship some logs to it. (maybe loki too)
Hold off on k8s for now. It is advanced and you're wasting your time and your most precious resource (your ability to work through frustration) if you beat your head against it too early. When you learn k8s assume the cluster is already set up and learn to deploy a single service (there's minikube and k3s for this sort of thing). Anyone running k8s already has a lot of k8s skills (or they shouldn't be using k8s to begin with). Contribute in other ways. If they don't have a lot of k8s skills and they're using it 1) they don't need a junior, they need a senior and 2) they need to get onto something simple and easy like ecs. And if they already screwed up that bad they probably need to move to heroku. (but i digress)<p>Run through some command line practice, learn awk, sed, the general way commands are structured (command, options, arguments). Learn to chain commands. Learn vi (did you know you can call arbitrary shell commands?). Learn how to replace lines in config files with sed, learn how to concatenate content to the end of a file, learn how to do that for a file owned by root (hint, look into tee)<p>Learn how to deploy code with github actions<p>Learn Terraform
Take the free online AWS solutions architect training courses and begin taking practice exams. The other clouds are clones. Azure with a preference for active directory, ghoogle with a preference for unnecessary complexity and pedantic bullshit.<p>Skip configuring a mail server, if you're doing that you're probably doing it wrong. (hint, you'll be hitting a mail sending service. Several of the small ones have a free tier which is great for learning). You'll need some more info here but you can search it up.<p>When learning bash scripting focus on readability and maintainability.
The Google style guide is a great reference.
<a href="https://google.github.io/styleguide/shellguide.html" rel="nofollow">https://google.github.io/styleguide/shellguide.html</a>
In bash there are 5 ways to do something, the best way is the most readable way.
The person who thanks you may very well be yourself.<p>While we're on the topic, Google's SRE book is free online and epic. Learn the section on postmortems backwards and forwards. If you got a job and only brought the google postmortem template and culture with you you could improve nearly every company in the world.
Same with improving their code testing and deployment.
Same with doing simple cloud security and cost accountability tasks (like reviewing network perimeter and cost control suggestions in trusted advisor, finding unpatched servers and patching them, resolving dependbot vulnerability notices, etc.)</p>
]]></description><pubDate>Sun, 01 Dec 2024 01:05:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=42285308</link><dc:creator>ml_more</dc:creator><comments>https://news.ycombinator.com/item?id=42285308</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42285308</guid></item><item><title><![CDATA[New comment by ml_more in "Why do we see no companies offering to deploy local LLMs?"]]></title><description><![CDATA[
<p>We do that for ourselves since some customers require it.
Happy to help on a contract basis.
<a href="https://groundedai.company/services/" rel="nofollow">https://groundedai.company/services/</a><p>We haven't put a lot of marketing into the service, maybe we should do that.</p>
]]></description><pubDate>Sat, 23 Nov 2024 16:37:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=42221741</link><dc:creator>ml_more</dc:creator><comments>https://news.ycombinator.com/item?id=42221741</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42221741</guid></item><item><title><![CDATA[New comment by ml_more in "Ask HN: Where can I find mentors for CS-adjacent things?"]]></title><description><![CDATA[
<p>Find a community where people are pretty chill and ask.
You'd be surprised how often simply asking for what you want works.
(perhaps that is lesson #1)<p>Post some contact info in your bio, maybe someone here is looking for a mentee.</p>
]]></description><pubDate>Sat, 14 Jan 2023 18:57:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=34382895</link><dc:creator>ml_more</dc:creator><comments>https://news.ycombinator.com/item?id=34382895</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34382895</guid></item><item><title><![CDATA[Show HN: We created a tool to visualize scientific knowledge]]></title><description><![CDATA[
<p>I posted our project a few days ago in a thread about Vitamin D.
We’ve made some UI improvements people might find interesting.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=33682861">https://news.ycombinator.com/item?id=33682861</a></p>
<p>Points: 10</p>
<p># Comments: 5</p>
]]></description><pubDate>Sun, 20 Nov 2022 17:11:35 +0000</pubDate><link>https://keywords.groundedai.company/?q=vitamin+d</link><dc:creator>ml_more</dc:creator><comments>https://news.ycombinator.com/item?id=33682861</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33682861</guid></item><item><title><![CDATA[New comment by ml_more in "Musk’s Twitter reign magnified his brutal management style"]]></title><description><![CDATA[
<p>It is ironic that the guy who wanted to build a free speech platform cannot tolerate criticism.</p>
]]></description><pubDate>Sat, 19 Nov 2022 21:44:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=33675103</link><dc:creator>ml_more</dc:creator><comments>https://news.ycombinator.com/item?id=33675103</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33675103</guid></item><item><title><![CDATA[New comment by ml_more in "Blood Test Only Needs a Drop and a Smartphone for Results"]]></title><description><![CDATA[
<p>Elizabeth? Is that you? I thought you were on your way to prison.</p>
]]></description><pubDate>Sat, 19 Nov 2022 20:58:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=33674608</link><dc:creator>ml_more</dc:creator><comments>https://news.ycombinator.com/item?id=33674608</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33674608</guid></item><item><title><![CDATA[New comment by ml_more in "Billionaires want to save civilization by having genetically superior kids"]]></title><description><![CDATA[
<p>The film GATACA explores the endgame of this strategy quite nicely.</p>
]]></description><pubDate>Fri, 18 Nov 2022 05:20:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=33650698</link><dc:creator>ml_more</dc:creator><comments>https://news.ycombinator.com/item?id=33650698</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33650698</guid></item><item><title><![CDATA[New comment by ml_more in "Association between Vitamin D supplementation and Covid infection and mortality"]]></title><description><![CDATA[
<p>I was tested recently and my doctor said I had dangerously low Vitamin D. It was so low they were going to proscribe high dose supplements. I eat very healthy, mostly salads and a bit of dairy and fish here and there. I bet a lot of people didn't get enough sunlight during covid. Also people with darker skin need more sun exposure to get enough. (Among Black people in snowy climates something like 70% of the population have a Vitamin D deficiency)<p>If you take over-the counter supplements and follow the instructions you're unlikely to overdose.</p>
]]></description><pubDate>Fri, 18 Nov 2022 03:01:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=33649444</link><dc:creator>ml_more</dc:creator><comments>https://news.ycombinator.com/item?id=33649444</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33649444</guid></item><item><title><![CDATA[New comment by ml_more in "Association between Vitamin D supplementation and Covid infection and mortality"]]></title><description><![CDATA[
<p>I'm fascinated by Vitamin D and it's effect on the immune system. Particularly the association between deficiency and increased risk of cancer and cardiovascular disease. We put together a tool that scrapes semantic scholar, summarizes and key word extracts and then maps keywords in relation to each other. We chose that topic as one of our sample dashboards.<p><a href="https://summit.groundedai.company/vitamin-d/" rel="nofollow">https://summit.groundedai.company/vitamin-d/</a><p>One weird thing I noticed was that Vitamin D supplementation, while it improves outcomes in terms of cancer, does not seem to improve risk of cardiovascular disease. Maybe it's just that people who get sufficient Vitamin D from sunlight are more likely to get outdoors and exercise ;-) But it made me wonder if there's some additional benefit of sun exposure, some vitamin we haven't discovered yet.</p>
]]></description><pubDate>Fri, 18 Nov 2022 02:56:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=33649393</link><dc:creator>ml_more</dc:creator><comments>https://news.ycombinator.com/item?id=33649393</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33649393</guid></item><item><title><![CDATA[New comment by ml_more in "Ticketmaster Cancels Taylor Swift Public Ticket Sales"]]></title><description><![CDATA[
<p>It is not possible for humans to generate that much traffic. The missing information here is about scalper bots.</p>
]]></description><pubDate>Fri, 18 Nov 2022 01:21:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=33648540</link><dc:creator>ml_more</dc:creator><comments>https://news.ycombinator.com/item?id=33648540</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33648540</guid></item></channel></rss>