Project ideas from Hacker News discussions.

How do Traffic Signals Work (2019)

📝 Discussion Summary (Click to expand)

Theme 1: Benefits and hurdles of coordinated/adaptive signal control (ASCT)
- “My cynical ass would not be surprised at all if oil/gas companies were lobbying against ASCT because idling cars are buying more fuel.”Sohcahtoa82
- “Connecting traffic signals costs more … and the benefits may be subtle, hard to predict, and maybe even hard to measure.”toast0
- “ASCT is standard practice … on most junctions in most towns and cities in the UK for over 20 years.”mlaretallack

Theme 2: Poor synchronization and driver mistakes create unnecessary congestion
- “It blows my mind how many people don’t realize that’s what those circles near the stop bar … are for, and will then stop 3+ car lengths behind the stop bar, and then can’t figure out why the light is never going green.”Sohcahtoa82
- “Two intersections, only about 500 feet between them … the lights were often exactly out of sync … traffic would only move about 500 feet then stop for 2 minutes. The backup would last well over a mile.”at1as
- “If I had a nickle for every time I’ve had to get out of my car … and explain that they need to pull forward for the light to change …”mock‑possum

Theme 3: Human oversight vs. automated/AI control (cops, power‑out experiments, safety concerns)
- “There’s a major arterial near my house. One day, the power went out … throughput … increased dramatically, as drivers simply cooperated with each other.”WalterBright
- “When traffic is really heavy humans are better than machines at getting traffic through. However they cost a lot of money …”bluGill
- “I guess the main reason traffic lights exist is to avoid incidents, not necessarily to maximize throughput.”teelinger
- “It is not possible to certify an expert system (or … ‘AI’) because it is not possible to use formal methods to prove correctness.”Tangurena2


🚀 Project Ideas

StopRight: AR Guide for Optimal Inductive Loop Positioning

Summary

  • Uses smartphone AR to show drivers exactly where to stop over inductive loop sensors so traffic lights detect their vehicle.
  • Core value proposition: Reduces unnecessary stops and frustration by making hidden sensor zones visible to all drivers.

Details

Key Value
Target Audience Commuters, rideshare drivers, driving schools
Core Feature Real-time AR overlay indicating the optimal stop zone over loop detectors, with audible/visual feedback if stopped too far back
Tech Stack Unity AR Foundation (ARKit/ARCore), Mapbox SDK for intersection geometry, Firebase for crowdsourced sensor maps
Difficulty Medium
Monetization Revenue-ready: Freemium (basic free, premium city packs $4.99/month)

Notes

  • HN users lament drivers stopping "3+ car lengths behind the stop bar" and not knowing why lights stay red (Sohcahtoa82).
  • Provides a practical, low‑cost way to improve intersection throughput without new infrastructure.

FlowSync: AI‑Powered Adaptive Traffic Signal Controller Using Existing Cameras

Summary

  • Leverages current traffic‑camera feeds with edge‑AI to dynamically adjust signal phases for maximum throughput.
  • Core value proposition: Delivers adaptive signal control benefits without costly new sensor loops or dedicated hardware.

Details

Key Value
Target Audience Municipal traffic engineers, smart‑city contractors
Core Feature Real‑time vehicle detection and queue length estimation from existing cameras, outputs optimized phase plans via NTCIP to signal controllers
Tech Stack Python/OpenCV + TensorRT on NVIDIA Jetson edge devices, MQTT for command transport, React/Node.js dashboard, Docker for deployment
Difficulty High
Monetization Revenue-ready: SaaS subscription $150 per intersection per month (includes cloud analytics and support)

Notes

  • Commenters note that "hooking cameras up to AI … to maximize throughput" is technically feasible and would cut idling (WalterBright, teelinger).
  • Offers a concrete path for cities to test adaptive control using assets they already own, sparking discussion on cost‑benefit tradeoffs.

SignalSim: Open‑Source Adaptive Signal Control Design & Evaluation Toolkit

Summary

  • Web‑based simulator for modeling intersections and comparing actuated, coordinated, and AI‑driven signal strategies.
  • Core value proposition: Enables engineers to quickly evaluate control plans and estimate delays, stops, and emissions before field deployment.

Details

Key Value
Target Audience Traffic engineers, urban planners, transportation researchers
Core Feature Drag‑and‑drop intersection builder, library of control algorithms (actuated, coordinated, reinforcement‑learning), export of performance metrics (HCM‑style)
Tech Stack React + Three.js for visualization, Node.js backend, SUMO integration for microsimulation, Dockerized deployment
Difficulty Medium
Monetization Hobby

Notes

  • HN discussers point out the lack of accessible tools to experiment with adaptive signal control (Sohcahtoa82, mlaretallack).
  • An open‑source kit would lower the barrier for experimentation, foster community contributions, and generate practical data for real‑world deployments.

Read Later