Connect with us

Technology

Google Assistant now receives ‘Broadcast’ feature for show messages on phones

Published

on

The Google Assistant’s “Broadcast” feature has long existed as a way to blast a message to every Google smart speaker in the house. Rather than hunting down each individual family member at dinner time, set those smart speakers to work by saying, “Hey Google, broadcast ‘It’s dinner time!'”

In another blog post, Google called Broadcast “one of our most popular Assistant features” and reported that the feature is extending to show messages on phones, as well, in any event, when they’re outside the home Wi-Fi network. That implies Broadcast is fundamentally transforming into new Google messaging service.

Broadcast can now send and receive messages on the Google Home and Nest savvy speakers, the Google Home Hub and Nest Hub smart displays, any Android telephone, and iPhones running the Google Assistant application.

Telephones will get a notification when new messages show up, and group chat members include both individual people (probably with individual gadgets like a telephone) and more public home devices. Actually like some other messaging service, opening the notification will show a scrolling list of broadcast messages. The one big limitation is that the messaging just occurs inside a Google Family Group. In the event that you need to include an untouchable, you’ll need to clumsily switch group messaging services.

Broadcast informing utilizes sound of course, so speakers and keen showcases will play the voice recording of your message. Telephones and shrewd presentations will show a record of your message and a play button, so you can tune in or read on the off chance that you need, and it would appear that telephones have the choice of composing a reaction, as well. Apparently, this would playback on speakers utilizing text-to-discourse.

One of numerous bespoke Google messaging services

Google has always been unable to toss its full weight behind a single messaging service, and the consistent dispatching and closing down of contending informing administrations has left the organization without a cutthroat informing stage to back. A few Google applications like the Google Assistant have expected to incorporate some more modest informing usefulness throughout the long term, however without a reasonable Google administration to plug into, they wind up turning up their own bespoke informing administrations.

Other than this Google Assistant messaging service, YouTube Messaging existed from 2017 to 2019, Google Maps Messages (to message organizations) launched in 2018, Google Photos Messaging dispatched in 2019, Stadia Messaging was added in 2020, and Google Pay Messaging emerged from beta with the application patch up in March 2021. What’s more, who could neglect Google Docs Chat, which has existed apparently always, however gracelessly just on desktop customers.

They can likewise give half-credit to Google News, which allows you to communicate something specific with a common news story and will spring up a notice through the Google News application, albeit the element doesn’t uphold answers. It would be pleasant if any of these services conversed with one another through a solitary Google Messaging service, yet all things being equal, you’ll oversee singular contact lists and message histories.

This is one of a few new Google Assistant features that should show up “just in time” for Mother’s Day (this Sunday—all of you recalled, right?) so it ought to be rolling out soon.

Technology

OpenAI Releases new Features to Encourage Businesses to Develop Artificial Intelligence (AI) Solutions

Published

on

A significant portion of OpenAI’s business is focused on assisting enterprise customers in developing AI products, despite the company’s consumer-facing products, such as ChatGPT and DALL-E, receiving the majority of attention. They are now receiving new tools for those customers.

Corporate clients that power their AI tools with OpenAI’s application programming interface (API) will receive improved security features, the company announced in a blog post, including the option to use single sign-on and multi-factor authentication by default. In order to lessen the chance of any data leaks onto the public internet, OpenAI has also implemented 256-bit AES encryption during data transfers.

Additionally, OpenAI has introduced a new Projects feature that makes it easier for businesses to manage who has access to various AI tools. Companies should find it easier to stick to their budgets with the new cost-saving features, according to OpenAI. One such feature is the ability to use a Batch API to reduce spending by up to 50%.

Although the OpenAI announcement this week isn’t as exciting as a new GPT-4 version or text-to-video generation capabilities, it’s still significant. With OpenAI’s toolset, businesses all over the world are developing a wide range of AI tools for both internal and external use. If certain essential security and cost-savings improvements aren’t made, those businesses might look elsewhere or, worse yet, decide against pursuing AI projects altogether.

Security improvements may be especially important to companies and employees, as well as the eventual customers using their AI tools. If AI can deliver stronger security features, both company and user data is safer.

OpenAI stated that its new features not only address security and cost-savings, but also some of the requests made by its customers. Ingesting 10,000 files into AI tools is now possible for businesses, compared to just 20 files earlier. Additionally, according to the company, OpenAI’s platform should be less expensive to run and easier to use thanks to new file management features and the ability to control usage on the go.

Now accessible are all of OpenAI’s new API features. The company intends to continue enhancing its platform with cost-saving and security features in the future.

Continue Reading

Technology

Apple Launches Eight Small AI Language Models for On-Device Use

Published

on

Within the field of artificial intelligence, “small language models” have gained significant traction lately due to their ability to operate locally on a device rather than requiring cloud-based data center-grade computers. On Wednesday, Apple unveiled OpenELM, a collection of minuscule AI language models that are available as open source and small enough to run on a smartphone. For now, they’re primarily proof-of-concept research models, but they might serve as the foundation for Apple’s on-device AI products in the future.

Apple’s new AI models, collectively named OpenELM for “Open-source Efficient Language Models,” are currently available on the Hugging Face under an Apple Sample Code License. Since there are some restrictions in the license, it may not fit the commonly accepted definition of “open source,” but the source code for OpenELM is available.

