I had the pleasure of competing in SCU's Hack 4 Humanity 2025.

My team's project for this hackathon was lmk, an AI and Next.js based web service that could effectively analyze dangerous scenarios and alert respective users within close proximity.

Our project was inspired by ethical concerns such as the bystander effect and reporting bias. People tend to hesitate to report incidents, assuming someone else will, often leading to unresolved issues. In some communities, severe incidents may be downplayed or ignored due to social pressures. We were further motivated to develop a solution due to the recent (as of the time of this writing) fires in Pacific Palisades and the general Los Angeles region.

lmk is a platform designed to lower the barrier to reporting hazards, providing visibility to local incidents. Working to keep communities safe, this project is designed to be entirely crowd-sourced, allowing the public to maintain the service's data fully.

The workflow for our project involved an incredibly well-polished frontend linked with a powerful backend and database. We utilized Next.js, TailwindCSS, ShadCN, and Mapbox to develop a professional-looking interface, complete with animations, an interactable map, and forms to submit. The backend supported this UI with Next.js, Mapbox API, OpenAI API, and Supabase (a PostgreSQL database).

While some tasks were able to be completed with simple JSON retrieval, we utilized OpenAI's GPT 4 and 4-Turbo to develop an intellectually strong collection of AI agents, working together to populate pre-designed JSON templates. This data would then be sent to Supabase, from which we could fetch the data to be displayed on the map or in reports.

We also designed this project with it being a startup in mind, so user authentication through Google accounts and Supabase provided the much-needed authorization and security for our application. Provided that this is implemented, it would not be challenging to implement paid features, permitting this project to turn into a business.

Future plans for this project also include social media integration, through which we would scan posts to detect harmful or dangerous areas and appropriately warn users. Combined with this, we may send SMS messages to users if they enable location sharing with us, permitting us to warn them without the need to open the app. As an optimization, we could also revise our AI agents to work in parallel as opposed to concurrently, so as to significantly improve our submission runtime (~ 50% decrease in runtime).

This project's source code is public and viewable here, our Devpost here and deployment here.