~/devreads

#api architecture

26 posts

21 May

Adriano Mota 6 min read

When discussing modern API security, developers frequently conflate terms like bearer token and JSON Web Token (JWT). This semantic confusion around access tokens often masks a critical architectural distinction. A bearer token specifies the transmission mechanism, while a JWT defines a specific, structured data format. But due to the extensive adoption of JWTs, there is ...

blogsecurityapi architectureapi securityapi standards

7 May

Janet Wagner 10 min read

Thanks to pioneers like Twilio and Stripe, API products have redefined what a great developer experience (DX) looks like. These companies have demonstrated how targeted API products, along with exceptional documentation and onboarding, can make developers enthusiastic advocates for their brands. However, the API product market is shifting — the rise of AI agents means ...

blogbusiness modelsstrategyai agentsapi architecture

22 Apr

Art Anthony 8 min read

At some point or another, most software developers find themselves at a career crossroads. In one direction is comfort, ease, and predictability. In the other? Challenge, intention, and responsibility. (And, yes, higher salaries to go along with them.) That second route is what happens when developers start to think more deeply about the systems behind ...

blogdesignplatformsai agentsapi architecture

15 Apr

Bill Doerrfeld 6 min read

While some commentators in tech say that microservices architecture has seen its heyday, in reality, it’s still foundational to some massive distributed digital systems, from Netflix, to Amazon, SoundCloud, and beyond. But how exactly do you operationalize thousands of distributed microservices living in various environments? Successful microservices adoption tales often revolve around using service mesh, ...

blogplatformssecurityapi architectureapi discovery

8 Apr

Adriano Mota 6 min read

It’s 2026, and if you follow the tech industry, you are likely already familiar with terms like MCP servers and clients, LLMs, AI agents, and RAG applications. These components represent the visible surface when it comes to the AI conversation. But have you ever stopped to consider the underlying infrastructure that actually makes these technologies ...

blogstrategyai agentsapi architectureapi integration

7 Apr

J Simpson 6 min read

In 2020, software engineer Ivan Velichko published an article titled “API Developers Never REST,” detailing the rise of alternate design strategies that have emerged since Roy Fielding published his dissertation in 2000. Yes, the title is a jokey hook designed to snag eyeballs and attention, but like all good humor, there’s a kernel of truth ...

blogapi architectureapi designapi developmentapi standards

1 Apr

J Simpson 7 min read

In October 2025, Anthropic released Agent Skills as a feature for Claude. Within two months, early Agentic Skills had been built by partners like Atlassian, Figma, Canva, Stripe, Notion, and Zapier. How did a brand-new feature evolve into a pattern adopted so quickly across the enterprise? The rapid ascent of agent skills speaks to their ...

blogplatformsstrategyai agentsapi architecture

26 Mar

J Simpson 6 min read

The autonomous future is nearly upon us. Every day seems to bring a fresh wave of headlines involving autonomous cars or self-driving trucks. Users are taking more than 700,000 autonomous taxi rides each week, according to McKinsey, while the first autonomous truck pilots are starting to hit the pavement. European countries have already hosted 35 ...

blogapi architectureapi developmentapi securityapi use cases

24 Mar

J Simpson 7 min read

On January 7, 2026, Dr. Wayne Liu, president and chief growth officer of Perfect Corp., delivered a presentation at the Consumer Electronics Show (CES) titled “API-First Innovation: Scalable AI for the Modern Beauty Shopper,” discussing the many different ways that AI is impacting the beauty industry. In the process, he makes a case for our ...

blogplatformsstrategyai agentsapi architecture

19 Mar

J Simpson 6 min read

Model Context Protocol (MCP) has been absolutely everywhere since it was first released in November 2024. Sometimes referred to as the “USB-C of AI,” MCP has come forward to help tame some of AI’s most glaring issues, namely a lack of standardization around integration as well as the context to understand what it’s accessing. Given ...

blogdesignai agentsapi architectureapi best practices

18 Mar

Shibley Burnett 7 min read

If your application calls even one third-party API, its reliability ceiling is no longer yours to control. That is the uncomfortable truth behind the uptime numbers API Status Check has been tracking since late 2025 across more than 215 services spanning cloud infrastructure, AI, payments, developer tools, and communications. This is not a ranking exercise. ...

blogapi architectureapi best practicesapi economyapi management

4 Mar

Adriano Mota 6 min read

The evolution of the modern enterprise is often marked by a transition from streamlined simplicity to architectural fragmentation. What begins as a strategic move toward distributed systems frequently devolves into gateway sprawl, a phenomenon where decentralized business units adopt distinct API tools based on localized budgets, engineering preferences, or specific technical requirements. While this flexibility ...

