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

The only AI glossary you’ll need this year

Published

on

Artificial intelligence is rewriting the world, and simultaneously inventing a whole new language to describe how it’s doing it. Sit in on any product meeting, pitch, or panel these days, and you’ll hear people toss around LLMs, RAG, RLHF, and a dozen other terms that can make even very smart people in the tech world feel a little insecure. This glossary is our attempt to fix that: pain-English definitions of the AI terms you’re most likely to actually run into, whether you’re building with this stuff, investing in it, or just trying to keep up by reading TechCrunch or listening to related podcasts. We update it regularly as the field evolves, so consider it a living document, much like the AI systems it describes.


Artificial general intelligence, or AGI, is a nebulous term. But it generally refers to AI that’s more capable than the average human at many, if not most, tasks. OpenAI CEO Sam Altman once described AGI as the “equivalent of a median human that you could hire as a co-worker.” Meanwhile, OpenAI’s charter defines AGI as “highly autonomous systems that outperform humans at most economically valuable work.” Google DeepMind’s understanding differs slightly from these two definitions; the lab views AGI as “AI that’s at least as capable as humans at most cognitive tasks.” Confused? Not to worry — so are experts at the forefront of AI research.

An AI agent refers to a tool that uses AI technologies to perform a series of tasks on your behalf — beyond what a more basic AI chatbot could do — such as filing expenses, booking tickets or a table at a restaurant, or even writing and maintaining code. However, as we’ve explained before, there are lots of moving pieces in this emergent space, so “AI agent” might mean different things to different people. Infrastructure is also still being built out to deliver on its envisaged capabilities. But the basic concept implies an autonomous system that may draw on multiple AI systems to carry out multistep tasks.

Think of API endpoints as “buttons” on the back of a piece of software that other programs can press to make it do things. Developers use these interfaces to build integrations — for example, allowing one application to pull data from another, or enabling an AI agent to control third-party services directly without a human manually operating each interface. Most smart home devices and connected platforms have these hidden buttons available, even if ordinary users never see or interact with them. As AI agents grow more capable, they are increasingly able to find and use these endpoints on their own, opening up powerful — and sometimes unexpected — possibilities for automation.

Advertisement

Given a simple question, a human brain can answer without even thinking too much about it — things like “which animal is taller, a giraffe or a cat?” But in many cases, you often need a pen and paper to come up with the right answer because there are intermediary steps. For instance, if a farmer has chickens and cows, and together they have 40 heads and 120 legs, you might need to write down a simple equation to come up with the answer (20 chickens and 20 cows).

In an AI context, chain-of-thought reasoning for large language models means breaking down a problem into smaller, intermediate steps to improve the quality of the end result. It usually takes longer to get an answer, but the answer is more likely to be correct, especially in a logic or coding context. Reasoning models are developed from traditional large language models and optimized for chain-of-thought thinking thanks to reinforcement learning.

(See: Large language model)

This is a more specific concept that an “AI agent,” which means a program that can take actions on its own, step by step, to complete a goal. A coding agent is a specialized version applied to software development. Rather than simply suggesting code for a human to review and paste in, a coding agent can write, test, and debug code autonomously, handling the kind of iterative, trial-and-error work that typically consumes a developer’s day. These agents can operate across entire codebases, spotting bugs, running tests, and pushing fixes with minimal human oversight. Think of it like hiring a very fast intern who never sleeps and never loses focus — though, as with any intern, a human still needs to review the work.

Advertisement

Although somewhat of a multivalent term, compute generally refers to the vital computational power that allows AI models to operate. This type of processing fuels the AI industry, giving it the ability to train and deploy its powerful models. The term is often a shorthand for the kinds of hardware that provides the computational power — things like GPUs, CPUs, TPUs, and other forms of infrastructure that form the bedrock of the modern AI industry.

A subset of self-improving machine learning in which AI algorithms are designed with a multi-layered, artificial neural network (ANN) structure. This allows them to make more complex correlations compared to simpler machine learning-based systems, such as linear models or decision trees. The structure of deep learning algorithms draws inspiration from the interconnected pathways of neurons in the human brain.

Deep learning AI models are able to identify important characteristics in data themselves, rather than requiring human engineers to define these features. The structure also supports algorithms that can learn from errors and, through a process of repetition and adjustment, improve their own outputs. However, deep learning systems require a lot of data points to yield good results (millions or more). They also typically take longer to train compared to simpler machine learning algorithms — so development costs tend to be higher.

(See: Neural network)

Advertisement

Diffusion is the tech at the heart of many art-, music-, and text-generating AI models. Inspired by physics, diffusion systems slowly “destroy” the structure of data — for example, photos, songs, and so on — by adding noise until there’s nothing left. In physics, diffusion is spontaneous and irreversible — sugar diffused in coffee can’t be restored to cube form. But diffusion systems in AI aim to learn a sort of “reverse diffusion” process to restore the destroyed data, gaining the ability to recover the data from noise.

Distillation is a technique used to extract knowledge from a large AI model with a ‘teacher-student’ model. Developers send requests to a teacher model and record the outputs. Answers are sometimes compared with a dataset to see how accurate they are. These outputs are then used to train the student model, which is trained to approximate the teacher’s behavior.

