SShortSingh.
Back to feed

CS Student Builds AI Agent That Turns Construction Site Updates Into Coordinated Actions

0
·1 views

Daries, a computer science student and AI engineer from Accra, Ghana, developed OG Foreman, an AI-powered construction site coordinator submitted to the AllThingsAgentic Hackathon. The tool allows site teams to submit a single plain-language update, which the system then breaks down into structured project actions such as marking tasks complete, logging blockers, tracking material stock, and flagging shortages. Built on Google's Gemini, Agent Development Kit, Cloud Firestore, and a Next.js front end, the system deliberately separates language understanding from database write access to prevent errors. Consequential actions like material procurement are prepared and explained by the AI but require approval from an authorized human before execution. The project aims to solve a common construction management problem where critical site information gets lost across chat messages, calls, and spreadsheets rather than being captured in a central project record.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Google Offers US College Students One Free Year of AI Pro Plan Worth $240

Google announced on August 19, 2026, that eligible US college students can claim a free 12-month subscription to Google AI Pro, a plan normally priced at $19.99 per month. The offer includes four times higher Gemini usage limits, integrations with Google apps like Gmail and Docs, and 5 TB of Google One storage. Students must redeem the promotion before December 31, 2026, after which standard pricing applies unless they cancel. Google has also added a dedicated student hub within the Gemini app, featuring tools such as study notebooks and Deep Research in Gemini Live. A separate 12-month offer for students outside the US provides the Google AI Plus plan with 2x usage limits and 400 GB of storage.

0
ProgrammingDEV Community ·

Weekly Cyber Roundup: AI Impersonation, Android Malware, and INTERPOL Crime Bust

Attackers are creating fake websites mimicking AI brands like Claude to distribute malware through deceptive installers that hollow out browser processes once executed. A new report reveals that leading AI labs including OpenAI, Meta, and Anthropic still lack publicly disclosed emergency containment protocols for rogue AI models. The ToxicPanda Android malware has been updated to support 167 remote commands and targets 349 financial apps across 16 countries using invisible phishing overlays. Researcher Matthew Callaghan accidentally discovered that AliExpress was using inaudible audio signals to fingerprint and track users' browsers without their consent. Separately, an INTERPOL operation targeting West African cybercrime rings uncovered a growing trend of sextortion attacks against minors as young as 14.

0
ProgrammingDEV Community ·

Italian Cybersecurity Student Joins DEV to Share Embedded and Web Projects

A Computer Engineering student based in Italy has introduced themselves to the DEV Community, highlighting their focus on cybersecurity. They believe understanding how to build systems is essential before attempting to secure or exploit them. Their recent work spans two areas: writing embedded C firmware for the M5Stick S3 and developing web applications using Next.js and React. The student follows a hybrid workflow, concentrating on system architecture and edge cases while using AI tools to assist with code generation, then reviewing the output carefully. They aim to build in public, share projects, and learn from fellow developers on the platform.

0
ProgrammingDEV Community ·

Developer finds AI alone insufficient for debugging, credits community forums for key fix

A developer encountered a persistent bug related to Tailwind CSS classes not working correctly with third-party elements in a React Native project. Initial attempts to resolve the issue using the AI assistant Claude produced a working but undesirable workaround that replaced Tailwind classes with plain CSS. The developer turned to traditional online forums and discovered a community-reported issue that provided both the fix and a deeper understanding of how Tailwind interacts with third-party components. Armed with that context, the developer was able to prompt the AI model more precisely and receive the correct solution. The experience led to a broader reflection that human-shared knowledge in forums remains essential, as it serves as the foundation AI models learn from and that engineers must understand to use AI tools effectively.

CS Student Builds AI Agent That Turns Construction Site Updates Into Coordinated Actions · ShortSingh