Connect with us
DAPA Banner
DAPA Coin
DAPA
COIN PAYMENT ASSET
PRIVACY · BLOCKDAG · HOMOMORPHIC ENCRYPTION · RUST
ElGamal Encrypted MINE DAPA
🚫 GENESIS SOLD OUT
DAPAPAY COMING

Tech

Microsoft Unveils Scout, an Autonomous AI Agent Built On OpenClaw

Published

on

Microsoft has unveiled Scout, an experimental always-on AI “autopilot” agent for Microsoft 365 that can operate across Teams, Outlook, OneDrive, SharePoint, calendars, contacts, browsers, and external apps via MCP. “Autopilots stay active in the background, understand how work gets done across your apps and systems, and take action without needing to be prompted each time,” said Omar Shahine, a Microsoft veteran who recently announced he is leading a new team to bring OpenClaw-based personal assistants to Microsoft 365 apps. Computerworld reports: Shahine said Scout can reduce mundane tasks that office workers face, such as coordinating and scheduling meeting times with colleagues, or blocking times in a user’s calendar based on upcoming work commitments. “It can also spot risks, like stalled decisions, so you can address them before they become blockers,” he said. It’s available as an “experimental release” to customers of the company’s Frontier program, Microsoft said, and will require Intune policy configuration and “opt-in attestation.” […] It’s not clear whether Scout will be included in Microsoft 365 Copilot subscriptions or charged separately. Microsoft did not immediately provide additional details about pricing.

Source link

Continue Reading
Click to comment

You must be logged in to post a comment Login

Leave a Reply

Tech

Perplexity AI unveils hybrid local-cloud inference system at Computex 2026

Published

on

Perplexity AI, the fast-growing search startup now valued at $20 billion, unveiled what it calls the first hybrid local-server inference orchestrator at Computex 2026 on Monday night, demonstrating software that autonomously decides — in real time and mid-task — which AI workloads stay on a user’s device and which get routed to frontier models in the cloud.

CEO Aravind Srinivas demonstrated the system onstage alongside Intel CEO Lip-Bu Tan during Intel’s keynote address, using Perplexity’s “Personal Computer” agent to process confidential deal materials. In the demonstration, local models running on Intel Core Ultra Series 3 determined which information should remain on the device and which information could be sent to cloud-based models. Srinivas said the approach balances intelligence, accuracy, privacy, and cost.

The key claim is not that a model can run locally — dozens of tools already do that. It is that Perplexity’s system makes the routing decision itself, task by task, without requiring the user to choose in advance. Sensitive data like financial records or health information stays on the local machine; the heavier reasoning tasks that require frontier-scale models get sent to the cloud. One task, multiple execution locations, automatic orchestration.

“No product has done this before,” a Perplexity spokesperson said in an email to VentureBeat. The product is not yet available to users; according to the company, the hybrid inference feature will launch in the coming weeks.

Advertisement

Perplexity’s road from cloud-only agents to on-device AI orchestration

To understand why the Computex demonstration matters, it helps to trace the product arc Perplexity has been building since early this year.

On February 25, Perplexity launched Computer, a multi-model AI agent that orchestrates 19 different AI models to complete complex, long-running tasks on behalf of users. The system ran entirely in the cloud, breaking goals into subtasks and routing each to whichever model — Claude, Gemini, GPT, Grok, or others — was best suited for the job. Perplexity Computer unified every current AI capability into a single system, functioning as a general-purpose digital worker that operates the same interfaces a user does.

Then, in March, Perplexity introduced Personal Computer at its inaugural Ask 2026 developer conference. That product launched as a new Mac app with support for a hybrid local-cloud AI agent, which Perplexity described as a “personal orchestrator” that hybridizes local and server environments for security and productivity. Personal Computer could access the Mac’s file system and native Mac apps to create and execute entire workflows, with files created in a secure sandbox and all actions auditable and reversible.

What Srinivas demonstrated at Computex extends this architecture in a fundamental way. Previously, even the Personal Computer product divided labor along relatively clear lines: local file access on the device, heavy computation on Perplexity’s servers.

Advertisement

The new hybrid inference orchestrator gives the system itself the ability to reason about where each piece of a task should execute — not just which model to use, but which physical location should process it. The system reportedly asks for user permission before sending sensitive tasks to the cloud, a design choice that addresses one of the central anxieties enterprises have about agentic AI: data governance.

