AI/ML News & Innovations Hub

AI/ML news, top picks, and generated innovation digests.

★ Visit ai-karthik.com
422Sources
35441News Items
8Top Picks
207Blogs
successLast Run

Latest AI/ML News

35441 matching items

TechCabal 2026-08-14 12:03 UTC Score 43.0 USR-0196-20260814-regional-new-102dcb4c Full article

Electric vehicles and debt deals drive $224 million surge in July 2026

The second half of 2026 has started, bringing the total funding raised by African startups to $1.66 billion so far this year. Between January and June, startups raised $1.44 billion. Adding July’s $224M brings us to the $1.66B milestone. While July’s $224 million dropped from June’s high of $334 million, the biggest story of the […]

Reduce your exposure to US assets before they lose value, Pictet warns investors
South China Morning Post AI 2026-08-14 12:00 UTC Score 36.0 AI-156-20260814-regional-ai--ee635253

Reduce your exposure to US assets before they lose value, Pictet warns investors

Investors should further reduce their exposure to US Treasuries and the US dollar over the next decade, as tech-driven inflation and high government deficits are likely to erode their value, a leading private bank has warned. Shifting to commodities and equities in emerging markets offers a greater chance of long-term returns, with global inflation expected to remain volatile and sticky for years due to factors including the artificial intelligence (AI) boom and decarbonisation efforts,...

Towards Data Science 2026-08-14 12:00 UTC Score 36.0 AI-036-20260814-ai-specialis-275b3093 Full article

I Made an LLM Lay Siege to My Minecraft House

Can a language model do live adversarial level design? Yes, emphasis on the adversarial part The post I Made an LLM Lay Siege to My Minecraft House appeared first on Towards Data Science .

The Verge AI 2026-08-14 12:00 UTC Score 49.0 AI-016-20260814-global-ai-ne-2d752022

CMF’s clip earbuds hit the balance between cheap and good

Clip earbuds are an exercise in compromise. It's an inherent aspect of their design - and physics. They can be more comfortable for people that don't like something jammed in their ear, but sound response suffers. Ambient awareness is great because you can easily hear the sound around you, which means to hear your own […]

Shiprocket IPO subscribed 99X; QIBs lead with 123X bids
Entrackr AI 2026-08-14 11:56 UTC Score 38.0 USR-0212-20260814-regional-new-c1189ad7

Shiprocket IPO subscribed 99X; QIBs lead with 123X bids

E-commerce shipping and logistics platform Shiprocket’s Rs 1,617 crore IPO ended with strong investor demand, with the issue getting subscribed 99 times on the final day of bidding. The IPO opened on August 12 and closed today, August 14. The company had fixed the price band at Rs 92-97 per share. Qualified institutional buyers (QIBs) led the demand, subscribing to their reserved portion 123 times. The non-institutional investor (NII) quota was subscribed 89 times, while the retail portion saw 46 times subscription. The employee portion was subscribed 55 times. According to its RHP , Shiprocket reduced its IPO size by 31% to Rs 1,617.48 crore from the Rs 2,342.35 crore proposed earlier. The issue comprises a fresh issue of Rs 885.5 crore and an offer for sale (OFS) of Rs 731.98 crore. The company plans to use the fresh issue proceeds mainly for growth initiatives. This includes Rs 205.8 crore for marketing and Rs 159.8 crore for technology infrastructure and capabilities. It will also use Rs 210 crore to repay borrowings, while the remaining funds will go towards acquisitions and general corporate purposes. The Gurugram-based company provides shipping, logistics and ecommerce enablement services to online sellers and businesses. It is backed by investors including Temasek and Eternal. Ahead of the IPO, Shiprocket raised around Rs 727 crore from anchor investors, with participation from several large domestic mutual funds and institutional investors. The company is expected t…

Chat GPT pricing strategy
OpenAI Community 2026-08-14 11:55 UTC Score 41.0 AI-116-20260814-social-media-b92ed07f Full article

Chat GPT pricing strategy

