Claude Engineer Amplifies Your Code |
Written by Nikos Vaggalis |
Monday, 02 September 2024 |
Claude Engineer is a CLI tool that draws on Anthropic's Sonnet 3.5 model to add super power capabilities to your coding workflow. First it's important to note that Claude Engineer is not an official Anthropic product, but a third party product created by the founder of EverArtAI, Pietro Schirano. In simple terms it is a tool that assists with a wide range of software development tasks like file system operations, web search and intelligent code analysis all from within the CLI fostering a chatbot interface. Example interactions with the bot include:
It is powered by Python, works with Python code and, of course, under the hood of course interacts with the Claude-3.5-Sonnet API to perform its magic. To get it yourself, clone its Github repo, install the requirements, set up your virtual environment, add your Antrhropic API keys and you're ready to go by starting the Claude Engineer interface with: python main.py The CLI responds to the following special commands:
Now you are free to put it work like doing operations on folders or generating files, creating the backbone of a new project, suggesting improvements, asking it to generate or debug code or searching the web (it integrates with Tavy). Engineer can perform all these versatile tasks because it plugs into multiple models:
There are also some utility functions like saving your chat which will create a markdown file of the entire conversation. This is something useful for resuming a conversation another time or for reseting your chats. Check this X thread from Pietros which includes a video demonstration of the tool in action. To conclude, Claude Engineer enters the coding assistants exclusive club with much ambition.
More InformationRelated ArticlesMicrosoft Goes All Out On Generative AI
To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.
Comments
or email your comment to: comments@i-programmer.info |