AI Engineering Buildcamp is project-driven.
You learn AI engineering by building.
15 projects you can build during the course 👇🏼
(You get lifetime access to the course if you sign up)
I contacted everyone selected for the full scholarship for AI Engineering Buildcamp.
If you didn't receive a message from me, you weren't selected this time.
The form is still open for partial scholarships at 50% or 75% off. You can apply here: forms.gle/nAbwpDKvHAw7cf….
If you
⚠️ Scam warning: I just ran into a pretty convincing phishing attack
The scammer posed as an OpenAI employee proposing partnership. He send a real Calendly link that redirected to a phishing website where they asked my X account details
This is how it went and what I found out
Every coding agent needs these 5 tools:
1. read_file(filepath)
Lets the agent inspect existing code before making changes.
Without this, the agent is blind to the current state of your project.
2. write_file(filepath, content)
Creates or modifies files in the project.
This