Windsurf: An AI Programming Tool for the Future

Windsurf: An AI Programming Tool for the Future

I am Fan Wenjie, a programmer focused on AI-assisted programming and frontend engineering. Recently, there have been many job openings, and interested students can contact me for referrals! Welcome to follow: Technical sharing from internal colleague Huang Jian 1. Introduction to Windsurf Recently, with the explosive rise of Cursor, the AI programming field has attracted … Read more

Enhancing Workplace Efficiency with AI Tools

Enhancing Workplace Efficiency with AI Tools

In the workplace, efficiency is the goal pursued by every professional. However, tasks such as creating PPTs, organizing data, and searching for information often become headaches for employees. When facing looming deadlines, do you feel overwhelmed yet still unable to keep up? Now, with the gradual maturity of AI technology, many workplace pain points are … Read more

Microsoft Multi-Agent Collaboration Framework: Magentic-One

Microsoft Multi-Agent Collaboration Framework: Magentic-One

Recently, Microsoft Research released a paper discussing an innovative multi-agent collaboration framework: Magentic-One. It is a general-purpose agent system designed to efficiently handle complex workflows by coordinating multiple dedicated AI agents. The system architecture of Magnetic-One is as follows, where the red part represents the brain of the entire framework, the Orchestrator, responsible for task … Read more

crewAI: An Intelligent Framework for Collaborative AI Assistants

crewAI: An Intelligent Framework for Collaborative AI Assistants

What is crewAI? It is an open-source framework that orchestrates role-playing AI agents, facilitating collaboration to seamlessly connect these AI agents to tackle complex problems. Does that sound a bit stiff and hard to understand? Let me give you an example: “I want to output a technical article about AI.” How do we do this … Read more

Guide to Using CrewAI: A Large Language Model Agent Collaboration Tool

Guide to Using CrewAI: A Large Language Model Agent Collaboration Tool

This article introduces the core concepts, regular operations, and tool usage of the large language model agent collaboration tool CrewAI. Official website: https://www.crewai.com Github: https://github.com/joaomdmoura/crewAI 1. Agent – What is an agent? (1). Agent Properties (2). Creating an Agent (3). Conclusion 2. Task – Overview of Tasks (1). Task Properties (2). Creating a Task (3). … Read more