Building an RAG Solution with DeepSeek-r1, Tavily, and LangGraph

Building an RAG Solution with DeepSeek-r1, Tavily, and LangGraph

Author:DeanSacoransky and Deniz Askin The Impact of DeepSeek-r1 DeepSeek publicly released the r1 model less than a month ago. Suddenly, everyone can publicly use a powerful reasoning model for application and model development. In this article, we propose a simple intelligent agent workflow that empowers DeepSeek-r1 to perform information retrieval in an intelligent agent manner! … Read more

R1 Brings Practical Agentic Programming Experience

R1 Brings Practical Agentic Programming Experience

When Windsurf was first launched (around October-November 2024), its agentic model was truly stunning. I even wrote an article: AI-Assisted Programming: Should We Follow the Agentic Trend? However, considering that the model’s ability to combine tools was not strong enough at that time (for example, Windsurf achieved its agentic model through significant engineering efforts rather … Read more

Why DeepSeek-R1 Is the New Trend in AI Development? Quick Local Deployment in 3 Minutes

Why DeepSeek-R1 Is the New Trend in AI Development? Quick Local Deployment in 3 Minutes

Hello everyone, I am Orange Brother! With the rapid development of AI, multiple industries around the world are benefiting from the innovations brought by AI technology. From healthcare, finance, to education and software development, AI has penetrated every aspect of our lives. During the evolution of AI models, the reasoning ability has become a key … Read more

Understanding the Differences Between DeepSeek V3, R1, and Janus-Pro

Understanding the Differences Between DeepSeek V3, R1, and Janus-Pro

Recently, I have been unwell with a gastrointestinal flu for several days, but I am feeling better today and can update on the recent hot topics related to DeepSeek. I won’t go into much detail about the specific news regarding DeepSeek, but on New Year’s Eve, they launched Janus-Pro, and various media outlets have been … Read more

Automate Writing Spring Festival Couplets with VSCode and DeepSeek-R1

Automate Writing Spring Festival Couplets with VSCode and DeepSeek-R1

Introduction We introduced our first-generation reasoning model DeepSeek-R1-Zero and DeepSeek-R1. DeepSeek-R1-Zero is a model trained through large-scale Reinforcement Learning (RL) without supervised fine-tuning (SFT) as a preliminary step, demonstrating exceptional performance in reasoning. With the emergence of RL, DeepSeek-R1-Zero naturally exhibited many powerful and interesting reasoning behaviors. However, DeepSeek-R1-Zero faced challenges such as endless repetition, … Read more

Integrating DeepSeek-R1 with VSCode for AI Development

Integrating DeepSeek-R1 with VSCode for AI Development

* Click the blue text above “Niupitang Does Not Brag” to follow me Hello everyone, I am Niupitang! Recently, the domestic AI large models have been booming, with various manufacturers open-sourcing large models, especially the release of DeepSeek-R1, which has attracted widespread attention. This domestic AI model not only performs excellently in reasoning and code … Read more

Using DeepSeek R1 for Planning and 3.5-Sonnet for Implementation

Using DeepSeek R1 for Planning and 3.5-Sonnet for Implementation

Version 3.2 of cline has been released, featuring the Plan & Act Modes which effectively distinguish between AI code thinking and action, highlighting the capabilities of cline’s ‘System Two’. Planning Mode Optimized for situational collection and strategy Collaborates with you to formulate plans; does not write code Complete document reading capability for project understanding Focuses … Read more