SShortSingh.
0
ProgrammingDEV Community ·

Developer Shares Hard Lessons from Building Camrade, an AI Voice Photo Studio

A developer building Camrade, a voice-first AI photo editing tool, has documented the critical failures that shaped its architecture. An early bug caused the voice model to confidently describe a wine bottle that did not exist in any image, because no photo was ever actually sent to it. This exposed a core design flaw: a confident wrong answer is more damaging than silence, as it undermines trust in all other outputs. The fix was structural — the voice model was permanently barred from making visual claims without first calling a separate image-analysis tool. Other silent failures included a mishandled authentication error that prevented user profiles from ever loading, and a server that kept running stale code because Vite's hot reload did not cover manually booted Node modules.

0
SportsESPNcricinfo ·

Handscomb earns Australia A recall ahead of India Test series

Peter Handscomb has been named in the Australia A squad as selectors keep an eye on the upcoming Test series against India. Nathan McSweeney and Sam Konstas have been included in both the four-day and one-day squads, reflecting their continued prominence in Australia's plans. Pace bowlers Kane Richardson and Mahli Doggett have been selected for the red-ball component of the tour. The Australia A fixtures are seen as a key preparation and selection platform ahead of the high-profile India series.

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.

← NewerPage 721 of 4154Older →