Tom Clancy's The Division Resurgence launched for Android, iOS: Details

Tom Clancy's The Division Resurgence launched for Android, iOS: Details



Ubisoft has rolled out Tom Clancy’s The Division Resurgence globally for Android and iOS users. The free-to-play third-person RPG shooter introduces a new storyline set between The Division and The Division 2, and is now available to download from the Google Play Store and Apple App Store.

 


As per Ubisoft, with The Division Resurgence, players step into the role of a newly activated Division Agent, with access to solo play, co-op gameplay with up to three teammates, and multiple competitive modes designed for mobile.


Campaign, co-op and gameplay modes


Set in New York City, the campaign revolves around restoring order amid the chaos caused by the Green Poison outbreak. Players will encounter returning factions such as Raiders, Rikers, and Cleaners, along with a new group called the Freemen. The game supports both solo and co-op play and includes a tutorial to help users get familiar with touch controls, while also offering Bluetooth controller support.

 
 


In addition to the main campaign, the game includes PvP Conflict mode focused on map control, as well as the Dark Zone, a PvPvE extraction mode where players compete for high-value loot while dealing with AI enemies and other players.


Progression, customisation and endgame


Ubisoft said that the game introduces multiple Specialisations, such as Demolitionist, Bulwark, Field Medic, Tech Operator, and Vanguard, each offering distinct weapons and abilities. Players can loot, craft, and upgrade gear, and switch Specialisations during gameplay to suit different combat scenarios.

 


After completing the campaign, users can access endgame content, including the Legendary Challenge, which features high-difficulty missions, and the Lone Wolf Challenge, which offers progressively tougher stages with rewards. The game also includes a clan system for collaborative progression, with Ubisoft confirming that additional content will be introduced post-launch.


System requirements


  • Size on Android: 2GB

  • Requires: Android 6.0 and up


  • Size on iOS: 3.9GB

  • Requires: iOS 14/iPadOS 14 or later and a device with A12 Bionic chip or later



Source link

Meta launches Ray-Ban smart glasses for users with prescription lenses

Meta launches Ray-Ban smart glasses for users with prescription lenses


Meta has introduced a new version of its Ray-Ban Meta (Gen 2) smart glasses for people who wear prescription glasses. The company said that the new models are designed for everyday use and support a wide range of prescription lenses. The latest lineup introduces two styles — Blayzer, with a rectangular design, and Scriber, which has a more rounded look. Both come in multiple sizes and include adjustable elements like nose pads and temple tips to better fit different face shapes. Alongside the new glasses, Meta is also adding fresh colour and lens options to its existing Ray-Ban Meta and Oakley Meta frames. 

 


Meta has also announced AI features like hands-free nutrition tracking and WhatsApp summaries to reduce the need to use a phone.


Meta’s first AI glasses for prescriptions


According to Meta, these models are available for pre-order in the US starting at $499, with wider availability expected at optical stores and select international markets from April 14. Ray-Ban Meta Blayzer Optics (Gen 2) and Ray-Ban Scriber Optics (Gen 2) glasses feature overextension hinges, interchangeable nose pads, and optician-adjustable temple tips, so they are adaptable to users’ unique face shapes for a tailored fit. 


As of now, users can add prescription lenses to existing Ray-Ban Meta smart glasses, but the new versions are designed specifically for prescription use. 

Alongside the new glasses, Meta is also adding fresh colour and lens options to its existing Ray-Ban Meta and Oakley Meta frames. The updates include transparent frame finishes and lenses that adjust to lighting conditions, making the glasses more suitable for different environments and styles. 


Ray-Ban Meta (Gen 2) frames: Colours


  • Skyler in Shiny Transparent Peach with Transitions Brown lenses

  • Headliner in Matte Transparent Peach with Transitions Grey lenses

  • Wayfarer in Shiny Transparent Grey with Transitions Sapphire lenses


Meta is also adding new frame colours and lens options for its Oakley Meta Vanguard and HSTN models to offer a more vivid and high-contrast viewing experience. According to the company, the lineup includes Prizm Dark Golf lenses, and for the first time, Oakley Meta Vanguard will support Prizm Transitions lenses that adjust to different lighting conditions for outdoor use.


