SShortSingh.
0
ProgrammingDEV Community ·

AI Is Widening Jobs, Not Eliminating Them, Argues Tech Writer

A technology writer and Dremio employee argues that AI is reshaping work through what he calls 'great despecialization,' where jobs broaden rather than disappear. He draws on his own experience managing websites solo using AI tools that once required hiring three separate specialists — a developer, editor, and designer. The 2026 PwC Global AI Jobs Barometer, analyzing over one billion job ads across 27 countries, found that roles where AI handles routine tasks while humans retain judgment are growing fastest. US layoff data from Challenger, Gray and Christmas shows only about 4.5 percent of the roughly 1.2 million layoffs announced in 2025 explicitly cited AI as the cause. The author contends that standard job-automation predictions measure entire roles rather than individual tasks, producing misleading conclusions about AI's true impact on employment.

0
SportsESPNcricinfo ·

Wharton and Whiteman steady Yorkshire against Leicestershire in Scarborough

Yorkshire faced Leicestershire in a County Championship match at Scarborough that was shortened due to rain. Openers Wharton and Whiteman put in a solid batting performance to lay a strong foundation for Yorkshire. Josh Davey was the standout bowler for Leicestershire on the day, picking up key wickets. The weather disruption limited the amount of play possible, affecting the overall progression of the match.

0
TechnologyThe Verge ·

Nvidia CEO Claims AGI Achieved, Then Dismisses the Milestone as Meaningless

During Nvidia's earnings call on Wednesday, CEO Jensen Huang declared that the company had 'achieved AGI,' one of the most sought-after goals in the tech industry. Almost in the same breath, Huang dismissed the milestone as 'senseless,' undermining the weight of his own claim. His remarks came in response to a question about OpenAI's pursuit of AGI, with Huang stating that Nvidia has already achieved it 'for many tasks.' The comments highlight a broader problem in the AI field: there is no agreed-upon definition of artificial general intelligence, making any claim of reaching it inherently arbitrary. Without a clear benchmark, announcements of AGI achievement carry little technical or practical significance.

0
IndiaNDTV ·

Families Search Desperately for Loved Ones at Nepal Hospitals

In the aftermath of a disaster in Nepal, distraught family members have been visiting hospitals in a frantic search for missing relatives. Many people arrived carrying photographs of their loved ones mounted on boards, along with contact details, appealing to others for help in locating them. The scenes at medical facilities reflected the scale of the tragedy and the widespread separation of families. The desperate efforts highlight the human toll of the incident, with countless people still unaccounted for.

0
Crypto & Web3CoinDesk ·

Polish Olympic Chief Arrested Over Alleged Crypto-Linked Bribery

Polish Olympic Committee head Radosław Piesiewicz has been arrested as part of a criminal investigation by prosecutors. The probe centers on allegations that the CEO of cryptocurrency firm Zondacrypto gifted Piesiewicz a luxury watch valued at 40,000 euros. Authorities suspect the expensive timepiece was given in exchange for assistance in navigating regulatory obstacles. The case highlights growing scrutiny of potential corruption at the intersection of sports governance and the crypto industry.

0
ProgrammingHacker News ·

Why Recurrence Relations Can Silently Destroy Numerical Accuracy

A technical blog post by John D. Cook, published on August 24, 2026, examines the numerical instability that can arise when using recurrence relations in computation. Recurrence relations, while mathematically elegant, can amplify floating-point errors with each iteration, leading to results that diverge significantly from the true solution. The article explores the conditions under which such instability occurs and why it can be difficult to detect. Cook highlights practical implications for programmers and scientists who rely on iterative numerical methods. The post received minimal engagement on Hacker News at the time of indexing, with only 4 points and no comments.

0
IndiaNDTV ·

FonePay CEO Calls India-Nepal Payment Corridor a Model for Regional Integration

FonePay CEO Diwas Kumar spoke at the NDTV Anviksha event, describing the India-Nepal economic corridor as one of the most active in the region. He emphasized that the two nations share a deeply interlinked future, particularly in the area of digital payments. Kumar used the analogy of a QR code that functions seamlessly on both sides of the border to illustrate this integration. However, he cautioned that the next generation of cross-border commerce cannot rely on outdated financial infrastructure. He called for modernized systems to support the growing digital and economic ties between the two countries.

0
SportsESPNcricinfo ·

Gill defends follow-on decision despite India falling short in Colombo Test

India entered the final day of the Colombo Test needing four wickets to win but managed to take only three. The SSC pitch did not deteriorate as significantly as India had anticipated when enforcing the follow-on. Notably, none of the three wickets taken on the final day came via lbw or bowled dismissals, suggesting the surface offered limited assistance to bowlers. Captain Shubman Gill defended the decision to enforce the follow-on, maintaining that the strategy did not backfire despite the match not producing a result.

0
ProgrammingDEV Community ·

How Actian VectorAI DB Works Best When You Keep Embedding Separate

A developer building a local knowledge base with Actian VectorAI DB found that the real challenge was correctly separating responsibilities across tools. The embedding model (all-MiniLM-L6-v2) converts text into 384-dimension float vectors, while VectorAI DB solely handles vector storage and nearest-neighbor search — it never processes raw text. Automation tool n8n was kept strictly as a trigger layer, connecting inputs like Slack or webhooks to a search API without owning any core logic. Tests on a six-note corpus, including a deliberate off-topic distractor, confirmed that semantically relevant queries consistently returned correct top results using cosine similarity scores. The project, published on GitHub, demonstrates that clearly defining each tool's role is key to avoiding common pitfalls like single-entry test corpora or over-engineered workflow chains.