Distillation can be used to create a smaller, more efficient model based on a larger model with a minimal distillation loss. This is likely how OpenAI developed GPT-4 Turbo, a faster version of GPT-4.

While all AI companies use distillation internally, it may have also been used by some AI companies to catch up with frontier models. Distillation from a competitor usually violates the terms of service of AI API and chat assistants.

Advertisement

This refers to the further training of an AI model to optimize performance for a more specific task or area than was previously a focal point of its training — typically by feeding in new, specialized (i.e., task-oriented) data. 

Many AI startups are taking large language models as a starting point to build a commercial product but are vying to amp up utility for a target sector or task by supplementing earlier training cycles with fine-tuning based on their own domain-specific knowledge and expertise.

(See: Large language model [LLM])

A GAN, or Generative Adversarial Network, is a type of machine learning framework that underpins some important developments in generative AI when it comes to producing realistic data — including (but not only) deepfake tools. GANs involve the use of a pair of neural networks, one of which draws on its training data to generate an output that is passed to the other model to evaluate.

Advertisement

The two models are essentially programmed to try to outdo each other. The generator is trying to get its output past the discriminator, while the discriminator is working to spot artificially generated data. This structured contest can optimize AI outputs to be more realistic without the need for additional human intervention. Though GANs work best for narrower applications (such as producing realistic photos or videos), rather than general purpose AI.

Hallucination is the AI industry’s preferred term for AI models making stuff up — literally generating information that is incorrect. Obviously, it’s a huge problem for AI quality. 

Hallucinations produce GenAI outputs that can be misleading and could even lead to real-life risks — with potentially dangerous consequences (think of a health query that returns harmful medical advice).

The problem of AIs fabricating information is thought to arise as a consequence of gaps in training data. Hallucinations are contributing to a push toward increasingly specialized and/or vertical AI models — i.e. domain-specific AIs that require narrower expertise — as a way to reduce the likelihood of knowledge gaps and shrink disinformation risks.

Advertisement

Inference is the process of running an AI model. It’s setting a model loose to make predictions or draw conclusions from previously seen data. To be clear, inference can’t happen without training; a model must learn patterns in a set of data before it can effectively extrapolate from this training data.

Many types of hardware can perform inference, ranging from smartphone processors to beefy GPUs to custom-designed AI accelerators. But not all of them can run models equally well. Very large models would take ages to make predictions on, say, a laptop versus a cloud server with high-end AI chips.

[See: Training]

Large language models, or LLMs, are the AI models used by popular AI assistants, such as ChatGPT, Claude, Google’s Gemini, Meta’s AI Llama, Microsoft Copilot, or Mistral’s Le Chat. When you chat with an AI assistant, you interact with a large language model that processes your request directly or with the help of different available tools, such as web browsing or code interpreters.

Advertisement

LLMs are deep neural networks made of billions of numerical parameters (or weights, see below) that learn the relationships between words and phrases and create a representation of language, a sort of multidimensional map of words.

These models are created from encoding the patterns they find in billions of books, articles, and transcripts. When you prompt an LLM, the model generates the most likely pattern that fits the prompt.

(See: Neural network)

Memory cache refers to an important process that boosts inference (which is the process by which AI works to generate a response to a user’s query). In essence, caching is an optimization technique, designed to make inference more efficient. AI is obviously driven by high-octane mathematical calculations and every time those calculations are made, they use up more power. Caching is designed to cut down on the number of calculations a model might have to run by saving particular calculations for future user queries and operations. There are different kinds of memory caching, although one of the more well-known is KV (or key value) caching. KV caching works in transformer-based models, and increases efficiency, driving faster results by reducing the amount of time (and algorithmic labor) it takes to generate answers to user questions.   

Advertisement

(See: Inference)  

Model Context Protocol, or MCP, is an open standard that lets AI models connect to outside tools and data — your files, databases, or apps like Slack and Google Drive — without a developer building a custom connector for every single pairing. Think of it as a USB-C port for AI. Anthropic introduced MCP in 2024 and later handed it over to the Linux Foundation, and it’s since been adopted by OpenAI, Google, and Microsoft, making it one of the fastest-spreading standards in recent AI history.

Mixture of Experts is a model architecture that splits a neural network into many smaller specialized sub-networks, or “experts,” and only activates a handful of them for any given task. Rather than routing every request through the entire model — like calling in your whole office for every question — an MoE model has a built-in “router” that picks just the right specialists for the job. This makes it possible to build enormous models that stay relatively fast and cheap to run, since only a fraction of the network is doing work at any one time. Mistral AI’s Mixtral model is a well-known example; OpenAI’s newer GPT models are also widely believed to use some version of this approach, though the company has never officially confirmed it.

(See: Neural network, Deep learning)

Advertisement

A neural network refers to the multi-layered algorithmic structure that underpins deep learning — and, more broadly, the whole boom in generative AI tools following the emergence of large language models. 