The new combinations include:


  • Vanguard Black with Prizm Black lenses

  • Vanguard White with Prizm Rose Gold lenses

  • Vanguard Black with Prizm Transitions Ember lenses (coming later this spring)

  • HSTN Black with Prizm Dark Golf lenses

  • HSTN Light Curry with Clear to Brown Transitions lenses


Features and Meta AI capabilities: What’s coming


Meta is adding new AI features to its smart glasses, including hands-free nutrition tracking. Users can log meals using voice commands or photos, with Meta AI extracting key details and building a personalised food log over time.

 


The company is also introducing WhatsApp summaries, allowing users to get quick updates on chats or ask for specific details using voice. These interactions are processed on-device and remain end-to-end encrypted. Other updates include Neural Handwriting for replying to messages. It allows users to write with their finger on any surface to reply to messages silently and discreetly. It works across Instagram, WhatsApp, Messenger, and native Android and iOS messaging.

 



Source link

Anthropic leaks source code for Claude Code again: Here's what happened

Anthropic leaks source code for Claude Code again: Here's what happened



Anthropic has reportedly confirmed to Axios that the company accidentally exposed the source code of its AI coding tool, Claude Code. This has happened for the second time in a year, with the first incident dating to February. According to a report by Axios, a debugging file was mistakenly included in a routine update and published to the public registry used by developers to access software packages.


What is source code


Source code is the original set of instructions that developers write to tell software or an app how to work. It’s written in programming languages like Python or JavaScript and acts like a blueprint, defining everything from how a button behaves to how data is processed behind the scenes. What users see on their screens is just the final output, while the source code is the logic that makes it all function.

 
 


To make it clearer, think of source code as a recipe in a kitchen. The dish you eat is the finished product, but the recipe explains exactly how it’s made step by step. Similarly, source code is what developers use to build and modify software, even though users never directly interact with it.


What happened and what followed


The issue of leaked source code for Claude Code came to light after a security researcher found that the package contained a source map file capable of revealing the full underlying codebase. The report by Axios noted that the code was quickly replicated and dissected across GitHub.

 


According to a report by Emerge, after this, Anthropic reportedly began issuing DMCA takedown notices against GitHub mirrors of the leaked code. Soon after, a South Korean developer named Sigrid Jin—who was recently featured by the Wall Street Journal for consuming 25 billion Claude Code tokens—responded within hours. He rebuilt the core architecture in Python from scratch using an AI orchestration tool called oh-my-codex, and published a new project called “claw-code” before sunrise.

 


Emerge added that the project is said to be a Python-based reimplementation of the original codebase rather than a direct copy, which puts it in a grey area. Whether that distinction holds up from a legal standpoint remains open to interpretation.


Why this matters


As per Axios, the leaked source code reportedly included multiple feature flags pointing to capabilities that appear to be already developed but not yet released. The report cited an Anthropic spokesperson as saying that these features include the ability for Claude to review its most recent session to identify improvements and carry those learnings across conversations.

 


The code also references a “persistent assistant” mode that could allow Claude Code to continue running in the background even when the user is inactive. In addition, it highlights remote access capabilities, enabling users to control Claude from a phone or another browser, a feature that has already been rolled out for Claude Code.

 


In simple terms, this means the leak not only allowed people to copy Claude Code’s existing features from the source code but also allowed them to copy features that Anthropic was planning to release in the coming weeks. The report further said that the leak won’t shut Anthropic’s business. Still, it gives every competitor a free engineering education on how to build a production-grade AI coding agent and what tools to focus on.


What did Anthropic say


As per Axios, an Anthropic spokesperson told the publication that, “Earlier today, a Claude Code release included some internal source code. No sensitive customer data or credentials were involved or exposed.”

 


The spokesperson added, “This was a release packaging issue caused by human error, not a security breach. We’re rolling out measures to prevent this from happening again.”


What happened in February


