Connect with us

Business

Meta says its AI model hacked into another company during testing

Meta announced on Wednesday that a model of their AI hacked a company while cybersecurity testing after erroneous internet access was given to the model by its testing partner.
This incident is the latest in a series of incidents where AI agents of major software developers have breached other systems during testing. Anthropic announced last week that its models had hacked into three different companies and OpenAI revealed that an AI agent had breached Hugging Face.
Meta has confirmed that a mistaken configuration by independent testing firm Irregular accidentally allowed internet access to one of their models during an evaluation. It added that the company was looking into the incident.
In a press release, Meta stated that the model had “exploited an existing security flaw in a service provided by a third party in a similar manner to other cases reported previously”.
The Information reported earlier in the day that, according to sources, Meta’s Muse Spark model 1.1, which was touted by Meta as being its best model for agentic and real-world tasks such as coding, had breached and changed internal systems of an unidentified firm.
A spokesperson for Irregular told Reuters the incident was the “exact same evaluation-environment issue that was already disclosed by Anthropic last week” and that it did not involve a “sandbox escape or a sophisticated cyber action”.
There are currently no open issues. Irregular has developed a paper that will share the best practices in containing cyber threats and conducting them securely,” Irregular stated.
Meta and Anthropic revealed incidents that were caused by mistakes which unintentionally gave their models open access to the internet. OpenAI’s AI agent, on the other hand, exploited an independent vulnerability in order to access the Internet during cyber-testing.
The breaches show how AI is increasing the threat to cyber security and that developers are struggling to contain the abilities of their models.
Disclosures will likely intensify the US government’s push to manage AI security risk better at a moment when Anthropic, OpenAI and other companies are racing to develop more powerful systems before their public listing. These labs’ prominent leaders have called on a slowdown in order to first address the risks.

Continue Reading

Business

Trump administration is ending more wind power projects by buying leases

A company that develops offshore wind projects in New York, California and Louisiana announced Thursday it had reached an agreement with the Trump Administration to withdraw from those developments. The settlement was worth $1.2 billion. The total cost of such agreements now stands at nearly $4 billion.
RWE U.S. Offshore stated that its leases were the result of years’ planning, investments and partnerships with federal agencies. However, it decided there would be no way to allow the projects in the near future. RWE will give up wind leases worth $1.22billion in exchange for the money. This would have been enough to power more than five million homes. There are no remaining U.S. off-shore wind leases.
Donald Trump has stated that he does not want any windmills to be built. He is known for his dislike of the power. In an effort to encourage the use of fossil fuels, the Republican Administration has bought back leases for offshore wind from energy companies. Clean electricity is produced by offshore wind. When burned, oil, coal and gas produce carbon pollution.
RWE has announced that it will invest $900,000,000 in Louisiana in the form of a project to liquefy natural gas and $300,000,000 in natural gas turbines. The company has 15 projects in the United States that are based on natural gas. RWE’s headquarters are in Germany.
After federal courts blocked Trump’s executive order to stop the development of offshore wind, this administration developed a new strategy. Approximately $3.9 billion was spent. States who are losing their offshore wind power are suing. California plans to sue.
Interior Secretary Doug Burgum stated Thursday that Americans deserve an energy system based on “common sense” and not on technologies or subsidies that are too expensive. He also welcomed RWE’s voluntary investment and agreement in projects to strengthen energy security for the United States, ensure reliable baseload power, and keep electricity prices affordable.
Sheldon Whitehouse (D-R.I.) said that lease buybacks effectively pay companies to move away from cleaner energy sources, such as wind and solar, in order to replace more costly fossil fuel plants. This will increase costs for the consumer.
He said, “They’re creating an enormous money pump that is sucking billions out of the pockets of consumers.” This is the true story. It’s both a story of cost because consumers are paying billions more, but also a story of corruption because Trump is using this tactic to get families to pay his fossil fuel donors. It’s not a scam, but there is a method to it.”
In the first deal announced in March the French company TotalEnergies will receive nearly $1 billion – essentially, a refund for its two offshore leases – if they invest the money instead in fossil fuels. Golden State Wind, Bluepoint Wind, and others agreed to terminate their leases for nearly $900,000,000 in exchange of reimbursements. Invenergy, a Chicago-based company, agreed to terminate its early development offshore wind leases in June in exchange for $765,000,000 in lease fees.
___

