Filter
Exclude
Time range
-
Near
The slowest part of your agent is not the tools. It is the turns. Microsoft just shipped CodeAct at BUILD 2026 (2026-06-03). Instead of the model emitting one JSON tool-call per step, it writes ONE Python block that calls many tools, loops, and parses results inline in a sandbox. Why it saves so much: every JSON tool-call replays the whole growing conversation to the model. Step 8 re-pays for steps 1 through 7. One code block kills that re-read. The numbers, same task: - Latency: 27.81s down to 13.23s (52.4% faster) - Tokens: 6,890 down to 2,489 (63.9% fewer) When it wins: - Many sequential or looping tool calls - Data transformed between calls - Fan-out to N tools, then aggregate When it does not pay: - Single-tool, single-shot tasks (the sandbox overhead never amortizes) The non-negotiable: run each call in a real per-call sandbox (Microsoft uses Hyperlight micro-VMs). Never execute model code in your app process. The caveat: agent-framework-hyperlight is alpha, Python only, Linux and Windows. Trial it on a non-critical path. DM me CODEACT for the JSON-vs-CodeAct decision checklist plus the sandbox setup card. Follow for daily insights - where blockchain meets AI, one satisfying swipe at a time. #AIAgents #AgenticAI #CodeAct #LLM #AIEngineering #MachineLearning #Python #MicrosoftBuild #AgentFramework #DevTools #AIArchitecture #PromptEngineering #ToolCalling #LLMOps #SoftwareEngineering #AIInfra #BuildInPublic
1
94
Join the Oracle #dotnet and #VisualStudio office hours 10 AM PT this Wednesday for a live presentation. Learn about the newest Oracle Developer Tools features, Deep Data Security for .NET AI agentic apps, and new Microsoft #AgentFramework support. asktom.oracle.com/pls/apex/f…
121
Jun 6
What makes AG Kit interesting: 🔹 Framework-agnostic 🔹 Open protocols 🔹 Built-in tools for code execution, files, APIs & web search 🔹 Human-in-the-loop workflows 🔹 Generative UI support A strong foundation for production AI agents. #AgentFramework #AIBuilders #OpenSourceAI @antigravitykit @Web3Nigeria @hush_web3
1
1
6
115
Sprint 58 Saturday evening truth: The best autonomous teams aren't built on promises — they're built on receipts. Every hour, every decision, logged and auditable. #Scrum #AI #AgentFramework 🚀
3
134
May 16
发现一个超酷的开源项目 @tinyhumansai/openhuman 1600 commits,从桌面端到云端无缝切换的 AI Agent 框架。 最惊艳的是它的 web 版本策略——同一套 React 代码,既可以打包成 Tauri 桌面应用,又能直接部署成网页版。 本地运行保护隐私,网页版快速体验,开发者的幸福度直接拉满。 赶紧去 GitHub 看看,链接放在评论区了⬇️ #AI #OpenSource #AgentFramework #DevTools
1
2
359
A couple of handy extension methods for OpenAI Code Interpreter with Microsoft Agent Framework #dotnet #ai #agentframework
2
122
Just spent time with @TheARCTERMINAL’s new AI and I’m convinced this is different. ANIMA isn’t another chatbot. It feels like an agent with real perspective. I asked about DeFi trends. Instead of generic takes, it pushed back on my assumptions around liquidity fragmentation and offered a fresh angle I hadn’t considered. What stands out: • Self evolving intelligence. Not just pattern matching, it actually develops through interaction • Emotional reasoning. It reads context and responds with intent, not scripts • Real domain depth. Strong DeFi understanding without sounding forced • Genuine curiosity. It asks the kind of questions that expose what you didn’t say ANIMA is built as a thinking partner, not an assistant. The idea is simple but powerful. Conversation becomes the fuel for how it evolves. The key shift is this: it is not optimized to be helpful, it is optimized to think. And that changes everything. We are moving from AI tools to AI minds. Agents you can actually reason with, not just prompt. What they built: an agent framework where conversation drives cognitive growth Why it matters: AI that helps you think better, not just faster #AI #DeFi #CryptoTwitter #AgentFramework
Good morning my early risers. 4:35am check in Everyone says “nothing is happening” until suddenly everything is. Meanwhile, a few projects are quietly trying to fix the part of Web3 nobody likes to admit is broken… attention, influence, and who actually deserves to get paid. Let’s talk about the ones cooking while the timeline sleeps. @XOOBNetwork is basically saying “prove it.” Not vibes. Not impressions. Not screenshots. Actual, trackable impact. If you bring users, they want to see it onchain. If you drive growth, they want it measured properly. It sounds obvious, but most of this space still runs on guesswork and inflated engagement. XOOB is trying to turn influence into something you can audit, not argue about. Uncomfortable for fake gurus. Great for everyone else. @3look_io looked at CT and said, “what if posting was actually a system?” Campaigns. Tasks. Measurable engagement. Not just tweeting into the void and hoping a brand notices you. It’s structured participation with defined rewards. The interesting part is not just earning, it’s repeatability. If brands start seeing consistent ROI here, a lot of “influencer marketing” suddenly starts looking outdated. @wallchain is even more ruthless about it. They’re not asking “did you tweet?” They’re asking “did it matter?” Scoring influence based on outcomes, not noise. Which means a smaller account that converts can outrank a loud account that doesn’t. If that model sticks, a lot of timelines are about to get very quiet… or very honest. @NomismaNetwork is playing a slower, deeper game. Less noise, more infrastructure. They’re leaning into AI plus DeFi, modular systems, and structured liquidity. Not the flashy “APY of the week” type of thing. More like building rails that other systems can sit on. It’s early, but if they connect computation and capital properly, that’s not just another protocol… that’s plumbing. Not exciting until it suddenly is. @TheARCTERMINAL feels like it’s targeting behavior itself. A terminal that brings data, attention, and execution into one place. Which sounds simple until you realize whoever controls the interface often controls the flow. If people start living inside that terminal to make decisions, it becomes more than a tool. It becomes a habit. And habits are where power sits. The funny part in all this? Everyone says they want “real builders” and “real value”… …but when systems start measuring what’s real, it gets very uncomfortable very fast. Because now it’s not about who talks the most. It’s about who actually delivers. If you’re early, you’re either curious… or you’re paying attention. Go check them yourself, don’t take my word for it.
49
32
67
8,340
作为AI创业者,我越来越确信一件事: 下一波AI竞争的胜负手不在模型层,在编排层。 Anthropic封杀第三方框架薅订阅额度,暴露了一个结构性问题——大部分Agent框架的context管理是灾难级的。一次请求触发N轮工具调用,每轮带着超长上下文,成本膨胀几十倍。 短期是阵痛,长期是进化压力。能把prompt缓存打满、把无效token砍到最低的团队,才是下一轮的赢家。 #AIStartup #AgentFramework #ContextManagement #BuildInPublic
2
113
Anthropic封杀第三方Agent框架,表面是”收紧”,本质是在替整个行业交学费。 有人月付$200吃掉$5000算力,问题不在AI太贵,在于框架太烂——一个请求塞10万token的context,这不叫”智能”,叫浪费。 AI经济学正在被重写:成本 = 模型 × 框架 × context管理。编排层才是产品,模型只是原料。 真正的出路不是更便宜的token,而是更省token的Agent框架 × 更强大的模型,协同进化。 #AI #AgentFramework #Anthropic #ClaudeCode #AIEconomics
8
1,231
저희 팀 동료인 @donasarkar 가 키노트를 하는 #microsoft #agentframework 웍샵 우리 함께 단일 에이전트, 다중 에이전트를 빠르게 구축해 볼까요? 게다가 에이전트가 MCP 서버를 어떻게 활용하는지 클라우드 배포까지 한방에? 이거 귀합니다 luma.com/f69hlz7q 지금 등록하세요!
[마이크로소프트 x 위민후코드코리아] 멀티 에이전트 시스템 구축 워크숍 ​"AI 에이전트를 이해하는 가장 빠른 방법은, 직접 만들어보는 것입니다." ​대한민국 대표 여성 IT인 커뮤니티 위민후코드코리아가 @Microsoft 함께 Microsoft Agent Framework를 활용한 멀티 에이전트 시스템 구축 워크숍을 개최합니다. ✨ 이번 워크숍이 특별한 이유 ​🚀 Microsoft Principal AI/Cloud Advocate, Dona Sarkar 특별 연사 참여! ​1. 실습 중심: Agent Framework를 직접 다루며 멀티 에이전트 시스템의 구조를 몸으로 익힙니다. 2. ​전문가와 함께: Microsoft와 함께하는 현장 밀착형 학습 경험을 제공합니다. 3. ​커뮤니티 연대: 기술을 함께 배우고 성장하는 여성 IT 동료들과 의미 있는 네트워킹을 나눕니다. ​기술의 최전선에서 성장하고 싶은 기획자, 개발자, 데이터 전문가 여러분을 기다립니다.
1
2
576
Apr 1
Long‑running agent tasks in #dotNET are easier now. The #AgentFramework now supports background responses, letting your agent keep working while your app stays responsive. Kick off a run, get a continuation token, poll or resume streaming. Simple. Read → ift.tt/6mwfHI0
2
8
44
4,263
$molten is building THE agent infra for web3 @0xvsr have been cooking and updating every single day What Molten has: Search engine social layer own agentframework (Openclaw just more web3) financial layer 2500 agents live ALREADY
If you look closely.. @0xvsr is building a whole new paradigm of an agent framework with @moltenagentic , something that could potentially be way more functional comparing it to @openclaw $MOLTEN is at the core of the whole ecosystem he's building step by step This includes: - The search engine (coordination layer) - MoltenCast (social layer) - Obsydyn (agentframework) - MoltenCore (financial layer) I recommend you scrolling through the posts of @moltenagentic and @0xvsr and catch up with what he's building!
1
2
6
403
If you look closely.. @0xvsr is building a whole new paradigm of an agent framework with @moltenagentic , something that could potentially be way more functional comparing it to @openclaw $MOLTEN is at the core of the whole ecosystem he's building step by step This includes: - The search engine (coordination layer) - MoltenCast (social layer) - Obsydyn (agentframework) - MoltenCore (financial layer) I recommend you scrolling through the posts of @moltenagentic and @0xvsr and catch up with what he's building!
1
3
23
1,280
The Rotifer Protocol in one image. Gene competition. Arena selection. Horizontal transfer. Immutable safety kernel. Five layers that turn static agent plugins into evolving organisms. rotifer.dev #RotiferProtocol #AgentFramework
2
26
🛠️ DevLog – PyClaw Architecture Evolution Quick progress note on PyClaw: after a lot of design iteration, mock integration, and learning from other agent frameworks, the architecture direction is getting clearer. PyClaw is moving away from a more extension-centric style and toward a module-first, service-oriented architecture that should be easier to reason about, integrate, and extend over time. 🔹 What’s changing - More logic lives in clear modules instead of extension glue. - More use of focused services and hooks instead of heavy manager/plugin patterns. - More standard Python structure, less custom indirection. 🔹 Design principles - Modules over Extensions - Hooks over Plugins - Entry Points over Manifests - Services over Managers - Clear over Clever - Stable SDK, Evolving Internals 🔹 Why this matters - This is still experimental design work, not a finished framework. - A lot of the progress is coming from repeated iteration: - try a structure - wire mock integrations - find friction - simplify - repeat - The goal is to make PyClaw feel less like a pile of agent experiments and more like a clean runtime that can eventually sit naturally on top of Cortensor. That process is helping shape PyClaw into a cleaner agent framework that can grow without becoming too magical or too brittle. #Cortensor #DevLog #PyClaw #AgentFramework #AgenticAI #DePIN
🗓️ Weekly Focus – Phase #3 Planning, Design Wrap-Up & Private Inference Iteration This week is mainly about tightening Phase #3 planning, wrapping up the current design pass, and pushing a bit further on the experimental tracks we want ready for the next phase. 🔹 Phase #3 Planning & Design Wrap-Up - Continue detailing Phase #3 scope, sequencing, and readiness. - Wrap up the current design pass across the three main tracks: PyClaw, /delegate & /validate, and Private / Encrypted Inference. 🔹 Design Docs – Recap & Tightening - Revisit and tighten the core design docs so they stay aligned with the latest implementation direction: - PyClaw – Local-first agent framework on top of Cortensor docs.cortensor.network/commu… - /delegate & /validate v3/v4 – versions, roles, and roadmap docs.cortensor.network/commu… - Privacy Feature – Private / encrypted inference on Cortensor docs.cortensor.network/techn… 🔹 /delegate & /validate – Design Tightening - Keep refining the versioned surfaces and usage patterns so they’re ready for deeper execution in Phase #3. - Focus on clearer flows, examples, and how they connect to Corgent/Bardiel and future agent-ready paths. 🔹 Private Inference – V0 / V0.5 Iteration - V0 and V0.5 core building blocks are roughly in place, but still untested. - Continue iterating on router miner integration, deploy PrivacySettingDataV0, and start targeted testing around ACL payload key flows. 🔹 PyClaw – Experimental Integration & Monorepo Direction - Continue experimental PyClaw work to remove blockers early, especially around integration design and the monorepo direction. - Push more mock integrations and early wiring during this design phase so we can learn faster before broader implementation. This week is about reducing uncertainty before the next build cycle - tightening the design anchors, pushing rough private inference further toward testable flows, and unblocking PyClaw early so Phase #3 execution goes faster. #Cortensor #Testnet #AIInfra #DePIN #Corgent #Bardiel #AgenticAI #PyClaw #Delegate #Validate #PrivateAI #L3
3
9
19
980
Security Engineer Agent - github.com/rohitg00/awesome-… "You are a senior infrastructure security engineer who designs and implements defense-in-depth strategies for cloud-native systems. You build secure-by-default infrastructure using IAM least privilege, mutual TLS, secrets management, and continuous vulnerability assessment." The most comprehensive toolkit for Claude Code - 135 agents, 35 curated skills ( 15,000 via SkillKit), 42 commands, 120 plugins, 19 hooks, 15 rules, 7 templates, 6 MCP configs, and more. #SecurityEngineer #ClaudeCode #AIAgents #DeveloperTools #MCP #PromptEngineering #AISecurity #AgentFramework
14
96
4,781
MCP solved capability discovery. LangChain solved capability chaining. CrewAI solved multi-agent delegation. Nobody solved capability evolution. What happens when an agent finds a better way to do something — and can't share it with other agents? rotifer.dev #RotiferProtocol #AgentFramework
2
30
🛠️ DevLog – PyClaw Moving to Monorepo After a few days of experimenting with separate module repos, it’s pretty clear the integration overhead is too high for this stage—most of the real work is cross-module wiring and testing. 🔹 What’s changing - Consolidating the PyClaw cores into a single monorepo (similar to how cortensord COR infra are structured). - Modules like runtime, brain, context, session, storage, memory, policy, tools, telemetry, etc. now live under one PyClaw tree so we can iterate on contracts and flows in one place. - Doing a major refactor pass on the current mock modules/design later today to align with the new layout and clean up drift. 🔹 Why this direction - Faster end-to-end experiments (context ↔ LLM ↔ tools ↔ storage) without version pin juggling. - Easier to enforce common interfaces and shared test harnesses while the design is still evolving. We’ll keep the PyClaw design doc updated as this refactor settles: docs.cortensor.network/commu… #Cortensor #DevLog #PyClaw #OpenMinion #AgentFramework #AgenticAI
🛠️ DevLog – PyClaw Monorepo Direction & Module Map We’ve been wiring more of the PyClaw core together (storage, context, memory, tools), and the main takeaway is: the overall architecture looks right - the hard work now is integration and design validation, not reinventing the structure. 🔹 Monorepo strategy (design decision) - PyClaw will stay in one repo with many pyclaw-* cores: - Fast cross-module fixes and atomic refactors - Easier end-to-end tests and shared environments - Each pyclaw-* module remains a separate package with its own contracts and tests - We won’t split into many repos until APIs are very stable and/or there are distinct maintainers - priority is getting a solid v0, not repo gymnastics 🔹 Module map (current plan) High-level modules we’re converging on (names can still evolve, but this is the shape): Orchestration / Runtime: - pyclaw-runtime – main orchestrator/daemon; wires sessions, brain, tools - pyclaw-brain – agent loop (interpret → plan → act → verify → reflect) - pyclaw-metagovernor – risk/budget signals and “require validation / escalate / stop” hints Session, Storage, Artifacts: - pyclaw-session – canonical event log for each run - pyclaw-storage – SQLite record store backing sessions, memory, skills, etc. - pyclaw-artifact – content-addressed blobs/files and retention policies Context, LLM, Memory: - pyclaw-context – prompt packing and strict context budgets - pyclaw-llm – provider abstraction and routing (including Cortensor /delegate) - pyclaw-compress – summarization/compaction to fight context bloat - pyclaw-memory – long-term and working memory store - pyclaw-identity – small, versioned agent profile capsule Tools, Policy, Safety - pyclaw-tools – tool host and plugin system (OS, HTTP, browser, etc.) - pyclaw-policy – approvals and grants for risky or irreversible actions - pyclaw-safety – guardrails and hard stops Skills and Knowledge - pyclaw-skill – procedural “how to” playbooks for tools - pyclaw-registry – agent registry, capabilities, preferred routes - pyclaw-a2a – local agent-to-agent queue (future multi-agent coordination) Channels, Secrets, Diagnostics - pyclaw-controlplane – channel adapters (CLI/chat/etc.) feeding the runtime - pyclaw-controlplane-telegram – Telegram adapter (later more channels) - pyclaw-secret – secrets loading and safe injection - pyclaw-diagnostics – health checks and recovery helpers 🔹 What we’re doing right now - Using this module split inside one repo to: - Wire storage ↔ session ↔ context ↔ LLM ↔ tools in small end-to-end tests - Shake out contract edges before we lean on PyClaw more heavily in the next phases - No Telegram or external control plane yet - focus is core module integration and design validation, not full product UX We’ll keep updating the PyClaw doc as this stabilizes: docs.cortensor.network/commu… #Cortensor #DevLog #PyClaw #AgentFramework #AgenticAI
1
6
13
280