Health wearable maker Whoop is launching a brand new panel targeted on ladies’s well being by way of its Whoop Labs blood testing service. The corporate can also be including a brand new function to its app that surfaces details about hormonal modifications throughout menstrual cycles. The startup stated the panel consists of 11 blood biomarkers that may give insights into facets equivalent to cycle regulation and hormonal transitions: Anti-Müllerian Hormone (AMH), Progesterone, Prolactin, and Thyroid Peroxidase Antibodies (TPOAb), Free T4, Free T3, Leptin, Vitamin B12 (Cobalamin), Folate, Magnesium, and Phosphate (as Phosphorus). The corporate claims measuring these biomarkers will…
Author: Naveed Ahmad
Apple is now manufacturing 25% of its iPhones in India — hitting a milestone JPMorgan predicted again in 2022 — as a part of its long-term plan to scale back its reliance on China, Bloomberg reported. Final yr, India accounted for 55 million iPhones of the roughly 220 million to 230 million produced worldwide, Bloomberg’s report said. Apple has additionally moved shortly to deepen that dedication: it started making the whole iPhone 17 lineup in India forward of final September’s launch, and Apple CEO Tim Cook dinner mentioned nearly all of U.S. demand is now fulfilled by India-made iPhones. That…
class AgentAnalyzer: @staticmethod def plot_response_distribution(outcome: Dict): fig, axes = plt.subplots(2, 2, figsize=(14, 10)) fig.suptitle(‘Agent Response Evaluation’, fontsize=16, fontweight=”daring”) responses = outcome[‘all_responses’] scores = outcome[‘critic_scores’] uncertainty = outcome[‘uncertainty’] selected_idx = outcome[‘selected_index’] ax = axes[0, 0] score_values = [s.overall_score for s in scores] bars = ax.bar(vary(len(scores)), score_values, alpha=0.7) bars[selected_idx].set_color(‘inexperienced’) bars[selected_idx].set_alpha(1.0) ax.axhline(np.imply(score_values), shade=”crimson”, linestyle=”–“, label=f’Imply: {np.imply(score_values):.3f}’) ax.set_xlabel(‘Response Index’) ax.set_ylabel(‘Critic Rating’) ax.set_title(‘Critic Scores for Every Response’) ax.legend() ax.grid(True, alpha=0.3) ax = axes[0, 1] confidences = [r.confidence for r in responses] bars = ax.bar(vary(len(responses)), confidences, alpha=0.7, shade=”orange”) bars[selected_idx].set_color(‘inexperienced’) bars[selected_idx].set_alpha(1.0) ax.axhline(np.imply(confidences), shade=”crimson”, linestyle=”–“, label=f’Imply: {np.imply(confidences):.3f}’) ax.set_xlabel(‘Response Index’) ax.set_ylabel(‘Confidence’) ax.set_title(‘Mannequin Confidence per Response’) ax.legend() ax.grid(True, alpha=0.3) ax…
Uzbekistan fintech Uzum has reached a $2.3 billion valuation — about 53% greater than simply seven months in the past — as buyers place rising bets on the nation’s rising digital economic system. The valuation stems from a $131.5 million funding led by sovereign wealth funds from Oman, with participation from current buyers together with Tencent, VR Capital, and FinSight Ventures. This spherical includes $81.5 million in fairness and $50 million in convertible financing tied to Uzum’s subsequent funding spherical, because the startup targets a possible $250 million to $300 million pre-IPO elevate within the second half of 2026 or…
The period of the ‘Copilot’ is formally getting an improve. Whereas the tech world has spent the final two years getting snug with AI that means code or drafts emails, ByteDance workforce is shifting the goalposts. They launched DeerFlow 2.0, a newly open-sourced ‘SuperAgent’ framework that doesn’t simply counsel work; it executes it. DeerFlow is designed to analysis, code, construct web sites, create slide decks, and generate video content material autonomously. The Sandbox: An AI with a Pc of Its Personal Probably the most important differentiator for DeerFlow is its strategy to execution. Most AI brokers function inside the constraints…
Superior Machine Intelligence (AMI), a brand new Paris-based startup cofounded by Meta’s former chief AI scientist Yann LeCun, introduced Monday it has raised greater than $1 billion to develop AI world fashions.LeCun argues that the majority human reasoning is grounded within the bodily world, not language, and that AI world fashions are essential to develop true human-level intelligence. “The concept you’re going to increase the capabilities of LLMs [large language models] to the purpose that they’re going to have human-level intelligence is full nonsense,” he mentioned in an interview with WIRED.The financing, which values the startup at $3.5 billion, was…
Electrical air taxi developer Archer Aviation responded to a lawsuit Monday with its personal counterclaims that rival Joby Aviation allegedly defrauded the U.S. authorities and its rivals by falsely presenting itself as an American-made firm. The counterclaim, filed in federal courtroom, alleges Joby relied on a Chinese language manufacturing subsidiary to supply essential elements from Chinese language suppliers with Chinese language authorities assist. Archer additional alleges that Joby tried to hide its “deep ties” to China by fraudulently misclassifying hundreds of kilos of Chinese language-origin plane supplies as client items — labeling them as hair clips, socks, and photograph albums…
Greater than 30 workers from OpenAI and Google, together with Google DeepMind chief scientist Jeff Dean, filed an amicus brief on Monday in assist of Anthropic in its authorized struggle towards the US authorities.“If allowed to proceed, this effort to punish one of many main US AI corporations will undoubtedly have penalties for the USA’ industrial and scientific competitiveness within the area of synthetic intelligence and past,” the workers wrote.The temporary was filed simply hours after Anthropic sued the Division of Protection and different federal businesses over the Pentagon’s resolution to designate the corporate a “supply-chain danger.” The sanction, which…
A mass hacking marketing campaign concentrating on iPhone customers in Ukraine and China used instruments that had been possible designed by U.S. navy contractor L3Harris, TechCrunch has realized. The instruments, which had been supposed for Western spies, wound up within the fingers of assorted hacking teams, together with Russian authorities spooks and Chinese language cybercriminals. Final week, Google revealed that over the course of 2025 it found {that a} subtle iPhone-hacking toolkit had been utilized in a sequence of world assaults. The toolkit, dubbed “Coruna” by its unique developer, was made from 23 completely different elements first used “in extremely…
Within the frantic arms race of ‘AI for code,’ we’ve moved previous the period of the glorified autocomplete. Right now, Anthropic is double-downing on a extra formidable imaginative and prescient: the AI agent that doesn’t simply write your boilerplate, however really understands why your Kubernetes cluster is screaming at 3:00 AM. With the latest launch of Claude Code and its high-octane Code Overview capabilities, Anthropic is signaling a shift from ‘chatbot’ to ‘collaborator.’ For devs drowning in legacy technical debt, the message is obvious: the bar for ‘adequate’ code simply obtained lots increased. The Agentic Leap: Past Static Evaluation The…