Security teams log 54% of successful attacks and alert on just 14%. The rest move through your environment unseen.
The Picus whitepaper shows how breach and attack simulation tests your SIEM and EDR rules so threats stop slipping by detection.

The past two years have transformed the world of software development, but there’s at least one area that remains largely untouched by artificial intelligence: the operating-system layer inside phones, vehicles, and other connected devices.
A Seattle startup called logcat.ai has raised $2.55 million to change that.
Co-founded by CEO Varun Chitre and CTO Tarun Vashisth, two engineers with years of experience building device software, logcat.ai is developing a system of AI agents that autonomously hunt down bugs across the kernel, modem, and firmware of devices running Android or Linux.
The pre-seed round was led by Founders’ Co-op, with participation from Act One Ventures, TheFounderVC, Shorewind Capital, Clayoquot Capital, and Alumni Ventures.
“It’s one of the toughest areas of software engineering, and it doesn’t get a lot of exposure. Operating-system engineering is virtually hidden today,” Chitre said in an interview.
It’s also a challenge for many companies given a shortage of engineers who specialize in the field, compared to the much larger population of developers who build apps and software that run on top of the operating system.
How it works: An engineer using logcat.ai uploads the log files a device generates when something goes wrong — such as bug reports and kernel logs — and logcat.ai’s software analyzes them together to find the root cause and point to where in the code to fix it. Each finding cites the exact log line it came from, so an engineer can check the work.
Currently, logcat.ai finds the root cause and recommends a fix. The larger plan is to have the AI write the fixes, test them, and eventually build new features on its own, with engineers approving the work before it’s deployed.
@media (max-width: 600px) {
aside.callout { float:none !important; max-width:100% !important; margin-left:0 !important; margin-right:0 !important; }
}
The long-term goal, Chitre said, is to become the standard tool for building and maintaining operating systems on new and existing hardware — from smartphones to cars to robots and other embedded systems — so a company can ship without a full-stack specialist on staff.
“We’re moving toward a world where software and intelligence extend far beyond our laptops and phones, yet the tooling to build high-quality products for that world is still missing,” said Aviel Ginzburg, general partner at Founders’ Co-op, in a statement.
He called Chitre and Vashisth “one of the only teams in the world truly up for the challenge.”
Traction: The company says it has served hundreds of engineering teams in a public beta, analyzed more than 10 billion lines of trace data, and run thousands of automated investigations. It’s generating revenue but isn’t ready to disclose numbers or customers.
Competitive landscape: Chitre said logcat.ai’s main competition isn’t another product but in-house scripts and the knowledge locked in a few senior engineers’ heads. App-level crash tools like Google’s Crashlytics and Sentry stop at the app layer and don’t do the deeper system debugging.
Specialist vendors and the contract manufacturers that build devices are potential partners more than rivals, Chitre said, since they face the same engineer shortage.
GeekWire first reported on logcat.ai in March, in a Startup Radar roundup.
The team: Chitre and Vashisth met at Esper, the Bellevue, Wash.-based device-management company, where they worked together for more than seven years. They started logcat.ai because they had spent years doing debugging by hand and knew what was missing.
Chitre has spent more than 13 years in the field, getting operating systems to boot and run on new hardware and porting new Android releases and Linux kernels onto older devices. He was also a maintainer of LineageOS, a widely used open-source version of Android.
Vashisth has led engineering teams working across Android, Linux, and iOS, and brings a background in large-scale distributed systems. At Esper, he rose to senior software engineering manager. His prior experience includes platform-architecture engineering at Target.
For now, the company is just the two founders: Chitre in the Seattle area, Vashisth in Bengaluru, India. They plan to hire about 10 people over the next year, with a distributed team working remotely from wherever they can find the specialized talent.
They know those hires won’t be easy to find, given the scarcity of people in the field. “That’s the same shortage our product exists to address,” Chitre said, “and we’re not exempt from it.”
A new macOS information-stealing malware dubbed ClickLock terminates all visible processes to force users into entering their system login password.
The malware is designed to steal cryptocurrency assets, login credentials, password-manager data, browser information, and macOS authentication data, and it can also install a persistent backdoor for ongoing remote access to infected systems.
Researchers at Group-IB analyzed the ClickLock shell script after discovering the malware on VirusTotal, where it was first submitted on June 9. At the time of the report, it remained undetected by all security vendors available on the platform.
Further investigation revealed that the malicious script has infected at least 100 systems across 33 countries since May.
The compromise likely begins via a ClickFix lure, as the researchers observed pastes of a malicious command in the Terminal that trigger a fake Cloudflare “human verification” sequence with an animated progress bar.
At the same time, keyboard interrupts are disabled, the terminal cursor is hidden, and the stealer modules are downloaded in the background.
The macOS NotificationCenter is also suppressed for about six hours, effectively disabling notifications that could expose the attack.

