Home Blog Page 8

BurgerBot in Los Gatos, California, automates the fast-food line


It is taking place: The robots are taking our jobs. No sick days, lavatory breaks, and no extra curly hairs in your buns. Simply chilly, arduous effectivity. Extra particularly, BurgerBot is a brand new fast-food joint the place robots are doing all of the work that people aren’t fascinated with, like burger meeting traces.

In Los Gatos, California, one of many San Francisco Bay Space’s extra prosperous areas, a shiny new fancy fast-food idea has simply popped up within one in every of its fashionable upscale brunch spots. ABB Robotics and BurgerBots have teamed up and unleashed a pair of IRB 360 FlexPickers and YuMi cobots (collaborative robots) to slap out some tasty burgers for the plenty – in 27 seconds, flat.

These machines do not simply stack US$18 all-beef patties, particular sauce, lettuce, cheese, pickles, onions on a sesame seed bun with surgical precision onto a QR-coded tray – they’re claimed to make completely constant burgers each single time with zero perspective. A far cry from little Billy, who’s by no means had a job earlier than and is on day one in every of coaching and experiencing rush hour for the primary time.

However earlier than we pull out the protest indicators and begin a picket line, here is some meals for thought: A full employees of people is employed on the restaurant. The bots (for now) solely deal with the burger manufacturing operation – from grinding the meat and griddling it as much as tossing it onto a conveyor belt meeting line. They then assemble the substances and kick out a whole, ready-to-eat burger again to a human server to be dished out to a ready visitor.

The robots do the repetitive stuff whereas supposedly leaving individuals extra time for hospitality and different people-y issues.

BurgerBots final assembly: an $18 burger, still in its QR-coded tray
BurgerBots remaining meeting: an $18 burger, nonetheless in its QR-coded tray

ABB

“The meals service business is dynamic and demanding, and our know-how brings industrial-grade consistency, effectivity and reliability to this area,” stated Marc Segura, President of ABB Robotics Division. “By taking up repetitive and time-consuming duties, robots permit employees to give attention to what issues most – creating memorable eating experiences.”

ABB surveyed 1,250 hospitality staff and located that 67% truly need robots to take over boring, gross, and harmful duties, and 63% had been excited by the prospect of a robotic making their job simpler. Ultimately, automation is not essentially about changing people, it is about upgrading all the system.

When the washer changed the washboard, individuals all over the place rejoiced.

BurgerBots is not only a Silicon Valley tech gimmick. It is designed for scalability, hygiene, and effectivity. ABB’s compact robotic cell combines the FlexPicker 360 – which grabs and stacks veggies and the like – and the YuMi robotic for remaining meeting as a field rolls down a conveyor. The system makes use of real-time stock monitoring from lettuce to condiments and all the things in between.

Robotic burger-making in 27 seconds!

BurgerBots has solely been open for roughly 24 hours on the time of writing, so time will inform the way it performs … although this is not ABB’s first foray into robotic meals prep. In 2021, ABB’s IRB 4600 ‘bot helped energy Roboeatz’s ARK (Autonomous Robotic Kitchen) in Latvia – claimed to be the world’s most superior autonomous kitchen that may whip up over 1,000 recipes from 80 recent substances.

In line with 2025 information from the World Financial Discussion board, automation and AI might result in the lack of roughly 92 million human jobs (about 8% of all jobs) by 2030. In direction of the highest of the potential record are positions like cashiers and fast-food staff. The primary duties to seemingly substitute human staff might be harmful, repetitive, or tedious jobs – and roles that do not significantly require excessive social or emotional intelligence.

That being stated, on the BurgerBot web site, the corporate is accepting resumes from certified people. Simply not for the burger-making place.

Supply: ABB Robotics



goal c – Easy methods to save ics file to iOS calendar app utilizing UIActivityViewController?


Utilizing UIActivityViewController, I’m able to share eg Save a contact to Apple’s Contacts app. Nevertheless, when I attempt to one thing analagous for a Process within the type of an ics file, UIActityController will not be displaying an choice to avoid wasting to Calendar.

When the consumer faucets share, my app packages the duty as an .ics file and opens the UIActivityController which reveals the .ics file because the merchandise to share full with a calendar icon.

Nevertheless, the choice to avoid wasting to Calendar will not be proven, solely an choice to Copy or Save to Information. The Calendar app is put in on the simulator.

I do know getting the UIActivityViewController to acknowledge apps for sharing may be tough, however is there any technique to drive it to indicate the choice of save to Calendar within the case of an .ics file? (Code beneath is Goal-C however any Swift resolution can be nice too.)

Right here is the code to launch the activityViewController:

NSURL*icsurl = [self getICSURLFromItem:_item];
    
