Startups

Adept aims to build AI that can automate any software process

Comment

Two people at laptops, coding
Image Credits: vgajic / Getty Images

In 2016 at TechCrunch Disrupt New York, several of the original developers behind what became Siri unveiled Viv, an AI platform that promised to connect various third-party applications to perform just about any task. The pitch was tantalizing — but never fully realized. Samsung later acquired Viv, folding a pared-down version of the tech into its Bixby voice assistant.

Six years later, a new team claims to have cracked the code to a universal AI assistant — or at least to have gotten a little bit closer. At a product lab called Adept that emerged from stealth today with $65 million in funding, they are — in the founders’ words — “build[ing] general intelligence that enables humans and computers to work together creatively to solve problems.”

It’s lofty stuff. But Adept’s co-founders, CEO David Luan, CTO Niki Parmar and chief scientist Ashish Vaswani, boil their ambition down to perfecting an “overlay” within computers that works using the same tools people do. This overlay will be able to respond to commands like “generate a monthly compliance report” or “draw stairs between these two points in this blueprint,” Adept asserts, all using existing software like Airtable, Photoshop, Tableau and Twilio to get the job done.

“[W]e’re training a neural network to use every software tool in the world, building on the vast amount of existing capabilities that people have already created.” Luan told TechCrunch in an interview via email. “[W]ith Adept, you’ll be able to focus on the work you most enjoy and ask our [system] to take on other tasks … We expect the collaborator to be a good student and highly coachable, becoming more helpful and aligned with every human interaction.”

From Luan’s description, what Adept is creating sounds a little like robotic process automation (RPA), or software robots that leverage a combination of automation, computer vision and machine learning to automate repetitive tasks like filing forms and responding to emails. But the team insists that their technology is far more sophisticated than what RPA vendors like Automation Anywhere and UiPath offer today.

“We’re building a general system that helps people get things done in front of their computer: a universal AI collaborator for every knowledge worker … We’re training a neural network to use every software tool in the world, building on the vast amount of existing capabilities that people have already created,” Luan said. “We think that AI’s ability to read and write text will continue to be valuable, but that being able to do things on a computer will be significantly more valuable for enterprise … [M]odels trained on text can write great prose, but they can’t take actions in the digital world. You can’t ask [them] to book you a flight, cut a check to a vendor or conduct a scientific experiment. True general intelligence requires models that can not only read and write, but act when people ask it to do something.”

Adept isn’t the only one exploring this idea. In a February paper, scientists at Alphabet-backed DeepMind describe what they call a “data-driven” approach for teaching AI to control computers. By having an AI observe keyboard and mouse commands from people completing “instruction-following” computer tasks, like booking a flight, the scientists were able to show the system how to perform over a hundred tasks with “human-level” accuracy.

Not-so-coincidentally, DeepMind co-founder Mustafa Suleyman recently teamed up with LinkedIn co-founder Reid Hoffman to launch Inflection AI, which — like Adept — aims to use AI to help humans work more efficiently with computers.

Adept’s ostensible differentiator is a brain trust of AI researchers hailing from DeepMind, Google and OpenAI. Vaswani and Parmar helped to pioneer the Transformer, an AI architecture that has gained considerable attention within the last several years. Dating back to 2017, Transformer has become the architecture of choice for natural language tasks, demonstrating an aptitude for summarizing documents, translating between languages and even classifying images and analyzing biological sequences.

Among other products, OpenAI’s language-generating GPT-3 was developing using Transformer technology.

“Over the next few years, everyone just piled onto the Transformer, using it to solve many decades-old problems in rapid succession. When I led engineering at OpenAI, we scaled up the Transformer into GPT-2 (GPT-3’s predecessor) and GPT-3,” Luan said. “Google’s efforts scaling Transformer models yielded [the AI architecture] BERT, powering Google search. And several teams, including our founding team members, trained Transformers that can write code. DeepMind even showed that the Transformer works for protein folding (AlphaFold) and Starcraft (AlphaStar). Transformers made general intelligence tangible for our field.”

At Google, Luan was the overall tech lead for what he describes as the “large models effort” at Google Brain, one of tech giant’s preeminent research divisions. There, he trained bigger and bigger Transformers with the goal of eventually building one general model to power all machine learning use cases, but his team ran into a clear limitation. The best results were limited to models engineered to excel in specific domains, like analyzing medical records or responding to questions about particular topics.

