Author: Naveed Ahmad

Naveed Ahmad is a technology journalist and AI writer at ArticlesStock, covering artificial intelligence, machine learning, and emerging tech policy. Read his latest articles.

AI

WhatsApp is testing a brand new subscription tier, just like Instagram Plus and Snapchat+, that lets customers pay for personalized icons, themes, ringtones, and extra. The paid plan’s options are largely beauty; customers don’t get many extra purposeful options. WhatsApp Plus has been noticed by many users, together with social media consultant Matt Navarra. The corporate confirmed the take a look at to TechCrunch in an announcement. “WhatsApp is testing a brand new, non-compulsory subscription known as WhatsApp Plus, designed for customers who need extra methods to arrange and personalize their expertise,” a Meta spokesperson mentioned. “Premium options embody expanded…

Read More
AI

Generally, issues should not only one factor — they’re additionally one other factor. This sentence building (“It’s not simply this — it’s that”) has grow to be so widespread in AI-generated writing that now, it’s not only a clue that an article could also be artificial — it’s nearly a assure. That’s why I used to be not simply intrigued after I noticed a Barron’s report about how this sentence building has dramatically elevated in company communications — I used to be deeply amused. The report didn’t simply comment on the prevalence of this phrasing in company communications — it…

Read More
AI

Anthropic announced on Monday that Amazon has agreed to take a position a recent $5 billion, bringing Amazon’s complete funding within the firm to $13 billion. Anthropic, for its half, has agreed to spend over $100 billion on AWS over the subsequent 10 years, acquiring as much as 5 GW of recent computing capability to coach and run Claude. The deal echoes an settlement Amazon struck with OpenAI simply two months in the past, when it joined a $110 billion funding spherical — contributing $50 billion — that valued the ChatGPT maker at a $730 billion pre-money valuation. That deal,…

Read More
AI

Moonshot AI, the Chinese language AI lab behind the Kimi assistant, as we speak open-sourced Kimi K2.6 — a local multimodal agentic mannequin that pushes the boundaries of what an AI system can do when left to run autonomously on laborious software program engineering issues. The discharge targets sensible deployment situations: long-running coding brokers, front-end era from pure language, massively parallel agent swarms coordinating tons of of specialised sub-agents concurrently, and a brand new open ecosystem the place people and brokers from any machine collaborate on the identical job. The mannequin is offered now on Kimi.com, the Kimi App, the…

Read More
AI

After 15 years, Tim Prepare dinner will hand off the Apple CEO function to John Ternus, the corporate’s senior vp of {hardware} engineering. Beginning on September 1, Ternus will lead one of many world’s most respected firms, however should you’re not a devoted Apple fanatic, you’ve most likely by no means heard of this man, who has largely remained out of the highlight till now. How lengthy has John Ternus labored at Apple? Ternus has labored at Apple for almost half of his life — now 51 years outdated, he has been with the corporate for 25 years. He joined…

Read More
AI

import subprocess, sys, os, shutil, glob def pip_install(args): subprocess.run([sys.executable, “-m”, “pip”, “install”, “-q”, *args], examine=True) pip_install([“huggingface_hub>=0.26,<1.0”]) pip_install([ “-U”, “transformers>=4.49,<4.57”, “accelerate>=0.33.0”, “bitsandbytes>=0.43.0”, “peft>=0.11.0”, “datasets>=2.20.0,<3.0”, “sentence-transformers>=3.0.0,<4.0”, “faiss-cpu”, ]) for p in glob.glob(os.path.expanduser( “~/.cache/huggingface/modules/transformers_modules/microsoft/Phi-4*”)): shutil.rmtree(p, ignore_errors=True) for _m in listing(sys.modules): if _m.startswith((“transformers”, “huggingface_hub”, “tokenizers”, “speed up”, “peft”, “datasets”, “sentence_transformers”)): del sys.modules[_m] import json, re, textwrap, warnings, torch warnings.filterwarnings(“ignore”) from transformers import ( AutoModelForCausalLM, AutoTokenizer, BitsAndBytesConfig, TextStreamer, TrainingArguments, Coach, DataCollatorForLanguageModeling, ) import transformers print(f”Utilizing transformers {transformers.__version__}”) PHI_MODEL_ID = “microsoft/Phi-4-mini-instruct” assert torch.cuda.is_available(), ( “No GPU detected. In Colab: Runtime > Change runtime kind > T4 GPU.” ) print(f”GPU detected: {torch.cuda.get_device_name(0)}”) print(f”Loading Phi mannequin (native phi3…

Read More
AI

Over the weekend in China, a humanoid robotic shattered world half-marathon file—the human file—by seven minutes.The star performer was a robotic developed by the Chinese language firm Honor (the smartphone maker), which completed the 13.1-mile race in 50 minutes, 26 seconds. The human file, set by Ugandan Olympic medalist Jacob Kiplimo, is 57 minutes, 20 seconds. The end result marks a powerful milestone particularly contemplating that, only a 12 months earlier, the quickest robotic at this half-marathon occasion took two and a half hours to finish the identical distance.However Honor’s robotic was not the one participant. The occasion consisted of…

Read More
AI

Google introduced Monday that it’s making its Gemini in Chrome function accessible in seven new markets, together with Australia, Indonesia, Japan, the Philippines, Singapore, South Korea, and Vietnam. The corporate is rolling this function out to each desktop and iOS in all of those international locations besides Japan. The corporate has been integrating AI and Gemini in additional methods into Chrome since final yr by way of a floating window. Earlier this yr, the corporate launched a sidebar-based assistant that will assist customers reply questions throughout tabs, and likewise make the most of the Private Intelligence function of Gemini, which…

Read More
AI

Apple announced on Monday that Tim Cook dinner, who has served as Apple’s CEO since 2011, will step down. Cook dinner was the direct successor as Apple CEO after Steve Jobs, who resigned on account of well being points. Cook dinner will stay in his function till September 1 of this yr, when Senior Vice President of {Hardware} Engineering John Ternus will take over as CEO. Cook dinner will then transition to a brand new function as Apple Govt Chairman. “John Ternus has the thoughts of an engineer, the soul of an innovator, and the center to steer with integrity…

Read More
AI

Google Pictures’ picture editor is getting new touch-up instruments to permit customers to use delicate edits and fixes, Google announced on Monday. You need to use the brand new instruments to take away blemishes, refine pores and skin texture, brighten eyes, whiten enamel, and extra. You possibly can entry the touch-up instruments by choosing a face in a photograph, then selecting which instrument you need to use: heal, easy, underneath eyes, irises, enamel, eyebrows, or lips. When you select a instrument, you possibly can modify the depth of the impact. ScreenshotPicture Credit:Google The brand new touch-up instruments are steadily rolling…

Read More