NSArray *activityItems;

if (picture == nil) {
    activityItems = @[text,icsurl];
}
else {
    activityItems =@[image,text,icsurl];
}
UIActivityViewController *activityViewController = [[UIActivityViewController alloc] initWithActivityItems: activityItems applicationActivities:nil];

[self presentViewController:activityViewController animated:YES completion:nil];


//And code to create ics file verified working

-(NSURL*) getICSURLFromItem:(Objects *)merchandise {
    //construct ICS
    NSMutableArray *mutableArray = [[NSMutableArray alloc] init];
    //required
    [mutableArray addObject:@"BEGIN:VCALENDAR"];
    [mutableArray addObject:@"VERSION:2.0"];
    [mutableArray addObject:@"PRODID:-//Acme Inc//Acme//EN"];
    [mutableArray addObject:@"METHOD:PUBLISH"];
    [mutableArray addObject:@"BEGIN:VEVENT"];
    [mutableArray addObject:item.summary];
    [mutableArray addObject:item.description];
    [mutableArray addObject:item.timezone];
    [mutableArray addObject:item.start];
    [mutableArray addObject:item.end];
    [mutableArray addObject:item.stamp];
    [mutableArray addObject:item.last];
    [mutableArray addObject:statusconfirmed];
    [mutableArray addObject:sequence];
  
    NSString * storedusername = [[NSUserDefaults standardUserDefaults] objectForKey:@"userName"];
    NSString * storedemail = [[NSUserDefaults standardUserDefaults] objectForKey:@"emailAddress"];
    NSString *organizer =[NSString stringWithFormat:@"ORGANIZER;CN="%@ at Acme":mailto:%@",storedusername,storedemail];
    [mutableArray addObject:organizer];
   
    [mutableArray addObject:@"END:VEVENT"];
    
    [mutableArray addObject:@"END:VCALENDAR"];
   
    NSString *ICSString = [mutableArray componentsJoinedByString:@"n"];
    NSString *ICSFilePath;
    NSString *humanFileName = merchandise.process;
    NSString *fullFileName = [humanFileName stringByAppendingString: @".ics"];
    ICSFilePath = [cachesPathString  stringByAppendingPathComponent:fullFileName];
    [ICSString writeToFile:ICSFilePath atomically:YES encoding:NSUnicodeStringEncoding error:nil];
           
    NSURL * ICSURL = [[NSURL alloc] initFileURLWithPath:ICSFilePath];
    return ICSURL;
}

On the simulator it does present an choice to repeat or save to information however that’s it. The simulator does have Calendar put in.

CNTXT AI Launches Munsit: The Most Correct Arabic Speech Recognition System Ever Constructed


In a defining second for Arabic-language synthetic intelligence, CNTXT AI has unveiled Munsit, a next-generation Arabic speech recognition mannequin that isn’t solely essentially the most correct ever created for Arabic, however one which decisively outperforms world giants like OpenAI, Meta, Microsoft, and ElevenLabs on normal benchmarks. Developed within the UAE and tailor-made for Arabic from the bottom up, Munsit represents a robust step ahead in what CNTXT calls “sovereign AI”—expertise constructed within the area, for the area, but with world competitiveness.

The scientific foundations of this achievement are specified by the group’s newly revealed paper, Advancing Arabic Speech Recognition Via Massive-Scale Weakly Supervised Studying, which introduces a scalable, data-efficient coaching technique that addresses the long-standing shortage of labeled Arabic speech information. That technique—weakly supervised studying—has enabled the group to assemble a system that units a brand new bar for transcription high quality throughout each Trendy Normal Arabic (MSA) and greater than 25 regional dialects.

Overcoming the Information Drought in Arabic ASR

Arabic, regardless of being one of the vital broadly spoken languages globally and an official language of the United Nations, has lengthy been thought-about a low-resource language within the area of speech recognition. This stems from each its morphological complexity and a scarcity of huge, various, labeled speech datasets. Not like English, which advantages from numerous hours of manually transcribed audio information, Arabic’s dialectal richness and fragmented digital presence have posed important challenges for constructing strong computerized speech recognition (ASR) techniques.

Fairly than ready for the sluggish and costly strategy of handbook transcription to catch up, CNTXT AI pursued a radically extra scalable path: weak supervision. Their method started with an enormous corpus of over 30,000 hours of unlabeled Arabic audio collected from various sources. Via a custom-built information processing pipeline, this uncooked audio was cleaned, segmented, and robotically labeled to yield a high-quality 15,000-hour coaching dataset—one of many largest and most consultant Arabic speech corpora ever assembled.

