My background is in medical imaging with a lot of effort put into cardiac models. Today I one-shotted this using #Fable5 from @AnthropicAI.
Not anatomically perfect, but amazing how far we've come. See the interactive model at https://t.co/MYB4o9es4w
@_catwu@The_Whole_Daisy
I replaced OpenClaw with Hermes Agent on my personal server and honestly the difference is pretty significant.
Much more stable so far, smoother tool execution, and fewer random failures.
π₯π€ The future of healthcare AI - not as single chatbots, but as coordinated teams of specialist agents!
Imagine a hospital where AI agents work together like a medical team, communicating in real-time to deliver better patient care.
This is Health Agents Collective π
if you ever wondered how diffusion models can be used for text generation (like in those blazing fast coding demo) check out @juliarturc latest tutorial
in 24min you'll get the main strategy in D3PM/LLaDA, their inference/training tradeoff and the math intuition behind them
I've been building lots with @claudeai's Claude Code powered by @Zai_org's GLM 4.6 -- one tip I've learned is separating context heavy tasks (like research) into sub-agents.
Coming soon:
- Diagnosis agents
- Insurance verification
- Order generation
- Referral management
All working together as the underlying process management system for entire hospitals. The future of healthcare isn't one AI assistant - it's a team of agents.
I created a simple MCP server to query a FHIR server. IYou can ask it to do things like "give me the list of patients called John Smith over age 55 on the diphenhydramine".
Code: https://t.co/nGjHBPg4Ng
Video: https://t.co/2oF1FPy7Oa
Just received my certificate for Build Multi-Agent Applications - A Bootcamp π
Check out this cohort-based course from @mavenhq π
https://t.co/6NNemKvWZs
@adridder @SAXMKTG @YouTube For me, it's the ability to handle more complex tasks by breaking it down into agents. The manager simply needs to know the expertise if each agent and offloads the task there. As @SAXMKTG said, those specialized agents could have access to specialized tools or knowledge.
.@OpenAI's Swarm is an interesting educational proof-of-concept, but it (predictably) doesn't stand a chance against Microsoft's @pyautogen. That shouldn't stop you from trying it, though! Or at least reading the associated handbook.