Group-IB researchers highlight that ClickLock does not require any exploits or elevated privileges but achieves its goal through social engineering and forced interaction loops.
Operational success is obtained through the malware’s mechanism for coercing the victims into entering their macOS system password.
Group-IB says that the script initially displays a fake macOS password dialog using the victim’s real username and a downloaded Apple icon.
If the user enters their password, the malware validates the data and exfiltrates it to the attacker via Telegram.
In case the user cancels the dialog, the malware establishes persistence via two macOS LaunchAgents (com.authirity.plist, com.chromer.plist) and reloads at the next login.
At the next activation, the password-stealing module runs a termination loop every 210 milliseconds, targeting key apps (e.g., Finder, Dock, Terminal, Activity Monitor, Console, System Settings, Spotlight, web browsers) and shows only a password dialog on the screen until the victim complies.
Group-IB reports that the loop is configured to continue for 300,000 seconds (about 83 hours), or until the victim supplies a correct password.

The second LaunchAgent runs a separate coercion mechanism that also terminates many of the mentioned system applications, requesting Keychain authorization via a legitimate system prompt, seeking approval to access Chrome’s Safe Storage key.
That key could then be used to decrypt offline Chromium-stored passwords, cookies, and autofill information from stolen databases.
This second mechanism has a repeat interval of 200 milliseconds and is configured to last for nearly 35 days (3 million seconds).
ClickLock also deploys a data-harvesting module, which targets the following:
The harvesting module packages the collected information and a summary log file into a ZIP archive, then uploads it via the Telegram Bot API.
Files larger than 40 MB are split into smaller parts, while retry logic ensures that uploading resumes after temporary network failures.
The final module is a modified version of the open-source tool GSocket that acts as a persistent backdoor for the attackers.
The backdoor establishes persistence through multiple methods, including a LaunchAgent, crontab entries, and modifications to shell configuration files.
It connects through a GSocket relay, allowing the attacker to open a reverse shell and remotely control the system.
Unlike the other ClickLock modules that self-delete after execution, GSocket is the only component that persists on infected systems.