A similar goal is pursued by Microsoft’s Phi-3 models, which we discussed on Tuesday. These models are small, locally executable AI models that can comprehend and process language to a reasonable degree. Although Apple’s OpenELM models range in size from 270 million to 3 billion parameters across eight different models, Phi-3-mini has 3.8 billion parameters.

By contrast, OpenAI’s GPT-3 from 2020 shipped with 175 billion parameters, and Meta’s largest model to date, the Llama 3 family, has 70 billion parameters (a 400 billion version is on the way). Although parameter count is a useful indicator of the complexity and capability of AI models, recent work has concentrated on making smaller AI language models just as capable as larger ones were a few years ago.

Eight OpenELM models are available in two flavors: four that are “pretrained,” or essentially a next-token version of the model in its raw form, and four that are “instructional-tuned,” or optimized for instruction following, which is more suitable for creating chatbots and AI assistants:

The maximum context window in OpenELM is 2048 tokens. The models were trained using datasets that are publicly available, including RefinedWeb, a subset of RedPajama, a version of PILE that has had duplications removed, and a subset of Dolma v1.6, which contains, according to Apple, roughly 1.8 trillion tokens of data. AI language models process data using tokens, which are broken representations of the data.

According to Apple, part of its OpenELM approach is a “layer-wise scaling strategy” that distributes parameters among layers more effectively, supposedly saving computational resources and enhancing the model’s performance even with fewer tokens used for training. This approach has allowed OpenELM to achieve 2.36 percent accuracy gain over Allen AI’s OLMo 1B (another small language model) with half as many pre-training tokens needed, according to Apple’s published white paper.

In addition, Apple made the code for CoreNet, the library it used to train OpenELM, publicly available. Notably, this code includes reproducible training recipes that make it possible to duplicate the weights, or neural network files—something that has not been seen in a major tech company before. Transparency, according to Apple, is a major objective for the organization: “The reproducibility and transparency of large language models are crucial for advancing open research, ensuring the trustworthiness of results, and enabling investigations into data and model biases, as well as potential risks.”

By releasing the source code, model weights, and training materials, Apple says it aims to “empower and enrich the open research community.” However, it also cautions that since the models were trained on publicly sourced datasets, “there exists the possibility of these models producing outputs that are biased, or objectionable in response to user prompts.”

Though the company may hire Google or OpenAI to handle more complex, off-device AI processing to give Siri a much-needed boost, Apple has not yet integrated this new wave of AI language model capabilities into its consumer devices. It is anticipated that the upcoming iOS 18 update—which is expected to be revealed in June at WWDC—will include new AI features that use on-device processing to ensure user privacy.

Continue Reading

Technology

Dingtalk, an Alibaba Company, Updates its AI Assistant and Launches a Marketplace

Published

on

The company announced this week that users of Dingtalk, the workplace communication platform from Alibaba Group, can now turn to AI agents from outside providers for assistance with a variety of tasks.

Over 200 AI-powered agents with a focus on enterprise-facing features, industry-specific services, and productivity tools are available in DingTalk’s newly launched marketplace.

The platform also improved DingTalk AI Assistant, its in-house created AI agent, so it can now take in data from more sources, such as photos and videos.

“We think AI agents have the potential to be the mainstay of applications in the future. Ye Jun, President of DingTalk, stated, “Our goal is for DingTalk’s AI Agent Store to become a preeminent center for the development and interchange of AI agents.”

AI agents, a type of software, are being used by businesses all over the world to increase productivity.

In a survey conducted by Accenture last year, the overwhelming majority of C-suite executives (96%) said they thought AI agent ecosystems would offer their companies a big opportunity over the next three years.

DingTalk is keeping up, with over 700 million users as of last year.

In April 2023, the platform made its first use of generative AI technology when it collaborated with Alibaba Cloud’s large language model Qwen to introduce DingTalk AI Assistant.

In less than a year, Dingtalk’s AI capabilities have been used by over 2.2 million corporations, including about 1.7 million monthly active enterprises.

Artificial Intelligence

With the ability to create and share AI agents on the platform, the most recent development of DingTalk positions it as a formidable ally for Software-as-a-Service (SaaS) companies as well as individual developers.

Similar to conventional chatbots, these computer programs react to natural language commands, but they offer far more features. They are capable of carrying out both inside and outside of the DingTalk platform, from planning trips to producing insights from business analyses.

Ye stated, “We anticipate the rise of a thriving commercial marketplace and a flourishing ecosystem centered around AI agents.”

The more than 200 agents on DingTalk’s marketplace have cross-application integration and industry-specific knowledge.

AI agents created by third parties are required to apply for approval before they can be listed on DingTalk in order to guarantee a high standard of service.

Advantage of Multimodality

DingTalk has improved its AI Assistant even more by making it multimodal, or able to process data in multiple formats.

Up to 500 pages of text can be processed at once by Dingtalk AI Assistant, and users can request summaries to expedite work and learning.

Dingtalk AI agent is also capable of understanding images and extracting data from photos, pictures, videos, and other media thanks to Qwen-VL, Alibaba Cloud’s large vision language model.

DingTalk AI Assistant’s comprehension of visual cues enables it to produce subtitles, interpret images, transcribe videos, and even look up more information in response to a graphic prompt.

For example, someone who happened to take a photo of one of the temples dotted around the shore of Hangzhou’s West Lake could upload it. A quick synopsis of the site’s past would be provided to the user.

Continue Reading

Trending

error: Content is protected !!