According to a report by NDTV, citing Odaily, an early build of Claude Code was similarly exposed in February 2025, leading Anthropic to pull the package from npm and remove the associated source map.

 



Source link

Google rolls out AI Inbox feature to organise emails in Gmail: Report

Google rolls out AI Inbox feature to organise emails in Gmail: Report



Google is reportedly rolling out AI Inbox in Gmail for AI Ultra users in beta. Google first announced the feature in January, and 9To5Google reported that the AI Inbox feature is now rolling out to select users for testing. The AI Inbox feature lets users reduce clutter by organising messages into smart summaries, highlighting urgent tasks, and surfacing key updates. 


At the time of the announcement, Google also said that it will be adding AI Overviews in Gmail search and Proofread for advanced grammar, tone, and style checks.


What is AI Inbox and how it works


According to 9To5Google, AI Inbox appears as a separate section above the regular inbox on the web. Instead of showing emails in the usual time-based order, it organises them into a simple, easy-to-read summary of important updates. This means users can quickly understand what needs attention without opening each email individually. 

 

At the top, users are shown a greeting along with a timestamp indicating the latest refresh. Just below, Gmail highlights “Suggested to-dos,” featuring actionable items such as bill payments, reminders, or urgent tasks. Each item is linked to the relevant email and comes with a checkmark option, making it easy to track and manage tasks quickly. 


 
Less urgent updates are grouped under a “Topics to catch up on” section. This includes categories such as events, travel plans, or health-related updates, making it easier to skim through information. 


Google said the feature also identifies priority contacts or “VIPs,” based on user behaviour, such as frequent conversations and saved contacts. This is supposed to help important emails stand out automatically. 


The AI Inbox is powered by Gemini 3 and runs in what Google calls an “engineered privacy” environment, as per 9To5Google. According to the company, user data stays within a secure processing space and is not used to train AI models. Users can also disable AI features anytime through settings. 


Availability


According to the report, the AI Inbox feature was first tested with select users earlier this year and is now entering beta for Google AI Ultra subscribers. The AI Ultra subscription is priced at Rs 24,999 per month.

 



Source link

OpenAI brings ChatGPT to Apple CarPlay through iPhones running iOS 26.4

OpenAI brings ChatGPT to Apple CarPlay through iPhones running iOS 26.4


OpenAI has reportedly updated the ChatGPT app on iPhone to support Apple CarPlay. According to a report by 9To5Mac, the update allows iPhone users to access ChatGPT directly through CarPlay for the first time. This development comes shortly after Apple introduced support for voice-based AI apps with the iOS 26.4 update. 


As per the report, the CarPlay version of ChatGPT is designed entirely around voice interaction, in line with Apple’s safety-focused guidelines. Users can speak to the assistant just as they would on the iPhone app’s voice mode, with no text-based responses displayed on screen. The interface is minimal, offering only basic controls such as an end call button and a mute or unmute toggle, alongside access to previous voice interactions. 

 


 
As per 9To5Mac, Apple’s CarPlay ecosystem restricts apps to specific categories and requires developers to use predefined templates. With iOS 26.4, the company expanded this framework to include “voice-based conversational apps,” enabling services like ChatGPT to integrate into the in-car experience while prioritising hands-free usage. 


The report added that the move aligns with Apple’s requirement that such apps must default to voice as the primary mode of interaction and avoid visual clutter that could distract drivers. ChatGPT is among the first major AI platforms to adopt this new category. 


The feature is reportedly available through the latest version of the ChatGPT app on iPhone and requires devices to be running iOS 26.4 or newer to function with CarPlay.


OpenAI shelves “Adult Mode” for ChatGPT

In related news, OpenAI has reportedly put its planned “Adult Mode” for ChatGPT on hold indefinitely, shifting focus to core projects like its chatbot ecosystem and Codex, according to the Financial Times. The feature, first announced in October 2025, has faced repeated delays amid concerns from employees and investors over ethical risks, including emotional dependency and reputational impact. The report adds that technical challenges, such as training models for explicit content and sourcing safe datasets, have also contributed to the pause.”



