Loading video...

Video Failed to Load

Go Home

Introducing Claude Engineer 2.0, with agents! 🚀 Biggest update yet with the addition of a code editor and code execution agents, and dynamic editing. When editing files (especially large ones), Engineer will direct a coding agent, and the agent will provide changes in batches. Batches are smartly selected based...

393,330 views • 1 year ago •via X (Twitter)

10 Comments

Pietro Schirano's profile picture
Pietro Schirano1 year ago

You can now save your chat by typing "save chat," and it will create an markdown file of the entire conversation. This is perfect if you are looking to resume a conversation another time just by providing this context. You can also reset chats.

Pietro Schirano's profile picture
Pietro Schirano1 year ago

You can also see the inputs and outputs token for each model/agent used, and the full total amount for the chat, as well as the cost.

Pietro Schirano's profile picture
Pietro Schirano1 year ago

For safety, all the code is run in predefined virtual environments. Claude Engineer can install dependencies when needed and run any code safely.

Pietro Schirano's profile picture
Pietro Schirano1 year ago

Lots and lots of work went into this project. This is my gift to the community, to empower people towards a future where everyone can build anything they dream of. Please consider starring the project on GitHub. ⭐️

Pietro Schirano's profile picture
Pietro Schirano1 year ago

Also, I believe there is a lot to learn from this script, especially when it comes to what I would call "Prompt System Engineering." Definitely check out the code too, so you can see how things work in the background. 👨‍🏫 There are so many details I didn't go through.

Pietro Schirano's profile picture
Pietro Schirano1 year ago

I already added full support for more than 8000 token outputs as seen in this post from @alexalbert__

ChrisCarm's profile picture
ChrisCarm1 year ago

how have you turned me into a full-time coder, knowing nothing about code?

Pietro Schirano's profile picture
Pietro Schirano1 year ago

That's the magic! Put your seatbelt on, it's gonna be a wild ride. We're just starting.

Asfi's profile picture
Asfi1 year ago

I have a constant need of taking little ideas made in streamlit to Flask or FastAPI. It's a struggle as I'm a noob. Claude Engineer took a shitty prompt of "convert this streamlit script into a Flask app" and it just worked, folders made, no errors etc. Thank you for this gift

Pietro Schirano's profile picture
Pietro Schirano1 year ago

Amazing! And imagine the results when these models get smarter!

Related Videos

8 rules to improve your AI coding agent. All of these rules work with Claude Code, Cursor, VS Code, and with most programming languages. Automating these rules will 10x the code quality and security produced by your AI coding agents. 1. Dependency checks - Prevent your agent from suggesting insecure libraries based on outdated training data. 2. Secret exposure - Auto-fix the use of hardcoded credentials introduced by your coding agent. 3. File and function size - Automatically refactor any files or functions that exceed a reasonable length. 4. Complexity and parameter limits - Simplify overly complex code written by the agent. 5. SQL Injection - Auto-fix all database interactions with unsanitized user input. 6. Unused variables and imports - Detect and remove dead code. 7. Detect invisible unicode characters in AI rules files - Remove zero-width spaces, direction overrides, and other invisible characters that can hide malicious behavior. 8. Insecure OpenAI API usage - Enforce use of secure OpenAI endpoints, proper authentication, and context isolation Here is how you can automate this: Install the Codacy extension. This will give you access to a CLI for local scanning and an MCP server for agent communication. From here on out, every time you need to generate some code: 1. Your agent will write the code 2. It will then call Codacy's CLI to check it 3. It will find any issues in real time 4. Your coding agent will fix the issues 5. When the code passes all checks, you are done Level of effort on your side: literally zero! Code quality and security because of this: 100x better! Here is the link to download the extension for your IDE: Thanks to the Codacy team for collaborating with me on this post.

Santiago

48,469 views • 7 months ago

New short course: Building Code Agents with Hugging Face smolagents! Learn how to build code agents in this course, created in collaboration with Hugging Face, and taught by Thomas Wolf, its co-founder and CSO, and m_ric, Hugging Face’s Project Lead on Agents. Tool-calling agents use LLMs to generate multiple function calls sequentially to complete a complex sequence of tasks. They generate one function call, execute it, observe, reason, and decide what to do next. Code agents take a different approach. They consolidate all these calls into a single block of code, letting the LLM lay out an entire action plan at once, which can be executed efficiently to provide more reliable results. You’ll learn how to code agents using smolagents, a lightweight agentic framework from Hugging Face. Along the way, you’ll learn how to run LLM-generated code safely and develop an evaluation system to optimize your code agent for production. In detail, you’ll learn: - How agentic systems have evolved, gaining greater levels of agency over time—and why code agents are a next step. - How code agents write their actions in code. - When code agents outperform function-calling agents. - How to run code agents safely in your system using a constrained Python interpreter and sandboxing using E2B. - To trace, debug, and assess the code agent to optimize its behaviours for complex requests. - How to build a research multi-agent system that can find information online and organize it into an interactive report. By the end of this course, you’ll know how to build and run code agents using smolagents, and deploy them safely with a structured evaluation system in your projects. Please sign up here!

Andrew Ng

124,382 views • 1 year ago