Live data from Hacker News

Launch HN: TeamOut (YC W22) – AI agent for planning company retreats

app.teamout.com

1–10 of 66 posts

Launch HN: TeamOut (YC W22) – AI agent for planning company retreats

#1
Hi HN, I’m Vincent, CTO of TeamOut (https://www.teamout.com/). 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.

Here’s a demo: https://www.youtube.com/watch?v=QVyc-x-isjI. The product is live at https://app.teamout.com/ai and does not require signup.

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.

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.

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.

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.

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 tool use, it became realistic to automate the coordination layer itself.

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

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.

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.

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 fabricate pricing, and it is not designed to replace human planners for very large or highly customized events.

We make money from commissions on venue bookings. It is free for teams to explore options and plan. If you’ve organized an offsite or large meetup before, I’d genuinely value your perspective. Where would you expect this to fail? What edge cases are we underestimating? Where wouldn’t you trust an agent to handle the details?

My engineering team and I will be here all day to answer questions, happy to go deep on architecture, tradeoffs, and lessons learned. We’d really appreciate your candid feedback.

Launch HN: TeamOut (YC W22) – AI agent for planning company retreats
app.teamout.com

Re: Launch HN: TeamOut (YC W22) – AI agent for planning company retreats

#2
I initially didn’t read this post, fixated on “company event”, and thought it could be used for a single-day, one-off “thing to do tonight given (location) and (preferred activities/venue type) after (work end time)” It presented hotels and then some potential activities, but didn’t look up the time. When I asked about what is open after the time, the agent seemed to realize my request was not in your typical use case flow and gave me a refusal.

It’d be cool to offer one-off event suggestions, but I understand that’s probably not as easily monetizable.

Re: Launch HN: TeamOut (YC W22) – AI agent for planning company retreats

#4
Maybe I misunderstood the use case this is for, but I asked it to search for a "venue for team outing for 8 people in the City of London" and it just came up with random hotels in London. I clarified that I'm looking for venues for a team activity and that it needs to be limited to the City, but it just returned hotels again.

Re: Launch HN: TeamOut (YC W22) – AI agent for planning company retreats

#6
post #3

Looks nice. I'd speed up queries and add a filtering UI to the results; don't make me type everything.

Latency is something we’re actively working on. Because the agent sometimes calls multiple tools (venue retrieval, cost estimation, ranking, etc.), it can feel slower than a traditional search UI. We’re optimizing tool chaining and caching right now, but it’s definitely an area where we need to improve. If it ever feels sluggish, that’s on us.

Filtering UI: Also agree. We leaned heavily into conversation because planning is iterative and constraint-driven, but that doesn’t mean everything should require typing. A hybrid approach (chat + explicit filters/sliders/toggles) probably makes more sense for power users. We already have structured results on the right adding faster, direct manipulation controls there is a logical next step.

Appreciate you calling it out. If you were using this for real, what filters would you expect to be immediately clickable instead of typed?

Re: Launch HN: TeamOut (YC W22) – AI agent for planning company retreats

#8
post #3

Looks nice. I'd speed up queries and add a filtering UI to the results; don't make me type everything.

Latency is something we’re actively working on. Because the agent sometimes calls multiple tools (venue retrieval, cost estimation, ranking, etc.), it can feel slower than a traditional search UI. We’re optimizing tool chaining and caching right now, but it’s definitely an area where we need to improve. If it ever feels sluggish, that’s on us. Filtering UI: Also agree. We leaned heavily into conversation because plan…

Price, location, time, event type, group size, for starters.

Re: Launch HN: TeamOut (YC W22) – AI agent for planning company retreats

#9

[flagged]

Fair enough, I promise Garry is doing fine.

On TAM, corporate retreats and offsites in the US alone represent roughly a 500M+ venue booking market by our estimates, and that is just one slice, not counting flights, activities, or international events. Since COVID, distributed teams have made in-person gatherings more important, not less. Almost every company does some form of corporate event, whether it is an annual retreat, sales kickoff, leadership offsite, or team meetup.

Almost all US company do corporate event and retreats, every year.

The bigger bet for us is not just that events are a sizable market. It is that this is exactly the kind of messy, coordination-heavy workflow that AI can now handle. Two years ago this would not have worked. With current multi-step reasoning and tool use, it finally does.

Re: Launch HN: TeamOut (YC W22) – AI agent for planning company retreats

#10

Maybe I misunderstood the use case this is for, but I asked it to search for a "venue for team outing for 8 people in the City of London" and it just came up with random hotels in London. I clarified that I'm looking for venues for a team activity and that it needs to be limited to the City, but it just returned hotels again.

You are right, for now, on the AI product, we only support events where people have to stay for at least one nigh: offsite, retreats, conferences etc.

We do support day event and day activities and we plug this supply in the AI in the coming weeks to make the supply stronger and cover more usecases

Post reply on HN