SShortSingh.
0
TechnologyThe Verge ·

OpenAI Claims Its Jalapeño AI Chip Outperforms Rivals on Speed and Efficiency

OpenAI announced on Tuesday that its new AI chip, called Jalapeño, delivers faster responses and greater efficiency than competing AI systems. The company's hardware vice president Richard Ho said the chip achieves both lower latency and higher throughput, a combination that AI systems typically struggle to balance. Jalapeño is an Application-Specific Integrated Circuit (ASIC) developed in collaboration with semiconductor firm Broadcom. First unveiled in June, the chip is built specifically for AI inference — the stage where a trained model is used to complete tasks or run AI agents.

0
ProgrammingDEV Community ·

Developer finds validation logic beats AI cleverness in STL-to-CAD conversion tool

A developer built an AI-powered agentic tool to convert STL mesh files into genuinely editable CAD models, frustrated that existing workflows still require tedious manual rebuilding. The project used Temporal to make the agentic loop durable, allowing it to retry failed geometry operations and preserve progress across long runs. However, the developer discovered that AI judgment alone was not enough to improve output quality — the real breakthrough came from rigorous validation, where every candidate STEP file was measured against geometric checks before being accepted. Rather than relying on the agent to reason its way to better results, the converter was redesigned to generate candidates, validate them against strict criteria, and discard anything that failed. The lesson drawn was that in geometry-heavy workflows, measurable evidence and structured validation outperform open-ended AI planning.

0
ProgrammingDEV Community ·

New FP4 Gradient Quantizer Beats State of the Art by 14% but Fails to Improve Training

A researcher developed a new scale-selection rule for NVFP4 gradient quantization in large language model training, outperforming the published state-of-the-art method MS-EDEN by 13.8–14% on mean squared error across all 45 real gradient tensors tested. The approach sweeps 17 candidate scales per block and selects the one minimizing MSE, sacrificing rare outlier values to gain precision where most gradient values cluster. However, when the researcher rented two GPUs to validate the improvement in actual training loss on a 2.8-billion-parameter model, all four quantization methods landed within 0.09% of each other. The experiment later revealed that the test batch sizes were 35 to 643 times too small to make any difference visible, a scale at which frontier labs typically operate. Additionally, the improved quantizer introduces bias by design — clipping outliers prevents it from being a provably unbiased estimator — and error-feedback corrections that fix this under SGD were found to behave unpredictably under the Adam optimizer.

0
ProgrammingDEV Community ·

ArchLint: Open-Source CLI Tool That Enforces Architecture Rules on Git Diffs

A developer has built ArchLint, an open-source command-line tool designed to enforce software architecture rules by checking Git diffs rather than relying solely on instruction files like CLAUDE.md or AGENTS.md. The tool addresses a known gap where AI coding agents and human developers alike can understand architectural guidelines yet still violate them during large code changes. Rules are defined in a versioned .archlint.yml config file and can block forbidden dependencies, restrict import boundaries, and flag sensitive code paths for review. ArchLint requires no account or API key and can be integrated into GitHub Actions to automatically fail pull requests that introduce architecture violations. Unlike full-repo scanners, it focuses only on new changes in a diff, allowing teams to adopt it incrementally without resolving all pre-existing issues first.

0
IndiaTimes of India ·

NSA Doval meets Chinese VP Han Zheng in Beijing to discuss border peace and bilateral ties

India's National Security Adviser Ajit Doval held talks with Chinese Vice President Han Zheng in Beijing. The discussions focused on boundary issues with the aim of maintaining peace and stability along the border. Both sides also explored ways to strengthen economic and political relations between the two countries. The meeting reflects a commitment from both nations to manage differences and foster long-term bilateral cooperation. This engagement follows a series of recent high-level interactions between Prime Minister Modi and President Xi Jinping.

0
ProgrammingDEV Community ·

Why Most ML Security Training Fails Government Agencies and How to Fix It

A common failure in government cybersecurity operations stems from using flawed evaluation metrics for machine learning detection models, where a 99.9% accurate model can still generate 20,000 false alerts daily at a mid-size agency. Most ML training courses are built for commercial environments and rely on datasets irrelevant to federal systems, ignoring key sources like Windows Security Event IDs, Sysmon logs, and CDR telemetry that agencies actually retain. Effective government-focused training should prioritize feature engineering with security context, such as per-account logon baselines and process rarity, mapped to MITRE ATT&CK technique IDs. Standard accuracy and ROC AUC metrics are misleading at the extremely low base rates seen in real threat environments, making precision at a fixed analyst alert budget a more operationally sound measure. Courses that teach analysts to set detection thresholds based on shift capacity rather than F1 optimization help agencies avoid deploying models that perform well on paper but fail in practice.

0
ProgrammingDEV Community ·

Why Shared Staging Environments Create a False Sense of Deployment Safety

A backend engineering perspective argues that long-lived shared staging environments give development teams a misleading sense of security before production deployments. Despite green CI/CD pipelines and QA approvals, production incidents recur because staging data is synthetic and rarely reflects the complex, unpredictable state of real user data built up over years. Third-party sandbox APIs used in staging also fail to replicate real-world conditions such as rate limits, network latency, and webhook failures. Staging servers typically handle minimal traffic, meaning performance and concurrency issues that emerge under production load go undetected. The core argument is that repeated staging failures represent an architectural and process flaw, not simply an infrastructure gap that more database syncing or server mirroring can fix.

0
IndiaNDTV ·

Air India Requests $1.5 Billion From Tata and Singapore Airlines Amid Losses

Air India has reportedly sought $1.5 billion in funding from its key shareholders, Tata Group and Singapore Airlines, as the carrier continues to face mounting financial losses. This request is considered one of the largest shareholder funding appeals made by Air India since Tata Sons acquired the formerly state-owned airline in 2022. The move signals ongoing financial pressure on the airline as it works through a major turnaround effort post-privatisation. Both Tata Group and Singapore Airlines hold significant stakes in Air India following the acquisition.

0
Crypto & Web3CoinDesk ·

Copper Seeks Buyers at $500M but Offers Fall Short of Asking Price

Crypto custody firm Copper is currently in talks with potential buyers after being put up for sale. The company was marketed by investment bank Cantor Fitzgerald at approximately $500 million in May 2024. However, offers received so far have come in significantly below the $500 million asking price. This marks a steep decline from Copper's peak valuation of $2.5 billion, reflecting broader challenges in the crypto industry.

0
IndiaTimes of India ·

Malaysian Woman Files Complaint After Video Falsely Links Her to Tamil Nadu Minister

Malaysian national Vinosha Ravi has filed a complaint with local authorities after a video of her went viral, with users incorrectly identifying her as Tamil Nadu minister S Keerthana. The mistaken identity led to a wave of harmful online commentary that deeply disturbed Vinosha. She publicly clarified that she is not the minister and urged people to stop sharing the misleading video. Vinosha also expressed her disappointment over the nature of the online discourse surrounding the incident. She acknowledged the support she received from others while dealing with the ordeal.

0
SportsESPNcricinfo ·

India may enforce follow-on against Sri Lanka as rain threatens Colombo Test

India's bowling coach Morne Morkel has not ruled out the possibility of enforcing the follow-on against Sri Lanka in their ongoing Test match in Colombo. The decision gains significance as rain is forecast to disrupt play, potentially limiting the available overs. Morkel also expressed hope that wicketkeeper Rishabh Pant will be fit to take the gloves on day four after he was struck on the shoulder while batting. Pant's fitness is a key concern for the Indian team management heading into the later stages of the match.

← NewerPage 307 of 3413Older →