logoalt Hacker News

andrewchambersyesterday at 3:50 AM0 repliesview on HN

You don't need microservices for that, just factor your code into libraries that can fit into the context window. Also write functions that have clear inputs and outputs and don't need to know the full state of the software.

This has always been good practice anyway.