Although the idea of taking inspiration from the densely interconnected pathways of the human brain as a design structure for data processing algorithms dates all the way back to the 1940s, it was the much more recent rise of graphical processing hardware (GPUs) — via the video game industry — that really unlocked the power of this theory. These chips proved well suited to training algorithms with many more layers than was possible in earlier epochs — enabling neural network-based AI systems to achieve far better performance across many domains, including voice recognition, autonomous navigation, and drug discovery.

(See: Large language model [LLM])

Open source refers to software — or, increasingly, AI models — where the underlying code is made publicly available for anyone to use, inspect, or modify. In the AI world, Meta’s Llama family of models is a prominent example; Linux is the famous historical parallel in operating systems. Open source approaches allow researchers, developers, and companies around the world to build on top of one another’s work, accelerating progress and enabling independent safety audits that closed systems cannot easily provide. Closed source means the code is private — you can use the product but not see how it works, as is the case with OpenAI’s GPT models — a distinction that has become one of the defining debates in the AI industry.

Advertisement

Parallelization means doing many things at the same time instead of one after another — like having 10 employees working on different parts of a project at the same time instead of one employee doing everything sequentially. In AI, parallelization is fundamental to both training and inference: modern GPUs are specifically designed to perform thousands of calculations in parallel, which is a big reason why they became the hardware backbone of the industry. As AI systems grow more complex and models grow larger, the ability to parallelize work across many chips and many machines has become one of the most important factors in determining how quickly and cost-effectively models can be built and deployed. Research into better parallelization strategies is now a field of study in its own right.

RAMageddon is the fun new term for a not-so-fun trend that is sweeping the tech industry: an ever-increasing shortage of random access memory, or RAM chips, which power pretty much all the tech products we use in our daily lives. As the AI industry has blossomed, the biggest tech companies and AI labs — all vying to have the most powerful and efficient AI — are buying so much RAM to power their data centers that there’s not much left for the rest of us. And that supply bottleneck means that what’s left is getting more and more expensive.

That includes industries like gaming (where major companies have had to raise prices on consoles because it’s harder to find memory chips for their devices), consumer electronics (where memory shortage could cause the biggest dip in smartphone shipments in more than a decade), and general enterprise computing (because those companies can’t get enough RAM for their own data centers). The surge in prices is only expected to stop after the dreaded shortage ends but, unfortunately, there’s not really much of a sign that’s going to happen anytime soon.  

Like AGI, recursive self-improvement is a threshhold for how smart AI can get, and how little it may rely on humans. In the RSI scenario, AI models start improving themselves without human intervention, leading to a huge acceleration in capabilities and autonomy. In some tellings, this would be a cataclysmic moment akin to the singularity, a moment when AI models become immune to outside intervention. But RSI also describes a basic capability — can an AI model design its own successor? — which makes it much easier for engineers to try to build it. A number of recent AI startups have set out to build recursively self-improving models, but most of them dismiss the apocalyptic implications, presenting RSI as simply the next frontier for research.

Advertisement

Reinforcement learning is a way of training AI where a system learns by trying things and receiving rewards for correct answers — like training your beloved pet with treats, except the “pet” in this scenario is a neural network and the “treat” is a mathematical signal indicating success. Unlike supervised learning, where a model is trained on a fixed dataset of labeled examples, reinforcement learning lets a model explore its environment, take actions, and continuously update its behavior based on the feedback it receives. This approach has proven especially powerful for training AI to play games, control robots, and, more recently, sharpen the reasoning ability of large language models. Techniques like reinforcement learning from human feedback, or RLHF, are now central to how leading AI labs fine-tune their models to be more helpful, accurate, and safe.

When it comes to human-machine communication, there are some obvious challenges — people communicate using human language, while AI programs execute tasks through complex algorithmic processes informed by data. Tokens bridge that gap: they are the basic building blocks of human-AI communication, representing discrete segments of data that have been processed or produced by an LLM. They are created through a process called tokenization, which breaks down raw text into bite-sized units a language model can digest, similar to how a compiler translates human language into binary code a computer can understand. In enterprise settings, tokens also determine cost — most AI companies charge for LLM usage on a per-token basis, meaning the more a business uses, the more it pays.

So again, tokens are the small chunks of text — often parts of words rather than whole ones — that AI language models break language into before processing it; they are roughly analogous to “words” for the purposes of understanding AI workloads. Throughput refers to how much can be processed in a given period of time, so token throughput is essentially a measure of how much AI work a system can handle at once. High token throughput is a key goal for AI infrastructure teams, since it determines how many users a model can serve simultaneously and how quickly each of them receives a response. AI researcher Andrej Karpathy has described feeling anxious when his AI subscriptions sit idle — echoing the feeling he had as a grad student when expensive computer hardware wasn’t being fully utilized — a sentiment that captures why maximizing token throughput has become something of an obsession in the field.

Developing machine learning AIs involves a process known as training. In simple terms, this refers to data being fed in in order that the model can learn from patterns and generate useful outputs. Essentially, it’s the process of the system responding to characteristics in the data that enables it to adapt outputs toward a sought-for goal — whether that’s identifying images of cats or producing a haiku on demand.

Advertisement

Training can be expensive because it requires lots of inputs, and the volumes required have been trending upwards — which is why hybrid approaches, such as fine-tuning a rules-based AI with targeted data, can help manage costs without starting entirely from scratch.

