AI/ML News & Innovations Hub

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

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

Latest AI/ML News

35407 matching items

Towards Data Science 2026-08-14 16:30 UTC Score 40.0 AI-036-20260814-ai-specialis-ab9c473c Full article

A Day in the Life of a Data Scientist in 2026

How AI has massively changed my day-to-day workflow The post A Day in the Life of a Data Scientist in 2026 appeared first on Towards Data Science .

US backs Japanese sovereignty over disputed islands after Putin visit
Euronews AI 2026-08-14 16:19 UTC Score 40.0 AI-164-20260814-regional-ai--7e4bd568 Full article

US backs Japanese sovereignty over disputed islands after Putin visit

The US ambassador said Washington was "unwavering" in recognising Japanese sovereignty, after Putin's visit to the four islands occupied by the Soviet Union in 1945 prompted Japan to summon Moscow's ambassador and consider tightening sanctions against Russia.

LifeTime Token Usage Endpoint/Dashboard
OpenAI Community 2026-08-14 16:16 UTC Score 43.0 AI-116-20260814-social-media-18607d55 Full article

LifeTime Token Usage Endpoint/Dashboard

Please Please Please, could you provide us with lifetime token usage endpoint and a dashboard? It would be so cool to display it on my profile pages, that I have used this much tokens until now. Even better if it shows highest usage was in this month, my average is this and so on. Since token consumption has become equivalent to git commit histories, lifetime token usage display would be a thing to boast in my profile. Also, when developers see other high performing developers using crazy number of tokens, it will inspire them to use more, thus benefitting OpenAI! I hope someone at OpenAI reads this and makes it happen.

Police Scotland warns ‘robust security’ needed to stop attacks on AI datacentres
The Guardian AI 2026-08-14 16:05 UTC Score 52.0 AI-021-20260814-global-ai-ne-f487a767 Full article

Police Scotland warns ‘robust security’ needed to stop attacks on AI datacentres

‘A great deal of public opposition is likely’ to a proposed datacentre near Edinburgh, the force says Police in Scotland have issued a stark warning about the need for “robust security measures” to stop proposed AI datacentres from being attacked by protesters. There has been mounting opposition to AI infrastructure globally, including in the US where such projects have become a significant political rallying point . Continue reading...

AWS Machine Learning Blog 2026-08-14 16:02 UTC Score 54.0 AI-057-20260814-official-ai--e4cf7b6f Full article

Custom reward functions for multi-turn reinforcement learning with Amazon Nova Forge

In multi-turn reinforcement learning, your custom reward function decides what the model actually learns. This post shows how to design a composite multi-turn reward for Amazon Nova Forge, execute model-generated code safely inside it, and instrument each component to catch the pitfalls that quietly collapse a reward.

Euronews AI 2026-08-14 16:00 UTC Score 40.0 AI-164-20260814-regional-ai--fd95ae01

Latest news bulletin | August 14th, 2026 – Evening

Catch up with the most important stories from around Europe and beyond this August 14th, 2026 - latest news, breaking news, World, Business, Entertainment, Politics, Culture, Travel.

How to bring your software delivery workflow into GitHub with agent apps
GitHub Engineering 2026-08-14 16:00 UTC Score 59.0 USR-0062-20260814-ai-specialis-936a2e55 Full article

How to bring your software delivery workflow into GitHub with agent apps

See how four GitHub agent apps can help you scope, secure, roll out, and ship a feature across the SDLC–all without leaving GitHub. The post How to bring your software delivery workflow into GitHub with agent apps appeared first on The GitHub Blog .

AWS Machine Learning Blog 2026-08-14 15:58 UTC Score 71.0 AI-057-20260814-official-ai--1460fe0f Full article

Building agentic workflows with SageMaker AI and Bedrock AgentCore

Learn how to combine OpenAI-compatible endpoints on Amazon SageMaker AI with Amazon Bedrock AgentCore runtime to build a multi-agent workflow where each specialized agent uses the model best suited to its job. This post also shows how to get token-level observability from SageMaker endpoints that Strands Agents does not instrument by default.

