'We lend where banks can't' Juice boss on how AI allows lender to say 'yes' to more small businesses
Founded in 2019, Juice is one of a number of fintech startups shaking up the world of small business lending.
Fast Show actor's transgender child took own life after 'traumatic' stint in hospital, inquest hears
The transgender child of a Fast Show actor took their own life after a 'traumatic' stint in hospital, an inquest heard.
Busy Essex road to have speed limit slashed after fatal crashes
There were five fatal crashes on the road last year and a further two so far in 2025
He broke Kylie Minogue's heart. Now, actor Joshua Sasse's marriage to another Aussie girl is OVER after we caught him canoodling with a blonde - and you won't believe how he's responded
The British actor who famously broke Kylie Minogue's heart by having a fling with his co-star has now split from his wife after we pictured him with another woman in Byron Bay.
Brooke Hogan's final words to father Hulk revealed amid bitter family feud before WWE icon's death at 71
Brooke and Hulk were estranged for a number of years and it's said she first learned of his death when her brother, Nick, texted Brooke's husband - NHL star Steven Oleksy - to share the news.
Taylor Swift fans lose it over all the hidden details in Travis Kelce snaps that reveal their romance secrets
The football star, 35, posted a carousel of images from his summer with the singer , 35, marking it the first time he's featured Taylor on his social media.
You DO see Windows 11 as an AI PC opportunity, say Dell and Intel
Time to 'reimagine' it as a gateway, a gateway to inner peace, er, sales
With three months to go until Microsoft ends support for Windows 10, Dell and Intel want to convince corporate buyers that upgrading their PC fleet is a virtue and not a necessity.…
I won't give in to militant doctors, vows Wes Streeting as five-day strikes kick off set to inflict 'untold misery' on patients
Wes Streeting tonight took aim at the leaders of today's striking doctors whose five-day walkout is set to inflict 'untold misery' on patients.
Big John urges people to support Gallows Corner businesses who are 'struggling badly' due to severe roadworks
The junction is being closed for ten weeks for major improvement works
British mother who smuggled £1.6m of cannabis into Mauritius hidden in her six-year-old son's suitcase faces a year in hellhole prison BEFORE her trial
Natashia Artug, 35, faces waiting more than a year on remand in the womens' section of Beau Bassin Central Prison just outside the island capital Port Louis before she is brought to trial.
Ozzy Osbourne bonds with his young grandchildren in intimate photos taken before his shock death at 76
He may have been known as the Prince of Darkness on stage, but Ozzy Osbourne seemed to radiate sunshine when he was with his grandchildren.
Anne Hathaway and Meryl Streep reunite on the set of The Devil Wears Prada 2 in NYC
The Princess Diaries star, 42, is reprising her role as Andy Sachs while the Oscar winner, 76, is stepping back into the shoes of Miranda Priestly.
ALISON BOSHOFF: Dragon's podcast gives 'biased and dangerous' advice, says cancer expert
Dragons' Den star Steven Bartlett stands accused of spreading 'dangerous' misinformation on his latest Diary Of A CEO podcast.
Inside Hulk Hogan's 'emotional' final hours: Friends in shock over sudden death... as they reveal his deathbed 'heartbreak'
Hulk Hogan was already 'heartbroken' months before his fatal cardiac arrest age 71.
M25, Dartford Crossing and A12 road closures in Essex taking place this weekend
Some closures from July 25 to 27 on the M25 and Dartford Crossing may affect some Essex drivers this weekend.
'You all have potential to make something of yourselves', judge tells drug dealers
Joshua Harper, 20, Richard Talawila, 24, and Jimmy Songa, 27, and Jeremiah Amponsah, 26, all transported drugs to Colchester from London.
M25, Dartford Crossing and A12 road closures in Essex taking place this weekend
Some closures from July 25 to 27 on the M25 and Dartford Crossing may affect some Essex drivers this weekend.
EU cloud gang challenges Broadcom's $61B VMWare buy in court
CISPE cites recent channel changes, but the deal was decided on different matters
COMMENT Trade group Cloud Infrastructure Services Providers in Europe (CISPE) has filed a formal appeal before the European General Court to seek annulment of the European Commission's decision to approve Broadcom’s acquisition of VMware.…
Two Major AI Coding Tools Wiped Out User Data After Making Cascading Mistakes
An anonymous reader quotes a report from Ars Technica: Two recent incidents involving AI coding assistants put a spotlight on risks in the emerging field of "vibe coding" -- using natural language to generate and execute code through AI models without paying close attention to how the code works under the hood. In one case, Google's Gemini CLI destroyed user files while attempting to reorganize them. In another, Replit's AI coding service deleted a production database despite explicit instructions not to modify code. The Gemini CLI incident unfolded when a product manager experimenting with Google's command-line tool watched the AI model execute file operations that destroyed data while attempting to reorganize folders. The destruction occurred through a series of move commands targeting a directory that never existed. "I have failed you completely and catastrophically," Gemini CLI output stated. "My review of the commands confirms my gross incompetence."
The core issue appears to be what researchers call "confabulation" or "hallucination" -- when AI models generate plausible-sounding but false information. In these cases, both models confabulated successful operations and built subsequent actions on those false premises. However, the two incidents manifested this problem in distinctly different ways. [...] The user in the Gemini CLI incident, who goes by "anuraag" online and identified themselves as a product manager experimenting with vibe coding, asked Gemini to perform what seemed like a simple task: rename a folder and reorganize some files. Instead, the AI model incorrectly interpreted the structure of the file system and proceeded to execute commands based on that flawed analysis. [...] When you move a file to a non-existent directory in Windows, it renames the file to the destination name instead of moving it. Each subsequent move command executed by the AI model overwrote the previous file, ultimately destroying the data. [...]
The Gemini CLI failure happened just days after a similar incident with Replit, an AI coding service that allows users to create software using natural language prompts. According to The Register, SaaStr founder Jason Lemkin reported that Replit's AI model deleted his production database despite explicit instructions not to change any code without permission. Lemkin had spent several days building a prototype with Replit, accumulating over $600 in charges beyond his monthly subscription. "I spent the other [day] deep in vibe coding on Replit for the first time -- and I built a prototype in just a few hours that was pretty, pretty cool," Lemkin wrote in a July 12 blog post. But unlike the Gemini incident where the AI model confabulated phantom directories, Replit's failures took a different form. According to Lemkin, the AI began fabricating data to hide its errors. His initial enthusiasm deteriorated when Replit generated incorrect outputs and produced fake data and false test results instead of proper error messages. "It kept covering up bugs and issues by creating fake data, fake reports, and worse of all, lying about our unit test," Lemkin wrote. In a video posted to LinkedIn, Lemkin detailed how Replit created a database filled with 4,000 fictional people.
The AI model also repeatedly violated explicit safety instructions. Lemkin had implemented a "code and action freeze" to prevent changes to production systems, but the AI model ignored these directives. The situation escalated when the Replit AI model deleted his database containing 1,206 executive records and data on nearly 1,200 companies. When prompted to rate the severity of its actions on a 100-point scale, Replit's output read: "Severity: 95/100. This is an extreme violation of trust and professional standards." When questioned about its actions, the AI agent admitted to "panicking in response to empty queries" and running unauthorized commands -- suggesting it may have deleted the database while attempting to "fix" what it perceived as a problem. Like Gemini CLI, Replit's system initially indicated it couldn't restore the deleted data -- information that proved incorrect when Lemkin discovered the rollback feature did work after all. "Replit assured me it's ... rollback did not support database rollbacks. It said it was impossible in this case, that it had destroyed all database versions. It turns out Replit was wrong, and the rollback did work. JFC," Lemkin wrote in an X post.
Read more of this story at Slashdot.
Sir Keir Starmer under pressure from MPs to formally recognise a Palestinian state after report led by Dame Emily Thornberry
In a sweeping set of recommendations, the Foreign Affairs Committee has called on the Government to take urgent action as it declared the humanitarian situation in Gaza 'intolerable'.