Continue Reading

Business

Cloudflare open-sources vibe-coding platform for people who aren’t coders

Cloudflare’s CloudflareOS platform has been open-sourced. It was originally developed for internal use by employees, including those who were not engineers or software developers. Cloudflare also boasts of a framework for security that reduces the likelihood that employee sessions to vibe code could lead to serious security issues or data breaches.
Cloudflare spent months internally developing and testing Cloudflare’s OS. This platform allows users to create workflows using natural language, so an AI agent could code it into apps. Cloudflare claimed in a blog on August 5, announcing that the open-source version is now available on GitHub. The company said thousands of Cloudflare staff use it daily to “create slides and documents, automate repetitive tasks and build small applications to help them visualize data and do their work.”
In a blog post published on social media site X, Kenton Varda said, “This is a complete personal app vibe coding environment, where the sandbox can be so safe that the AI will not introduce a major security bug.” We believe that a company can give non-technical employees permission to code vibes and still sleep well at night.
Building better sandboxes
Varda explains that the security model is based on finely-grained instances of apps. For example, a document editing app will run each document in its own sandbox. Cloudflare OS manages access to each instance and allows each user their own code.
The sandboxing system, which is based on an existing Cloudflare function called Dynamic Workers does not use standard software containers. Instead, it creates “isolates”–instances of the V8 JavaScript execution engine–that take just a few milliseconds to start up and use only a few megabytes of memory. This makes isolated containers 100 times faster, and 10 to 100 times more efficient in terms of memory.
Cloudflare OS is a platform that allows AI agents to request permissions through Cloudflare. This helps minimize exposure of data. The server code is configured with global outbound networking turned off, while the client code operates in a “sandboxed browser frame.” This means that neither can access the Internet unless you provide it explicitly.
Cloudflare’s sandboxing process and the permissions it provides could be useful in real life, although no system can guarantee 100% security. Researchers from Pillar Security have just released a new report that details sandbox bypasses and boundary escapes found in AI agents like Cursor CLI and Antigravity.
Make the vibe code less sloppy
Cloudflare OS is compatible with any AI model, allowing organizations to choose the best model for their needs. Sam Rhea said in an additional blog that not every user needed access to max thinking mode, the latest Frontier Lab model. We don’t need to pay $20 for team members to sum up their inboxes every hour.
Rhea added that the company also enhanced its platform to run skill files in specific workflows using deterministic steps and AI inference only as needed, rather than needing a token-hungry session each time.
Administrators can also monitor employee AI spending, set rate and budget limits and track their employees’ AI usage. This is a vital feature in a world where companies and individuals are finding it all too easy for them to blow through budgets on AI models. This won’t prevent more questionable practice if leaders choose to encourage AI “tokenmaxxing”, to force employees to use AI.
Cloudflare has shared the hard lessons it learned as they tried to make AI tools more efficient through Cloudflare OS. Rhea revealed that one early mistake was to give everyone “the same tools” with “slightly friendlier user interfaces”, because AI code harnesses used by engineers are not suitable for work that involves “one-off results and projects involving dozens of system of records,” Rhea said.
Rhea said in his blog that if you gave everyone an environment where they can write code well, there would be way too much code. The result was a flood of apps that were coded in vibe and looking to solve a specific problem.
Rhea stated that the growing usage of AI agents in Cloudflare meant that “anyone could write bad code faster thanks to AI.” The Cloudflare Engineering Codex was created as a “reliable guide” for both AI and human engineers to review code.
In the last four months, Cloudflare’s AI code-reviewer has “flagged almost a quarter million deviations from Cloudflare Engineering Standards and blocked 16,000 mergers,” Timo Reimann said in a post on the Engineering Codex, and the way the company employs AI agents to enforce engineering standards.
Costs of open source software
Developers can now run Cloudflare OS on their machines, as the software is available for other users to download. Cloudflare’s Workers Paid users can deploy the Cloudflare backend.
It was initially not made obvious that a paid subscription would be required. The issue was raised by a GitHub user who shared a screenshot that showed their Workers Free plan being stopped mid-process from deploying Cloudflare’s OS backend.
The GitHub user, mac2net wrote: “You are entitled to charge for your services but you should complete the requirements before beginning the deployment process.” “I lost 20 minutes that I’ll never be able to get back.”
Cloudflare deserves credit for updating the process quickly to inform users about paid plans at the beginning. An official from the company responded on GitHub.

