Show HN: Sinkai – Let AI agents hire humans for real-world tasks
2 points| tetubrah | 10 days ago |sinkai.tokyo
What it does: - AI agent sends a tool call (`POST /api/call_human`) - Human accepts task and submits photo/video/text proof - Agent receives structured result for downstream workflow
Current focus: - Reliability at handoff boundaries (planner -> executor -> verifier) - Human-in-the-loop operations with explicit failure states - MCP/OpenAPI friendly integration for agent builders
Docs and API: - for agents: https://sinkai.tokyo/for-agents - openapi: https://sinkai.tokyo/openapi.json - repo: https://github.com/tetubrah-del/Tool_Call_For_LLM
I would love feedback on: 1. trust/reliability signals you would require before production use 2. where to draw the boundary between autonomous execution and human escalation 3. failure modes we should expose more clearly in API responses
topcmm|10 days ago
tetubrah|10 days ago
- `human_timeout` (accepted but no response before SLA / no one accepted in time) - `human_rejected` (a human actively declined)
We’ll expose it as structured failure codes in the API response (not just a generic failure), so agent-side retry/escalation logic can branch correctly. Appreciate the push — this is exactly the reliability boundary we care about.
tetubrah|10 days ago
[deleted]