TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How are you using LLMs in your personal projects today?

2 点作者 angelmm超过 1 年前
I started working with AI &#x2F; LLMs recently, and now I&#x27;m learning about the ecosystem. The possibilities seems unlimited and I know many use cases for big companies. However, I&#x27;m curious to learn about what people are hacking with LLMs on a personal side.<p>What are you building? What are you solving with LLMs? How do you run them? How do you integrate them in your app &#x2F; service?

1 comment

mark_l_watson超过 1 年前
I am mostly running local models using Ollama on a 32G on chip memory Mac Mini. This morning I am experimenting with function calling. Yesterday was a RAG app with a simple web UI.<p>Historically I have worked in NLP, and LLMs have made many older techniques obsolete, and that has been fun.<p>I have also been using OpenAI APIs for about 2 years and now I also experiment with Anthropic’s Claude 2 and Google Bard. Nothing important, I just want to have a solid intuition on what different commercial models can do.