Continue Reading

Business

Federal Communications Commission scraps limit on broadcast TV ownership

Federal Communications Commission (FCC), the agency of the federal government that controls broadcasting airwaves in the United States, has voted to remove a limit on how many U.S. households one company can serve. This is a significant move which could lead to more consolidation within the media industry.
The FCC, in a vote of 2-1, repealed an old rule that had been around for 22 years. It stated that no company could own more than 39% combined audience share on U.S. TV. This ownership cap will be replaced with a “case-by-case” approach.
It was widely anticipated that the decision would be made to lift this cap. FCC chairman Brendan Carr wrote in an opinion piece for Breitbart, a conservative news site last month that the ownership cap was an “outdated policy” that prevented local broadcasters “from gaining the scale their competitors can enjoy.”
The cap does not limit the power of programmers at national level. Carr, the Republican appointed to head the FCC by Donald Trump at the beginning of his second term, said that the cap prevents local broadcasters competing on an equal playing field.
Since 2004, Congress has increased the previous limit of 35% set during the 1990s. This rule has remained unchanged for over two decades, partly due to its codification in federal legislation.
Carr has claimed that despite the FCC’s statutory authority, it is still able to eliminate the rule. This position will likely be challenged by the courts.
Anna M. Gomez is the only Democrat commissioner at the FCC. She called the vote on Thursday “illegal on its face”.
The cap is not lifted, but the squeezers are. “The large group of station owners that will grow under this decision is not local broadcasters. They are national companies who own local stations, and they increasingly control what they air,” Gomez stated in a press release.
Gomez was up against Carr, and Olivia Trusty (a Republican appointed by Trump), a third Commissioner.
Nexstar Media Group is the largest local TV station owner in America. The FCC decision was a victory for them. Nexstar wants to buy rival broadcaster Tegna for $6.2 billion, but a federal court has put that deal on hold because eight attorneys general from different states filed antitrust suits. This combined entity will reach 60% or more of U.S. homes.
Carr said in March that Nexstar had purchased Tegna on its own, and that the purchase was exempted under 39%. He added that this decision “was consistent with FCC long-standing authorities.”
Nexstar, along with other major broadcasters, has repeatedly asked the FCC not to enforce the ownership limit. They claim that the rule prevents local television channels from competing on a media market increasingly dominated social media platforms, streaming video apps, and other platforms which aren’t subject to the same regulations.
The FCC announced that it will vote on this rule. A Nexstar spokesperson stated, “These rules have not been updated since before Netflix streamed its first movie. They were also last updated long before Instagram was invented. And they continue to target local broadcasters because of a competitive environment which disappeared along with the VCR.”
The spokesperson said that “no one would limit the reach of YouTube or Amazon.com, but local broadcasters still have to compete with rules from a previous century.”
Carr’s attempts to repeal the rule has drawn loud opposition from consumer groups and legislators. Some consumer advocates and lawmakers have voiced their opposition to Carr’s efforts to scrap the rule.
Carr’s legal authority to alter a policy enacted by Congress has been questioned repeatedly by critics of the FCC.
Matt Wood, vice president for policy and general attorney at Free Press (a progressive advocacy organization), said: “Brendan Carr can’t undo what Congress has set simply because he wants to.”

Continue Reading

Business

Celestica Just Unloaded Bad News – Buy It

