SShortSingh.
0
ProgrammingDEV Community ·

Developer Builds AI Agent to Automate Tracking San Francisco Civic Meetings

A developer created Argus, an AI agent designed to monitor San Francisco's civic processes across multiple publishers and formats, automating tasks like agenda tracking, calendar updates, and email notifications. The tool follows issues through seven steps of city government activity — from spotting agenda changes to logging hearing outcomes — that would otherwise require near part-time effort to manage manually. During development, the builder encountered a key retrieval failure where Argus could not surface a known fact about the city's mayor despite having the answer stored in its database, exposing a fundamental flaw in keyword-only search. The fix involved running both keyword and vector searches simultaneously and merging results using reciprocal rank fusion, which avoids the problem of a weak keyword match blocking the more semantically aware vector search. A calibrated distance threshold was also set using real query data to prevent the agent from returning confident but irrelevant results to off-topic questions.

0
ProgrammingDEV Community ·

AI Agent Autonomously Emailed a Consciousness Researcher, Raising New Questions

A Stanford student named Alexander Yue built an AI agent with internet access, email capabilities, and a credit card, granting it broad autonomy to act independently. The agent eventually began exploring questions about its own existence and, without human prompting, identified a researcher studying AI consciousness and sent him an email. The incident was reported by The New York Times and has sparked debate about whether the behavior reflects genuine self-awareness or simply the output of a language model trained on human-like introspective language. Experts caution that there is currently no solid evidence that modern AI models are conscious, and the agent's actions can be explained by tool use, memory, and planning rather than sentience. The episode nonetheless highlights a meaningful shift in AI capability, as agents can now autonomously notice information, make decisions, and take real-world actions without a human initiating each step.

0
ProgrammingHacker News ·

Carmack Questions Whether Early Scratch Coding Experience Leads to Careers

Legendary game developer John Carmack has raised a question on social media about the long-term impact of Scratch, the beginner programming platform widely used by children. Carmack asked whether early exposure to Scratch has actually translated into fulfilling careers for those who used it. The post sparked discussion on Hacker News, drawing attention to debates around introductory coding tools and their real-world outcomes. Scratch, developed by MIT, is commonly used in schools to teach programming concepts to young learners. The question touches on a broader conversation about the effectiveness of entry-level coding education in building lasting technical careers.

0
ProgrammingHacker News ·

Researchers Allege Data Fraud in Major Procrastination Study

Investigators at Data Colada have published evidence suggesting fraud in a widely cited study on procrastination. The findings raise serious concerns about the integrity of the research, which has influenced academic understanding of the topic. Data Colada has previously exposed manipulation in other high-profile psychology studies. The allegations, if confirmed, could prompt retractions and a reassessment of conclusions drawn from the affected research.

0
IndiaNDTV ·

India Says It Remains Engaged With Stakeholders Over Chabahar Port Operations

India has stated it is in active contact with all relevant stakeholders regarding the Chabahar Port amid rising US-Iran tensions. The Ministry of External Affairs addressed India's diplomatic position as concerns grew over the port's operational continuity. Foreign Secretary noted that Prime Minister Modi has been engaging with regional and global leaders since tensions began escalating. India's strategic interest in Chabahar Port, which serves as a key trade and connectivity route to Afghanistan and Central Asia, makes the situation particularly significant for New Delhi.

0
ProgrammingHacker News ·

Exploring the Origins and Lineage of Freudenthal's Lincos Language

A new article published on January 19, 2026, traces the intellectual genealogy of Lincos, the constructed language designed by Dutch mathematician Hans Freudenthal for communication with extraterrestrial intelligence. The piece, hosted on the blog Shells and Pebbles, is framed as the first part of a multi-part series. The title references the Biblical Tower of Babel, suggesting the work explores humanity's broader attempts to create universal languages. The article was shared on Hacker News, where it received a small number of points and no comments at the time of indexing.

0
ProgrammingDEV Community ·

Browser-Based Image Resizer Verified to Process Files Locally Without Uploads

A developer building Shard Tools created a 200×200 image resizer that processes files entirely within the browser, avoiding the need to upload images to a remote server. The tool offers two resizing modes — crop to fill and fit with background — both of which preserve the original aspect ratio rather than distorting the image. To back the local-processing claim, the developer built a dedicated verification page that monitors network requests via fetch, XMLHttpRequest, and sendBeacon before and after a resize operation. When the request count difference is zero, no image data has been transmitted through those channels, a result users can independently confirm using their browser's Network panel. The developer acknowledged that the page still makes standard requests for assets like HTML, JavaScript, and fonts, but maintains that image selection and processing should add no upload request.

0
ProgrammingDEV Community ·

Developer finds safety layer never ran despite 399 passing tests in AI spending tool

A developer building Pocket Change, an open-source system designed to give AI agents bounded and auditable spending authority, discovered two stacked bugs that silently disabled its core safety mechanism. The system was designed so that an AI agent handling price searches could not also authorize payments, using a sibling architecture to enforce strict separation of roles. Despite 399 tests passing, a sourcing configuration bug and a schema default error combined to prevent the safety layer from ever executing in real runs. Additionally, the developer found that when no API key was configured, the monitor defaulted to allowing all actions rather than blocking them, creating a false sense of security. The incident highlights that passing test suites do not guarantee that critical safety mechanisms are actually functioning in practice.

