Skip to main content

12 posts tagged with "Technical Analysis"

Analysis of the current and future state of Technical Architecture.

View All Tags

Business-as-Code

· 7 min read
Colt McNealy
Managing Member of the LLC

The Infrastructure Software world was revolutionized by Infrastructure-as-Code, which provides observability, governance, and agility to infra teams. Analogous problems in application development are soon to be solved by a new paradigm: Business-as-Code.

Agent 2 Agent Protocol (A2A)

· 23 min read
Jackson Oleson
AI Engineer

What is A2A?

As the sophistication of AI systems grows, so has the ability to automate tasks. However, scaling multi-agent systems has been a major bottleneck for many engineers. Frameworks like LangGraph seek to solve this problem, but the framework is not very scalable and the api's don't always fit the needs of developers, can become outdated, and may introduce breaking changes...hence the need for custom agents, and modularity. A2A is an effort by Google to standardize inter-agent communication and allow developers to integrate the capabilities of various frameworks.