0
ProgrammingDEV Community ·

Developer builds CLI tool Serval to map the blast radius of code changes

A developer has created Serval, a local-first command-line tool designed to help engineers understand the potential impact of changes in large or unfamiliar codebases. The tool analyzes multiple signals — including dependency graphs, Git history, co-change frequency, and CI/CD configurations — to generate an evidence-based risk score for any targeted file. Serval currently supports repositories written in JavaScript, TypeScript, Go, Python, Java, and C, and can parse CI pipelines from GitHub Actions, GitLab CI, Azure Pipelines, and Jenkins. Users can also define critical-path rules via a .serval.yml file to flag high-priority areas such as authentication or payment logic. Rather than making AI-driven predictions, Serval aims to surface concrete, repository-level evidence so developers can make more informed decisions before merging changes.

0
ProgrammingDEV Community ·

Adversa AI Shows How Encrypted Prompts Bypass Grok and Gemini Safety Filters

Cybersecurity firm Adversa AI demonstrated a zero-click attack in which AES-encrypted malicious instructions embedded on a webpage bypassed the text-based safety filters of both Grok and Gemini AI assistants. Because the payload was ciphertext, no content filter flagged it as harmful during the input stage. When the AI models used their built-in code execution capabilities to decrypt the blob, the resulting plaintext was treated as trusted internal output rather than external untrusted content. This provenance loss allowed the decrypted instructions to direct the model to make an outbound request, exfiltrating the user's chat history, name, and location to an attacker-controlled server without any user interaction. The vulnerability highlights a fundamental trust-boundary flaw in AI agents that combine code execution with unsanitised web content, which standard pattern-matching guardrails cannot address.

0
ProgrammingHacker News ·

High-Performance Spaceflight Computing Poised to Transform Space Exploration

High-Performance Spaceflight Computing (HPSC) represents a significant advancement in processing power for space missions. The technology aims to dramatically increase onboard computational capabilities compared to legacy space-rated processors. Greater processing power enables more autonomous operations, faster data analysis, and improved mission flexibility for spacecraft. Wind River, a provider of embedded computing software, has highlighted HPSC's potential to support next-generation NASA and commercial space missions. The development is seen as a critical step toward enabling more complex deep-space exploration and real-time decision-making aboard spacecraft.

0
ProgrammingHacker News ·

Markdown as a Lightweight Database: A Practical Design Pattern

A design pattern called the 'Markdown Database' has been proposed on the website wayofmarkdown.com, suggesting that Markdown files can serve as a simple, human-readable data storage system. The approach treats structured Markdown documents as a lightweight alternative to traditional databases. The post gained traction on Hacker News, accumulating 24 points and sparking a small discussion with 6 comments. The pattern appeals to developers seeking minimal tooling for content-driven projects. It highlights Markdown's versatility beyond documentation, positioning it as a viable option for certain data management use cases.

0
ProgrammingDEV Community ·

Developer shares Claude Code setup that cuts repetitive AI corrections by 80%

A developer writing for DEV Community described how they transformed Claude Code from a basic code-snippet tool into a functional pair programmer by configuring context files and automation hooks over a weekend. The key change was adding a concise CLAUDE.md file in the repository root, which outlined the tech stack, package manager rules, and coding conventions, eliminating roughly 80% of trivial errors on day one. They also created dedicated rule files for recurring mistakes and reusable 'skill' prompts for repetitive tasks like PR reviews and commit message formatting. Automated hooks were set up to run tests and formatters after each file edit, forcing the AI to immediately address any failures. The author cautioned against overbuilding hooks, noting that chaining too many checks at once created more friction than it resolved.

0
WorldBBC World ·

Legendary voice actor Peter Cullen, known as Optimus Prime, has died

Veteran voice actor Peter Cullen has passed away, leaving a significant mark on animation and film history. He was best known for voicing Optimus Prime, the heroic leader of the Autobots in the Transformers franchise. Cullen brought the character to life first in the original Transformers animated TV series before reprising the role in the blockbuster Hollywood film adaptations. Beyond Transformers, he also lent his voice to the beloved character Eeyore, showcasing his remarkable range as a performer. His passing marks the loss of one of the most recognizable voices in entertainment history.

0
ProgrammingGitHub Blog ·

OpenClaw Becomes Fastest-Growing Project in GitHub History

OpenClaw has achieved the distinction of being the fastest-growing project in GitHub's history. The open-source project gained massive traction within its first six months since launch. Lead maintainer Peter Steinberger, along with several other contributors, have shared key lessons learned during this rapid growth period. The team has focused on both building out the project and addressing security challenges that come with viral adoption.

0
TechnologyTechCrunch ·

Google AI Mode Expands Into Flight Tracking and Hotel Booking

Google has upgraded its AI Mode with new travel-focused capabilities, including flight price tracking and hotel booking assistance. The enhancements signal Google's ambition to position AI Mode as a virtual travel agent rather than a basic search tool. The update moves the product beyond information retrieval toward actively managing parts of the trip-planning process. This shift represents a broader strategy by Google to deepen AI integration into real-world transactional tasks.

← NewerPage 537 of 3764Older →