Why Nvidia’s RTX Spark and Intel’s new silicon make the timing strategic

The timing of the demonstration is not coincidental. Computex 2026 has been dominated by a single theme: on-device AI. Just hours before the Intel keynote, Nvidia CEO Jensen Huang unveiled the RTX Spark, a new Arm-based superchip that the company positions as the foundation for a new generation of AI-native Windows PCs.

At full strength, the RTX Spark Superchip offers up to 20 Arm CPU cores, a Blackwell GPU with 6,144 CUDA cores, 128GB of LPDDR5X RAM, and up to 300 GB/s of memory bandwidth — enough power and memory for AI agents and 120-billion-parameter models with context lengths stretching to a million tokens. RTX Spark systems will begin arriving in the fall.

Intel, not to be outdone, used its keynote to showcase Xeon 6+ processors with 288 efficiency cores built on 18A technology for the data center, and positioned its Core Ultra Series 3 as the client silicon that makes hybrid inference possible on the PC.

Advertisement

Perplexity’s hybrid orchestrator sits at the intersection of both strategies. If the system performs as advertised, it creates a direct economic incentive for users — and eventually enterprises — to invest in more powerful local silicon. The more capable the on-device chip, the more inference can run locally, reducing cloud costs and improving latency for sensitive workloads. That dynamic benefits Nvidia, Intel, and every other chipmaker competing for AI PC sockets.

The implications extend well beyond chip economics. “As chips become more powerful, more intelligence moves onto a person’s machine, alongside server inference for the complex tasks that still need frontier models,” a Perplexity spokesperson told VentureBeat. “Sensitive and sovereign work can stay local, which changes the need for massive country-level infrastructure.” 

That last claim — about sovereign infrastructure — is the most provocative. Nations from the UAE to France to India have been investing billions in domestic AI compute capacity partly on the assumption that sensitive data must stay within their borders, which means building or buying access to local data centers. If meaningful inference can run on an end user’s device with no data leaving the machine, the calculus changes. It does not eliminate the need for data centers, but it could soften the urgency of the buildout.

The model-agnostic architecture that makes hybrid inference possible

Perplexity’s hybrid inference play rests on the same architectural bet the company has been making all year: that the orchestration layer matters more than any individual model. For AI engineers, this signals a fundamental shift — the orchestration layer may matter more than the models themselves.

Advertisement

The key insight is separation of concerns: the orchestration layer handles task decomposition, state management, and tool coordination, while the model layer handles specific computations. This decoupling means teams can swap models as better alternatives emerge without redesigning the entire system.

Perplexity has leaned heavily into this philosophy. The company is doubling down on packaging frontier models in a consumer-friendly user experience, arguing that there is value in orchestrating multiple third-party LLMs to obtain the most cost-effective and accurate answers to queries. Models, in Perplexity’s view, are specializing, not commoditizing.

The hybrid inference extension takes that logic one step further. Perplexity is now orchestrating not just across models but across physical compute locations — choosing which model runs where. A lightweight local model might handle a privacy-sensitive document summarization task while a frontier cloud model tackles the complex reasoning required to analyze that summary against a broader market landscape. The orchestrator manages the handoff.

This is a technically ambitious claim. Making it work reliably in production will require the orchestrator to accurately assess the complexity of each subtask, understand the sensitivity of the data involved, know the capabilities and latency characteristics of whatever local hardware the user has, and manage the state of a task that may be bouncing between environments mid-execution.

Advertisement

It is easy to imagine edge cases where the routing logic fails, sends something sensitive to the cloud, or degrades performance by assigning a task to an underpowered local model. Perplexity says the system will be chip-agnostic, though the initial Computex demo ran on Intel silicon. The company expressed enthusiasm in its communications about the new AI chips announced at Computex this week, suggesting it intends to optimize across vendors.

A $20 billion valuation, nine lawsuits, and the pressure to deliver

The hybrid inference announcement arrives at a complicated moment for Perplexity. The company has been on a remarkable growth trajectory: It secured $200 million in new capital at a $20 billion valuation, just two months after raising $100 million at an $18 billion valuation. Since its founding three years ago, the rapidly growing AI company has raised $1.5 billion in total funding, according to PitchBook data.