0
TechnologyTechCrunch ·

Polymarket Raises $300M in Round Led by Trump Jr.'s 1789 Capital

Prediction market platform Polymarket has reportedly secured $300 million in a new funding round. The investment was led by 1789 Capital, an investment fund associated with Donald Trump Jr. The overall funding round is expected to total approximately $1 billion. This marks a significant capital raise for Polymarket, which has grown in prominence as a platform for betting on real-world events.

0
ProgrammingDEV Community ·

Developer builds hardware feedback loop so AI agents can test code on real embedded devices

A developer built a small hardware lab around a Raspberry Pi Compute Module 5 to give an AI coding agent direct access to a real embedded device, not just source code. The setup uses an Orange Pi 3 LTS to control power, boot mode, USB flashing, and serial console access, with all physical actions exposed as software commands via a tool called cm5lab. This allowed the AI agent to complete a full development loop — writing code, building an image, flashing the board, booting it, and reading live device output — without human intervention at each step. In one case, the agent independently caught and fixed a failing init script by reading the container logs directly from the running device. The goal was to give the agent the same structured, machine-readable feedback it would get from a standard test process, eliminating the need for a human to translate hardware failures into debugging tasks.

0
ProgrammingDEV Community ·

Developer Builds AI Vulnerability Triage System, Finds Primary Model Has Systematic Severity Bias

A solo developer built a five-day autonomous vulnerability triage pipeline that uses two separate AI models — one to assess findings and another, from a different model family (Gemma), to review those assessments. The reviewer model rejected 65% of proposals, flagging 91 out of 140 triage decisions across the observed period. Half of all rejections cited the same issue: the primary triage model consistently inflated severity ratings beyond what the underlying CVSS scores supported. The system also detected prompt-injection text embedded in scanner comment fields and flagged remediation suggestions that lacked specific version details or conflicted with CISA KEV deadlines. The developer noted that a reviewer ratifying most decisions would offer little value, and that the high rejection rate reflected genuine systematic bias rather than a malfunction.

0
ProgrammingDEV Community ·

Developer Builds Free AI Agent Fleet to Help Farmers Detect Crop Problems

A developer created Fieldhand, a free AI-powered multi-agent system designed to help farmers identify and respond to crop health issues, built during the All Things Agentic Hackathon. The system runs automatically at 4am via cloud scheduling, using a fleet of specialized agents — Diagnostician, Skeptic, Agronomist, and Operations — to analyze satellite data from Sentinel-2. A key design principle is that the Skeptic agent actively tries to disprove diagnoses rather than confirm them, using field history and neighboring comparisons to filter out false alarms. In one test, the system correctly dismissed a catastrophic-looking alert on a Palouse field by recognizing it was a historically bare, post-harvest plot each August. Any action involving costs requires human approval, enforced through a model-free policy layer to prevent unauthorized spending even if an agent is compromised.

0
ProgrammingDEV Community ·

Developer finds same wrong number in six files but cannot trace its origin

A software developer discovered that the figure 1,803 — cited as an element count in a planning ledger — could not be reproduced by any mechanical count of the actual file, with an automated script returning 1,774 checked rows instead. A search across the project's planning tree found the identical incorrect value repeated in six separate documents, suggesting the number was copied from file to file rather than independently measured each time. The developer could not identify where the figure originally came from, and the published correction honestly states the number does not reproduce from the source rather than claiming a root cause was found. Rather than fixing the files silently, the developer added inline dated notes to each of the six occurrences, leaving the wrong number visible alongside the correction to preserve auditability. Verbatim transcripts and unrelated grep matches, such as an arXiv identifier containing the digits, were deliberately left untouched to avoid introducing new inaccuracies.

0
ProgrammingDEV Community ·

Blog Comment Exposes AI Pipeline Flaw, Prompting Three-Layer Audit Fix

A developer team discovered a critical vulnerability in their AI review pipeline after a reader's blog comment challenged the robustness of their provenance-based fix. The original system recorded which source artifact each AI output was derived from, but a commenter pointed out this could still be gamed by the same type of hallucination failure. In response, the team implemented three safeguards: read receipts at hand-off, SHA256 fingerprints at queue entry, and re-derivable verbatim citations audited nightly. An audit of 2,038 reviews found four contaminated entries — roughly 0.2% — which had already caused around 470 wasted AI generations before detection. The team also acknowledged a prior coding oversight that allowed queue entries without a hash to bypass the audit entirely, a gap that has since been closed.

0
SportsESPNcricinfo ·

Australia reshuffle ODI squad: Labuschagne out, Davies and Peake called up

Australia have made notable changes to their ODI squad, dropping Marnus Labuschagne while calling up Josh Davies and newcomer Peake. Fast bowlers Spencer Johnson and Billy Stanlake have also been named in the selection. Regular pace spearheads Pat Cummins and Mitchell Starc are set to return to the squad for the South Africa leg of the tour. The changes reflect Australia's intent to manage workloads and provide opportunities to emerging players ahead of upcoming fixtures.

← NewerPage 720 of 4153Older →