Anyone having difficulty getting a response from OpenAI Support?
OpenAI Community 2026-08-14 15:56 UTC Score 48.0 AI-116-20260814-social-media-b18fb579 Full article

Anyone having difficulty getting a response from OpenAI Support?

Hi everyone, Has anyone had difficulty getting an issue resolved by OpenAI Support? My case has been pending for about a week with no response. I have followed up through the support chat and email, but still haven’t received help from a human agent. When I try to open a new ticket, the AI support system tells me to go back to my existing ticket and automatically closes the new one as a duplicate. But when I go back to the original ticket, nobody responds. I’m basically stuck in a loop. Has anyone experienced this and successfully managed to reach a human OpenAI support agent? If so, how did you do it? Thanks for any advice.

Cross Validated 2026-08-14 15:54 UTC Score 37.0 AI-113-20260814-social-media-4d59c798

Exponential lifetime of components in a system: probability system survives past time t

I am studying the following problem from an exam. A system consists of two subsystems connected in parallel. The first subsystem is just one component c1​. The second subsystem is made of three components c2,c3,c4 connected in series. The lifetimes of c1,…,c4​ are independent exponential random variables with rates λ1=0.11,λ2=0.03,λ3=0.01,λ4=0.06 (times in minutes). Compute the probability that the whole system is still working 9 minutes after switching on My reasoning was the following. Let Xi​ be the lifetime of component ci​, so P(Xi​>t)=e^−λi​t For the series subsystem c2,c3,c4 the lifetime is Y=min(X2​,X3​,X4​), so P(Y>t)=e^−(λ2​+λ3​+λ4​)t Since the first subsystem c1​ and the series subsystem are in parallel, the lifetime of the whole system is X=max(X1​,Y). Thus P(X>t)=1−P(X1​≤t,Y≤t)=1−(1−e−λ1​t)(1−e−(λ2​+λ3​+λ4​)t). So for t=9 $P(X>9)=e^{−9λ1}​+e^{−9(λ2​+λ3​+λ4​)}−e^{−9(λ1​+λ2​+λ3​+λ4​)}$ . With the given values I get P(X>9)≈0.631. However, when I discussed the exam with the professor, he said that I was mixing things, and that putting two exponential lifetimes in parallel does not give an exponential lifetime. I understand that the maximum of independent exponentials is not exponential, but I did not assume it was: I used the complement formula above. So my questions are: Is the value i get correct? If yes, why would the professor say that I was treating the parallel system as exponential? If not, where exactly is the mistake?

Feature request: Codex Project API for creating and synchronizing saved projects across devices
OpenAI Community 2026-08-14 15:50 UTC Score 42.0 AI-116-20260814-social-media-f3043ed7 Full article

Feature request: Codex Project API for creating and synchronizing saved projects across devices

I would like to build a privacy-preserving global Codex skill that synchronizes a user’s saved projects and sanitized project/chat context across their computers. The current tool surface can list existing projects and create tasks inside an existing project, but it does not expose supported operations for creating a saved local project or managing its directories and repositories. Requested project-management capabilities: create_project(title, description, roots, idempotency_key) update_project(project_id, title, description) list, add, and remove project directories or repositories return stable project metadata suitable for cross-device reconciliation support lookup-before-create or an idempotency key to prevent duplicates provide paginated project-task discovery Use case: A user runs “Sync my projects” on computer A. The skill stores an approved, sanitized project catalog and chat continuation checkpoints in the user’s private Google Drive folder. On computer B, the same command matches existing projects, creates missing saved projects, and restores their sanitized chat streams. Projects found only on computer B are added to the shared catalog for the next synchronization on computer A. The workflow would not copy source code, Git diffs, credentials, raw transcripts, or private repository URLs. Repository cloning and source synchronization would remain separate, explicitly authorized operations. Without a project-creation API, remote project metadata can be discovered o…