But the company also faces a mounting stack of legal challenges. Nine organizations have filed active suits against Perplexity for alleged copyright and trademark infringement as of May 31, 2026: CNN, the New York Times, News Corp and Dow Jones, the New York Post, the Chicago Tribune, Encyclopedia Britannica, Merriam-Webster, Reddit, and Japan’s Yomiuri Shimbun. The CNN lawsuit, filed just days ago on May 28, is the most recent, accusing Perplexity of scraping more than 17,000 CNN stories, photos, videos, and other content and using that material to train its products. Perplexity has responded with a consistent message. “You can’t copyright facts,” the company’s chief communications officer Jesse Dwyer said in a statement.

Other publishers have opted for partnership over litigation. Time, Gannett, Le Monde, and Der Spiegel have signed licensing arrangements with Perplexity. The company launched a Publishers Program in mid-2024 in which participating outlets receive a share of revenue generated when their content is cited in Perplexity answers. 

Advertisement

According to CNBC, Perplexity’s chief business officer Dmitry Shevelenko confirmed at the time that the flat rate was a double-digit percentage but declined to share specifics. As TechCrunch reported in December 2024, additional publishers including the LA Times, Adweek, The Independent, and Lee Enterprises subsequently joined the program, though not without internal controversy — reporters at some outlets told TechCrunch they were not informed of the deals before they were announced publicly. 

The legal risk is not existential, but it is material, and with enterprises increasingly evaluating Perplexity’s tools for sensitive workflows — precisely the use case the hybrid inference system is designed to serve — unresolved intellectual property questions could dampen adoption.

How hybrid inference sharpens Perplexity’s enterprise ambitions

The hybrid inference demo should be read alongside Perplexity’s broader push into enterprise software, a transformation that accelerated dramatically this year. At the Ask 2026 developer conference in March, VentureBeat reported that Perplexity announced Computer for Enterprise, positioning the three-year-old startup as a direct competitor to Microsoft, Salesforce, and the legacy enterprise software stack.

Beyond Computer’s existing 100-plus integrations, enterprise customers gained access to business-grade connectors for Snowflake, Datadog, Salesforce, SharePoint, and HubSpot, with administrators able to install custom connectors via the Model Context Protocol. The package also includes purpose-built workflow templates for legal contract review, finance audit support, sales call preparation, and customer support ticket triage, alongside SOC 2 Type II certification and the option for zero data retention.

Advertisement

Hybrid inference deepens this enterprise pitch considerably. For regulated industries — financial services, healthcare, defense, legal — the ability to keep sensitive data on a local device while still accessing the reasoning power of frontier cloud models is not a nice-to-have. It is a potential compliance requirement.

An investment bank parsing confidential deal documents, for instance, might be unable to send those materials to a third-party cloud under existing data handling agreements. A system that can run the sensitive parsing locally while routing non-sensitive analytical tasks to the cloud offers a middle path. IDC forecasts a tenfold increase in agent usage and a thousandfold growth in inference demands by 2027, and security and governance rank as the top evaluation factor for enterprise agentic platforms, according to a CrewAI survey. Hybrid inference speaks directly to that priority.

The race to decide where AI actually runs is just getting started

Several questions will determine whether Perplexity’s Computex demonstration becomes a landmark product or a compelling prototype.

The actual performance characteristics remain untested outside a controlled stage environment — how the routing logic handles varied hardware configurations, unreliable network connections, and ambiguous data sensitivity classifications is an open question.

Advertisement

The competitive response matters too: Google, Microsoft, Apple, and OpenAI are all building their own local-cloud AI architectures. Apple Intelligence already routes some tasks locally and some to Private Cloud Compute servers, Google’s Gemini Nano runs on-device, and Microsoft’s Copilot+ PCs are designed around local inference capabilities. None of these systems, however, currently offer the kind of dynamic, autonomous task-level routing Perplexity claims.

Even if the technology works as demonstrated, there is the question of whether the business can keep pace with the ambition. At a $20 billion valuation with approximately $200 million in annual recurring revenue, Perplexity trades at roughly 100x revenue, a premium requiring aggressive growth to justify. Management’s $656 million 2026 revenue target implies 230% growth, creating significant execution pressure.

Perplexity has built its business on a bet that the future belongs not to any single model but to the system that orchestrates all of them. At Computex, it extended that bet from the software layer to the physical layer — from which model to which machine. In the AI industry’s relentless race to build bigger data centers and train larger models, Perplexity just argued that the most important computer in the stack might be the one already sitting on your desk.

Source link

Advertisement
Continue Reading

Tech

Uber caps employee AI spending after blowing through budget in four months

Published

on

