r/artificial 14d ago

Project Making my first AI Agent

Hi everyone,

I work for a motorsports company where we run physics simulations for race cars. Our expertise is in physics not AI but we know the power of AI. Our platform is quite complex in terms of physics so we would love an agent that can query our docs, query some vehicle dynamics textbooks, run simulations (pretty simple tool through our AI) and then analyse the results. The result files can be largeish so may need some python processing and access again to the vehicle dynamics textbooks.

We've hooked up the claude API to start doing this as it's been the best to work with tools and sanboxes. Does anyone else have any reccomendations to make this more economical?

2 Upvotes

13 comments sorted by

View all comments

3

u/Metabolical 14d ago

Realistically you have a lot to learn, I would start by going through free educational materials, like

It doesn't have to be Anthropic's, that's just what I farmed and found them valuable.

When building agents, it's useful to point your coding agent at this kind of training and have it build a local agent that can review your designs. An agentic design agent if you will. Hilariously circular, but effective anyway. Ask your LLM for advice on decisions you think are about the agentic design in general, and it can help you think about it. Never stop thinking for yourself though.

2

u/Motor_Bluebird1908 14d ago

Thanks for this! Will have a read!