“Since the beginning of the field, we’ve wanted to build models with similar flexibility as human intelligence-ones that can work for a diverse variety of tasks … [M]achine learning has seen more progress in the last five years than in the prior 60,” Luan said. “Historically, long-term AI work has been the purview of large tech companies, and their concentration of talent and compute has been unimpeachable. Looking ahead, we believe that the next era of AI breakthroughs will require solving problems at the heart of human-computer collaboration.”

Whatever form its product — and business model — ultimately takes, can Adept succeed where others failed? If it can, the windfall could be substantial. According to Markets and Markets, the market for business process automation technologies — technologies that streamline enterprise customer-facing and back-office workloads — will grow from $9.8 billion in 2020 to $19.6 billion by 2026. One 2020 survey by process automation vendor Camunda (a biased source, granted) found that 84% of organizations are anticipating increased investment in process automation as a result of industry pressures, including the rise of remote work.

“Adept’s technology sounds plausible in theory, [but] talking about Transformers needing to be ‘able to act’ feels a bit like misdirection to me,” Mike Cook, an AI researcher at the Knives & Paintbrushes research collective, which is unaffiliated with Adept, told TechCrunch via email. “Transformers are designed to predict the next items in a sequence of things, that’s all. To a Transformer, it doesn’t make any difference whether that prediction is a letter in some text, a pixel in an image, or an API call in a bit of code. So this innovation doesn’t feel any more likely to lead to artificial general intelligence than anything else, but it might produce an AI that is better suited to assisting in simple tasks.”

It’s true that the cost of training cutting-edge AI systems is lower than it once was. With a fraction of OpenAI’s funding, recent startups including AI21 Labs and Cohere have managed to build models comparable to GPT-3 in terms of their capabilities.

Continued innovations in multimodal AI, meanwhile — AI that can understand the relationships between images, text and more — put a system that can translate requests into a wide range of computer commands within the realm of possibility. So does work like OpenAI’s InstructGPT, a technique that improves the ability of language models like GPT-3 to follow instructions.

Cook’s main concern is how Adept trained its AI systems. He notes that one of the reasons other Transformer models have had such success with text is that there’s an abundance of examples of text to learn from. A product like Adept’s would presumably need a lot of examples of successfully completed tasks in applications (e.g. Photoshop) paired with text descriptions, but this data doesn’t occur that naturally in the world.

In the February DeepMind study, the scientists wrote that, in order to collect training data for their system, they had to pay 77 people to complete over 2.4 million demonstrations of computer tasks.

“[T]he training data is probably created artificially, which raises a lot of questions both about who was paid to create it, how scalable this is to other areas in the future, and whether the trained system will have the kind of depth that other Transformer models have,” Cook said. “It’s [also] not a ‘path to general intelligence’ by any means … It might make it more capable in some areas, but it’s probably going to be less capable than a system trained explicitly on a particular task and application.”

Even the best-laid roadmaps can run into unforeseen technical challenges, especially where it concerns AI. But Luan is placing his faith in Adept’s founding senior talent, which includes the former lead for Google’s model production infrastructure (Kelsey Schroeder) and one of the original engineers on Google’s production speech recognition model (Anmol Gulati).

“[W]hile general intelligence is often described in the context of human replacement, that’s not our north star. Instead, we believe that AI systems should be built with people at the center,” Luan said. “We want to give everyone access to increasingly sophisticated AI tools that help empower them to achieve their goals collaboratively with the tool; our models are designed to work hand-in-hand with people. Our vision is one where people remain in the driver’s seat: discovering new solutions, enabling more informed decisions, and giving us more time for the work that we actually want to do.”

Greylock and Addition co-led Adept’s funding round. The round also saw participation from Root Ventures and angels including Behance founder Scott Belsky (founder of Behance), Airtable founder Howie Liu, Chris Re, Tesla Autopilot lead Andrej Karpathy and Sarah Meyohas.

More TechCrunch

Amazon Web Services (AWS), Amazon’s cloud computing business, has confirmed further details of its European “sovereign cloud” which is designed to enable greater data residency across the region. The company…

AWS confirms European ‘sovereign cloud’ to launch in Germany by 2025, plans €7.8B investment over 15 years

Go Digit, an Indian insurance startup, has raised $141 million from investors including Goldman Sachs, ADIA, and Morgan Stanley as part of its IPO.

Indian insurance startup Go Digit raises $141M from anchor investors ahead of IPO

Peakbridge intends to invest in between 16 and 20 companies, investing around $10 million in each company. It has made eight investments so far.

Food VC Peakbridge has new $187M fund to transform future of food, like lab-made cocoa