AI is getting expensive, and some companies are cutting back on usage in an attempt to moderate costs. That cohort includes Uber, which recently instituted internal usage caps as a way to cut down on its exorbitant AI spend.

Bloomberg reports that the company has instituted a new rule that places a monthly $1,500 cap per employee and per agentic coding tool, including Anthropic’s Claude Code or Cursor. The usage is trackable via an internal dashboard that each employee has access to, although — in certain cases — the caps can be exceeded with permission, the company says.

The news is perhaps not too surprising, since, in April, the company’s CTO revealed that the ridesharing giant had blown through its entire annual AI budget in a matter of four months. That appears to have occurred after Uber encouraged staff to use AI “as much as possible” and even ranked their internal usage competitively on internal leader boards, The Information previously reported.

Uber’s COO, Andrew Macdonald, also recently cast doubt on AI’s productivity impact, noting during a podcast appearance that “it’s very hard to draw a line” between AI usage and new consumer features.

Advertisement

Uber’s cutback raises a broader issue that the tech industry is currently facing: As enterprises pour money into AI, where exactly is the return on investment? Indeed, AI ROI has so far remained a largely theoretical phenomenon that everybody hopes will eventually materialize — although some companies are obviously getting a little restless while they wait.

Source link

Continue Reading

Tech

He Blew the Whistle on DOGE. Then His Brakes Were Cut

Published

on

On April 14, 2025, Dan Berulis, an IT staffer at the National Labor Relations Board (NLRB), filed a Congressional whistleblower complaint with an extraordinary and urgent claim: The so-called Department of Government Efficiency (DOGE) had seemingly compromised the agency’s data and appeared to be exfiltrating it out of the NLRB entirely. Additionally, Berulis claimed that mere minutes after DOGE members had accessed the agency’s data, there appeared to be login attempts from an IP address in Russia.

At the time, DOGE teams, orchestrated by billionaire Elon Musk, were sweeping across government, firing federal workers, and accessing sensitive data and technical systems with no oversight and little transparency.

The following day, Berulis went public in an NPR article with his name and claims. In it, he claimed that in the lead up to his Congressional disclosure, a threatening note had been taped to his door, including photos of him walking his dog that appeared to have been taken by a drone. Berulis was already scared that speaking out had made him a target.

In a new defamation lawsuit, filed by Berulis in a DC court on April 17 and made public this week, Berulis alleges that Musk himself made him a target of further violence by falsely stating that Berulis’ whistleblower claim against DOGE was fake. The complaint was initially filed under seal because Berulis maintains a security clearance that requires pre-publication review of anything related to his work with the government.

Advertisement

Five days after the NPR story went live, on Easter Sunday, April 20, 2025, Berulis got in his car to drive to Maryland to make a last-minute visit to his uncle, opting to take local roads instead of the major highway nearby. Within about five minutes of leaving his house, Berulis realized something was wrong. As he approached a stop sign at an intersection, his car wouldn’t slow down. He ran off the road and into the sign. When he examined his car, he found something that terrified him: His brake lines had been cut.

Unbeknownst to Berulis at the time, the night before, on April 19, at 8:06 pm, Musk had reshared an X post from right-wing influencer Mario Nawfal, claiming that DOGE had been “cleared” and that people were asking the the Department of Justice to investigate Berulis. Musk shared Nawfal’s post, writing, “Filing a deliberately false whistleblower claim is a serious crime.” The story had originally been circulated by @amuse, an account that has regularly shared misleading claims and misinformation and is followed by influential people like Musk and Department of Health and Human Services Secretary Robert F. Kennedy, Jr. The @amuse post included Berulis’ name and photograph.

According to a police report viewed by WIRED, when a police officer from Prince William County arrived at the scene, Berulis’ lawyer from Whistleblower Aid, Andrew Bakaj, who had helped Berulis file his Congressional complaint about DOGE, was also on the scene.

Berulis, who found out about Musk’s tweet after the accident, thought back to the threatening note that had been posted on his door earlier that month.

Advertisement

According to the suit, Musk’s “readers drew the implication” that Berulis had committed a serious crime, “as reflected in replies demanding prosecution, jail, harm, or arrest,” and this put him at “increased risk of physical harm.” In the replies to the post, which remains online, several users called for Berulis to be prosecuted. One user wrote, “Snitches get stitches”.

“The correlation was obvious to me, with the timing,” he says. Berulis also began to worry about how exactly whoever had been threatening him knew where he lived.

