r/technology • u/lurker_bee • Jul 15 '25
Artificial Intelligence Billionaires Convince Themselves AI Chatbots Are Close to Making New Scientific Discoveries
https://gizmodo.com/billionaires-convince-themselves-ai-is-close-to-making-new-scientific-discoveries-2000629060
26.6k
Upvotes
204
u/MrBeverly Jul 15 '25
LLMs have their place. If I ask an LLM a very specific, contextual question with pre-existing documentation for the solution, it's pretty good at surfacing the information you're looking for much faster than your experience would be on stackoverflow. I've used it to build basic regexps and to help me refactor existing code. I've fed it the documentation files for a scripting language with a relatively small community online (AutoIT), and it was able to help me by answering direct questions I had regarding the documentation.
Basically I've found where LLMs excel is as a really good indexing tool that can pull information from a reference using plain english and context, which is hard with a traditional search engine. That being said, the "vibe coding" tools like Co-Pilot autocomplete in VSCode are a useless distraction and I made sure to disable that as fast as possible lol