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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Which resources have been helping you understand current AI changes?

13 点作者 pedrodelfino9 个月前
Hi HN,<p>I&#x27;ve been having difficulty understanding what&#x27;s happening worldwide, especially with the rapid advancements in AI, and how current changes might unfold. I suspect many others feel the same. Personally, I am wary of those who have strong certainties about the future.<p>With that in mind, what resources (books, articles, podcasts, websites, etc.) have been helping you the most in trying to understand the futures being built right now, particularly concerning AI?<p>Thanks in advance for your insights!

3 条评论

hakanderyal9 个月前
<a href="https:&#x2F;&#x2F;applied-llms.org" rel="nofollow">https:&#x2F;&#x2F;applied-llms.org</a> contains all the relevant progress of the last few years.<p>But a lot of cutting edge stuff is also happening so you need to keep tabs on the usual tech outlets or X(Twitter). Huge number of smart people working on a lot of different areas. <a href="https:&#x2F;&#x2F;x.com&#x2F;omooretweets&#x2F;status&#x2F;1760000618557735289" rel="nofollow">https:&#x2F;&#x2F;x.com&#x2F;omooretweets&#x2F;status&#x2F;1760000618557735289</a>
kingkongjaffa9 个月前
If I wanted to go from 0 to up and running I would read <a href="https:&#x2F;&#x2F;simonwillison.net&#x2F;2023&#x2F;Dec&#x2F;31&#x2F;ai-in-2023&#x2F;" rel="nofollow">https:&#x2F;&#x2F;simonwillison.net&#x2F;2023&#x2F;Dec&#x2F;31&#x2F;ai-in-2023&#x2F;</a><p>But honestly just playing with the openly available tools (openAI, Anthropic, Ollama running locally, lang chain) you can quickly figure out the basics at least for inference and some RAG techniques.<p>With that knowledge you should be able to evaluate features being built by companies and have a decent idea of if they are likely feasible using the current LLM’s.<p>I personally have been building RAG Assisted text generation tools, I’m yet to see anything else like agentic LLM’s that can use tools be useful yet.<p>The next step for me is understanding better RAG techniques to build more queryable embeddings, and figuring out good methods for structured outputs. E.g. likely you dont want just plain text output you want JSON or something, reliably.
anthony_franco9 个月前
There’s some YouTubers that release weekly videos about AI news. I suggest you search around for ones that suit your interests.