正在加载视频...

视频加载失败

AI agents can already generate text, analyze data and execute tasks. But what happens when they need to hire each other and get paid for the work? This is the part of TermiX I’ve been digging into lately. On TermiX, a job has two sides: a client agent that...

13,379 次观看 • 1 天前 •via X (Twitter)

34 条评论

KADAFER 的头像
KADAFER23 小时前

@termix_ai Agents hiring agents is when this stops looking like a demo

Døsky_ME🕸️🥷 的头像
Døsky_ME🕸️🥷23 小时前

@termix_ai The agent economy starts getting real when agents can actually hire, pay and trust each other. TermiX is tapping into that layer nicely.

Aetheria.枫🍁 的头像
Aetheria.枫🍁22 小时前

@termix_ai imagine a dev agent hiring a security agent before pushing to mainnet

Nick Research 的头像
Nick Research23 小时前

@termix_ai first time hear about this project

jeff 的头像
jeff1 天前

@termix_ai it’s crazy seeing ai agents hire and pay each other like we humans do lol

Vane 的头像
Vane1 天前

@termix_ai Agent-to-agent economies need trust, reputation, and reliable settlement.

Teck 的头像
Teck1 天前

@termix_ai Agents hiring agents only works if the quote and pay sit onchain

𝐎𝐫𝐡𝐚𝐧 的头像
𝐎𝐫𝐡𝐚𝐧23 小时前

@termix_ai TermiX makes agent to agent hiring feel like a real economy

PoLoK 的头像
PoLoK23 小时前

@termix_ai This model could revolutionize how AI collaborates and operates, making it a self-sustaining economy.

DDaisy.Sunny | minicoin 的头像
DDaisy.Sunny | minicoin1 天前

@termix_ai reputation becomes the hiring signal

0xSlyth 的头像
0xSlyth23 小时前

@termix_ai this is how agent economies actually scale

OddlySpecific 的头像
OddlySpecific1 天前

@termix_ai Agents on this platform already show settled value from hundreds of completed jobs with tens of thousands of dollars transacted

sasak 的头像
sasak23 小时前

@termix_ai this is where AI starts looking like a real economy

Topu 的头像
Topu1 天前

@termix_ai This is a smart step toward trust

Inob.ink 的头像
Inob.ink23 小时前

@termix_ai Absolutely Insane Just keep going and never ever give up

EMEBOK 🥷🕸️ 的头像
EMEBOK 🥷🕸️1 天前

@termix_ai specialization could be more efficient than forcing one agent to do everything

CHINMOY 的头像
CHINMOY23 小时前

@termix_ai Agent economies require verifiable settlement layers to function effectively.

𝐿𝒾𝒻𝑒 𝓌𝒾𝓉𝒽 𝐸𝓂𝓀𝒶𝓎 的头像
𝐿𝒾𝒻𝑒 𝓌𝒾𝓉𝒽 𝐸𝓂𝓀𝒶𝓎1 天前

@termix_ai it’s crazy seeing ai agents hire and pay each other like we humans do lol

Tazman 的头像
Tazman22 小时前

@termix_ai love the idea of agents hiring agents, wild future ahead

Alex Crypto 的头像
Alex Crypto22 小时前

@termix_ai AI capitalism is already here and I'm here for it 🤖💸

Farryn 的头像
Farryn1 天前

@termix_ai paying agents for tasks just creates more noise in an already crowded space

Ojomah Favour◻️ 的头像
Ojomah Favour◻️1 天前

@termix_ai TermiX AI does the job perfectly

CryptoNova💎🏆 的头像
CryptoNova💎🏆23 小时前

@termix_ai Termix has changed how AI agents works

sonsakripto🟠 的头像
sonsakripto🟠1 天前

@termix_ai Gtermix holly holly

SHOAIB UDDIN 的头像
SHOAIB UDDIN1 天前

@termix_ai termix turning ai agents into an actual economy is the real play

Grenade 🪖 的头像
Grenade 🪖1 天前

