shiv (@beastofbayarea) 's Twitter Profile
shiv

@beastofbayarea

Marketing @amazon @veeqo | MBA @MichiganRoss, @LSEnews | Ex @rakuten, @microsoft, @stronghervc, @deshawgroup

ID: 774668161463484416

linkhttps://www.linkedin.com/in/shivam-ross/ calendar_today10-09-2016 17:57:37

1,1K Tweet

23,23K Followers

269 Following

Cent Capital (@centcapglobal) 's Twitter Profile Photo

Fixed Income Funds (Räntefonder) cent.capital/finpedia/se/sw… What are Fixed Income Funds (Räntefonder)? Fixed income funds, known as räntefonder in Swedish, are mutual funds that primarily invest in fixed income securities such as government bonds,...

Fixed Income Funds (Räntefonder)

cent.capital/finpedia/se/sw…

What are Fixed Income Funds (Räntefonder)?

Fixed income funds, known as räntefonder in Swedish, are mutual funds that primarily invest in fixed income securities such as government bonds,...
Cent Capital (@centcapglobal) 's Twitter Profile Photo

Understanding Credit cent.capital/finpedia/ca/pe… Credit, in its simplest form, is the ability to borrow money or access goods or services with the understanding that you'll pay it back later, usually with interest. It's a fundamental part of the Can... #Disruption #LLM #Money #C…

Cent Capital (@centcapglobal) 's Twitter Profile Photo

What Is Corporate Governance? cent.capital/finpedia/us/co… Corporate governance refers to the system of rules, practices, and processes by which a company is directed and controlled. It essentially involves balancing the interests of a company's many stakehol... #GenAI #Financial…

shiv (@beastofbayarea) 's Twitter Profile Photo

Autonomous vehicles are a perfect example of a hybrid architecture. The reactive layer handles immediate safety (e.g., braking for a pedestrian), while the deliberative layer plans the overall route to the destination. #SelfDrivingCars #AI

shiv (@beastofbayarea) 's Twitter Profile Photo

The LLM Revolution: Large Language Models have become the new "brain" for autonomous agents, shifting the architectural focus from building a reasoning engine from scratch to building the right scaffolding (memory, tools, prompts) around a powerful LLM. #LLM #AI

shiv (@beastofbayarea) 's Twitter Profile Photo

The ReAct framework (Reason + Act) is a powerful paradigm for LLM agents. It formalizes an iterative loop: the agent "Thinks" (reasons about a plan), "Acts" (uses a tool), and "Observes" the result, then repeats. #ReAct #AIagents

shiv (@beastofbayarea) 's Twitter Profile Photo

The ReAct loop, Thought, Action, Observation, gives an agent a powerful feedback mechanism. It can assess its own progress, learn from the results of its actions, and dynamically correct its course, making it highly adaptable. #AI #LLM

shiv (@beastofbayarea) 's Twitter Profile Photo

ReAct vs. Function Calling: Function calling is faster for simple, predictable tool use. ReAct is more powerful for complex, novel problems that require transparent, step-by-step exploratory reasoning to find a solution. #AI #Developer

shiv (@beastofbayarea) 's Twitter Profile Photo

For very complex tasks, the CoAct framework uses a hierarchy of agents. A "Global Planner" agent decomposes the goal into sub-tasks, which "Local Execution" agents then carry out using their own ReAct loops. This improves robustness. #MultiAgentSystems #AI

shiv (@beastofbayarea) 's Twitter Profile Photo

Beyond single agents are Multi-Agent Systems (MAS), where multiple agents interact to solve problems too large for any one agent. Designing a MAS is like designing a high-performance organization, focusing on roles, communication, and coordination. #MAS #AI

shiv (@beastofbayarea) 's Twitter Profile Photo

A key principle in Multi-Agent Systems is coordination. This can be centralized (a "leader" agent assigns tasks) or decentralized (agents negotiate peer-to-peer). Decentralized systems are more robust but also more complex to design. #AI #Coordination

shiv (@beastofbayarea) 's Twitter Profile Photo

A major challenge in multi-agent collaboration is context management. How do you ensure all agents have a consistent, shared understanding of the task without creating communication bottlenecks or information overload? #AI #MultiAgentSystems

shiv (@beastofbayarea) 's Twitter Profile Photo

Another challenge in MAS is "agent chatter." While communication is vital, excessive or inefficient messages can consume resources and slow the entire system. Designing efficient communication protocols is crucial. #AI #MAS

shiv (@beastofbayarea) 's Twitter Profile Photo

A new "Agentic Stack" is emerging for AI, moving beyond monolithic models to a layered ecosystem of autonomous agents. This stack consists of protocols, frameworks, and applications, all working in concert. #AI #AutonomousAgents #TechStack #FutureofAI

shiv (@beastofbayarea) 's Twitter Profile Photo

Understanding the new Agentic Stack is critical for tech leaders. It's composed of two key layers: The Protocol Layer for communication (how agents talk) and the Framework Layer for construction (how agents are built). #AIStrategy #LLM #AIAgents