
完整作品展
技术栈
27 projects


在推理时为 AI 代理注入工程化认知能力。
@frank_brsrk · X
reasoning tools for ai agents

在云平台构建和部署AI代理,支持持久线程、Webhook和计划任务。
@computer_agents · X

AI驱动的物业管理平台,自动生成租约、分析房屋检查、全天候回答租户问题
@RenticAI · X
Building — AI that runs the boring parts of property management. Leases go out signed digitally, tenants get instant answers day and night, and inspection reports write themselves from 360° video. Happy to swap feedback!

Ultra-specialized secure AI agents to propel your revenues.
@TharejaRushil · X

在统一终端中同步管理多个AI代理和项目。
@soracstv · X
I run my AI coding agents with AgentsRoom, a visual command center for multi-agent development. @AgentsRoomDev #VibeCoding #AI

自动QA智能体测试网页和移动应用,发现流程和漏洞,重放测试场景。
@AbdullahYusufY · X
Here is ours We are developing autonomous QA agents feel free to check it out.

使用 Claude Code 构建可通过 SMS 与外部系统交互的 AI agent。
jacobgc · HN
Outside Agent – Build SMS Agents from Claude Code


在多个运行时中设计、验证和比较AI代理部署,具有内置治理功能。
@paulrodturner · X

用 Muse Image 生成包含可读文字的多参考合成图像
zxhywork · V2EX
Muse Image AI Meta Superintelligence Labs 7 月 7 号发布了他们第一个图像模型 Muse Image ,内部代号 Mango 。玩了两天,这个模型有几个点确实有意思: - **Agentic 生成**:出图前先规划布局,需要事实的场景会联网搜,画完自查一轮再交稿,长 prompt 一次过的概率明显高 - **图内文字能看了**:海报标题、图表、甚至可扫的二维码都能直接画进图里,这是大部分生图模型至今糊掉的地方 - **多参考图合成**:从几张照片里分别取人脸、服装、产品、背景,融成一张不违和的图 官方入口在 Meta AI App / meta.ai / Instagram Stories ,国内用着别扭,还得装 App 。我就照着上一个站的路子做了个纯网页版:[museimages.io]( https://museimages.io/)。 产品上砍得很狠,只做图像,三个入口: - [Meta Muse Image 在线生成器]( https://museimages.io/ai-image-generator)

让AI模型通过3D动画展现香蕉植物的完整生命周期来比较性能。
fran-mora · HN
I gave 5 AI coding agents one prompt: grow a banana plant through its whole life in three.js: sprout, leaves, flower, fruit, rot, then pups that restart the loop. It's deceptively simple and yet very hard to get right from procedural code: you have to write working three.js and understand how the plant is actually built; how it hangs, ages and decays. Get the biology wrong and the code renders something weird. These are agents, not bare models (Claude Code and Codex for now). They can use tools, including playwright to check their work and improve it.