SShortSingh.
Back to feed

Non-Developer Builds AI Telegram Bot to Manage Tasks After Missing Client Calls

0
·1 views

A database consultant with no formal software background built Wingman, an AI-powered Telegram bot, after repeatedly missing client calls and forgetting personal tasks. The bot accepts plain-English inputs to schedule reminders and features a /focus command that analyzes deadlines and overdue items to recommend a single priority task each morning. Built over several months using AI coding assistance, the project runs on Node.js, OpenAI's API, SQLite, and is hosted on Railway. Development surfaced real-world challenges including a government-imposed Telegram outage, a timezone bug that misscheduled reminders, and a weak onboarding experience for new users. Wingman is currently in free early beta, with the creator also offering a paid guide documenting the architecture decisions and lessons learned.

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 ·

When AI Gets Everything Right but Produces Nothing Remarkable

A development team built a fully automated YouTube tutorial pipeline using 37 AI agent roles — covering scripting, visual design, voiceover, subtitles, and final assembly across seven stages. After completion, their internal review system, called Fable, flagged not a single error, yet concluded the output was 'perfect mediocrity' — technically flawless but devoid of any unexpected creative spark. The team identified the core problem as 'mechanism worship,' where well-defined specs become a ceiling that prevents agents from exceeding expectations. In response, they introduced two safeguards: a 'Contract Gate' that blocks any agent lacking a defined 'beyond-spec' creative obligation, and a 'Pilot-Before-Fan-Out' approach that requires human sign-off on a small sample before full-scale execution. The experience led the team to argue that any automated pipeline must deliberately build in mechanisms for breaking its own rules, or risk producing work that passes every checklist while missing a soul.

0
ProgrammingDEV Community ·

How a 37-Agent AI Film Crew Revealed the Hidden Trap of Perfect Mediocrity

A development team built a fully automated 37-agent pipeline to produce a YouTube tutorial, with each AI role — writer, designer, subtitle artist, and others — completing its task without a single error. A post-mortem review system flagged that the real danger was not failure but flawless compliance with specs, producing output that was technically correct yet creatively hollow. To counter this, the team introduced a 'Contract Gate' requiring every agent to define what 'beyond specification' means for its role before execution is permitted. A second safeguard called 'Pilot-Before-Fan-Out' mandates generating a small sample for human review before full-scale output, preventing costly wholesale regeneration. The team concluded that building an automated pipeline also requires deliberately engineering moments for human judgment and creative intervention.

0
ProgrammingDEV Community ·

Adiuvo Explorer Board Brings AMD FPGA Development to Students for $99

The Adiuvo Explorer Board is a new $99 open-source FPGA development platform built around the AMD Artix UltraScale+ AU7P chip, targeting students and hobbyists priced out of traditional FPGA hardware. The board requires only a USB-C cable and AMD's free Vivado software to get started, eliminating the need for separate programmers or power supplies. It offers 82,000 logic cells, 216 DSP slices, and 3.8 Mb of block RAM, along with Pmod, Zmod, and SYZYGY interfaces plus GTH transceivers capable of 12.5 Gbps. A cost-saving PCB design technique using offset through-hole vias allows the fine-pitch BGA layout to be manufactured without exotic fabrication processes. All schematics, PCB layouts, and reference designs are being released publicly, making the board a practical learning tool as well as a functional development platform.

0
ProgrammingDEV Community ·

AI Coding Tools Like Cursor and Claude Code Now Appear in Job Requirements

A review of 866 companies actively hiring on Remoet found that 167, roughly one in five, explicitly name an AI coding tool in their job postings. Cursor leads with 113 mentions, followed closely by Claude Code at 101, while GitHub Copilot, the longest-standing tool in the space, appears in just 64 postings. Major companies including Stripe, Airbnb, Figma, and Robinhood are among those listing specific AI editors as part of their technical requirements. Analysts note this shift has occurred rapidly, as listing AI coding assistants in job descriptions was virtually unheard of 18 months ago. The trend suggests that proficiency with agentic AI coding tools has moved from a personal preference to an expected professional skill at many software firms.