logoalt Hacker News

Aurornisyesterday at 5:15 PM2 repliesview on HN

In my experience, the result is just more crawling across the separate microservices and additional reasoning to confirm how it all fits together.

The monolithic codebases are easier to crawl for any problem that can't be conveniently isolated to a single microservice.


Replies

phkahleryesterday at 5:26 PM

A good API should be documented, and AI should not have to read the internal code to understand how to use it.

show 1 reply
gedyyesterday at 5:44 PM

Sounds like tight coupling issue, not services per se