Загрузка видео...

Не удалось загрузить видео

На главную

Cool student project from this: An AI agent that looks at code, commit messages, and context from the project management system. Then automatically writes out a detailed, human-friendly description of everything that changed and what that means for customers.

22,527 просмотров • 2 лет назад •via X (Twitter)

Комментарии: 9

Фото профиля Austen Allred
Austen Allred2 лет назад

Imagine being a software engineer who just has to write code and everything else takes care of itself automatically. Next step: automating the writing of the code.

Фото профиля Trevor Hardy
Trevor Hardy2 лет назад

Glad you found this project to be cool! Loving what I'm learning so far in your course. Shout out to @CreedJarrett / @SponsorCX for investing in me and the rest of our dev team so we can be on the cutting edge of this amazing tech! (and this project is just the beginning...) 👀

Фото профиля AfriBull
AfriBull2 лет назад

Exciting times we are in

Фото профиля Creed Mangrum
Creed Mangrum2 лет назад

That's my guy Trevor at @SponsorCX !

Фото профиля coin maver//ck
coin maver//ck2 лет назад

Student making themselves obsolete

Фото профиля Austen Allred
Austen Allred2 лет назад

You think if someone builds something that can automate write software they will be obsolete? Haha

Фото профиля Míceál
Míceál2 лет назад

Looks like a lot of similar functionality to Github Copilot Workspaces

Фото профиля Trevor Hardy
Trevor Hardy2 лет назад

@Austen Hey! I'm the student behind this project you highlighted. Loving the course so far. I have a couple of questions for you, mind if I message you?

Фото профиля David Bondo Bonderman
David Bondo Bonderman2 лет назад

Cursor already does this

Похожие видео

New short course: LLMs as Operating Systems: Agent Memory, created with Letta, and taught by its founders Charles Packer and Sarah Wooders. An LLM's input context window has limited space. Using a longer input context also costs more and results in slower processing. So, managing what's stored in this context window is important. In the innovative paper MemGPT: Towards LLMs as Operating Systems, its authors (which include the instructors) proposed using an LLM agent to manage this context window. Their system uses a large persistent memory that stores everything that could be included in the input context, and an agent decides what is actually included. Take the example of building a chatbot that needs to remember what's been said earlier in a conversation (perhaps over many days of interaction with a user). As the conversation's length grows, the memory management agent will move information from the input context to a persistent searchable database; summarize information to keep relevant facts in the input context; and restore relevant conversation elements from further back in time. This allows a chatbot to keep what's currently most relevant in its input context memory to generate the next response. When I read the original MemGPT paper, I thought it was an innovative technique for handling memory for LLMs. The open-source Letta framework, which we'll use in this course, makes MemGPT easy to implement. It adds memory to your LLM agents and gives them transparent long-term memory. In detail, you’ll learn: - How to build an agent that can edit its own limited input context memory, using tools and multi-step reasoning - What is a memory hierarchy (an idea from computer operating systems, which use a cache to speed up memory access), and how these ideas apply to managing the LLM input context (where the input context window is a "cache" storing the most relevant information; and an agent decides what to move in and out of this to/from a larger persistent storage system) - How to implement multi-agent collaboration by letting different agents share blocks of memory This course will give you a sophisticated understanding of memory management for LLMs, which is important for chatbots having long conversations, and for complex agentic workflows. Please sign up here!

Andrew Ng

201,127 просмотров • 1 год назад