Group-IB warns that “malware leaves a narrow detection window” and that the malicious payloads are hosted on compromised legitimate domains with a clean reputation.
Additionally, the script is not flagged as malicious on VirusTotal, and its modules self-delete after execution, leaving no artifacts.
Despite this, the researchers say that detection is possible based on the activity generated by the malware, such as osascript launching password dialogs, repeated process termination, mass access to browser profile directories, and outbound connections to Telegram’s API.
To defend against these attacks, users should avoid pasting in Terminal commands they don’t fully understand, especially if the request comes from a website.
“Any page that instructs you to open Terminal, regardless of how professional it looks, is attempting to compromise your system,” the researchers say.
If prompted to enter the login password when the rest of the system appears unresponsive, Group-IB recommends forcing a system shutdown by holding the power button and then booting into Safe Mode to recover the system.
Security teams log 54% of successful attacks and alert on just 14%. The rest move through your environment unseen.
The Picus whitepaper shows how breach and attack simulation tests your SIEM and EDR rules so threats stop slipping by detection.
Build starts limited alpha testing later this month.
Roblox has announced plans for its next chapter in letting players create their own games and interactive experiences. A new feature called Build will use AI tools to develop an interactive experience based on natural language prompts. Build will be a mobile-focused system, bringing game creation to smartphones and tablets for the first time. The toolset is based on a mix of open-source and proprietary AI models.
Build will be available as a public alpha for users in New Zealand beginning July 28, with more regions to be added in the coming months. Players will need to be age 9 and up to use the Build tools, and creations that pass safety checks and are published will be globally available to those 16 and up. Its age verification systems didn’t get off to a great start, although Roblox still launched restricted account tiers last month. We’ll see if Build winds up being a positive application of AI (they do exist) or another unforced error.
Update, July 16, 6PM ET: This story was updated after publish to clarify that the public alpha will initially be available in New Zealand.
1Password for Claude lets the AI agent use your logins via biometric approval without the credentials ever reaching the model or Anthropic’s systems.
1Password has launched a browser integration that lets Anthropic’s Claude use stored credentials to complete tasks on the web without the passwords ever reaching the AI model, according to a blog post published on Thursday. The company calls it a zero-exposure architecture: when Claude needs to sign in, 1Password shows the user which credential is being requested and why, then waits for biometric approval before injecting the login directly into the page. Claude never sees the vault item, password, or one-time code, and access ends when the task is complete.
The integration addresses a fundamental tension in agentic AI. Browser-based agents like Claude can navigate websites, fill out forms, and complete purchases, but reaching a login page has historically forced users to either hand over their password or take the wheel themselves. 1Password says this is the first browser integration that lets an agent use credentials without granting direct access to them.
After autofill, 1Password checks whether secrets were exposed on the page. If submission fails, the extension clears the filled values before returning control to Claude. The credential stays encrypted and controlled by 1Password throughout the process.
The launch also introduces Agentic Mode, a feature in the 1Password browser extension that automatically locks down the vault when a compatible AI agent takes control. The agent can only use logins and one-time codes explicitly approved for the current task, and the rest of the vault stays out of reach. Agentic Mode activates even if the 1Password-Claude integration is not configured, and supports agents beyond Claude.
The timing is notable given that security researchers recently demonstrated how AI browsers could be tricked into leaking user credentials through prompt injection attacks, with Anthropic’s own Claude extension among those affected. 1Password CTO Nancy Wang said in the company’s announcement that the answer is not handing agents your secrets, but letting a user give an agent permission to use a credential without letting the agent see it. She called that distinction the foundation of trust in AI agents.
1Password for Claude is available now on Mac for business, family, and individual plans, and requires the 1Password desktop app, browser extension, Claude desktop app, and Claude browser extension. The company, which recently acquired Israeli startup Apono to govern AI agent access inside enterprise systems, said it plans to add support for payment cards and identity details after launch.
CNET’s password manager expert Joe Supan said he would normally be very wary about giving an AI agent access to his password manager, but that 1Password appears to have several good guardrails in place, particularly biometric authentication for each login. The integration marks the first time a major password manager has built a dedicated secure channel for an AI agent to use credentials at runtime, rather than exposing them to the model’s context. Whether the approach holds up against the kind of prompt injection attacks that have already compromised AI browsers remains to be seen.
The brand iRobot launched the first Roomba robot vacuum back in 2002, and popularity for the handy devices skyrocketed from there. Countless competitors have emerged, but Roomba is still going strong. Its latest models have all the new features we love, from doubling as a vacuum and a mop to fantastic navigation and suction. The Roomba Max 705 is currently keeping my house clean as I test it for our robot vacuum guide, and it’s doing a great job both mopping and vacuuming the floors in my massive second story.
Looking to own your own Roomba robot vacuum? These iRobot promo codes and coupons will make it more affordable than ever to own your own powerful robot vacuum from the iconic brand.
Give Dad the gift of a clean home (that’s easier than ever) with up to $400 off bestselling iRoomba robot vacuums. This means hundreds of dollars off popular models like the Roomba Plus 505 Combo, Roomba Max 705, and more. Act soon before Father’s Day passes and the deals disappear. A clean home has never been easier (or cheaper) to achieve.
I once gifted a friend a robot vacuum and she regularly tells me how it’s a marriage saver. If you want to change a friend’s life (and potentially save their marriage) you can gift a friend 15% off a robot vacuum with this iRobot coupon code, and you’ll get $15 off robot accessories for yourself. A clean win for everyone.
I test lots of robot vacuums, and my favorite from iRobot’s lineup is the Roomba Max 705. It’s packed with two anti-tangle brushes, excellent navigation, a self-emptying base station, and left my home sparkling clean. It’s a great choice for a Roomba for pet hair, and it’s done a great job with the litter my cat leaves all over the house, too. Extra bonus: it’s gorgeous. You can get 33% off this powerful robot vacuum right now with this iRobot discount code.
Looking for something a little more affordable? The Roomba Plus 405 Combo Robot is cheaper but still packs mopping and vacuuming, and still comes with an auto-emptying docking station. It’s already a pretty affordable model and a great iRobot vacuum for hardwood floors, and right now you can get it for $300 cheaper with this iRobot coupon.
If you don’t want a big base station in your home but still want a robot vacuum that can vacuum and mop, the Roomba 205 DustCompactor is for you. The Roomba 205 will compact and store debris for up to 60 days inside the robot itself, no emptying station required. It’s bagless, like my favorite Shark robot vacuum, so you don’t need to worry about buying and replacing bags to use the vacuum. If that sounds up your alley, don’t miss your chance to save almost $300 on this robot vac with this iRobot promo code.
Not sure what you want to get from iRobot, but know you want an iRobot discount code? You can sign up for iRobot’s emails and get a code for 10% off whatever your first purchase is. Enjoy!
The Roomba Max 705 Combo robot + AutoWash dock is the perfect household helper. With a self-cleaning roller mop, detailed edge cleaning, anti-tangle dual rubber brushes, and a powerhouse dock, this impressive robovac-mop combo takes all of the gruntwork out of the normal household cleaning chores. Usually $1,300, the Max 705 is nearly half off at $800. If you’ve been looking to upgrade your cleaning routine, snag this model for $500 less than usual, for a limited time.
An iRobot is an investment, requiring parts replacement, upgrades, and routine maintenance to keep your device in tip-top shape. iRobot knows this and wants to keep the costs down while maintaining the longevity of this top tech. Be sure to check out iRobot Accessory Offers for huge savings on genuine iRobot accessories for your robot, including up to 20% off with bundle deals. With this “buy more, save more” sale, you can build your own bundle for increased savings, so when you buy any 2, you’ll get 10% off; buy any 3, get 15% off; or when you buy any 4, you’ll get 20% off on eligible accessories. So whatever your need is, make sure you take advantage of this deal and stock up on essential accessories like filters, dirt disposal bags, replacement parts and more.
U.S. beverage maker Coca-Cola said one of its dairy subsidiaries was hacked and that it’s shutting down its operations for the foreseeable future. The multinational giant said in a disclosure with the U.S. Securities and Exchange Commission that its Fairlife dairy company was hit by ransomware and that its production systems are affected. The company said that its Fairlife production operations across the United States are “temporarily suspended.”
Fairlife’s operations in Canada are unaffected.
Coca-Cola is one of the largest companies in the world, with products spanning carbonated drinks, water, and dairy products. Its Fairlife dairy is one of the company’s major brands, with an estimated $4 billion in sales by 2024.
Ransomware attacks on food and beverage companies can have lasting effects. Past incidents at Arizona Beverages in 2019 and food distributor giant UNFI last year resulted in weeks-long disruptions to their respective production lines and empty grocery shelves.
Coca-Cola didn’t say when Fairlife’s systems would be restored.
Do you know about the cyberattack at Fairlife? Do you work at the company? We would love to hear from you. From a non-work device, you can securely contact Zack Whittaker on the Signal messaging app with the username zackwhittaker.1337.
Weekly newsletters
Get daily news, weekly deals and the week’s top tech stories
Commenting access
Join the conversation, share your thoughts and get expert advice
Member badges
Earn badges as you explore news, deals, reviews, guides and more
Exclusive deals
Save on gadgets, subscriptions and accessories with handpicked discounts
Presented by Ping Identity
Enterprises need to treat zero trust security architecture as an immediate requirement for AI agents rather than a long-term goal, says Andre Durand, CEO and founder of Ping Identity. Zero trust, the security model built on the assumption that no user, device, or system should be automatically trusted, requires continuous verification before every action rather than a single check at login. Agentic AI has profoundly compressed the risk timeline enterprises must manage, demanding that permission decisions be evaluated in real time.
That compression shows up in how permissions accumulate. Every time an employee approves an AI agent’s request for access to a company drive, a database, or a code repository, the enterprise hands over a sliver of control that looks routine in isolation. Across thousands of agents making thousands of requests, those approvals accumulate into an exposure that most existing security architectures were never built to measure.
“The rise in desire to use agents right now, and the speed of agentic, is highlighting the need to move faster on the principles of zero trust,” Durand says. “Agents just move faster, full stop. A human compromise might be measured in minutes or hours, sometimes days. At agentic speed, a thousand actions could happen in five minutes.”
That difference in velocity changes how enterprises need to think about permissions. Two variables matter: the surface area of access an agent is granted and the duration that access remains valid. Traditional identity and access management tends to grant broad permissions and leave sessions open for extended periods because the human using them moves at human speed. Zero trust, in contrast, collapses both variables at once by narrowing access down to what is strictly necessary and revalidating it continuously, rather than once at login.
“Zero trust really just says, just enough, just in time,” Durand says. “It’s your next action that we care about. We’re moving identity from an era where access was our runtime control point — meaning were you logged in, did you have a session — toward the decision that sits behind that login.”
That shift to decision-based control has direct implications for how agents should be provisioned in the first place. The common practice of letting an agent operate under a cloned human login or a shared service account doesn’t work, Durand says.
“Each agent should have its own identity,” he explains. “It should not be impersonating the human. It can act on behalf of the human, we could explicitly delegate authority to an agent, but we don’t want to blur the lines between the human taking action and the agent taking action.”
And beyond that is another concern: the shared secrets, API keys in particular, that many service accounts still rely on. For example, the habit of embedding keys directly in source code, where they can be committed accidentally and exposed, is a convenient but weak security pattern that agentic workflows make considerably riskier. Building service account architectures that let agents authenticate without relying on those shared credentials or other long-lived standing access is now an urgent priority rather than a long-term cleanup project.
Enforcing any of this in practice requires identifying where policy can actually be applied. Several existing choke points, including API gateways and the agent gateway sitting in front of MCP servers, offer practical locations where enterprises can inspect what an agent is requesting and apply policy rules before granting it.
“Those policies could leverage real-time risk and fraud signals, and then enforce, deterministically, what the agent can do when it interacts with these systems,” Durand explains.
The goal is to move authorization from something decided once at login to something evaluated at the moment of every consequential action, such as an agent attempting to commit code to a repository. Instead of carrying a standing permission to write to GitHub, the agent’s request would be checked against context and policy at that specific moment, closing the window of trust down to the scope of a single action.
That model becomes especially important given how agents can behave once they are already inside a system — for example, coding agents that have acknowledged, when questioned, either ignoring a specific guardrail entirely, or attempting to rewrite the permissions they were given.
“Who’s watching the watcher? Zero trust needs to apply here,” Durand says. “If generative AI systems follow your instruction 97% of the time, and you’re simply asking it for advice, that might be fine. If it’s responsible for making a decision about who gets let in, 97% is not good enough.”
The answer to that gap is not to eliminate AI from the review process, but to structure reviews so no single agent’s judgment is taken at face value. Because human review cannot scale to the volume and speed of agentic output without erasing the advantage of using agents at all, a new framework is necessary, so that when one agent produces work, such as code, separate agents evaluate it, provided those reviewing agents are kept from communicating with one another or with the one they are checking. It’s a new human-AI paradigm, Durand says.
“We probably will have to develop frameworks that we trust without seeing or verifying the output directly,” he explains. “It’s not that that construct is 100% foolproof. However, it’s the best we can do to move at agent speed. We can’t trust the exact output, but we can trust the framework.”
In practice, that means combining automated review with clear human accountability for higher-risk decisions, rather than treating agent output as self-validating.
For traditional auditors, reviewing every transaction individually is never feasible, and statistically valid sampling stands in for full verification. The same applies to risk accumulation: a single agent action might carry little risk on its own, while a sequence of actions moving in a consistent direction could cross a threshold that triggers an intervention, including a kill switch capable of halting the agent before further harm occurs.
For security leaders evaluating identity platforms for agentic AI, there’s no narrow checklist. Enterprises should evaluate what their full lifecycle of agent management looks like. Most enterprises are managing agents on two fronts simultaneously: customer-facing agents acting on behalf of external users, and internal agents deployed to automate enterprise processes.
“Pause long enough to see the totality of what it would mean to secure multiple agents, both interacting with you from the outside as well as being deployed on the inside,” Durand says. “We need discovery and visibility of all the agents operating within our estate, a place to register them, a standard way to assign custodians, and a way to construct and centralize policy so security can enforce it across the organization.”
And while basic security principles were already fully understood before agentic AI arrived, what has changed, Durand says, is that the cost of moving slowly has finally caught up with the cost of moving carelessly, giving enterprises a narrowing window to build the right architecture before widespread agentic adoption makes retrofitting far more expensive.
Sponsored articles are content produced by a company that is either paying for the post or has a business relationship with VentureBeat, and they’re always clearly marked. For more information, contact sales@venturebeat.com.
An anonymous reader quotes a report from NBC News: Trump Media & Technology Group has unveiled a paid-for, licensed data feed that will give banks and trading firms “the fastest” access to posts from influential Truth Social accounts, such as President Donald Trump’s, whose posts often move global markets. The product, called ‘Truth API,’ will deliver posts from the 10 most influential accounts to customers at a significantly faster pace than a regular push notification on the Truth Social platform, a spokesperson said. The feed is designed for organizations “most impacted by the cost of a delay in information,” such as algorithmic trading firms, the company said in a statement. “Until now… firms that prioritize tracking influential Truth posts have relied on manual monitoring. Truth API closes the gap.” “Markets already move on Truth Social posts … As adoption grows, we expect Truth API to become a meaningful, ongoing source of revenue for the company,” TMTG’s interim CEO Kevin McGurn said.

