Standard Search
About 5 results
https://kylestratis.com/posts/stop-generating-mcp-servers-from-rest-apis/index · 7 Sep 2025
This might be the most common MCP antipattern I see, and it's not helped by a bevy of startups and products offering to automate this process for you. Of course, it's tempting: APIs are APIs after all, right? Wrong.
https://mikebifulco.com/newsletter/steal-these-ideas-for-your-next-product · 12 Mar 2025
Pouring through an extensive list of publicly accessible APIs to find new ideas for your next product.
https://jacob.blog/notes/effective-interfaces-decouple-clients-from-the-encapsulated-implementation · 16 Feb 2025
_Interfaces_ are contracts between systems. _APIs_ are interfaces for developers. Package your API so it reveals only the complexity necessary for the most straightforward use cases.
https://jacob.blog/notes/postels-law · 19 May 2020
Why 'be conservative in what you send, liberal in what you accept' still shapes APIs and parsers, and where it breaks.
https://seth.computer/notes/what-makes-an-api-simple · 30 Aug 2019
Explores the tradeoffs in API design between minimal request inputs and richer contextual data. Argues that 'simple' should mean simple to use correctly, not just simple to look at. When an API encapsulates business logic, shifting complexity onto the API ...