logoalt Hacker News

nikeeetoday at 9:18 AM2 repliesview on HN

What matters for LLMs is what matters for humans, which usually means DX. Most Microservice setups are extremely hard to debug across service boundaries, so I think in the future, we'll see more architectural decisions that make sense for LLMs to work with. Which will probably mean modular monoliths or something like that.


Replies

onlyrealcuzzotoday at 11:15 AM

Aren't libraries just "services" without some transport layer / gateway?

You should only ever have a separate "service" if there's a concrete reason to. You should never have a "service" to make things simpler (it inherently does not).

Libraries on the other hand are much more subjective.

show 1 reply
zoho_senitoday at 10:23 AM

Definitively our approach is ai dev ex first.