For over six decades, the nonprofit has been active in the financial services sector.

Accion’s new $152.5M fund will back financial institutions serving small businesses globally

Meta’s newest social network, Threads is starting its own fact-checking program after piggybacking on Instagram and Facebook’s network for a few months. Instagram head Adam Mosseri noted that the company…

Threads finally starts its own fact-checking program

Looking Glass makes trippy-looking mixed-reality screens that make things look 3D without the need of special glasses. Today, it launches a pair of new displays, including a 16-inch mode that…

Looking Glass launches new 3D displays

Replacing Sutskever is Jakub Pachocki, OpenAI’s director of research.

Ilya Sutskever, OpenAI co-founder and longtime chief scientist, departs

Intuitive Machines made history when it became the first private company to land a spacecraft on the moon, so it makes sense to adapt that tech for Mars.

Intuitive Machines wants to help NASA return samples from Mars

As Google revamps itself for the AI era, offering AI overviews within its search results, the company is introducing a new way to filter for just text-based links. With the…

Google adds ‘Web’ search filter for showing old-school text links as AI rolls out

Blue Origin’s New Shepard rocket will take a crew to suborbital space for the first time in nearly two years later this month, the company announced on Tuesday.  The NS-25…

Blue Origin to resume crewed New Shepard launches on May 19

This will enable developers to use the on-device model to power their own AI features.

Google is building its Gemini Nano AI model into Chrome on the desktop

It ran 110 minutes, but Google managed to reference AI a whopping 121 times during Google I/O 2024 (by its own count). CEO Sundar Pichai referenced the figure to wrap…

Google mentioned ‘AI’ 120+ times during its I/O keynote

Firebase Genkit is an open source framework that enables developers to quickly build AI into new and existing applications.

Google launches Firebase Genkit, a new open source framework for building AI-powered apps

In the coming months, Google says it will open up the Gemini Nano model to more developers.

Patreon and Grammarly are already experimenting with Gemini Nano, says Google

As part of the update, Reddit also launched a dedicated AMA tab within the web post composer.

Reddit introduces new tools for ‘Ask Me Anything,’ its Q&A feature

Here are quick hits of the biggest news from the keynote as they are announced.

Google I/O 2024: Here’s everything Google just announced

LearnLM is already powering features across Google products, including in YouTube, Google’s Gemini apps, Google Search and Google Classroom.

LearnLM is Google’s new family of AI models for education

The official launch comes almost a year after YouTube began experimenting with AI-generated quizzes on its mobile app. 

Google is bringing AI-generated quizzes to academic videos on YouTube

Around 550 employees across autonomous vehicle company Motional have been laid off, according to information taken from WARN notice filings and sources at the company.  Earlier this week, TechCrunch reported…

Motional cut about 550 employees, around 40%, in recent restructuring, sources say

The keynote kicks off at 10 a.m. PT on Tuesday and will offer glimpses into the latest versions of Android, Wear OS and Android TV.

Google I/O 2024: Watch all of the AI, Android reveals

Google Play has a new discovery feature for apps, new ways to acquire users, updates to Play Points, and other enhancements to developer-facing tools.

Google Play preps a new full-screen app discovery feature and adds more developer tools

Soon, Android users will be able to drag and drop AI-generated images directly into their Gmail, Google Messages and other apps.

Gemini on Android becomes more capable and works with Gmail, Messages, YouTube and more

Veo can capture different visual and cinematic styles, including shots of landscapes and timelapses, and make edits and adjustments to already-generated footage.

Google Veo, a serious swing at AI-generated video, debuts at Google I/O 2024

In addition to the body of the emails themselves, the feature will also be able to analyze attachments, like PDFs.

Gemini comes to Gmail to summarize, draft emails, and more

The summaries are created based on Gemini’s analysis of insights from Google Maps’ community of more than 300 million contributors.

Google is bringing Gemini capabilities to Google Maps Platform

Google says that over 100,000 developers already tried the service.

Project IDX, Google’s next-gen IDE, is now in open beta

The system effectively listens for “conversation patterns commonly associated with scams” in-real time. 

Google will use Gemini to detect scams during calls

The standard Gemma models were only available in 2 billion and 7 billion parameter versions, making this quite a step up.

Google announces Gemma 2, a 27B-parameter version of its open model, launching in June

This is a great example of a company using generative AI to open its software to more users.

Google TalkBack will use Gemini to describe images for blind people

Google’s Circle to Search feature will now be able to solve more complex problems across psychics and math word problems. 

Circle to Search is now a better homework helper