Building an AI Coding Agent with LangGraph Using LangChain

Building an AI Coding Agent with LangGraph Using LangChain

● Understand what LangGraph is. ● Explore the basics of LangGraph for building stateful agents. ● Explore TogetherAI to access open-access models like DeepSeekCoder. ● Build an AI coding agent using LangGraph to write unit tests. This article is published as part of the Data Science Blog Marathon. What is LangGraph? LangGraph is an extension … Read more

Cursor Tips: Secrets to Doubling Code Quality

Cursor Tips: Secrets to Doubling Code Quality

Cursor Tips: Secrets to Doubling Code Quality As an experienced Cursor technical instructor, I often encounter the challenges developers face in their daily coding: lengthy and hard-to-maintain code, inconsistent naming, and unclear comments severely affect development efficiency. Especially in a large project, when you take over someone else’s code, you often need to spend a … Read more