SShortSingh.
0
ProgrammingHacker News ·

Bild AI, YC W25 Startup, Opens Roles for Product and AI Engineers

Bild AI, a startup from Y Combinator's Winter 2025 batch, is actively hiring for product and AI engineering positions. The company has listed its open roles on its official website at bild.ai/jobs. The job posting was shared on Hacker News as part of the platform's regular hiring announcements. No further details about the roles, compensation, or company size were provided in the listing.

0
TechnologyTechCrunch ·

Fashion Startup Atorie Raises $9.5M Seed Round to Cut Luxury Goods Markup

Fashion startup Atorie announced on Thursday that it has raised $9.5 million in a seed funding round. The company aims to make luxury goods more accessible to consumers by eliminating traditional retail markups. The fresh capital is expected to help Atorie scale its operations and expand its offerings in the luxury fashion space. The fundraise signals growing investor interest in startups disrupting the high-end fashion retail model.

0
ProgrammingDEV Community ·

Laravel package Laragents brings structured AI agent infrastructure to PHP apps

A Laravel developer has open-sourced a package called Laragents, designed to handle the complex infrastructure required when building AI-powered assistants in Laravel applications. The package manages tool-calling loops, multi-turn conversations, session-persistent memory, and event-driven agents that go beyond simple API calls to AI models. A key feature is an iteration cap and an empty-streak guard, which prevent runaway loops where a model repeatedly calls failing tools, reducing unnecessary API costs. Laragents also introduces a two-parameter tool execution model, separating model-supplied arguments from application-supplied context, enforcing a clear security boundary around user identity and scope. The package is available via Composer and includes publishable configuration files and database migrations for quick integration.

0
ProgrammingDEV Community ·

WordPress 7.1 breaks ACF block editors by forcing iframe canvas for all posts

A change in WordPress 7.1 removed the conditional logic that previously kept the block editor canvas un-iframed when legacy ACF blocks were present. Prior to 7.1, the editor skipped iframing if any block in the post used API v2 or lower, which effectively protected sites using default ACF blocks. In 7.1, that check is gone and the editor forces iframing unconditionally, causing ACF custom fields to shift to the sidebar or silently fail to save. Updating ACF does not resolve the issue, as the root cause is a core JavaScript change in WordPress itself. Developers can check which version they are on by running a grep for 'disableIframe' in wp-includes/js/dist/, where four results indicate 7.0.x and zero results confirm the 7.1 breaking behavior.

0
IndiaNDTV ·

Tectonic Forces and Climate Change Combine to Heighten Disaster Risk in Nepal

Nepal faces compounding natural hazards due to its position at the collision zone of the Indian and Eurasian tectonic plates, which grind together at approximately 20 millimetres per year. This ongoing geological activity makes the country inherently prone to earthquakes and landslides. At the same time, rising temperatures driven by climate change are accelerating the melting of glaciers across Nepal's high-altitude peaks. Together, these two powerful forces — tectonic instability and atmospheric warming — are intensifying the frequency and severity of natural disasters in the region.

0
TechnologyTechCrunch ·

Hoomanely's Smart Bowl Uses AI to Detect Health Changes in Dogs

Startup Hoomanely has developed a smart feeding bowl designed specifically for dogs. The device measures and records feeding data over time to establish behavioral baselines. An integrated AI platform then analyzes this data to identify any notable changes in eating habits. When deviations are detected, the system alerts owners, potentially signaling that their pet may be unwell.

0
ScienceWIRED ·

OpenAI Builds Persistent AI Agent That Works Until Manually Stopped

OpenAI is developing a persistent agent feature for its Codex AI system, according to code reviewed by WIRED. The feature allows Codex to continue working proactively on tasks without stopping on its own. The agent only ceases its activity when it is explicitly "put to sleep" by the user. This marks a step toward more autonomous AI systems that operate continuously rather than responding to individual prompts.

0
ProgrammingDEV Community ·

CS Student Builds AI Civic Issue Mapper to Track and Route Public Complaints

A computer science student developed a web platform called AI Civic Issue Mapper, allowing citizens to report civic problems such as potholes, garbage dumping, and broken streetlights using photos, GPS data, and descriptions. Built with Python Flask, MySQL, and JavaScript, the system automatically routes complaints to relevant departments, detects duplicates, and tracks resolution status. The project also includes a public transparency page where anyone can view complaint statistics without logging in, and was successfully deployed online. Throughout development, the student encountered real-world challenges including backend-database integration, authentication, email delivery, and deployment inconsistencies that tutorials had not prepared them for. The experience highlighted how building a functional application requires understanding how all system components interact, not just knowing individual technologies in isolation.

0
IndiaNDTV ·

Cyberattacks Hit UK Airports and Major Firms, 8.7 Million Records Exposed

