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

9 Free Claude Code Skills for Medical Research Workflow
A radiology researcher has open-sourced 9 Claude Code skills covering the medical research workflow from literature search to manuscript preparation. The skills include PubMed searching with anti-hallucination verification, statistical analysis code generation, and publication-ready figure creation.

Google PM Open-Sources Always On Memory Agent with SQLite Storage, No Vector DB
Google senior AI product manager Shubham Saboo has open-sourced an Always On Memory Agent that stores structured memories in SQLite instead of using vector databases, running on Gemini 3.1 Flash-Lite with scheduled memory consolidation every 30 minutes.

Rowboat: Open-Source AI Coworker with Knowledge Graph Memory
Rowboat is an open-source app that transforms your work into a living knowledge graph, storing data locally as Markdown, and offering AI-driven local assistance.

Obsidian Integration for Persistent Memory in OpenClaw and Claude Code
A Reddit user demonstrates how connecting OpenClaw and Claude Code to an Obsidian vault creates persistent long-term memory across sessions. The setup automatically links memories, context, project files, and notes, with all instances able to access shared memory when needed.