TeamOut AI Agent for Company Retreat Planning

What TeamOut AI Does
TeamOut AI is an agent that plans company retreats and events entirely through conversation. Similar to how Lovable helps build websites through chat, TeamOut applies that approach to event planning. The system handles venue sourcing, vendor coordination, flight cost estimation, itinerary building, and overall project management.
How It Works
The core agent relies on a combination of models including Gemini, Claude, and GPT. A central LLM-based agent maintains planning context across turns and decides which specialized tool to call next. Each tool has a specific responsibility:
- Venue search and filtering
- Cost estimations (accommodation + flights)
- Budget comparisons
- Quote and outreach flows
- Communication tool with the TeamOut team
For venue recommendations across more than 10,000 venues, the system does not rely purely on the language model. It embeds both user requirements and venues into vector representations and retrieves candidates using similarity search. Hard constraints such as capacity and dates are applied first, and results are ranked before being presented.
Interface and Workflow
The interface uses a split layout: conversation on the left and structured results on the right. As you refine the plan in chat, the event updates in real time, allowing an iterative workflow rather than a static search experience. The agent orchestrates tools, manages evolving constraints, and surfaces trade-offs explicitly.
Business Model and Limitations
TeamOut makes money from commissions on venue bookings. It's free for teams to explore options and plan. The agent does not invent venues or fabricate pricing, and it's not designed to replace human planners for very large or highly customized events.
Background
The company went through YC in 2022 but didn't launch on HN at the time. Back then, the product was more traditional, closer to an Airbnb-style search marketplace. Over the past two years, after helping organize more than 1,200 events, they rebuilt the core system around an agent architecture that directly manages the planning process.
📖 Read the full source: HN AI Agents
👀 See Also

Local LLM Performance Benchmarks on Mac Mini with OpenClaw and LM Studio
A Reddit user posted performance figures for running the Unsloth gpt-oss-20b-Q4_K_S.gguf model locally on a Mac Mini with 32GB RAM, achieving 34 tokens/second with a 0.7 second time to first token using OpenClaw 2026.3.8 and LM Studio 0.4.6+1.

AgentLens: Observability Tool for Multi-Agent AI Workflows
AgentLens provides unified tracing across Ollama, vLLM, Anthropic, and OpenAI, with cost tracking, an MCP server for querying stats from Claude Code, and a CLI for inline checks. It's self-hosted and runs locally via Docker.

Claude Compact Guard Plugin Uses New PostCompact Hook to Preserve Context
A developer has released claude-compact-guard, a plugin that automatically saves critical context before Claude's /compact command destroys it, then reinjects everything after. It uses Anthropic's new PostCompact hook released 4 days ago.

MCP Gateway for Secure Remote Access to Internal Tools
An open-source MCP gateway aggregates multiple MCP tool servers into a single connection, enabling secure access via Claude Desktop without exposing public endpoints. It uses OpenZiti/zrok for zero-trust networking and requires only one configuration entry with a share token.