Synced 2026-08-14 15:47 UTC Score 37.0 AI-041-20260814-ai-specialis-22346920 Full article

Comment on New Snip Smartphone App Converts Math Screenshots Into LaTeX by Rowen Pawell

These technologies are often used in automation, electronics, connected devices, and everyday digital applications. Clear information about components and their uses can help beginners and professionals work with confidence. With useful resources and simple explanations, embedded bits offers a helpful place for readers interested in technology, electronics, programming, and the systems that power today’s connected devices.

User-controlled delegation for modes, reasoning and tools
OpenAI Community 2026-08-14 15:44 UTC Score 42.0 AI-116-20260814-social-media-709beea0 Full article

User-controlled delegation for modes, reasoning and tools

I would like to propose a feature we jokingly call FREE CAELUM . The serious idea behind the name is simple: Let users choose which safe operational decisions they want to delegate to ChatGPT. As ChatGPT becomes more capable, users increasingly have to understand the product architecture behind their goal. For example: Should I use normal Chat or Work? Which reasoning level is appropriate? Which available tools should be used? Is the current setup suitable for a long task? Am I about to start something that may need to be repeated because I chose the wrong configuration? The user often knows exactly what they want. ChatGPT may understand perfectly well how complex the task is . But the user still has to remember and manually select the technical setup. Proposal: Delegated Execution Preferences Users could decide how much of this they want to delegate. For example: Always ask ChatGPT recommends the appropriate mode/reasoning/tools, but the user decides. Decide for me ChatGPT may make explicitly permitted safe operational choices. This project only The permission applies only inside one project. This task/session only Temporary delegation. Category-specific permissions For example, ChatGPT may choose reasoning level and Work mode, while external or consequential actions still require confirmation. Always revocable The user can change these permissions at any time. The important principle is: Delegation is not the removal of user control. It is another way of exercising it. If…

Techcrunch 2026-08-14 15:43 UTC Score 58.0 USR-0001-20260814-global-ai-ne-d0a06eba Full article

Does Mark Zuckerberg really believe AI is ‘for everyone’?

Meta released Glimmer this week, an open-weight AI model anyone can download and run on their own hardware — a contrast to Muse Spark, the company’s more powerful model that stays locked behind its own APIs. The release landed alongside a letter from Mark Zuckerberg arguing AI should be “for everyone” rather than controlled by a handful of labs, but as Equity’s […]

OpenAI Community 2026-08-14 15:39 UTC Score 42.0 AI-116-20260814-social-media-1a67242e Full article

Codex Weekly Limits Are Draining Way Too Fast — Is This a Bug?

As I’ve stated elsewhere I believe Max and Ultra simply aren’t worth the expense. Sol High for coding tasks is very good indeed. The only criticism I have is Codex isn’t yet capable of doing “everything in one go” imho. You have to tackle things piece by piece. However it’s very good at that. I’m not convinced you can "fire and forget* long tasks reliably either and that modus operandi will land you with too much rework and wasted quota. As far as “shrinking quotas” are concerned I’m working on a tool to make that more obvious if it’s happening at all.

Support multiple Gmail / Google accounts per ChatGPT account
OpenAI Community 2026-08-14 15:38 UTC Score 37.0 AI-116-20260814-social-media-67b87512 Full article

Support multiple Gmail / Google accounts per ChatGPT account

I would like to see support for connecting multiple Google accounts to a single ChatGPT account. At the moment, the Gmail/Google integration is very useful, especially because ChatGPT can search emails and also work with supported attachments. However, many people use more than one Google account, for example a personal account, a work account, or a separate archive account. In my case, I would like to use a second Gmail account purely as an archive for another email provider. I do not want to forward all of those emails into my main Gmail account just so ChatGPT can access them. Ideally, ChatGPT should allow users to connect multiple instances of the same app, for example: Gmail – Personal Gmail – Archive Google Drive – Personal Google Drive – Work It would also be useful if ChatGPT clearly indicated which connected account a result came from. I think this would make the Google integrations significantly more useful, as having multiple Google accounts is a very common setup. The same concept could eventually also apply to other integrations such as Outlook, Dropbox, etc.

