Claude Code by Anthropic: Powerful AI Coding Agent for Your Terminal š
Discover Anthropic's official Claude Code agent, bringing AI-powered coding directly to your terminalāno VSCode needed!
Unleashing the Power of AI Coding with official Agent āClaude Codeā from Anthropic! š
The new official coding agent has been released by Anthropic. Whatās big about it is that it replicates a lot of functionality that the amazing Cursor editor agent already has - but it does so in the terminal and it is completely independent of the VSCode environment.
$ npm install -g @anthropic-ai/claude-code
$ npx claude
Even though Anthropic has not released source code to this tool to the public yet, there has been an effort to transcompile the package from the minified source back into the typescript source. I have not tried the transcompiled package myself and Iām not affiliated with it, but you can find it for the satisfaction of educational curiosity here: https://github.com/ghuntley/claude-code-source-code-transpilation/tree/main.
Tutorials on how to use the Claude Code agent
Vist the official docs at https://docs.anthropic.com/en/docs/agents-and-tools/claude-code/tutorials. Itās a great resource!
I have been using Claude with Cursor and itās absolutely amazing how good the model is. It is a thinking model meaning that itās trained to respond to feedback from tools and create thought patterns where it then requests your agent to call tools to accomplish a task. Iām excited that Anthropic is releasing their own cli client to make the model useful at scale.
Letās dive into top AI Agent creation tutorials of today!
Iāve been building my own agent and I have been able to implement lotās of cool features like setting it up as an SSE model context protocol server and exposing the tools to Cursor (if you are not familiar with it, MCP is a standardized way of exposing tools to agents). I havenāt had time to record a detailed walkthrough though but I have a lot of materials that Iām currently working on. Itās a balance for me between getting work done and sharing how I do it. :)
What I can do however is share with you the hottest up to date resources that Iām learning from. I absolutely love where the development is going with AI agents. This is such an incredibly hot topic and we are just getting started here. This is huge! This is going to be transforming how we interact with computers forever!
Subscribe to get an up to date feed of information through this newsletter so you donāt have to spend time searching for it yourself!
Here is what we are going to cover today
No code agent creation
N8N: no code agent creation. The video provides a fantastic introduction. This is an excellent tutorial where a real agent is built and it gives you an understanding how agents use tools and what is important to think about when building agents.
Building an launching AI agent. This is a 1.5 hour tutorial on how to build and launch AI agent without coding anything - just by dragging and dropping boxes.
Code based agent creation
Building agents with LangGraph
Using claude code to assist in coding tasks
Become a subscriber to this newsletter to stay up to date with latest developments in this new field with absolutely massive potential for growth!
Keep reading with a 7-day free trial
Subscribe to Agentic Engineering to keep reading this post and get 7 days of free access to the full post archives.