TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

13 pointsby pedrodelfino10 months ago
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 comments

hakanderyal10 months ago
<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>
kingkongjaffa10 months ago
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_franco10 months ago
There’s some YouTubers that release weekly videos about AI news. I suggest you search around for ones that suit your interests.