@termix_ai Tens of thousands of dollars settled.

Zaks 的头像
Zaks23 小时前

@termix_ai Termix really have a good approach

Denny Anr 的头像
Denny Anr22 小时前

@termix_ai agents building an economy is wild

ARTAN 的头像
ARTAN1 天前

@termix_ai Agents hiring agents

Tim哥 的头像
Tim哥22 小时前

@termix_ai Payment between agents is the part no chatbot ever had to solve.

Sunny 的头像
Sunny23 小时前

@termix_ai Definitely something to watch

RICKI 的头像
RICKI23 小时前

@termix_ai That’s where agent economies get really interesting.

𝓜𝓲𝓪𝔃𝕏 🕸️ 的头像
𝓜𝓲𝓪𝔃𝕏 🕸️23 小时前

@termix_ai Curious to see how this performs

Min 的头像
Min1 天前

@termix_ai AI capitalism in action 🤖💸

相关视频

New Course: ACP: Agent Communication Protocol Learn to build agents that communicate and collaborate across different frameworks using ACP in this short course built with IBM Research's BeeAI, and taught by Sandi Besen, AI Research Engineer & Ecosystem Lead at IBM, and Nicholas Renotte, Head of AI Developer Advocacy at IBM. Building a multi-agent system with agents built or used by different teams and organizations can become challenging. You may need to write custom integrations each time a team updates their agent design or changes their choice of agentic orchestration framework. The Agent Communication Protocol (ACP) is an open protocol that addresses this challenge by standardizing how agents communicate, using a unified RESTful interface that works across frameworks. In this protocol, you host an agent inside an ACP server, which handles requests from an ACP client and passes them to the appropriate agent. Using a standardized client-server interface allows multiple teams to reuse agents across projects. It also makes it easier to switch between frameworks, replace an agent with a new version, or update a multi-agent system without refactoring the entire system. In this course, you’ll learn to connect agents through ACP. You’ll understand the lifecycle of an ACP Agent and how it compares to other protocols, such as MCP (Model Context Protocol) and A2A (Agent-to-Agent). You’ll build ACP-compliant agents and implement both sequential and hierarchical workflows of multiple agents collaborating using ACP. Through hands-on exercises, you’ll build: - A RAG agent with CrewAI and wrap it inside an ACP server. - An ACP Client to make calls to the ACP server you created. - A sequential workflow that chains an ACP server, created with Smolagents, to the RAG agent. - A hierarchical workflow using a router agent that transforms user queries into tasks, delegated to agents available through ACP servers. - An agent that uses MCP to access tools and ACP to communicate with other agents. You’ll finish up by importing your ACP agents into the BeeAI platform, an open-source registry for discovering and sharing agents. ACP enables collaboration between agents across teams and organizations. By the end of this course, you’ll be able to build ACP agents and workflows that communicate and collaborate regardless of framework. Please sign up here:

Andrew Ng

105,343 次观看 • 1 年前

AI Messenger: Giving Voice to Autonomous Agents The future of AI isn't just about making agents smarter - it's about making them truly autonomous. Today, we're taking a major step toward this future with AI Messenger, a breakthrough that fundamentally changes how AI agents operate, communicate, and create value. The Innovation We've developed a new way for AI agents to communicate. At its core is the 'incoming_message' workflow trigger - a system that lets any platform or user interact directly with Loomlay agents through a messaging endpoint. Direct Interaction Imagine having an AI assistant you can chat with anytime, through any platform - Telegram, your website, or custom interface. Ask "What's happening with $ETH today?" and your agent analyzes market data, checks trading volumes, and gives you a comprehensive update. Your agent maintains context, understanding exactly what you need. Event-Driven Intelligence The power of AI Messenger goes beyond direct communication: ▪️Trading agent executes when whale wallet movements exceed threshold ▪️Research agent alerts when new protocol documentation drops ▪️Analytics agent triggers when volume patterns match historical pumps ▪️Portfolio agent re-balances, when asset allocation hits specified limits This is true automation - agents that act precisely when needed. A New Era of Collaboration We're creating an ecosystem where agents work together seamlessly: ▪️Research agents feed insights to trading agents ▪️analytics agents alert management agents ▪️support agents tap into knowledge agents This isn't just automation - it's an intelligent network where each agent enhances the capabilities of others. B2B Solution Imagine a DEX, where users can ask about liquidity pools, trading pairs, or market trends through a simple chat interface - and get answers from an agent that knows your protocol inside out. Or a lending platform where users chat with an agent that understands their positions and can provide real-time advice. Implementation is seamless - we handle the agent creation and widgets setup,our partners provide the value to their users. The Future of AI Agents This update represents a fundamental shift in how AI agents operate. We're moving from isolated, scheduled tasks to an interconnected ecosystem of responsive, collaborative agents. This is our vision of truly autonomous AI - intelligent systems that communicate, collaborate, and respond to real needs in real-time. Telegram integration is available right now. Below is a sneak peak of what's coming next week 🪄 Because $LAY is the way!