[See: Inference]

A technique where a previously trained AI model is used as the starting point for developing a new model for a different but typically related task — allowing knowledge gained in previous training cycles to be reapplied. 

Transfer learning can drive efficiency savings by shortcutting model development. It can also be useful when data for the task that the model is being developed for is somewhat limited. But it’s important to note that the approach has limitations. Models that rely on transfer learning to gain generalized capabilities will likely require training on additional data in order to perform well in their domain of focus

Advertisement

(See: Fine tuning)

Validation loss is a number that tells you how well an AI model is learning during training — and lower is better. Researchers track it closely as a kind of real-time report card, using it to decide when to stop training, when to adjust hyperparameters, or whether to investigate a potential problem. One of the key concerns it helps flag is overfitting, a condition in which a model memorizes its training data rather than truly learning patterns it can generalize to new situations. Think of it as the difference between a student who genuinely understands the material and one who simply memorized last year’s exam — validation loss helps reveal which one your model is becoming.

Weights are core to AI training, as they determine how much importance (or weight) is given to different features (or input variables) in the data used for training the system — thereby shaping the AI model’s output. 

Put another way, weights are numerical parameters that define what’s most salient in a dataset for the given training task. They achieve their function by applying multiplication to inputs. Model training typically begins with weights that are randomly assigned, but as the process unfolds, the weights adjust as the model seeks to arrive at an output that more closely matches the target.

Advertisement

For example, an AI model for predicting housing prices that’s trained on historical real estate data for a target location could include weights for features such as the number of bedrooms and bathrooms, whether a property is detached or semi-detached, whether it has parking, a garage, and so on. 

Ultimately, the weights the model attaches to each of these inputs reflect how much they influence the value of a property, based on the given dataset.

This article is updated regularly with new information.

When you purchase through links in our articles, we may earn a small commission. This doesn’t affect our editorial independence.

Advertisement

Source link

Continue Reading
Click to comment

You must be logged in to post a comment Login

Leave a Reply

Tech

Only These iPhone Models Are Getting The New Siri AI This Fall

Published

on

Will your phone be getting the upgrade?

Siri has never been the smartest virtual assistant, but what is especially disappointing is how it has refused to evolve despite Apple’s aggressive push for Apple Intelligence. Two major versions of iOS have come and gone without the supercharged Siri that Apple originally promised. Apple finally announced an improved version of Siri in its WWDC 2026 keynote, and it would appear that the virtual assistant is finally living up to the expectations the company set years ago. We went hands-on with Siri AI and found it to be actually useful in answering complex queries and carrying out chained commands.

Only devices compatible with Apple Intelligence will be receiving Siri AI later this year. This includes every iPhone released since the iPhone 15 Pro, alongside iPad and Mac models powered by Apple silicon. The 2024 iPad mini is also supported since it uses the same SoC as the iPhone 15 Pro. Launch the Settings app, scroll down a bit, and if you spot the Apple Intelligence & Siri section, your iPhone is on track to receive the AI-powered Siri upgrade when the stable release of iOS 27 rolls out this fall.

Interestingly enough, Apple says the new assistant will initially be released as a beta. Users will likely need to manually opt in to access Siri AI, much like those testing the iOS 27 developer beta had to hop on a waitlist. Fortunately, compatibility with iOS 27 should not be a cause of concern, given how Apple is extending support all the way back to the iPhone 11.

Advertisement

Newer iPhones get a more customizable Siri AI

Siri is now better equipped to handle personal requests — it understands context and can reference information from your notes, messages, emails and photos. It is powered by newer Apple Foundation Models that are stored on-device, which should help with both response times and privacy. More complex prompts are offloaded to the bigger models stored on the cloud through Private Cloud Compute, which Apple claims ensures your data is inaccessible to anyone else besides you.

If you own an iPhone 17 Pro, 17 Pro Max or the iPhone Air, Siri AI will be able to take advantage of an even more powerful on-device model. This should improve the overall experience, but more importantly, it enables expressive voices for Siri, improved speech recognition and more accurate dictation. 

Advertisement

The upcoming iPhone 18 Pro and rumored iPhone Fold will also enjoy powerful on-device AI models, but it’s uncertain if the base model iPhone 18 will too. Analyst Ming-Chi Kuo reported that Apple is looking to bump up the memory in the non-Pro iPhones to 9GB. However, Apple mentions that its most powerful on-device AI models require at least 12GB of RAM.

We must admit, much of the Apple Intelligence suite so far has been sloppy AI features that don’t meaningfully improve the iPhone experience. Siri AI seems to be genuinely useful, though. Even on the beta builds we’ve tried, the virtual assistant has been fast and accurate.

Advertisement

Source link

Continue Reading

Tech

Steamboats to software: Microsoft’s Brad Smith mines America’s founding for tech insights

Published

on

As the country marks its 250th birthday this week, Microsoft is rolling out an unlikely summer project: a six-part series of short videos, hosted by Microsoft President and Vice Chair Brad Smith, that look to American history for lessons relevant to technology and innovation today.