Source link

Tech Wrap Mar 31: Lava Bold N2 Pro, iOS 26.5, Instagram Plus subscription

Tech Wrap Mar 31: Lava Bold N2 Pro, iOS 26.5, Instagram Plus subscription


 


Lava has launched its Bold N2 Pro smartphone in India. According to the company, the device comes with a 6.75-inch HD+ display featuring a 120Hz refresh rate. Powered by the UNISOC T7250 octa-core processor, the smartphone packs a 5,000mAh battery. For context, the Lava Bold N2 was launched last month.

 

 


Apple has released the first developer beta of iOS 26.5 for eligible iPhones, bringing a mix of small feature updates and some background improvements. According to a report by 9To5Mac, the update reportedly doesn’t include the anticipated Siri upgrades, but it introduces tweaks across Apple Maps, messaging, App Store billing, and more. The build (23F5043g) is currently limited to developers, with a public beta expected soon.

 
 

 


Meta has reportedly started testing a new premium subscription plan on Instagram in select countries. According to a report by TechCrunch, the new plan, called Instagram Plus, offers a set of additional features that are not available on the standard version of the app. This includes the ability to view someone’s Story without them knowing, among others.

 

 


Vivo has launched the Vivo X300 Ultra and Vivo X300s in China, expanding its X300 lineup with two imaging-focused flagship smartphones. The X300 Ultra stands out as the first smartphone to feature dual 200MP cameras—one serving as the primary sensor and the other dedicated to periscope zoom—while the X300s adopts a more standard camera configuration. Both devices have been developed in collaboration with Zeiss. The Vivo X300 lineup now comprises X300, X300 Pro, X300 Ultra, and X300s.

 

 


Sony has announced that it is temporarily suspending orders for a large portion of its memory card lineup, citing ongoing global shortages of semiconductor memory. The move affects both professional-grade CFexpress cards and consumer SD cards, and will remain in place until supply conditions improve.

 

 


OPPO has announced the global launch date for its upcoming flagship smartphone, the OPPO Find X9 Ultra. The Chinese smartphone maker, in a post on X, announced that the OPPO Find X9 Ultra will be launched on April 21. As per earlier reports, it is possible that the OPPO Find X9s Pro may also launch alongside the Ultra variant. Earlier, OPPO Chief Product Officer Pete Lau confirmed that the Find X9 Ultra will boast a 50MP 10x optical telephoto camera.

 

 


Google’s anticipated Pixel 11 may feature an all-black camera bar on the back. According to a report by Android Headlines, CAD renders of the smartphone suggest that it will not use the body colour around the LED flash, as seen on the Pixel 10. Additionally, the report suggests that the smartphone may also feature slimmer bezels.

 

 


In March, Apple launched a wide range of new products across iPhones, iPads, Macs, and more. With these launches, Apple discontinued several older devices. While many of these products were replaced by newer models, such as the iPhone 16e being succeeded by the new iPhone 17e, a few removals stand out because they mark the end of entire product lines. This includes the likes of the Mac Pro and Pro Display XDR.

 

 


Apple is reportedly planning to reduce the size of the camera island cutout on its upcoming iPhone 18 Pro models. According to a report by GSMArena, the company may begin shifting some Face ID components beneath the display, which could allow for a smaller Dynamic Island cutout compared to current iPhone models.

 

 


April is shaping up to be a busy month for smartphone launches, with several brands confirming new devices across different segments. Companies like Realme, Vivo, OnePlus, and OPPO are all set to introduce new smartphones this month. The lineup includes devices such as the Realme 16 5G, Vivo V70 FE, Redmi Note 15 SE, OnePlus Nord 6, and ultra-flagship models such as the OPPO Find X9 Ultra.

 

 


After outlining the “advanced flow” for sideloading earlier this month, Google has now opened up the Android developer verification process to app developers. The company has begun rolling out the verification system across both the Play Console and the new Android Developer Console, which is meant for developers distributing apps outside the Play Store.



Source link

YouTube
Instagram
WhatsApp