Source link

Advertisement
Continue Reading

Tech

The PlayStation VR2 gets a rare discount in this year’s Days of Play sale

Published

on

PSVR headsets are a great place to start for PlayStation fans who also want to try virtual reality. And now, PlayStation’s Days of Play Sale is the perfect time to buy one. Right now, you can get the PlayStation VR2 headset in the US store for $299 (was $399) and in the UK store for £309.99 (was £399.99).

Days of Play is PlayStation’s annual summer sale, kind of like a Black Friday event that takes place halfway through the year instead of near Thanksgiving. This particular discount will be active until 6/11 at 2:59AM EDT in the US or 6/10 at 18:59 BST in the UK.

The PlayStation VR2 launched in 2023, but it’s still new enough that you can’t expect to get a much lower discount than this. If you don’t want to wait until Black Friday for a potentially slightly lower discount (if they offer one at all), I’d buy now.

Advertisement

Today’s best PSVR headset deal

The PlayStation VR2 headset comes with two VR2 Sense controllers with straps, a USB charging cable, and in-ear stereo headphones with three sizes for earpieces. In the UK, you can also select a bundle that comes with a PlayStation Store voucher for Horizon Call of the Mountain for the same price. I’d recommend that one if you live in the UK, considering it doesn’t cost extra for the game.

The PlayStation VR2 is the best console experience we’ve had with a VR headset. In our PlayStation VR2 review, we rated 4.5 out of five stars for its improvements on the past PlayStation VR headset, such as the “superb image quality,” including 4K with HDR at 120fps. It features two 2000×2040 OLED displays, intelligent eye-tracking, and up to a 110-degree field of view.

These enhancements, along with its “simple setup” and “pin-sharp responsiveness”, boosted the score. The PSVR 2’s biggest downer was the price, which isn’t as much of a problem with this sale.

Advertisement

That said, I’d recommend browsing our best PSVR 2 games so you can plan what to play. What’s the point of buying a PlayStation VR2 headset if you don’t like any of the games? I’d also recommend browsing our best VR headsets in general, in case one of them better matches your interests.

Source link

Advertisement
Continue Reading

Tech

NVIDIA’s AI Update Cleans Up Ray Tracing for Games on Every RTX Graphics Card with DLSS 4.5 Ray Reconstruction

Published

on

NVIDIA DLSS 4.5 Ray Reconstruction RTX Graphics Card
Players chasing realistic lighting and reflections in games often run into the same frustrations. Ray tracing looks impressive in theory because it simulates how light actually bounces around a scene. In practice, engines fire fewer rays than ideal to protect frame rates, which leaves behind grainy noise that older cleanup tools struggle to fix without blurring details or creating odd trails behind moving objects. NVIDIA addressed those issues with a new version of its Ray Reconstruction feature inside the DLSS family. The update relies on a second generation transformer model trained on far more data than before. It processes 20 percent more parameters and handles 35 percent more computations internally, yet it keeps performance roughly in line with the previous release.



The model now takes critical information straight from the game engine, such as motion data and how the engine samples individual pixels, giving the AI crucial new context to assist it decide what to keep and reject. This means that developers now have far more control over how information accumulates from one frame to the next, allowing them to fine-tune the outcomes to match the artistic vision for every game they’re working on.


msi Claw A8 PC Gaming Handheld: AMD Ryzen Z2 Extreme, 8″ FHD+ 120Hz Display, 24GB LPDDR5x, 1TB NVMe SSD…
  • High-Performance Computing: Harness the power of the AMD Ryzen Z2 Extreme processor to effortlessly handle demanding tasks. Enjoy reliable…
  • Simplistic Design: Enjoy the latest generation of Windows 11 Home for your everyday needs. MSI recommends Windows 11 Pro for business use.
  • Perfection Through Anthropometry: As a handheld device, Claw has achieved the optimal balance between its grip and weight. We have meticulously…


Consider Indiana Jones and the Great Circle as an example: those pesky snow particles no longer leave ugly ghosting trails when a character moves about. PRAGMATA becomes cleaner as the strong laser effects flicker over the image, leaving less junk to deal with once the light fades. Alan Wake 2 makes a much better job of preserving the very fine lines of vintage CRT TVs, which tended to blur and lose all of their wonderful detail for no apparent reason.


