@PierceZhang34: 强烈推荐一个高质量 AI 技术博客 @ruxu.dev 作者是西班牙软件架构师 Roger Oriol @rogiia 专注实战派内容: - 从零构建 AI Agent 完整系列(Tools + Long Task Planning 最新…
摘要
推荐一个高质量 AI 技术博客 ruxu.dev,作者为西班牙软件架构师 Roger Oriol,专注从零构建 AI Agent、Advanced RAG、Reasoner Models 等实战内容。
查看缓存全文
缓存时间: 2026/06/12 02:51
强烈推荐一个高质量 AI 技术博客
@ruxu.dev 作者是西班牙软件架构师 Roger Oriol @rogiia
专注实战派内容:
- 从零构建 AI Agent 完整系列(Tools + Long Task Planning 最新更新)
- Advanced RAG(Query Rewriting、Routing 等)
- Reasoner Models、Test-Time Compute 等前沿话题
AI Agent 目前有三篇,分别介绍了基础、工具使用和长任务
文章写得清晰、代码可落地,特别适合想动手玩 Agent 和 RAG 的开发者
传送门 https://ruxu.dev/articles/recent/…
值得收藏
#AI #Agent #RAG #LLM
Recent Articles
Source: https://www.ruxu.dev/articles/recent/
- 08 Jun 2026 ## Build A Basic AI Agent From Scratch: Long Task Planning In the previous part of the Build A Basic AI Agent From Scratch series, we added the essential tools to our agent to allow it to work autonomously for us. We gave it the ability to find files, read and write files, run bash commands and get content from the web. We got a very cap... [[ Read more ]]·52 minute read
- 31 May 2026 ## Build A Basic AI Agent From Scratch: Tools In the previous part of the Build A Basic AI Agent From Scratch series, we built the most basic AI agent harness possible. It was just a connection to a model, a way to take user input, a store of context of the conversation and a loop that kept the agent running. Of course, this... [[ Read more ]]·58 minute read
- 10 May 2026 ## Build a Basic AI Agent From Scratch 2026 is without a doubt the year of AI agents. Since the release of Claude Code, the power of these AI agents has become undeniable. Claude Code, Codex, OpenCode are a must for many developers nowadays. OpenClaw and Hermes are becoming many people’s AI assistants. Agents are also... [[ Read more ]]·8 minute read
- 23 Mar 2025 ## How to Write a Good index.html File Every web developer has been there: you’re starting a new project and staring at an empty file called index.html. You try to remember, which tags were meant to go in the <head> again? Which are the meta tags that are best practice and which ones are deprecated? Recently, I ... [[ Read more ]]·26 minute read
- 23 Feb 2025
## About the Dead Internet Theory and AI The Dead Internet Theory is a thought that has gained a lot of traction recently. I have to admit, the first time it was explained to me, I felt an eerie realization. Like I had already been experiencing it, but I hadn’t paid too much attention to it. The first moment, I felt sc... [[ Read more ]]·15 minute read - 11 Jan 2025
## The Rise Of Reasoner Models: Scaling Test-Time Compute A new kind of LLM has recently been popping out everywhere: Reasoner models. Kickstarted by OpenAI’s o1 and o3, these models are a bit different from the rest. These models particularly shine when dealing with mathematical problems and coding challenges, where success depends on... [[ Read more ]]·13 minute read - 23 Dec 2024
## AI in 2024: Year in Review and Predictions for 2025 The past year has been transformative for artificial intelligence, marked by breakthrough innovations, emerging regulations, and a shift toward practical AI tools that enhance productivity. As we look ahead to 2025, let’s review the major developments of 2024 and explore what th... [[ Read more ]]·6 minute read - 29 Nov 2024
## Is the EU Falling Behind in the AI Race? The recent announcement that Meta’s Llama 3.2 Vision models won’t be available in the European Union has reignited discussions about the impact of EU regulations on AI innovation and accessibility. This development joins a growing list of AI technologies from major tech companie... [[ Read more ]]·5 minute read - 12 Sep 2024
## Build an Advanced RAG App: Query Routing Conclusion In conclusion, Query Routing is a great step towards a more advanced RAG application. It allows to set up a base for a more complex system, where our app can better plan how to best answer questions. Also, Query Routing can be the glue that ties together other advance... [[ Read more ]]·17 minute read - 30 Jun 2024
## Build an Advanced RAG App: Query Rewriting The new query now matches with the chunk of information I wanted to get my answer from, giving the LLM a better chance of answering a much better response for my question. Conclusion We have taken our first step out of basic RAG pipelines and into Advanced RAG. Query Rewriting i... [[ Read more ]]·11 minute read
相似文章
@hylarucoder: 近期看过最好的 agent 基建文章
推荐一篇关于AI agent基础设施的优秀文章。
@Jackywxsz: https://x.com/Jackywxsz/status/2070743217721770316
文章推荐了5个高质量AI信息源(AI Hot、BestBlogs.dev、AIGC Weekly、TW93博客、通往AGI之路),并分享了作者基于注意力管理的信息获取逻辑,强调深度而非追热点。
@PierceZhang34: 顶级AI Agent学习资源推荐(YouTube) Mu Li(李沐) | 亚马逊首席科学家 实操党最爱!《动手学AI Agent》系列用PyTorch从零搭建多Agent协作框架,工业级任务调度、实时决策代码全部开源,附完整Jupyte…
推荐了来自李沐、李宏毅、Andrej Karpathy、Hugging Face官方频道、吴恩达、韩松等顶级AI专家的YouTube Agent学习资源,涵盖从零搭建多Agent框架、开源代码、实战案例等。
@axichuhai: https://x.com/axichuhai/status/2062146611472400461
分享8个精选的AI Skill(技能),涵盖基础配置、产品开发和内容创作,帮助提升AI生产力,适用于Claude Code和CodeX等Agent。
@jeffreyliu_05: 可能是目前关于构建优秀智能体最好的文章
一条推文推荐了一篇关于构建优秀AI智能体的文章,暗示它对开发者极具价值。