Loading video...

Video Failed to Load

Go Home

Just added DeepSeek-Engineer on Github ๐Ÿ‹ Wanted to test the API, so I created a quick coding assistant that can read, create, and diff edit files using structured outputs. It's very simple and minimal, and a good foundation if you want to learn how coding assistants work!

73,503 views โ€ข 1 year ago โ€ขvia X (Twitter)

10 Comments

Pietro Schirano's profile picture
Pietro Schirano1 year ago

Repo here:

anarki๐ŸŒŸ's profile picture
anarki๐ŸŒŸ1 year ago

@arXivBangers on trust. thank for your service ๐Ÿซก

Ivan Fioravanti แฏ…'s profile picture
Ivan Fioravanti แฏ…1 year ago

Thanks Pietro! Simple, but powerful! ๐Ÿ™

Sahil Bansal's profile picture
Sahil Bansal1 year ago

This looks really fun, will check it on the weekend!

FRobertsV's profile picture
FRobertsV1 year ago

Amazing man

FutureAI's profile picture
FutureAI1 year ago

Interesting! Thank you for sharing!

93&:โ€™ap&3's profile picture
93&:โ€™ap&31 year ago

Is it better than Claude engineer?

Pietro Schirano's profile picture
Pietro Schirano1 year ago

No

Vlad's profile picture
Vlad1 year ago

what is your take on it Pietro, I have seen some posts claiming is better than Sonnet 3.5, do you see that being the case?

Pietro Schirano's profile picture
Pietro Schirano1 year ago

Definitely a great model, but I would not go that far! Still trying to figure out what coding languages itโ€™s more proficient in. Not that great in JS.

Related Videos

New Short Course: Getting Structured LLM Output! Learn how to get structured outputs from your LLM applications in this course, built in partnership with .txt, and taught by Will Kurt, a Founding Engineer, and , Developer Relations Engineer. It's challenging for software to automatically parse through an LLM's freeform text outputs. Structured outputsโ€”like JSONโ€”solve this by converting natural language into consistent, clear, data that a machine can read and process. This course teaches you how to generate structured outputs while building several use cases, including a social media analysis agent. Youโ€™ll learn about structured outputs and efficient ways to generate outputs in your defined schema or format. Youโ€™ll begin by using structured output APIs, then use re-prompting libraries like โ€œinstructorโ€ to generate structured output. Finally, youโ€™ll learn how constrained decoding works; this is a very clever technique in which constraints are applied on each subsequent token generated, blocking any tokens that donโ€™t fit your defined schema. In detail, youโ€™ll: - Learn why structured outputs are important, how they allow for scalable software development, and the different approaches to generate them, including vendor-provided APIs, re-prompting libraries, and structured generation. - Build a simple social media agent using OpenAIโ€™s structured output API, learn how to define a model's desired structured output using Pydantic, and perform basic programming with your outputs, such as importing structured data into a data frame using pandas. - Learn how to use the open-source library "instructor," which checks the structured output of the model and re-prompts the model until it validates the desired output, and explore the limitations of this approach. - Understand how structured generation by the โ€œoutlinesโ€ library works by modifying LLM logits, on a per-generated-token basis based on the desired format, to give a particular output structure. - Learn how regular expressions, which outlines works with, are represented as finite-state machines, and how they can be used to develop a range of structured outputs beyond JSON. By the end of this course, youโ€™ll have broadened your knowledge of the approaches you can use to get structured outputs from your LLM applications. Please sign up here:

Andrew Ng

89,578 views โ€ข 1 year ago