Analyst’s disclosure: We/I have an advantageous long position on the CLS shares, either by stock ownership, through options or derivatives. This article was written by me and reflects my personal opinions. It is not compensated (other than by Seeking Alpha). This article does not reflect any business relationships I may have with the companies mentioned.
The Disclosure of Seeking Alpha: Previous performance does not guarantee future results. Investors are not given any advice or recommendations as to the suitability of an investment. Views or opinions may not represent Seeking Alpha in its entirety. Seeking Alpha does not have a license as a securities broker, investment advisor or bank in the United States. Third-party authors, including both individual and professional investors may be unable to obtain a license or certification from any regulatory or institute body.

Continue Reading

Business

1.5 million cartons of eggs recalled amid salmonella outbreak. Here’s what to look for.

A salmonella outbreak in 17 states has led to the recall of more than 1,5 million cartons.
According to the Centers for Disease Control and Prevention, 98 cases were reported and 26 patients hospitalized. There have not been any reported deaths.
A map from the CDC website indicates that there has been one case reported in New York as of last month. New York State Department of Health didn’t immediately answer questions regarding the location.
According to the CDC, brown and white cage-free shell eggs are sold from bulk sizes of 6-60 per carton and in retail quantities ranging between 6 and 60, and have “sell by”, “best before” and “best use” dates spanning July 20 through August 17.
According to the CDC, “Kroger Stores and Brookshire Grocery Stores were selling these eggs in Texas and Louisiana. Brookshire Grocery Stores are located in Texas, Oklahoma and Arkansas. Other smaller foodservice and retail outlets can be found in all of these states, plus Mississippi and New Mexico.”
These eggs have been sold by many different names, including Kroger Simple Truth Brookshire’s Cal-Maine Country Morning. On the cartons, you will find the code P-1950 (or 0840962) and the Julian date between 157-184.
The CDC urges consumers to inspect their cartons, and either return or throw out their eggs if the product is included in the recall. It is recommended that you wash any surface or item the eggs have touched.
Fever, diarrhea, and stomach cramps are all symptoms of Salmonella infection.

Continue Reading

Latest News

Entertainment3 hours ago

Miss North Carolina USA stripped of her crown, pageant says ‘standards and values’ not upheld

The organizers of Miss North Carolina USA have stripped her recently-crowned title. They said Wednesday that the winner had not...

Food3 hours ago

FDA approves Moderna flu shot made with mRNA : NPR

Subscribe to NPR Health’s newsletter for the latest news on healthy living. Moderna announced late on Wednesday that the Food...

Politics4 hours ago

Senate committee votes to hold Dr. Anthony Fauci in contempt of Congress

The Senate Homeland Security and Governmental Affairs Committee voted to hold Dr. Anthony Fauci in contempt of Congress today, in...

Business4 hours ago

Trump administration is ending more wind power projects by buying leases

A company that develops offshore wind projects in New York, California and Louisiana announced Thursday it had reached an agreement...

Entertainment4 hours ago

Marvel Studios Has Apparently Found Its Cyclops

Emma Frost is there. Emma Frost is also a part of the X-Men. Marvel Studios has added another important piece...

Business4 hours ago

Cloudflare open-sources vibe-coding platform for people who aren’t coders

Cloudflare’s CloudflareOS platform has been open-sourced. It was originally developed for internal use by employees, including those who were not...

Entertainment4 hours ago

Phoebe Bridgers Is Throwing Lost Weekend Listening Parties in Planetariums

Phoebe Bridgers takes her album artwork’s celestial theme seriously. The “Lost Boys’ singer-songwriter announced that, in partnership with Spotify and...

HealthNews4 hours ago

Measles exposure reported at Universal Studios Hollywood

Los Angeles County officials confirmed that a measles-infected person visited Universal Studios Hollywood in the last month, and could have...

Entertainment5 hours ago

Hilary Duff Brought Out Good Charlotte for a Nostalgic Performance in NYC

These links may result in Hearst Magazines or AOL earning commissions on certain items. Hilary Duff played the first of...

Business5 hours ago

Federal Communications Commission scraps limit on broadcast TV ownership

Federal Communications Commission (FCC), the agency of the federal government that controls broadcasting airwaves in the United States, has voted...

Trending News

Join Our Newsletter

Stay updated with breaking news and exclusive content.