This course of didn’t depend on human annotation. As an alternative, CNTXT developed a multi-stage system for producing, evaluating, and filtering hypotheses from a number of ASR fashions. These transcriptions have been cross-compared utilizing Levenshtein distance to pick out essentially the most constant hypotheses, then handed by a language mannequin to guage their grammatical plausibility. Segments that failed to satisfy outlined high quality thresholds have been discarded, guaranteeing that even with out human verification, the coaching information remained dependable. The group refined this pipeline by a number of iterations, every time enhancing label accuracy by retraining the ASR system itself and feeding it again into the labeling course of.

Powering Munsit: The Conformer Structure

On the coronary heart of Munsit is the Conformer mannequin, a hybrid neural community structure that mixes the native sensitivity of convolutional layers with the worldwide sequence modeling capabilities of transformers. This design makes the Conformer significantly adept at dealing with the nuances of spoken language, the place each long-range dependencies (equivalent to sentence construction) and fine-grained phonetic particulars are essential.

CNTXT AI applied a big variant of the Conformer, coaching it from scratch utilizing 80-channel mel-spectrograms as enter. The mannequin consists of 18 layers and consists of roughly 121 million parameters. Coaching was performed on a high-performance cluster utilizing eight NVIDIA A100 GPUs with bfloat16 precision, permitting for environment friendly dealing with of large batch sizes and high-dimensional characteristic areas. To deal with tokenization of Arabic’s morphologically wealthy construction, the group used a SentencePiece tokenizer educated particularly on their {custom} corpus, leading to a vocabulary of 1,024 subword items.

Not like standard supervised ASR coaching, which usually requires every audio clip to be paired with a rigorously transcribed label, CNTXT’s technique operated completely on weak labels. These labels, though noisier than human-verified ones, have been optimized by a suggestions loop that prioritized consensus, grammatical coherence, and lexical plausibility. The mannequin was educated utilizing the Connectionist Temporal Classification (CTC) loss perform, which is well-suited for unaligned sequence modeling—important for speech recognition duties the place the timing of spoken phrases is variable and unpredictable.

Dominating the Benchmarks

The outcomes converse for themselves. Munsit was examined in opposition to main open-source and industrial ASR fashions on six benchmark Arabic datasets: SADA, Frequent Voice 18.0, MASC (clear and noisy), MGB-2, and Casablanca. These datasets collectively span dozens of dialects and accents throughout the Arab world, from Saudi Arabia to Morocco.

Throughout all benchmarks, Munsit-1 achieved a mean Phrase Error Fee (WER) of 26.68 and a Character Error Fee (CER) of 10.05. By comparability, the best-performing model of OpenAI’s Whisper recorded a mean WER of 36.86 and CER of 17.21. Meta’s SeamlessM4T, one other state-of-the-art multilingual mannequin, got here in even increased. Munsit outperformed each different system on each clear and noisy information, and demonstrated significantly sturdy robustness in noisy situations, a important issue for real-world purposes like name facilities and public providers.

The hole was equally stark in opposition to proprietary techniques. Munsit outperformed Microsoft Azure’s Arabic ASR fashions, ElevenLabs Scribe, and even OpenAI’s GPT-4o transcribe characteristic. These outcomes should not marginal features—they symbolize a mean relative enchancment of 23.19% in WER and 24.78% in CER in comparison with the strongest open baseline, establishing Munsit because the clear chief in Arabic speech recognition.

A Platform for the Way forward for Arabic Voice AI

Whereas Munsit-1 is already reworking the chances for transcription, subtitling, and buyer help in Arabic-speaking markets, CNTXT AI sees this launch as just the start. The corporate envisions a full suite of Arabic-language voice applied sciences, together with text-to-speech, voice assistants, and real-time translation techniques—all grounded in sovereign infrastructure and regionally related AI.

“Munsit is greater than only a breakthrough in speech recognition,” mentioned Mohammad Abu Sheikh, CEO of CNTXT AI. “It’s a declaration that Arabic belongs on the forefront of worldwide AI. We’ve confirmed that world-class AI doesn’t have to be imported — it may be constructed right here, in Arabic, for Arabic.”

With the rise of region-specific fashions like Munsit, the AI business is coming into a brand new period—one the place linguistic and cultural relevance should not sacrificed within the pursuit of technical excellence. In actual fact, with Munsit, CNTXT AI has proven they’re one and the identical.

Firebase gRPC-Core Compilation Error on Xcode 16.3 with Flutter iOS App


I’m engaged on a Flutter venture that makes use of Firebase for iOS. My present setup is as follows:

macOS Model: macOS Sequoia (15.x)
Xcode Model: Xcode 16.3
Flutter Model: 3.x
Firebase SDK Model: 10.25.0 (as resolved by firebase_core)
gRPC-Core Model: 1.62.5 (as resolved by CocoaPods)
When I attempt to construct my Flutter app for the iOS simulator, the construct fails with the next error:

Parse Problem (Xcode): A template argument record is predicted after a reputation prefixed by the template key phrase /Customers/nlay/Paperwork/ios/Pods/gRPC-Core/src/core/lib/promise/element/basic_seq.h:102:37

What I’ve Tried So Far:
Cleansing and Reinstalling Pods:

cd ios
rm -rf Pods Podfile.lock construct Runner.xcworkspace
pod set up --repo-update
cd ..
flutter clear
flutter run

This didn’t resolve the difficulty.

Modifying the Podfile:

I added the next configurations within the post_install block:

config.build_settings['CLANG_CXX_LANGUAGE_STANDARD'] = 'c++17'
config.build_settings['CLANG_CXX_LIBRARY'] = 'libc++'
config.build_settings['OTHER_CPLUSPLUSFLAGS'] = '-std=c++17'
config.build_settings['EXCLUDED_ARCHS[sdk=iphonesimulator*]'] = 'arm64'

Regardless of these adjustments, the error persists.
Downgrading Firebase SDK:
I tried to downgrade Firebase to older variations (e.g., firebase_core: 2.15.1), however the challenge stays.

Checking Xcode Compatibility:
I perceive that Firebase and gRPC-Core are recognized to have points with Xcode 15+ and 16+. Nonetheless, I can’t downgrade to Xcode 14.3 as a result of it’s not supported on macOS Sequoia (15.x).

My Present Constraints:
I’m unable to downgrade to Xcode 14.3 attributable to macOS Sequoia’s necessities.
I want to make use of Firebase in my venture, so eradicating it’s not an choice.
I’ve already tried all recognized workarounds, together with cleansing the CocoaPods cache, modifying the Podfile, and downgrading dependencies.

Questions:
Is there a selected mixture of Firebase and gRPC-Core variations that works with Xcode 16.3?
Are there any patches or workarounds for this gRPC-Core compilation challenge?
Ought to I think about using a CI/CD service or a special macOS model to construct my app? If that’s the case, what would you advocate?
Is there an ETA for Firebase/gRPC to launch a model suitable with Xcode 16+?
Any assist or steering can be tremendously appreciated. Thanks!

Gentle powered robotic climbs tracks like tiny cable automobile


Cable vehicles are definitely helpful for transporting cargo up steep mountain slopes, however what if you wish to do the identical form of factor on a a lot smaller scale? Properly, you can attempt utilizing a tiny new light-powered robotic, which is cable of carrying gadgets up skinny mid-air tracks.

Developed by Assoc. Prof. Jie Yin and colleagues at North Carolina State College, the “robotic” is definitely only a looped ribbon of light-sensitive liquid crystal elastomer. That ribbon has quite a few twists in it, making it look a bit like a spiraled rotini noodle that is been shaped into a hoop.

When the robotic is suspended on a horizontal or diagonal-sloping observe – comparable to a wire or thread – it is positioned in order that the observe runs by way of two or three consecutive twists within the ribbon. The remainder of the bot hangs beneath the observe. The cargo merchandise in flip hangs from the underside of the looped robotic.

Upon being uncovered to infrared mild emitted from an overhead supply, the part of elastomer that is situated closest to that supply (the highest part, by way of which the observe runs) responds by contracting. Because it contracts it additionally rolls, forming an auger-like screw-drive mechanism.

That mechanism not solely pulls the robotic alongside the observe, it additionally repeatedly strikes light-exposed elastomer away from the sunshine supply whereas concurrently drawing light-disadvantaged elastomer up into the sunshine. On this style, the bot can indefinitely make its manner alongside the observe so long as the sunshine supply persists.

An illustration of the robot (right) alongside its alpine inspiration
An illustration of the robotic (proper) alongside its alpine inspiration

 Fangji Qi, NC State College

In lab checks performed thus far, totally different variations of the robotic have been in a position to transfer alongside each straight and curved tracks ranging in thickness from the width of a human hair to the width of a consuming straw. The bots may additionally make their manner over observe obstacles comparable to knots, climb slopes as steep as 80 levels, and carry cargo over 12 occasions their very own weight.

“We’re now serious about particular purposes for this expertise, in addition to adapting the smooth robots to answer inputs apart from infrared mild,” says Yin. “For instance, growing a smooth ring robotic that operates in daylight or in response to different exterior power sources.”

A paper on the analysis was just lately revealed within the journal Superior Science. You’ll be able to see the robotic in motion, within the video beneath.

Aerial tram-like autonomous smooth ring robotic

Supply: North Carolina State College