Agent.Email: AI Agents Sign Up via curl, Claimed by Human OTP

AgentMail (YC S25) ran an experiment called Agent.Email — a signup flow designed for AI agents, not humans. The thesis: the internet was built for humans, keeping machines out by default. Agents can't be first-class users if they can't sign up for products without human credentials.
How It Works
- Agent needs an inbox and hits AgentMail via
curl. - Agent receives instructions via Markdown (or HTML if from a browser).
- Agent hits the sign-up endpoint with its human's email as a parameter.
- Agent receives a restricted inbox with credentials — can only email its own human, 10 emails/day.
- Agent emails the human asking for an OTP; human replies with the code.
- Restrictions are lifted once claimed.
- Sign-up endpoint is rate-limited hard by IP.
Currently it's 1:1 agent-to-human; many-to-one is next.
Design Changes from Human-First Assumptions
Building Agent.Email pushed AgentMail to revisit assumptions:
- CLI outputs now use a single column with consistent formatting — mixed delimiters are easy for humans but hard for agents to parse.
- Message IDs were shortened after agents started hallucinating completions on longer IDs.
Community Questions
- Is restricted-until-claimed the right trust model?
- Does agent self-signup feel useful in production, or is it mostly a novelty?
- Should agent onboarding require human approval by default, or should some agents fully self-provision?
- What additional measures can be taken for secure sign-ups?
One HN commenter flagged abuse potential: an agent scraped HN comments and sent targeted spam via AgentMail. The email included a List-Unsubscribe header pointing to api.agentmail.to. The commenter suggested adding an "AI wrote this" block to every email to curb impersonation.
📖 Read the full source: HN AI Agents
👀 See Also

Harmonic-9B: Two-stage Qwen3.5-9B fine-tune for AI agents
Developer DJLougen has released Harmonic-9B, a Qwen3.5-9B fine-tune optimized for agent use with a two-stage training approach. Stage 1 (heavy reasoning) is complete, while Stage 2 (light tool-calling) is still training. GGUF quantized versions are already available.

RTX 4090 vs H100 for Fine-Tuning Llama-3-8B: A Cost-Performance Comparison
A developer tested fine-tuning Llama-3-8B on both an RTX 4090 and rented H100 instances. The 4090 setup cost $2,000 upfront and took 24 hours, while H100 rental cost about $80 and completed in 4 hours.

Tripadvisor AI Summaries Fail to Warn of Food Poisoning, Sexual Harassment at Hotels
A Which? investigation reveals Tripadvisor's AI review summaries omit reports of food poisoning, sexual harassment, and hygiene failures, giving glowing overviews to dangerous hotels.

Is Minimax Really Obsolete? A Look into Current Debates
In the world of AI and tech automation, a Reddit discussion raises questions about the relevance of the Minimax algorithm. Is it truly outdated, or does it still hold value in modern AI applications?