The Bodez ChatGPT Pricing Model Executive Proposal to OpenAI Product & Pricing Proposal: Introduce flexible, compute-based pricing between the Free and Plus tiers. The problem A significant group of users may value ChatGPT highly but use it intermittently. A fixed monthly subscription can be difficult to justify when usage varies dramatically from month to month. At the same time, simple message counts don’t accurately represent OpenAI’s underlying cost: a short factual question and a lengthy reasoning task can require vastly different amounts of compute. Proposed solution Create usage-based tiers with daily compute allowances, rather than relying primarily on message limits. For example: - Free — minimal daily compute - Casual — low-cost part-time tier - Plus — regular users - Heavy/Pro — high-compute users Compute consumption would vary according to the complexity of the request. Intelligent throttling When a user reaches their daily allowance: 1. Continue with a lower-compute model, or 2. Wait for the daily reset, or 3. Purchase additional compute, or 4. Upgrade their tier. The system could transparently show remaining daily compute and notify users when they consistently approach their limit. Demand-responsive pricing An optional future component could adjust processing priority according to overall server demand. Users could choose between: Lower cost / slower processing or Higher cost / priority processing This could help OpenAI manage peak demand while allowing users…

The Decoder 2026-08-14 11:44 UTC Score 46.0 AI-168-20260814-regional-ai--4e325eb2 Full article

Claude Code now runs daily maintenance on Anthropic's software with a 46 percent merge rate

Anthropic is testing whether Claude Code can handle daily maintenance of the company's own apps, from crash fuzzing to dead-code removal. In a few weeks, the AI created 388 pull requests, and 46 percent were merged after human review. Claude Code inventor Boris Cherny sees this as "early signs of life that this might be possible." The article Claude Code now runs daily maintenance on Anthropic's software with a 46 percent merge rate appeared first on The Decoder .

Medianama AI 2026-08-14 11:42 UTC Score 38.0 USR-0211-20260814-regional-new-b018e52d

20 lakh complaints filed against e-commerce platforms in five years; Flipkart, Amazon top list

The Consumer Affairs Ministry revealed in parliament that consumer complaints against e-commerce platforms jumped 2-fold since 2021, with 5.1 lakh complaints in 2025. Of which most are against Flipkart and Amazon. The post 20 lakh complaints filed against e-commerce platforms in five years; Flipkart, Amazon top list appeared first on MEDIANAMA .

AI Stack Exchange 2026-08-14 11:39 UTC Score 33.0 AI-110-20260814-social-media-f0a0e281

Machine Translation Evaluation Metrics

When using the Unbabel/wmt20-comet-qe-da metric, do the approaches below have any effect on evaluation: (1) Evaluating each model translation separately or (2) in the same data list? For example, when translating the English word "Hello" to Afrikaans: (1) Evaluating each model translation separately data1 = [ { "src": "hello", "mt": "hallllo" }, ] model_output1 = model.predict(data1, batch_size=8, gpus=1) print (model_output1) data2 = [ { "src": "hello", "mt": "hallo" } ] model_output2 = model.predict(data2, batch_size=8, gpus=1) print (model_output2) (2) in the same data list data = [ { "src": "hello", "mt": "hallo" }, { "src": "hello", "mt": "hallllo" }, ] model_output = model.predict(data, batch_size=8, gpus=1) print (model_output)

CIO AI 2026-08-14 11:38 UTC Score 55.0 USR-0125-20260814-global-ai-ne-deb0fa91 Full article

IBM partners with OpenAI to drive enterprise AI deployment