The premise is that every technology debate of the moment — over such issues as patents, privacy, and who gets to shape AI — has a precedent somewhere in the country’s past, and that we’d all benefit from remembering how we got here in the first place.

“We felt that the 250th anniversary of the country deserved some added reflection about the lessons of history, the role of technology, and the questions that we’re facing as a country,” explained Smith, a well-known history buff, in an interview with GeekWire this week.

In the first episode, for example, he stands in Philadelphia’s Independence Square to explain how a steamboat demonstration on the Delaware River in 1787 helped inspire the Constitutional Convention to give Congress the power to grant patents. This was the basis for the intellectual property framework that Smith describes as a bedrock of American innovation.

Savvy viewers may see some irony in a company extolling the virtues of IP protections even as Microsoft and OpenAI defend themselves against a New York Times copyright suit over the material used to train their AI models.

Advertisement

Asked about that, Smith made it clear he doesn’t see a contradiction.

“Every generation of technology has required a new round of legal thinking, legislation and oftentimes lawsuits, so that courts can sustain the balance that has always been needed between new innovation and the protection of things created already,” he said.

He also noted that Microsoft is often the party going to court to protect customers, pointing as one example to the company’s move this week to intervene before Europe’s top court in defense of the European Union and U.S. data-protection framework.

The six-part series was overseen by Smith’s longtime chief of staff, Carol Ann Browne, a Microsoft vice president; and produced by Kirkland, Wash.-based Trifilm. The episodes, around 3 or 4 minutes each, will roll out in the coming weeks. Smith said they recorded during existing travel plans, working the shoots into stops on trips he was already taking.

Advertisement

The series travels next to a Boston courtroom for the birth of privacy rights, Henry Ford’s Detroit assembly line for the spread of new technology, Cincinnati for Tocqueville’s take on nonprofits, Great Falls, Md., for George Washington’s early infrastructure ambitions, and the Lewis and Clark expedition in Montana for the value of uniting competing viewpoints.

“The 250th anniversary of the country is quite rightly an occasion to honor the past, celebrate the past,” Smith said, explaining the motivation for the series. “But let’s make sure we get something out of the past that helps us be more successful in the future.”

Source link

Advertisement
Continue Reading

Tech