A series of cyberattacks struck the United Kingdom, targeting three airports and several major companies. Among the affected organisations were automaker Jaguar Land Rover and prominent retailers including Marks and Spencer, Harrods, and the Co-op food chain. The attacks resulted in the theft of data belonging to approximately 8.7 million customers. The incidents highlight a growing pattern of coordinated cybercrime targeting high-profile British businesses and infrastructure.

0
ProgrammingHacker News ·

Unofficial open-source Grok bot ported to Linux by independent developer

An independent developer named jakob-bu has created an unofficial Linux port of the official Grok bot application. The project is open source and hosted on GitHub, making it freely accessible to the community. It was shared on Hacker News, where it received modest early attention with 9 points and one comment. The port aims to bring Grok bot functionality to Linux users who lack access to an official native version.

0
ProgrammingDEV Community ·

How Traders Are Building Real-Time Momentum Strategies on Polymarket in 2026

Researchers and traders are exploring whether rapid probability spikes on Polymarket's crypto Up/Down markets can signal genuine trading opportunities or merely reflect temporary order-book pressure. The core challenge is that Polymarket prices represent resolution probabilities, not spot prices, and some markets settle against Chainlink-generated TWAP data rather than conventional exchange prices. A proposed spike-detection framework combines short-term probability momentum, order-book imbalance, and external crypto asset returns into a single composite score. Rather than issuing simple buy or sell signals, the approach classifies each spike into one of three states: information-backed, book-driven, or resolution-disconnected momentum. Polymarket's public WebSocket API enables event-level data collection, making this kind of granular, real-time research technically feasible.

0
IndiaNDTV ·

Hasina Offers Bangladesh Airport as Relief Hub After Nepal Floods

Bangladesh Prime Minister Sheikh Hasina has expressed condolences over the deaths caused by recent flooding in Nepal. She stated that Bangladesh should be prepared to extend assistance to its neighboring country. Hasina specifically suggested that the Saidpur Airport could be made available as a humanitarian logistics hub to support relief operations. She added that this offer would be activated if formally requested by the Nepalese government in Kathmandu.

0
ProgrammingDEV Community ·

Engineer Uses Two AI Agents and 1 Billion Tokens to Design a Real Silicon Chip

A developer known as C Dragon completed two month-long projects using a two-AI, one-human team to design a SHA-256 cryptographic accelerator chip and integrate it into an open-source SoC. The workflow paired a planning AI (DeepSeek) with an executing AI (GLM) to separate design decisions from tool execution, reducing self-validation bias. The chip was built on SkyWater's 130nm open-source process and passed all 10 industrial signoff checks, including a transistor-level LVS match of 8,352 devices and zero DRC violations. Approximately one billion tokens were consumed across both projects, highlighting the significant computational cost of genuine AI-assisted hardware design. The author concludes that while AI proved capable of flow orchestration and error handling, the exercise also exposed clear boundaries to its reliability without structured human oversight.

0
ProgrammingHacker News ·

Tool Maps Fiber Network Breaks Using OTDR Data

A web-based tool has been shared on Hacker News that visualizes fiber optic cable breaks linked to a geographic map. The tool appears to use OTDR (Optical Time-Domain Reflectometer) data, a standard method for locating faults in fiber networks. By correlating fault readings with map coordinates, network engineers can more easily pinpoint physical break locations. The project was posted under the react-networks-lib domain, suggesting it is built using React. At the time of posting, the submission had garnered minimal community engagement with no comments.

0
ProgrammingDEV Community ·

Celmis launches self-hosted code intelligence tool with cross-repo symbol graph

Celmis is a newly introduced self-hosted code intelligence platform that indexes multiple repositories using a deterministic symbol graph built with tree-sitter. It allows developers to query codebases across language and repository boundaries, returning answers with precise file-and-line citations. The tool can review pull requests with awareness of callers in other repositories, audit dependencies, and generate tamper-evident SBOMs and findings archives with SHA-256 manifests. Celmis is also designed to serve its index over the Model Context Protocol, enabling editors and agents to access the same data under consistent access rules. Its release is partly motivated by the EU Cyber Resilience Act, which from September 2026 will require manufacturers to report actively exploited vulnerabilities within 24 hours, making early codebase visibility critical.

0
ProgrammingHacker News ·

Developer builds token-tracking tool after Claude AI quota depleted in 10 minutes

A developer created an open-source tool called 'tare' after exhausting their Claude AI usage quota within just 10 minutes. The tool was built to help users understand why their API or usage limits are being consumed so quickly. It is publicly available on GitHub under the username kelviq. The project was shared on Hacker News as a community showcase post. The tool addresses a common pain point for developers using AI services with strict usage quotas.

← NewerPage 539 of 3768Older →