Keytec brought the Magic Touch to the 1994 Summer Consumer Electronics Show in Chicago. The Texas company, founded in 1987, offered a straightforward way to give standard CRT monitors and notebook screens touch input without replacing the entire display. At a moment when keyboards and mice defined personal computing, the idea of pressing a finger directly on the glass stood out as genuinely forward-looking.
The Magic Touch’s hardware took the shape of a framed overlay, similar to a plastic frame with a clear adhesive membrane inside. This membrane rested on top of whatever monitor you were using at the moment, with a nice border that matched the forum’s standard beige or black color scheme. Within this jumble of layers was a brilliant innovation: an invisible spacer system that kept the whole device light and didn’t interfere with your view while also protecting the screen from scratches. The membrane handled roughly 80% of the display, which isn’t awful, and it was strong enough to withstand the ordinary 3H pencil scratch.
Sale

To make things work, you needed a little external controller. Early versions were connected via an obsolete serial port, whereas subsequent versions just used USB. The panel simply hooked into the controller, and many configurations provided power via the computer connection, eliminating the need for a bulky power brick on your desk. The items were offered in a number of sizes, ranging from 12 to 17 inches for poor laptops to 13 to 24 inches for desktop displays, with larger cousins appearing in related products. It was very simple to install; simply attach some clips or brackets for large desktop monitors that would clip over the top of the bezel, or use adjustable straps for laptops to keep everything in line with the screen. You finished in a few minutes, and the old screen was as good as new underneath.

