Final week, Netflix introduced the acquisition of InterPositive, an AI firm co-founded by Ben Affleck that helps filmmakers edit footage in post-production. This deal might be price as much as $600 million, according to Bloomberg, probably rating it among the many streaming big’s largest acquisitions ever. Essentially the most Netflix has ever paid for a single acquisition was roughly $700 million for the Roald Dahl Story Firm. Whereas Netflix has not publicly confirmed the main points, sources inform Bloomberg that the precise money cost could also be decrease, with the house owners of InterPositive eligible for added payouts tied to…
Author: Naveed Ahmad
India’s neobank Fi is discontinuing banking companies on its platform greater than 4 years after launching them in partnership with Federal Financial institution, directing prospects to entry their financial savings accounts via the financial institution’s cell app because it winds down the Fi interface. Based in 2019 by former Google Pay India executives Sujith Narayanan and Sumit Gwalani, Fi launched its app-based banking service in partnership with Federal Financial institution in 2021 to supply digital financial savings accounts and cash administration instruments aimed toward youthful customers. The Bengaluru-based startup says it has served greater than 3.5 million prospects and accomplished…
Zendesk is buying Forethought, an organization that builds software program to automate customer support interactions, the companies announced on Wednesday. The deal is predicted to shut by the top of March. Whereas AI brokers, significantly for customer support, could also be all the craze now, Forethought was years forward of its time. In reality, it was the 2018 winner of TechCrunch Battlefield, our iconic startup pitch competitors. For context, ChatGPT didn’t launch till late 2022. Following its Battlefield win, Forethought landed marquee prospects like Upwork, Grammarly, Airtable, and Datadog, it mentioned, and by 2025 was supporting greater than a billion…
International ride-hailing firm inDrive, identified for its bid-based pricing mannequin, has acquired Pakistan-based quick-commerce startup Krave Mart, TechCrunch has discovered, because it pushes additional into grocery supply and commerce companies in South Asia. The all-stock deal, agreed final yr, has obtained approval from the Competitors Fee of Pakistan, permitting the businesses to proceed with the transaction, two sources acquainted with the matter instructed TechCrunch. inDrive confirmed the acquisition however declined to reveal its monetary phrases. Based in 2021, Krave Mart is a grocery supply startup working in Karachi, Rawalpindi, and Lahore. The startup delivers groceries in about half-hour by a…
Ford rolled out an AI assistant this week that may monitor and analyze thousands and thousands of knowledge factors to assist its Ford Professional industrial prospects enhance their backside line. The guess, and one that the majority different automakers are making, is that there’s cash to be made in software program. Ford Pro AI debuted at Work Truck Week in Indianapolis and is now out there to all of its U.S.-based Professional telematics subscribers. The AI assistant is included within the subscription. Ford doesn’t disclose what number of U.S. subscribers it has; it has greater than 840,000 world subscribers. Ford…
Elon Musk’s Neuralink and OpenAI-backed Merge Labs are pushing ahead with mind–pc interface (BCI) know-how within the U.S. In the meantime, Chinese language serial entrepreneur Phoenix Peng is constructing rival efforts by means of two startups: NeuroXess, which develops implantable BCI methods, and a second firm, Gestala, growing non-invasive ultrasound-based BCIs. Gestala has raised $21.6 million (CN¥150 million) simply two months after launching, at a valuation of $100 million to $200 million, founder and CEO Phoenix Peng instructed TechCrunch. The spherical, co-led by Guosheng Capital and Dalton Enterprise with participation from Tsing Track Capital, Gobi Ventures, Fourier Intelligence, Liepin and…
Google on Wednesday announced a slew of latest gaming-focused updates to Google Play at GDC 2026. The tech large revealed that Google Play is increasing its catalog to incorporate anticipated paid and PC indie video games, launching recreation trials, introducing “purchase as soon as, play wherever” pricing, rolling out a wishlist device, and including neighborhood posts. The updates point out that Google is concentrated on reworking Google Play into an enhanced gaming hub by permitting gamers to strive video games earlier than shopping for, play throughout cellular and PC, sync their progress, and join with the gaming neighborhood, multi functional…
When the manufacturing firm Particle6 debuted its AI-generated “actor” Tilly Norwood final fall, the transfer was not warmly welcomed by Hollywood. “Good Lord, we’re screwed,” Golden Globe winner Emily Blunt said in an interview with the trade publication Selection. “Come on, businesses, don’t do this. Please cease.” If solely Particle6 adopted Blunt’s recommendation. As an alternative, the corporate has put out a music video for its AI character, that includes a tune referred to as “Take the Lead.” This isn’t clickbait. Upon listening to it, I truly assume it’s the worst tune I’ve ever heard. I used to be ready…
@dataclass class AgentConfig: horizon: int = 6 replan_on_target_move: bool = True replan_on_obstacle_change: bool = True max_steps: int = 120 think_latency: float = 0.02 act_latency: float = 0.01 risk_gate: float = 0.85 alt_search_depth: int = 2 @dataclass class StreamingDecisionAgent: cfg: AgentConfig world: DynamicGridWorld start_time: float = subject(init=False, default_factory=time.time) step_id: int = subject(init=False, default=0) current_plan: Record[Coord] = subject(init=False, default_factory=checklist) current_actions: Record[str] = subject(init=False, default_factory=checklist) last_snapshot: Dict[str, Any] = subject(init=False, default_factory=dict) stats: Dict[str, Any] = subject(init=False, default_factory=lambda: defaultdict(int)) def _now(self) -> float: return time.time() – self.start_time def _emit(self, form: str, msg: str, information: Non-compulsory[Dict[str, Any]] = None) -> StreamEvent: return StreamEvent(t=self._now(), form=form, step=self.step_id,…
Katy Shi, a analysis lead on the Codex crew, says that whereas some of us describe its default character as “dry bread,” many have come to understand its much less sycophantic type. “A whole lot of engineering work is about with the ability to take vital suggestions with out deciphering it as imply,” Shi says.A number of main enterprises have signed on to make use of Codex too. “The truth that ChatGPT is synonymous with AI offers us an enormous benefit within the B2B market,” says Fidji Simo, OpenAI’s CEO of functions. “Corporations need to use applied sciences their employees…