IBM will embed OpenAI frontier models and products such as Codex and ChatGPT embedded into IBM’s AI consulting services platform, IBM Consulting Advantage, as well as expanding the companies’ existing collaboration in the cybersecurity realm, they announced Thursday. Joint initiatives will include the creation of industry-specific products for financial services, government, telecommunications, and retail, as well as serving key enterprise domains such as finance, procurement, customer operations, and HR. IBM will join the OpenAI Partner Network and engage forward-deployed engineers and consultants trained through the network to help clients accelerate their AI implementations. It will also create a dedicated OpenAI practice, certifying thousands of consultants and engineers via the Partner Network, it said. There will be three focus areas in the new partnership: helping organizations transform their businesses to integrate AI into their daily work, assisting clients in modernizing legacy applications through a combination of OpenAI products and IBM’s expertise, and an expansion of an existing cybersecurity collaboration combining OpenAI frontier AI capabilities with IBM Autonomous Security. Everyone, it seems, is engaging forward-deployed engineers to help enterprises build systems around their AI models: OpenAI announced its initiative, OpenAI Deployment Company , on May 11, a week after Anthropic launched its efforts. Microsoft and AWS too have jumped into the ring. But,…

How to Build an AI Basketball Shot Evaluator
Roboflow Blog 2026-08-14 11:38 UTC Score 50.0 USR-0088-20260814-ai-specialis-25a80b23

How to Build an AI Basketball Shot Evaluator

Build a local basketball shot tracker using an RF-DETR detector and zero-shot keypoint tracking. Learn how to calibrate distance from the rim, detect shot release with pose data, handle net occlusions using physics, and render live mechanics overlays onto your video.

TechCabal 2026-08-14 11:37 UTC Score 41.0 USR-0196-20260814-regional-new-43301c60

Redmi 14C vs Redmi 15C: Full comparison

Both phones share the same MediaTek Helio G81 Ultra chipset. The main differences are in battery, charging speed, durability, screen brightness, and camera.

Classic Chat GPT buttons flickering
OpenAI Community 2026-08-14 11:26 UTC Score 32.0 AI-116-20260814-social-media-fc7507ff Full article

Classic Chat GPT buttons flickering

I’m experiencing a strange flickering issue in ChatGPT Classic on Windows. When I move my mouse over the buttons at the bottom of the chat window, they flicker extremely rapidly. It happens with the Add Files button, Microphone button, Think button and the ↑ Send Prompt button. The flickering is so fast that it’s difficult to capture properly on a screen recording, and it can also make the buttons difficult to click because they appear to flicker or rapidly re-render when I hover over them. I’ve tested this on the same PC and the issue does not happen when I use ChatGPT in my web browser or when I use the new ChatGPT Windows app. Everything works normally there. This makes me think the problem is specific to the ChatGPT Classic desktop app rather than my mouse, monitor or Windows generally. Has anyone else experienced this issue with ChatGPT Classic? Any ideas how I can fix

Leadership changes signal Iran expects a long war
Semafor Technology 2026-08-14 11:19 UTC Score 42.0 USR-0094-20260814-global-ai-ne-11f1b639

Leadership changes signal Iran expects a long war

The recent round of appointments in Tehran’s corridors of power show the regime is settling in for a protracted conflict with the US, experts say.

US to intensify economic and military pressure on Iran
Semafor Technology 2026-08-14 11:15 UTC Score 45.0 USR-0094-20260814-global-ai-ne-d2228b33

US to intensify economic and military pressure on Iran

The US Treasury secretary said he would unveil restrictions “that have never been seen,” while Washington’s defense chief insisted a naval blockade could be maintained “indefinitely.”

US accuses allies of helping China to skirt tariffs
Semafor Technology 2026-08-14 11:12 UTC Score 45.0 USR-0094-20260814-global-ai-ne-5e1eb4b5

US accuses allies of helping China to skirt tariffs

The US heightened trade pressure on its allies and lashed out at China, raising tensions ahead of a summit of the two superpowers’ leaders next month.

Analytics Vidhya 2026-08-14 11:08 UTC Score 55.0 AI-034-20260814-ai-specialis-bcf40371 Full article

NVIDIA Nemotron 3.5 Lightning: The AI Agent Workhorse

Long-running AI agents often spend most of their time on routine execution rather than difficult reasoning. After making a plan, they may perform hundreds of tool calls, file reads, validations, commands, and formatting steps, so using a frontier reasoning model for every action can become unnecessarily slow and expensive. NVIDIA’s Nemotron 3.5 Lightning takes a […] The post NVIDIA Nemotron 3.5 Lightning: The AI Agent Workhorse appeared first on Analytics Vidhya .

