What is LLMs and why is it so important?
1–8 of 8 posts
Re: What is LLMs and why is it so important?
#2Re: What is LLMs and why is it so important?
#3domain/llms.txt is like a robots.txt for telling LLMs how to best interact with the site. The majority of "LLM" discussion on HackerNews has nothing to do with these instruction files though. LLM, or Large Language Model, is what people outside of the tech community are calling "AI". A lot of discussion is happening on HN about LLMs because they are the hot new technology. If they can fulfill their promises, the coul…
Re: What is LLMs and why is it so important?
#4domain/llms.txt is like a robots.txt for telling LLMs how to best interact with the site. The majority of "LLM" discussion on HackerNews has nothing to do with these instruction files though. LLM, or Large Language Model, is what people outside of the tech community are calling "AI". A lot of discussion is happening on HN about LLMs because they are the hot new technology. If they can fulfill their promises, the coul…
Are they better than modern open source AI models or are models themselves are LLms
Kind of like how Pepsi and Coke are brands of cola.
Re: What is LLMs and why is it so important?
#5Re: What is LLMs and why is it so important?
#6Re: What is LLMs and why is it so important?
#7Since code is fundamentally built on 'patterns' and mostly follows established conventions, it becomes easier to predict, which makes LLMs very effective for programming. After all, programming is designed to converge toward specific patterns. Frameworks with IoC are a good example of that structure.
Recently, even Linus Torvalds has acknowledged AI as a useful tool, so it's probably good to use it. That said, a lot of people still hate LLMs because they're afraid of losing their jobs
Re: What is LLMs and why is it so important?
#8Earlier quoted context omitted.
Are they better than modern open source AI models or are models themselves are LLms
The models themselves, like GPT from ChatGPT, Opus from Anthropic, etc. are just the "brands" of LLMs. But there are local models, that run on your own hardware as well like Qwen from Alibaba and Kimi K from Moonshot. Kind of like how Pepsi and Coke are brands of cola.