These small but significant adjustments may appear insignificant on their own, but they add up and make a tremendous difference over long gaming sessions. The good news is that the improved reconstruction works on all GeForce RTX graphics cards, including previous models from the 20 and 30 series. You don’t need the most recent hardware to benefit from this, either, because everything will be available via the NVIDIA app in August, once the game publishers have issued the necessary modifications. They already have 27 games planned to take advantage of this at launch, including Cyberpunk 2077, Hogwarts Legacy, and Star Wars Outlaws, as well as a number of other titles that will be launched immediately or very soon.

Advertisement


This isn’t just for games; the same AI approach is already being used as a denoiser in Blender. The upcoming version 5.3, which should be ready in the fall, gives 3D artists a far better understanding of how lighting will appear in the scene without having to wait for the full render to complete. Over a thousand games and applications have already benefited from NVIDIA’s extended RTX capabilities, which is fascinating.
[Source]

Source link

Advertisement
Continue Reading

Tech

Intel launches Xeon 6+ Clearwater Forest with 288 E-cores on 18A node, teases Diamond Rapids for 2027

Published

on


In the near term, Xeon 6+ Clearwater Forest is the part that matters. Formerly known simply as Clearwater Forest, the family uses only E-cores and scales up to 288 Darkmont cores per socket, along with 576 MB of L3 cache.
Read Entire Article
Source link

Continue Reading

Tech

Nvidia, SLB, Amazon, and Meta are the top companies adopting AI, but that doesn’t mean they’re seeing the benefits

Published

on


  • Tech and energy giants are among the biggest AI users, report reveals
  • The biggest users are also investing in data centers, chips, models and more
  • AI is becoming concentrated among the biggest companies, SMBs could struggle with ROI

New data from the AI-Driven Enterprise Institute (AIDE Institute) has revealed that even the top AI adopters aren’t necessarily seeing the most tangible, meaningful returns on investment.

According to the report, Nvidia is one of the highest users of AI even though it’s best known for shipping AI products and services.

Source link

Continue Reading

Tech

ASUS ROG Celebrates 20 Years With RTX 5090 PCs, Xbox Handheld, and More

Published

on

ASUS is perhaps the biggest name in the gaming space, and there’s good reason for it. Their Zephyrus lineup caters beautifully towards serious gamers, while the Ally is for the people who’re on the move. There’s something for everyone. And keeping up with that spirit, at Computex 2026, ASUS ROG celebrated its 20th anniversary with what it calls “Edition 20,” a showcase of everything from RTX 5090-powered gaming PCs to limited-edition handhelds and, surprisingly, even a board game.

New Xbox Ally X20, Desktop & Strix SCAR 18

Asus ROG Ally X20 bundle

The main highlight of the event was arguably the ROG Xbox Ally X20 Bundle. The limited-edition handheld features a translucent black design with gold accents and is powered by AMD’s new Ryzen AI Z2 Extreme processor. ROG has also upgraded the display to a 7.4-inch Nebula HDR OLED panel with a 120Hz refresh rate. There are improvements to the controls, too, including redesigned joysticks and a new D-pad. The bundle also includes the ROG XREAL R1 Edition 20 AR glasses, essentially turning the handheld into a portable gaming setup that feels far more ambitious than a standard gaming console.

If handhelds aren’t your thing, ASUS also introduced the ROG G1000 Edition 20. The desktop can be configured with up to an NVIDIA RTX 5090 graphics card and an AMD Ryzen 9 9950X3D processor. ASUS says the system can dissipate up to 1000W of heat thanks to its tri-zone cooling setup and massive 420mm liquid cooler. The most unusual feature, however, is the AniMe Holo display. ASUS calls it the world’s first holographic fan system in a prebuilt gaming PC. Whether that’s genuinely useful is debatable, but it definitely makes the G1000 one of the more unique gaming desktops we’ve seen this year.

ROG also refreshed its flagship gaming laptop, the Strix SCAR 18. The new model can be configured with up to an Intel Core Ultra 9 290HX processor and an RTX 5090 Laptop GPU. It also features what ASUS claims is the world’s first 18-inch 4K 240Hz Mini LED gaming laptop display. The laptop supports up to 320W of combined system power and retains ROG’s tool-less upgrade design, allowing users to access RAM and SSD slots without needing a screwdriver.

ASUS Even Made a Board Game

Asus Board game

One thing nobody expected from a gaming hardware company was a board game. Yet that’s exactly what ASUS announced with ROG Saga: In Search of Lapuntu Edition 20. The game is based on ROG’s cyberpunk-inspired universe and supports up to four players. ASUS says it’s designed as both a collectible and a playable experience, complete with premium accessories and a dedicated gaming tablemat.