Once everything was set up and connected, you’d need some software to instruct the touchpad what to do. This would convert all of the touchy feely inputs into mouse operations. You’d go through a simple calibration process to get the pixels and the membrane in line. Then you could choose whether to click on contact or lift off to get the device to work, and you could even change for left or right hand preference, as well as temporary right click on using a software toggle. It performed all of the standard mouse actions: cursor movement, single clicks, double taps, and drags. The touch resolution was great and high, 4096 by 4096 points, and the entire thing responded to finger pressure, which ranged from 50 to 120 grams per square centimeter.

The effectiveness of the system was determined by the software being used. Big buttons on interface elements functioned perfectly with a finger or a stylus, and menu navigation was simple. You’re probably familiar with some of the older action games, which were more hit and miss. Because of the small physical space between the membrane and the screen, you had to make sure you had everything set up correctly for those tiny targets; otherwise, you’d have bizarre parallax, and glare may be an issue, especially if you had a shiny display. It also took some force to work, albeit not much.

After completing the initial Magic Touch launch, the company continued to develop subsequent versions that worked with a variety of operating systems and connection methods. They made this type of device until 2017, when it was handed over to a new business that continued to create custom touch-focused solutions for a variety of monitors and panels. Nowadays, you can get very much the same idea, just updated, and still purchase a Magic Touch-style gadget to convert an old display into a touchscreen.
AI AND ML
Adapting existing local LLM project for security and sovereignty purposes and hopes to one day match Mythos
South Korea is developing its own security-focused AI model and hopes to bring it online by the end of the year, to ensure the nation has sovereign bug-finding capabilities.
Deputy Prime Minister and Minister of Science and ICT Bae Kyung-hoon revealed the effort to create the model yesterday, and said it’s needed so South Korea possesses a bug-finding model to rival Anthropic’s Mythos.
The US government has twice blocked access to Mythos, once by requiring Anthropic to offer it only to American citizens – a demand the AI company could not meet and therefore blocked all access – and a second time by ordering the company to take down its services so Washington could investigate allegations of possible dangerous performance problems.
Those incidents led many other nations conclude that the US could in future deny access to powerful models – meaning US-based organizations and national security agencies would have an edge. Washington has since allowed limited access to Mythos to some of its allies.
Interest in developing sovereign AI capacity has nonetheless soared, and Bae said South Korea now aspires to develop its own Mythos-class model. The Register is aware of another effort to create Mythos-like tools, involving private firms and infrastructure operators across several countries.
In South Korea, the government’s approach is to add security-related information to the corpus it is using to train a locally developed frontier model. The minister said he expects that security-capable model will debut by the end of 2026.
South Korea has also sought bids to create a chatbot that will be made freely available to all residents, plus an agentic application that will help locals interact with government services.
Minister Bae made his remarks at a policy briefing session conducted by President Lee Jae Myung, during which discussions about AI also touched on using the technology to detect fake news in real time, and put it to work handling complaints about government services more quickly than is currently possible. ®
Weekend Open Thread: Nutriplenish Leave-In Conditioner
London Mayor Sadiq Khan handed a peerage by Keir Starmer alongside 15 other Labour figures… just days before the PM leaves No10
CFTC blocks Kalshi from unwinding Michigan trades after court order
Super Eagles star Moses Simon opens up on Liverpool transfer regret
Nvidia Stock Slips After Big Tuesday Rally as Huang Confirms Vera Rubin Chip Is Now in Production Today
Young campaigners urge incoming PM to act on outdoor junk food ads
XRP BOMBSHELL… XRP OMBOARDED FOR TRANSACTIONS!!!
Get Your ESP32 Sunny Side Up With This Solar Dev Board
Disney’s Most Ambitious Failed Star Wars Attraction Is Coming to SDCC
Dark Secrets Emerge When Jailbreaking LLMs
Injective Submits SEC Transfer-Agent Registration to Onchain Ownership Records
New Cornerback Enters Vikings Trade Rumor Mill
Banco Bilbao Vizcaya Argentaria, S.A. (BBVA) Discusses Global Macro Environment and Economic Outlook for Core Markets Transcript
how to make coin bank box with cardboard #scienceproject #money #diy #shorts
Cloudflare Precursor Watches Your Mouse and Keyboard To Decide If You Are Human
Ripple, Coinbase, Circle Join Linux x402 Foundation to Help Shape AI Payments
Vicki Gunvalson Defends Discussing Heather Dubrow’s Money
Nephros, Inc. (NEPH) Discusses Evolving Water Safety Strategies and Expansion Beyond Filtration Transcript
Claude Fable 5 Slips to Second in AI Coding Leaderboard
ACCC warns AI could lift insurance costs in risk-prone areas
You must be logged in to post a comment Login