Quordle hints and answers for Sunday, July 5 (game #1623)

Published

on

Looking for a different day?

A new Quordle puzzle appears at midnight each day for your time zone – which means that some people are always playing ‘today’s game’ while others are playing ‘yesterday’s’. If you’re looking for Saturday’s puzzle instead then click here: Quordle hints and answers for Saturday, July 4 (game #1622).

Quordle was one of the original Wordle alternatives and is still going strong now more than 1,500 games later. It offers a genuine challenge, though, so read on if you need some Quordle hints today — or scroll down further for the answers.

Enjoy playing word games? You can also check out my NYT Connections today and NYT Strands today pages for hints and answers for those puzzles, while Marc’s Wordle today column covers the original viral word game.

Advertisement

Source link

Continue Reading

Tech

New Google Ad Imagines America’s ‘Declaration of Independence’ Written With AI Help

Published

on

An anonymous reader shared this report from TechCrunch:

Two hundred and fifty years after the signing of the Declaration of Independence, a new commercial from Google asks: What if the Founding Fathers had access to Google Workspace?

With the tagline “Group project, but make it 1776,” the ad depicts a largely unseen Thomas Jefferson mid-draft when he gets a nagging text from Ben Franklin, leading to a very Google-centric collaboration process. Edits are suggested in Google Docs, a meeting gets scheduled in Google Calendar and conducted remotely via Google Meet (with every single attendee apparently turning their camera off?), then the whole thing is finalized with e-signatures; cue the fireworks.

Of course, since this is an ad from a tech company in the year 2026, AI has a role to play. The fictionalized founders use Google’s “help me visualize” AI tool to try out different animals on the national seal, Gemini takes notes on the meeting, and the founders also ask the chatbot for advice before declining King George III’s document access request.

Advertisement

TechCrunch call it “very tongue-in-cheek,” noting that at one point Samuel Adams even asks, “Can we settle this over beers?” And they argue that “the AI evangelism is relatively discreet when compared to many other recent ads.”

Source link

Continue Reading

Tech

NYT Strands hints and answers for Sunday, July 5 (game #854)

Published

on

Looking for a different day?

A new NYT Strands puzzle appears at midnight each day for your time zone – which means that some people are always playing ‘today’s game’ while others are playing ‘yesterday’s’. If you’re looking for Saturday’s puzzle instead then click here: NYT Strands hints and answers for Saturday, July 4 (game #853).

Strands is the NYT’s latest word game after the likes of Wordle, Spelling Bee and Connections – and it’s great fun. It can be difficult, though, so read on for my Strands hints.

Want more word-based fun? Then check out my NYT Connections today and Quordle today pages for hints and answers for those games, and Marc’s Wordle today page for the original viral word game.

Advertisement

Source link

Continue Reading

Tech

Why GPS Hasn’t Completely Replaced Paper Maps

Published

on





Modern technology didn’t just spring up overnight; it often has roots reaching far into the past. The history of GPS navigation actually began during the cold war, marking several milestones in the subsequent decades. In terms of automobiles, GPS didn’t break out of its niche status until the 2000s. 

In a significant moment for consumer GPS, Google Maps debuted in 2005 in the U.S., though there are now several Google Maps alternatives on Android. The navigation process couldn’t be simpler, you search for a business name or enter an address, and a route is calculated with step-by-step instructions. However, you might be surprised to learn that not only are paper maps and atlases still around, but they’ve actually experienced a bit of a renaissance in the last decade.

Vice president of Rand McNally, Kendra Ensor told USAToday that by 2015, the map making company began to see increases in the sale of Road Atlases. In the U.K., map maker Ordnance Survey saw a 144% uptick in custom paper map sales in 2020, then another 28% rise in 2021. Both AAA and Rand McNally continue to offer updated physical maps, with the former still making TripTik route books, which include custom printed directions. Lost signals and a more active navigation experience are just a few of the reasons why would anyone opt for this old-school approach.

Advertisement

A paper map can’t lose signal

Travelers have relied on physical maps for thousands of years, but GPS has become the dominant option in the 21st century. According to a UTires.com survey, certain parts of the country, such as Bakersfield, CA, have more than 55% of respondents declaring they’re extremely reliant on the technology. The problem is, while convenient, GPS requires you have a signal, whether it be through a mobile carrier or satellite. You can utilize offline GPS apps, however that’s dependent on you downloading the information beforehand, when internet is available. It’s also noteworthy that most navigation software, like Google Maps, downloads an entire route when you first start navigating, so if you lose signal along the way, you can keep going. But if you need to start navigating without internet, that’s when you run into trouble.

In early 2026, those residing in Moscow and St. Petersburg, Russia faced intermittent and even failing mobile internet across major swaths of the cities for days. Suddenly, smartphones couldn’t access or run applications properly, with navigation being one of them. As a result, demand tripled for atlases and paper maps of these areas.

Advertisement

In another more anecdotal instance, a couple traveling from Canada to North Carolina found themselves amidst the chaos of Hurricane Helene which knocked out several services including internet. Fortunately, they were able to navigate and guide several travelers out of the affected area using physical paper maps.

Advertisement

GPS navigates for you, and can limit perspective

One of the issues with a navigation app, is that it largely does the thinking for you. After selecting a destination, your role in the navigation process is simply following on-screen prompts. Conversely, a physical map keeps you more active in the navigation process and aware of your surroundings. 

In addition, research has shown that the sensory experience of using a paper map helps the brain create a mental picture of the surrounding environment. Old school maps also provide a much greater overall perspective, reaching well beyond your selected route.

This “big picture” view can often be lost when using GPS in the car, which typically displays only the immediate area around your vehicle. If you must adjust your route using GPS, it can be more challenging on the go, as you may not understand where you’re located in relation to other landmarks or your destination. Miller Edwards, a retired detective, explained to CBS News with regard to printed maps, “They give me a general idea of a larger area that I need to go to see. They have different cities and different points of view.”

Advertisement



Source link

Continue Reading

Tech

NASA Mission To Rescue The Falling Swift Observatory Has Launched

Published

on

A robotic spacecraft called LINK will soon tug the telescope to a higher orbit.

The NASA Swift Boost mission has launched from Marshall Islands on July 3 at 4:36AM Eastern time after a couple of delays, and the agency has started preparing it for its ultimate goal: To rescue the Neil Gehrels Swift Observatory, which is falling faster than anticipated. Swift Boost’s ground teams have already established communication with LINK, the robotic spacecraft designed by Arizona company Katalyst Space to dock with the observatory and to tug it back into a higher orbit. 

It wasn’t your typical rocket launch. LINK was attached to a Northrop Grumman Pegasus XL rocket, which was in turn attached to the belly of a plane called Stargazer. The plane took off from Kwajalein Atoll, Marshall Islands and then released the Pegasus XL rocket in the air at an altitude of around 40,000. After free falling for a few seconds, the rocket’s engines fired up to deliver LINK to space. 

NASA says making contact with LINK was the mission’s first objective, and it was successful in doing so. LINK has already powered on and will undergo health checks by Katalyst over the next several weeks to assess its propulsion, sensor and navigation systems. After its health checks are done, LINK will head towards the Swift observatory to survey it. 

Advertisement

LINK will then capture Swift, dock with it using its three robotic arms and then tug it upwards until they reach an orbit with an altitude of approximately 370 miles, which will extend its life by a decade or so. Delivering the observatory to a higher orbit is expected to take 10 to 12 weeks. While all spacecraft will eventually fall, recent solar activity caused the observatory’s orbit to decay much faster. Without the help of LINK, the Swift telescope would be falling from orbit by the end of the year.

The Neil Gehrels Swift Observatory has been studying gamma ray bursts for over two decades. Brad Cenko, Swift’s principal investigator, describes gamma ray bursts as “short-lived flashes of high-energy light that release more energy in just a few seconds than the sun will in its entire lifetime.” These bursts are thought to be created by exploding and colliding stars. Cenko says data from Swift confirmed that the “heaviest elements in the periodic table, including the gold and platinum in our jewelry, are forged in these systems.” Scientists now also use Swift as a “dispatcher” or a “first responder” to gather critical information when a sudden cosmic event takes place.

Advertisement

Source link

Continue Reading

Tech

Sylla 1.0, India Heaviest Electric Aircraft, Lifts Off After Less Than a Year of Development

Published

on

Sarla Aviation Sylla-1 Heaviest Electric Aircraft Drone
Sarla Aviation just finished a full round of flight tests with its Sylla 1.0. The 700-kilogram machine with a 7.5-meter wingspan became the heaviest electric aircraft ever to take off vertically in India. Engineers put it through more than 500 tests and over 18 hours of flight time during a six-month campaign in southern India.



Sylla 1.0, built as a half-scale tech demo, is essentially a shrunken version of what the business envisions for the full-size passenger aircraft. It has a novel dispersed propulsion system, with electric motors sticking out along the wing. These are fueled by a 400-volt grid that keeps everything running smoothly. This is critical because the entire structure just lifts off vertically and hovers steadily in the air, with no runway necessary.

Sale


DJI Neo, Mini Drone with 4K UHD Camera for Adults, 135g Self Flying Drone that Follows You, Palm Takeoff…
  • Due to platform compatibility issue, the DJI Fly app has been removed from Google Play. DJI Neo must be activated in the DJI Fly App, to ensure a…
  • Lightweight and Regulation Friendly – At just 135g, this drone with camera for adults 4K may be even lighter than your phone and does not require FAA…
  • Palm Takeoff & Landing, Go Controller-Free [1] – Neo takes off from your hand with just a push of a button. The safe and easy operation of this drone…

The goal of the test phase was to get all of the individual components to communicate with one another. For example, electric propulsion, battery systems, flight control software, the aircraft itself, and the landing gear were all tested to see how well they operate together in practice. First up, get off the ground and hover. Not that difficult, it turned out… Sylla 1.0 just repeated this section several times, obtaining a wealth of relevant flight data along the way.

Advertisement

Sarla Aviation Sylla 1 Heaviest Electric Aircraft Drone
The entire project moved at quick pace to say the least, with this group going from the start of developing Sylla 1.0 to actual flying in just under a year, which isn’t bad considering the project’s complexity. To top it all off, the project only cost them around 13 million dollars. When compared to some of the major global eVTOL projects now in development, the difference is clear.

Sarla Aviation opened its doors in Bengaluru in 2023 and now employs a team of engineers, many of which had previously worked for Lilium, Volocopter, Wisk, Beta, and Joby Aviation. They pulled all of that international know-how back together with some quick execution to get the place off the ground. Sarla Aviation is named after Sarla Thukral, India’s first woman pilot in the 1930s.

Sarla Aviation Sylla 1 Heaviest Electric Aircraft Drone
Sylla 2.0, on the other hand, will have to figure out how to fly forward rather than just hovering. We all know how important this is, since it dictates how efficiently these birds will be able to transport passengers or cargo from A to B. They’ve already started collecting important data from Sylla 1.0 and are incorporating it into the next level of testing.

Of course, the long-term goal is to reach Shunya at full capacity. This is the real deal: an aircraft capable of carrying a pilot and six passengers, or four in a more spacious configuration, as well as cargo variants capable of carrying around 680 kg. Oh, and they’re also looking into hybrid power with some sustainable aviation fuel, which should help increase the range to about 800 kilometers. They plan to reach a top speed of roughly 250 km/h using seven ‘propulsion units’ and two batches of separate batteries.

Sarla Aviation Sylla 1 Heaviest Electric Aircraft Drone
Sarla sees these aircraft fitting in similarly to how ride-hailing apps are used today, as a way to travel from A to B in the air. Early routes can link big cities, such as Bengaluru to Mumbai or Delhi to Pune, or just shuttle passengers between airports and city centers. The real goal, however, is to see what they can do to help India’s push for cleaner transportation while simultaneously increasing their own digital industry.
[Source]

Source link

Advertisement
Continue Reading

Tech

The Best Fourth of July Mattress Sales on Beds We Actually Sleep On (2026)

Published

on

Many don’t think of the Fourth of July as a mattress-shopping holiday, but they probably should. Black Friday, Memorial Day, and even Presidents’ Day get a lot of attention when it comes to mattress sales, but many brands offer some of their biggest discounts for Independence Day as people tackle summer moves, home projects, and long-overdue bedroom upgrades. If you’ve been putting off replacing an old mattress, now’s a smart time to put down the grill tongs and shop.

The WIRED Reviews team has spent years testing mattresses in our own homes, and we evaluate everything from long-term comfort and cooling to motion isolation and durability, so the recommendations below are mattresses we’ve actually slept on and continue to recommend. Note that all prices are for queen-size models.

If you’re looking to upgrade the rest of your bedroom, check out our guides to the Best Pillows, Best Bed Frames, and Best Sheets.

WIRED Featured Deals

Advertisement

The Best Fourth of July Mattress Sales

Helix Sleep Midnight Luxe a white mattress with blue trim on a minimalist wooden frame with a nightstand and potted...

Helix Midnight Luxe

Photograph: Wired

Helix

We’ve tested dozens of mattresses over the years, and the Helix Midnight Luxe continues to earn the top spot, ranked as the best overall mattress of 2026 so far. Its medium-firm feel, zoned support coils, and excellent pressure relief work for nearly every sleeping position, but especially for side sleepers, and it is surprisingly cool for the amount of plush that it has. Fourth of July brings one of the best prices we typically see for this mattress outside of Black Friday, making this an excellent time to buy.

Leesa

Advertisement

The Leesa Sapira Chill is one of our favorite mattresses because it tackles two of the biggest sleep struggles: waking up sore and waking up hot. Its medium-firm hybrid design gently cushions the shoulders and hips without sacrificing support, while the cooling cover regulates temperature throughout the night. When former WIRED director Martin Cizmar tested it, he found it to be the best cooling mattress he’s tried for side sleepers, making this deal especially worth a look, especially in this heat wave.

Avocado

The Avocado Green has remained one of our top organic mattress picks over the years. Its hybrid construction hits a sweet spot between plush comfort and sturdy support, making it a great option for couples with different firmness preferences and combination sleepers who tend to toss, turn, and switch sleeping positions throughout the night. Its individually wrapped coils also do a great job minimizing motion transfer, and after nearly three years of use, WIRED operations manager Scott Gilbertson has reported virtually no sagging or signs of wear. Avocado doesn’t offer discounts as aggressively as many competitors, making this 15-percent-off sale one of the better opportunities you’ll get all year.

• The best organic mattress: Avocado Green Mattress for $2,039 (15 Percent Off)

Advertisement
Image may contain Furniture Bed and Mattress

Nolah Evolution

Photograph: Julia Forbes

Nolah

Designed with side sleepers in mind, the Nolah Evolution pairs zoned foam and pocketed coils to cushion the shoulders and hips and support the lower back. We also found it comfortable for both side and stomach sleeping, thanks to its hybrid design that makes it easy to roll over without feeling like you’re stuck in your mattress. Nolah’s Fourth of July sale takes 35 percent off site-wide, matching one of the brand’s strongest promotions of the year.

Naturepedic

Advertisement

The Naturepedic EOS Classic Organic Mattress stands out for its customization. Its modular design lets you fine-tune its firmness by swapping out latex layers, and each side of the mattress can be configured independently, making it another great mattress for sleeping partners with different sleep preferences. We also appreciate that you can exchange the latex layers for free during your first 100 nights, so you don’t have to cross your fingers and hope you picked the right firmness the first time. The Fourth of July sale knocks 20 percent off site-wide with code JULY4 and includes a free muslin blanket with qualifying mattress purchases.

Bear

If back pain has you shopping for a new mattress, the Bear Elite Hybrid is 35 percent off with code JULY35. Multiple WIRED reviewers with conditions including scoliosis, spondylosis, sciatica, and chronic back pain have found that this mattress’s zoned coil support helped keep their backs happy while the quilted pillow top provided enough cushioning to prevent sore shoulders and hips. It feels pretty firm right out of the box, but our testers found it cushioned up over time while maintaining the support they needed.

Source link

Advertisement
Continue Reading

Tech

Midjourney wants Hollywood studios to reveal the details of their AI usage

Published

on

As part of an ongoing legal dispute with three Hollywood studios, AI startup Midjourney is seeking to compel those studios to reveal how they use AI themselves.

Disney and Universal sued Midjourney for alleged copyright infringement last year, noting that the startup’s image-generation models could create images of characters, such as Bart Simpson and Darth Vader, who are owned by the studios. A few months later, Warner Bros. sued Midjourney as well.

The startup argues that training its AI models on images of copyrighted characters is permitted under fair use. 

The current dispute revolves around the documentation the studios will need to produce during the discovery process. A judge previously ruled that the studios would indeed have to provide information about their generative AI usage – but only when it led to “consumer-facing” videos and images.

Advertisement

In its latest filing, Midjourney seeks to overturn that limitation, arguing that it “unfairly” allows the studios “to cherry-pick only those documents they believe support their market harm claims while depriving Midjourney of documents that would support its defenses.”

Midjourney goes on to claim that the “documents [the studios] are withholding are precisely those that would reveal whether, behind closed doors, they are doing exactly what they are suing Midjourney for doing.”

For example, the startup says that if the studios are developing image-generating AI models  “for internal use in storyboarding or ideating content for film or TV, that evidence would equally demonstrate that it is an industry custom, even among the studios themselves, to download and train AI on unlicensed copyrighted content.”

In the filing, the startup also argues that the studios should reveal all the prompts they used in Midjourney, as well as the resulting outputs, not just the prompts that produced the allegedly infringing images.

Advertisement

The studios’ lead attorney David Singer previously claimed Midjourney was seeking this documentation as part of a “fishing expedition.” 

He also said the studios “do not seek to stop AI technology or even shut down Midjourney’s business,” but rather “simply want Midjourney to stop copying their movies and TV shows and to stop distributing, publicly displaying, publicly performing, and creating derivative works that include copies of [their] famous characters without authorization.”

When you purchase through links in our articles, we may earn a small commission. This doesn’t affect our editorial independence.

Source link

Advertisement
Continue Reading

Trending

Copyright © 2025