Launch HN: TeamOut (YC W22) – AI agent for planning company retreats
Quick Answer
TeamOut, an AI agent for planning company retreats, utilizes models like Gemini, Claude, and GPT to automate event logistics.
Quick Take
TeamOut, an AI agent for planning company retreats, utilizes models like Gemini, Claude, and GPT to automate event logistics. The platform streamlines venue sourcing, cost estimation, and itinerary management through conversational interaction, addressing the inefficiencies of traditional planning methods.
Key Points
- TeamOut automates event planning, reducing the need for manual coordination.
- The system has managed over 1,200 events, showcasing its effectiveness.
- It integrates multiple AI models for context-aware planning and decision-making.
- Real-time updates allow for an iterative planning process during conversations.
- The platform supports over 10,000 venues with advanced filtering and ranking.
Article Content
From source RSS / original summaryHi HN, I’m Vincent, CTO of TeamOut (<a href="https://www. teamout. com/">https://www. teamout. com/</a>). We build an AI agent that plans company events from start to finish entirely through conversation. Similar to how Lovable helps build websites through chat, we apply that approach to event planning. Our system handles venue sourcing, vendor coordination, flight cost estimation, itinerary building, and overall project management. <p>Here’s a demo: <a href="https://www.
youtube. com/watch? v=QVyc-x-isjI" rel="nofollow">https://www. youtube. com/watch? v=QVyc-x-isjI</a>. The product is live at <a href="https://app. teamout. com/ai">https://app. teamout. com/ai</a> and does not require signup. <p>We went through YC in 2022 but did not 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, we rebuilt the core system around an agent architecture that directly manages the planning process. With this new version live, it felt like the right moment to share it here since it represents a fundamentally different approach to planning events.
<p>The problem: Planning a company retreat usually means choosing between three imperfect options: (1) Hire an event planner and pay significant fees and venue markups; (2) Do it yourself and spend dozens of hours on research, emails, and negotiation; or (3) Use tools like Airbnb that are not designed for group logistics or meeting space. <p>The difficulty is not just finding a venue.
Even for 30 to 50 people, planning turns into weeks of back-and-forth emails for quotes, comparing inconsistent pricing across PDFs, and tracking budgets in spreadsheets. It becomes an ongoing coordination problem with evolving constraints and slow, asynchronous vendor responses. Most existing software is form-driven, but the real workflow is conversational and stateful. <p>Offsites are expensive and high stakes.
A single event can represent a significant chunk of a team’s annual budget, and mistakes show up directly as cost overruns or poor experiences. Founders and operators often end up spending time on event logistics instead of their actual work. <p>I ran into this while organizing retreats at a previous company. Before TeamOut, I worked as an AI researcher at IBM on NLP and machine learning systems. Sitting inside long email threads and cost spreadsheets, it did not look like a marketplace gap to me.
It looked like a reasoning and state management problem. As large language models improved at multi-step reasoning and , it became realistic to automate the coordination layer itself. <p>Our Solution: The core agent relies on a combination of models such as 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 our team<p>For venue recommendations across more than 10,000 venues, we do not rely purely on the language model. We embed both user requirements and venues into vector representations and retrieve candidates using similarity search.
Hard constraints such as capacity and dates are applied first, and results are ranked before being presented. <p>On the interface side, we use 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. <p>What is different is that we treat event planning as a stateful coordination problem rather than a one-shot search query.
The agent orchestrates tools, manages evolving constraints, and surfaces trade-offs explicitly. It does not invent venues or…
Want this in your inbox every morning?
Daily brief at your local 8am — bilingual EN/中文, free.
More from Hacker News
See more →Show HN: RLM-based local debugger for AI agent traces
HALO (Hierarchal Agent Loop Optimizer) is an open-source tool designed for debugging AI agents by analyzing OTEL compliant execution traces. It utilizes a Recursive Language Model (RLM) to efficiently identify patterns and systemic issues, enabling developers to optimize their agents iteratively without complex setups.