blogplatformssecurityai agentsapi architecture

26 Feb

J Simpson 9 min read

Agentic AI systems promise something beyond single-turn inference. They can provide persistence, autonomy, and the ability to plan and act across time. However, anyone who’s tried to wire real APIs into an agent quickly discovers an uncomfortable reality. Even well-trained models can become jerky, brittle, or outright wrong once network calls, retries, partial failures, and ...

blogai agentsapi architectureapi best practicesapi integration

11 Feb

Janet Wagner 6 min read

Nothing frustrates a user more than a slow or non-responsive website or application. This is especially true in ecommerce, where slow-loading pages lead to high bounce rates and lower conversion rates. Often, the hidden culprit behind delays is a high-latency API. Many app developers integrate multiple third-party APIs, cumulatively adding more latency. As more APIs ...

blogdesignstrategyapi architectureapi best practices

10 Feb

28 Jan

J Simpson 6 min read

In December 2025, roughly 14,000 Stranger Things fans experienced their worst nightmare. No, Vecna didn’t rise up to pull Hawkins, Indiana, into the Upside Down. Even worse, thousands of fans signed onto Netflix to watch the conclusion of the series they’d dedicated the last decade of their lives to, only to have the world’s largest ...

blogplatformsapi architectureapi gatewayapi management

20 Jan

J Simpson 7 min read

Model Context Protocol (MCP) had a banner year in 2025. Since MCP was first released in November 2024, the protocol has exploded with thousands of public MCP servers and millions of monthly SDK downloads. Everyone from Microsoft to Google has adopted MCP in their quest for agentic AI. However, right when MCP was celebrating its ...

blogstrategyai agentsapi architectureapi standards

31 Dec 2025

10 Dec 2025

Janet Wagner 7 min read

Choosing the right architectural style isn’t just a technical detail — it’s critical to the success of your API and every application that relies on it. The architecture determines how easily developers can understand and integrate your API, profoundly impacting their experience. It dictates how clients and servers communicate, directly affecting application efficiency, performance, and ...

blogdesignapi architectureapi designapi standards

9 Dec 2025

3 Dec 2025

Kristopher Sandoval 7 min read

Model Context Protocol (MCP), a standard for connecting AI agents to external tools and data, is still a very new tech, and as such, it’s experiencing the same growth pains that any other technology experiences. In this process, certain use and design patterns are starting to emerge — and not always for the better. One ...

blogdesignai agentsapiapi architecture

13 Nov 2025

Adriano Mota 7 min read

In modern system architectures, understanding data flow is crucial. Two fundamental concepts are north-south and east-west communications. Although both deal with APIs and services, they solve fundamentally different problems and require distinct tools. Below, we’ll explore when to use API gateways or a service mesh for north-south and east-west traffic. We’ll consider when each approach ...

blogdesignstrategyapi architectureapi gateway

4 Nov 2025

Janet Wagner 7 min read

We recently published an article about why developers should use an OpenAPI specification as a starting point for an MCP server. The piece led to an interesting discussion on LinkedIn about what makes an MCP server performant and useful. One critical piece is building tools that can orchestrate multiple API calls together for AI consumers. ...

blogai agentsapiapi architectureapi description languages

23 Oct 2025

J Simpson 7 min read

API documentation is the cornerstone of discoverability. Well-structured API documentation allows an API to be understood by humans as well as machines. It lets a system understand how the API is structured, what it does, and includes invaluable metadata for further filtering and sorting. This means that API documentation is equally vital for an API ...

blogdesignmarketingai agentsapi architecture

13 Oct 2025

Bill Doerrfeld 5 min read

Real-world constraints often impact how we build digital services. This is especially true for enterprise APIs in regulated industries that transmit sensitive data across jurisdictions. Constraints around how data is managed can easily slow progress — but it doesn’t have to be that way. At Platform Summit 2025, Yinka Omole, a lead software engineer at ...

blogdesignsecurityapiapi architecture

6 May 2024

Udayaram Kammara 5 min read

Bazaarvoice has thousands of clients including brands and retailers. Bazaarvoice has billions of records of product catalog and User Generated Content(UGC)from Bazaarvoice clients. When a shopper visits a brand or retailer site/app powered by Bazaarvoice, our APIs are triggered. In 2023,Bazaarvoice UGC APIs recorded peak traffic of over 3+ billion calls per day with zero […]

conversations apisecuritysoftware architectureapi architectureapi security