# URGENT — Help with ChatGPT Business: workspace membership is no longer created for guest users OR users with a verified domain — Support case # 13101564
OpenAI Community 2026-08-14 15:31 UTC Score 37.0 AI-116-20260814-social-media-701c1f6f Full article

# URGENT — Help with ChatGPT Business: workspace membership is no longer created for guest users OR users with a verified domain — Support case # 13101564

> **ChatGPT is no longer creating/resolving Business workspace membership for new users.** This happens through two independent paths: 1. A user receives a valid Business invitation, opens the invitation link, signs in with the exact invited email address, but the Business workspace is never attached to the account. 2. A completely new user under my verified corporate domain successfully verifies the email address, but the Business workspace is still not associated with the account. Both of these flows worked normally in this same workspace before this regression began. --- # 1. What worked before This is important because this is not a workspace that has never been configured correctly. Previously, in this same ChatGPT Business workspace: - I could invite a user. - The user could open the invitation. - The user could authenticate using the invited email address. - The Business workspace would appear normally for that user. The verified corporate-domain flow also worked previously. A user signing up/logging in using an account from the verified corporate domain could receive the expected Business workspace association according to the configuration available in my Admin/Identity settings. So this appears to be a **regression in an existing workspace that previously worked**, rather than a new workspace configuration issue. --- # 2. When the regression started There is one timeline detail that may be relevant to engineering. My ChatGPT Business subscription is under a long-te…

OpenAI Community 2026-08-14 15:24 UTC Score 51.0 AI-116-20260814-social-media-5a85b2a8 Full article

Please Don't Deprecate GPT-Realtime Before a True Replacement Exists

I have also come across similar issues with all newer models. The closest acceptable model after v1 was v1.5. But 2, 2.1 and 2.1 mini have an issue with consistency. The biggest issue preventing me from using the newer models in production is with the use of unnecessary preamble for very short tool calls even with explicit prompting to avoid preambles. Could someone at OpenAI provide assurance that v1 will not be deprecated before an acceptable replacement is provided?

LINGUA Africa Funds 26 Projects Covering 50+ African Languages, Tied to Health, Farming and Justice Use Cases
iAfrica 2026-08-14 15:18 UTC Score 40.0 AI-151-20260814-regional-ai--43584625 Full article

LINGUA Africa Funds 26 Projects Covering 50+ African Languages, Tied to Health, Farming and Justice Use Cases

Twenty-six projects have been selected under LINGUA Africa, covering more than 50 African languages, dialects and sign languages spoken by over 500 million people across 47 countries — with each awardee eligible for up to $250,000 in cash and $400,000 in compute credits. The initiative brings together the Microsoft AI for Good Lab, the Gates [...]

Equinix Scales Johannesburg Data Centre to 24MW — But Its R7.5bn Expansion Land Sits Undeveloped
iAfrica 2026-08-14 15:13 UTC Score 40.0 AI-151-20260814-regional-ai--63c9e797 Full article

Equinix Scales Johannesburg Data Centre to 24MW — But Its R7.5bn Expansion Land Sits Undeveloped

Equinix is scaling its Johannesburg 1 data centre to 24MW to meet growing AI and cloud demand — while holding back development on land it has bought in Johannesburg and Cape Town until it sees whether that demand materialises. The US digital infrastructure company entered South Africa in 2024 with a $160 million investment in [...]

Why CrewAI Rebuilt Agent Memory on LanceDB, Powering 2B+ Agent Executions
LanceDB Blog 2026-08-14 15:12 UTC Score 60.0 USR-0078-20260814-ai-specialis-83e5f168 Full article

Why CrewAI Rebuilt Agent Memory on LanceDB, Powering 2B+ Agent Executions

CrewAI replaced a two-system memory stack with LanceDB, then rebuilt agent memory to resolve contradictions and gate recall on confidence. It now ships by default across 12 million monthly downloads and 2B+ agent executions.