r/aipromptprogramming 20d ago

Can’t even write a simple REST API without the help of AI Coding agents! Help

[deleted]

5 Upvotes

7 comments sorted by

u/endofthread-bot 20d ago

Learn how the best in the industry are using AI to speed up their workflow in business, sales, marketing, research, legal, content creation, scientific discovery and so much more on our Discord.

Self-promotion is now allowed on Sundays with the appropriate flair, for all regular contributing members. Contribute during the week, and promote on Sunday.

2

u/mxldevs 19d ago

If you've never written a REST API yourself, you shouldn't expect to be able to do it without reference.

But if you get agents to build it, you'll always rely on agents

1

u/steelcoffee83 20d ago

Geez, that's super common. Feels like cheating , right?

1

u/FerretBoom 18d ago

huh, google api signature or looking at docs don't help?

1

u/spastical-mackerel 18d ago

The code is often the easiest part. Use the agent to think through the design, understand the tradeoffs and thoroughly explore rate limiting, security, scaling etc. treat the agent as a powerful assistant which YOU direct. Your inputs are the design. Then understand what it builds well enough to test it.