Source link

Advertisement
Continue Reading

Tech

How Next-Generation Proxy Infrastructure Benefits Modern Online Businesses

Published

on

Today, more people are part of the market because of the digital world. Getting data and keeping it safe is a big part of how a business works. A lot of web systems use tools to get data, study market trends, and keep watch over sites all the time. But as web security gets tougher, old ways of getting data do not always work. 

Businesses need new and better tools for bigger needs. These tools help them move past new security walls and stop blocks in their area. This helps keep their data working smoothly with no big issues.

Empowering Automation with Smart Network Technology

Creating a good digital plan starts when you pick the right IP setup. The old ways to link datacenters can be fast. But when you try to work with new web setups, they feel fake. If you switch to residential proxies, you fix this problem. You get real IP numbers from internet providers. These numbers point to real homes around the world.

Because this kind of traffic acts just like real people using the web at home, automated bots can look at pages with many scripts without being stopped. This change makes connection drops much less common. It also helps bots skip quick IP blocks and stops CAPTCHA from showing up again and again. This lets data collection work keep going without stopping, even when it needs to be big.

Advertisement

Architectural Features Driving Enterprise Value

Modern data extraction is not just about easy links. A good proxy tool for businesses can give clear ways to handle things. These ways help people do their jobs better and spend less money.

  • Sub-Second Response Times: The data moves in the best way to cut down on delay. This helps you get answers fast when you ask for something in real time.
  • Detailed Geo-Targeting: You can filter by country, state, and city. This lets you pick content that is close to where you are. It helps you see prices that match your place better.
  • Flexible Use of Methods: You can use both SOCKS5 and HTTP. These work well with business tools or your own data grabber scripts.
  • Persistent Session Management: Developers use sticky sessions. They keep the connection up for one day. This means all the steps in automation run without stopping.

Safeguarding Operations and Budget Efficiency

Old proxy setups often use up too much of your data. The reason can be silent mistakes, drops in time when talking to the internet, and bigger amounts of data being pulled down. New ways aim to change this. They use smart ideas to filter sessions. They also make the system clear, so you can see what is happening.

When you use built-in traffic filters like ad-blocking tools, you can cut your data use by up to 30%. The tools stop big trackers and other things that you do not need. Pay-as-you-go pricing also helps, because it lets both small and big teams grow when they want to. This way, they will not get stuck with options that cost too much.

Elevating Brand Integrity and Global Insights

Advanced proxy setups do more than just fast scraping. They give a strong shield for companies today. Proxies help keep the IP addresses of these groups safe. This lets people do fair market research and check brand rules in other places without any risk.

With proxies, companies can keep an eye on retail trends around the world. They help protect digital property from fake listings and also let you see local SEO. A trusted proxy layer gives a business the real facts it needs. It also keeps the main parts of the work safe and private.

Advertisement

Conclusion

Building a strong online presence means you need to act fast and be willing to change how you handle data to keep it safe. If you use old or basic systems, things can break, your developers may waste time, and you might end up spending more money trying to fix things. 

To keep your work going well for a long time and cut costs, companies need to pick new tools that use trusted pools and strong setups that always work. If your business wants to grow its web automation over time without any big issues, you should use the proxy and web scraping API tools from evomi.com. With these, you will get an advantage, fair billing, and quick speeds so you can do well online.

Source link

Advertisement
Continue Reading

Tech

Microsoft Announces Project Solara, Its Take On An AI Agent Platform

Published

on

The company demoed Solara on an Echo Show-style smart display and a smart key badge.

Microsoft has announced that it’s building a platform for AI agents. It’s called Project Solara, and at Build 2026 the company showed it powering two different reference devices, a smart display and a smart key badge. Like many other companies, Microsoft believes the next platform shift is from apps to AI agents, and it wants Solara to be the platform the coming wave of AI-first devices run on.

The smart display reference design is able to access information stored in Microsoft 365, like upcoming events from Outlook, or data from Excel. It also accepts voice input, and is theoretically capable of executing tasks on your behalf, if the company’s concept video is to be believed. The smart key badge has similar functionality but is fully mobile, with a touchscreen and a camera that lets you input new kinds of information on the go.

Advertisement

Developing…

Advertisement

Source link

Continue Reading

Trending

Copyright © 2025