Launch of DeepSeek’s Harness marks its strategic pivot towards autonomous agentic AI
South China Morning Post AI 2026-08-14 11:03 UTC Score 71.0 AI-156-20260814-regional-ai--1da7ec27 Full article

Launch of DeepSeek’s Harness marks its strategic pivot towards autonomous agentic AI

Chinese artificial intelligence company DeepSeek is venturing into a new battleground beyond large language models, launching a developer preview of its long-anticipated Harness – a software framework that helps developers turn AI models into autonomous agents. The release on Thursday marks a strategic pivot as DeepSeek moves to build foundational digital scaffolding for AI agents – systems capable of using AI models to operate external software, run code, and complete complex jobs on their...

Zhipu launches flagship model GLM-5.3 as China seeks Mythos-level edge in cyber defence
South China Morning Post AI 2026-08-14 11:03 UTC Score 61.0 AI-156-20260814-regional-ai--08a97011 Full article

Zhipu launches flagship model GLM-5.3 as China seeks Mythos-level edge in cyber defence

Chinese artificial intelligence firm Zhipu, also known as Z.ai, has unveiled its flagship GLM-5.3 model, saying it beat Anthropic’s frontier Mythos 5 model in a key cybersecurity test, as China races to counter Western advances in AI defence. Beijing-based Zhipu said GLM-5.3 achieved a success rate of 84.5 per cent on CyberGym, a benchmark that measures whether models can identify and validate security flaws from source code. That was above Anthropic’s Mythos at 83.8 per cent and OpenAI’s...

Feature Request: Delete or Split a Section of a Long Chat
OpenAI Community 2026-08-14 11:00 UTC Score 42.0 AI-116-20260814-social-media-b0f9cac9 Full article

Feature Request: Delete or Split a Section of a Long Chat

I’d like to suggest a better way to manage long ChatGPT conversations. As conversations grow, they often branch into completely different topics. Sometimes an earlier section becomes irrelevant, while later parts of the same chat remain extremely valuable. Currently, the practical options are generally to keep the entire conversation or start a completely new chat. It would be extremely useful to have controls directly from the conversation’s navigation/history area. Suggested feature: Add a ⋯ menu to individual sections/messages in the chat navigation with options such as: Delete from here onward Delete selected section Split into a new chat from here Move/copy this section to a new chat Archive/hide this section For example, if I’ve had a 200-message conversation covering five different subjects, I might want to remove messages 80–120 because that discussion is no longer relevant, while preserving everything before and after it. The existing conversation navigation/scroll interface would be a natural place for these controls. Why this would be useful: Keeps long-running chats clean and relevant Reduces clutter and irrelevant context Prevents users from having to abandon valuable conversation history Makes long-term ChatGPT projects much easier to maintain Could be especially useful for research, job searching, coding, planning, and other conversations that evolve over time Even better: a “Split conversation here” option could preserve the original chat while creating a new…

FTC Strikes Deals to Ignore Unlawful Credit Discrimination
WIRED AI 2026-08-14 11:00 UTC Score 45.0 AI-015-20260814-global-ai-ne-3cb9160c

FTC Strikes Deals to Ignore Unlawful Credit Discrimination

The agency signed agreements to not enforce parts of three federal court orders against auto dealers accused of discrimination—and didn’t notify judges or at least one of its coplaintiffs.

The Verge AI 2026-08-14 11:00 UTC Score 54.0 AI-016-20260814-global-ai-ne-69c30053

Hoto’s new cordless soldering iron heats up in three seconds

Hoto is introducing its first soldering iron through its modular Snapbloq collection that lets you assemble your own custom toolbox by stacking magnetic cases and tools together. The new I-A06 Cordless Soldering Iron can heat to just over 200 degrees Celsius in about three seconds and offers an adjustable temperature range from 100 to up […]