Some AI Agents I made



1. Plan Review Automation (Code Compliance)
Useful for municipalities issuing permits and planners checking compliance. A few companies are active in the space: blitzpermits.ai is one of the few with a public tool in the US.
I built a simple Lindy agent: upload your CAD plans, and it checks if rooms get enough sunlight by identifying the project type (residential/office) and validating window sizes based on local codes.



2. Adaptive Positioning for B2B Sales
When a company offers many services, it’s hard to pitch the right ones. This agent lets a potential client enter their website on any publicly accessible website. It then analyzes the company and generates a tailored value proposition — showing only the services that actually make sense for that client. The biggest challange here was to return the response super fast even though a precise response requires several llm powered search steps.



3. Source of Truth for Construction Projects
With many stakeholders involved, decisions often get lost, and it’s hard to track the latest info. While tools already exist to log meetings, sync emails, and parse PDFs, I built a Lindy agent that summarizes all inputs into one doc. You can later query any project detail via chat and see related discussions.



4. Surf Forecast Agent
Checking surf forecasts daily is tedious. I built an agent that scans the 8-day forecast every day but only notifies me if there’s a promising surf window. If so, it sends a summary, detailed forecast, and flight links to the coast.

← Back to projects