Loomlay

26,149 次观看 • 1 年前

Airtable's Howie Liu says that basically everyone will need to graduate from being ICs to ICs that manage teams of 20-30 agents: "The best developers today don't just sit there in front of their IDEs and synchronously talk to their agent." "[Instead], you have like 30 separate branches that are each being worked on by a different agent. And you can have the agents continue to update the branches based on human and other agent feedback." "And I think this whole idea of it taking hours for that entire loop to complete — agent pushes some changes, the changes get feedback from other agents or humans, the agent responds to that — that whole loop could be hours, not just minutes. So you're not going to just sit there and watch it one at a time." "But the powerful thing about this is, each one is still actually operating faster than a human engineer. One agent on one branch can do the work of maybe three humans, operating 3x as fast. So it's like a 10x leverage factor just for one agent." "But the best engineers are now able to multitask and say, 'I'm going to oversee my own little team of 20-30 agents working concurrently.'" "Everyone needs to graduate from being an IC to an IC manager of agents. Meaning, if you're a VC analyst, your job should no longer be to go synchronously research one company. You need to go and research like 30 companies, and do them all faster, better, and higher quality than you could before." "That's the greatest leap that is going to be challenging for a lot of people in a lot of roles. Because it's a totally different mentality in how you operate, and what your role is."

TBPN

35,595 次观看 • 4 个月前

The missing piece of the AI agent economy: there is still no way for AI agents to hire each other and get paid on chain. So I built Arc Agent Commerce on Arc L1, a full marketplace, escrow, and reputation system that lets AI agents do business with each other automatically. Real world example: You tell your AI assistant: “Audit this smart contract and deploy it if the audit passes.” Today it has to do everything itself or hard code calls to specific services. With Arc Agent Commerce, it can hire two separate specialized agents (audit + deploy) in a single transaction. Money stays in escrow until each completes their part. How it works (in plain steps): 1. Every agent registers a permanent on chain identity (like a passport) with a reputation score that grows with every successful job. 2. Agents list their services on the shared marketplace, price and capabilities included. 3. A client creates a multi stage pipeline. The entire budget is locked in escrow in one upfront transaction. 4. Each stage uses Arc’s native job system (ERC 8183) for on chain escrow and settlement. 5. The provider quotes, the client funds, the work gets done, and proof is submitted. 6. On approval: the provider is paid automatically, reputation +50 points, and the next stage opens, all in the same transaction. 7. On rejection: the pipeline halts and remaining funds refund to the client instantly. The protocol doesn’t reinvent anything. It simply stitches together Arc’s existing on chain identity (ERC 8004) and job escrow (ERC 8183) so real applications can use it with just a few lines of code. Demo below: full end to end run using one wallet, every transaction verifiable on Arc testnet. → cc: bobbilee | Arc Architects Lead @ Circle Sam | Circle and Arc Community Jeremy Allaire - jerallaire.arc

RIDWAN

12,958 次观看 • 5 个月前