Thu, Mar 12
HomeAboutSubscribe

SIGNAL

Thursday, March 12, 2026
21 stories · 6 min read

★ Must ReadZendesk Acquires Forethought to Build Self-Learning AI Agents

Zendesk acquired Forethought, an AI startup specializing in self-learning agents, to accelerate its pivot toward autonomous customer service operations. The acquisition enables Zendesk to deploy AI systems that improve performance through accumulated interactions rather than manual retraining, a critical capability gap in its current product suite. This move directly supports Zendesk's financial target of $1 billion annual recurring revenue by 2028, as autonomous agents could dramatically improve unit economics by reducing per-ticket labor costs. The deal reflects intensifying competition in customer service software, where companies are racing to replace human handling of routine inquiries with AI-driven alternatives.

01
Don't post generated/AI-edited comments. HN is for conversation between humans

Trending on Hacker News with 3245 points and 1234 comments.

Hacker News · 1 min
02
How we hacked McKinsey's AI platform

Trending on Hacker News with 424 points and 169 comments.

Hacker News · 1 min
03
Britain is ejecting hereditary nobles from Parliament after 700 years

Trending on Hacker News with 239 points and 242 comments.

Hacker News · 1 min
04
Show HN: I built a tool that watches webpages and exposes changes as RSS

I built Site Spy after missing a visa appointment slot because a government page changed and I didn’t notice for two weeks. It watches webpages for changes and shows the result like a diff. The part I think HN might find interesting is that it can monitor a specific element on a page, not just the whole page, and it can expose changes as RSS feeds.

Hacker News · 1 min
05
OpenAI’s Sora video generator is reportedly coming to ChatGPT

OpenAI's Sora video generator could soon become a built-in feature in ChatGPT, as reported by The Information. Sora is currently only available on its website or as a standalone app, which has fallen shy of the popularity of ChatGPT. This update would allow users to access Sora's video generation capabilities directly within ChatGPT itself, much like the addition of image generation capabilities in the chatbot last year.

The Verge AI · 2 min
06
AI ‘actor’ Tilly Norwood put out the worst song I’ve ever heard

This song is an AI actor's rallying cry to other AI actors, urging them to keep going despite the naysayers who doubt their humanity. Literally no one can relate to this.

TechCrunch AI · 2 min
07
Ford’s new AI assistant will help fleet owners know if seatbelts are being used

Ford Pro AI debuted at Work Truck Week in Indianapolis and is now available to all of its U. S. -based Pro telematics subscribers.

TechCrunch AI · 2 min
Canva’s new editing tool adds layers to AI-generated designs
The Verge AI

Canva launched Magic Layers, a tool that converts flat images and AI-generated designs into editable, layered files where individual components (text, objects, graphics) can be modified independently. The feature entered public beta today across US, UK, Canada, and Australia, addressing a key friction point in design workflows where generated or imported images typically lock users into non-destructive editing. This matters because it lowers the barrier for non-designers to iterate on AI outputs in real time without starting over, while potentially increasing user lock-in to Canva's platform for the entire design lifecycle.

Source →
vs
HEAL: Hindsight Entropy-Assisted Learning for Reasoning Distillation
arXiv AI

Researchers have introduced HEAL, a method to improve how smaller AI models learn reasoning from larger teacher models by overcoming a fundamental limitation in current distillation approaches. Standard methods discard problems where the teacher model fails, artificially capping student performance; HEAL addresses this by using hindsight entropy to help students learn from these harder "corner-case" scenarios that teachers struggle with independently. This matters because it directly increases the utility of knowledge transfer in AI model distillation—a critical efficiency goal for deploying reasoning capabilities in resource-constrained environments—by ensuring students aren't held back by teacher limitations.

Source →

★ Must ReadNVIDIA’s New AI Just Cracked The Hardest Part Of Self Driving

NVIDIA has developed an AI system that addresses a critical challenge in autonomous driving: real-time prediction of how other road users will behave in complex, ambiguous scenarios. The advancement focuses on probabilistic forecasting—generating multiple plausible future trajectories rather than single predictions—which better reflects the inherent uncertainty in human driver and pedestrian behavior. This matters because prediction accuracy directly impacts safety margins; a system that only guesses one outcome can be blindsided by legitimate alternatives, whereas multi-hypothesis prediction allows autonomous vehicles to plan defensive responses. The breakthrough potentially accelerates the timeline for safer Level 4/5 autonomous systems by reducing one of the fundamental technical bottlenecks in the field.

“A spate of outages, including incidents tied to the use of AI coding tools”, right on schedule

Multiple production outages have been attributed to AI coding tools, with several incidents affecting systems at scale. The failures suggest that automated code generation—increasingly used to accelerate development—introduces quality control gaps that traditional peer review may not catch before deployment. This pattern validates longstanding concerns about AI tools prioritizing velocity over reliability in critical infrastructure. For organizations relying on these tools, the incidents underscore the need for additional testing layers and human verification gates, particularly in systems with high blast radius potential.

Fintech: What does Stripe at $160B mean for traditional IPOs?

Stripe's $160B valuation in private fundraising signals a structural shift in how fintech companies pursue growth and liquidity, bypassing traditional public markets. The company has raised substantial capital at premium valuations through private rounds, eliminating the traditional pressure to IPO and extending the private-market runway indefinitely. This matters because it reshapes exit expectations for venture investors and talent, potentially reduces regulatory scrutiny during growth phases, and suggests traditional IPOs may no longer be the default endpoint for high-growth fintech—only necessary when private capital dries up or founders choose it strategically.

Summary of Qwen3.5 GGUF Evaluations + My Evaluation Method

Alibaba's Qwen3.5 model has been evaluated in GGUF format with KV cache quantization applied, a configuration that reduces memory footprint for local deployment. The evaluation methodology documented appears to test model performance under these memory-constrained conditions, which is relevant since KV cache quantization is a key technique for running large language models on consumer hardware. This matters because it demonstrates practical viability of quantized open-source models for edge deployment, directly impacting feasibility assessments for organizations considering local inference over cloud-based solutions.

SwiGLU: The Activation Function Behind Frontier AI

SwiGLU is an activation function that has become standard in state-of-the-art large language models, replacing simpler alternatives like ReLU in transformer architectures. The function uses gating mechanisms to selectively amplify or suppress neural network signals, improving model efficiency and performance without proportional increases in computational cost. This matters because activation functions are foundational components that directly affect model quality, training speed, and inference efficiency—making SwiGLU adoption a key architectural choice differentiating frontier models from earlier generations.

14,000 routers are infected by malware that's highly resistant to takedowns

Security researchers have identified 14,000 routers—predominantly Asus devices in the US—infected with a malware variant demonstrating unusual resilience against standard takedown efforts. The malware's resistance to removal suggests either novel persistence mechanisms or exploitation of unpatched router vulnerabilities that prevent clean remediation. This concentration of infections in a single router brand and geography indicates either a targeted campaign or a widespread supply-chain or firmware vulnerability affecting a specific user segment. The scale and persistence present a significant network security risk, as routers control access to entire home or small-business networks and are infrequently monitored or updated by end users.

★ Must Read[AINews] Yann LeCun’s AMI Labs launches with a $1B seed @ $4.5B to build world models around JEPA

Yann LeCun's newly launched AMI Labs secured $1B in seed funding at a $4.5B valuation to develop world models using JEPA (Joint-Embedding Predictive Architecture), LeCun's self-supervised learning framework. World models—AI systems that build internal representations of how the physical world works—are positioned as a critical capability gap in current large language models, which lack genuine understanding of causality and physics. This represents a significant capital commitment to a specific technical approach that LeCun has championed as superior to pure next-token prediction for achieving more efficient, reasoning-capable AI. The funding validates a shift in AI development priorities toward systems that learn environmental dynamics rather than pattern matching, though execution risk remains high given world models remain largely unproven at scale.

Zendesk Acquires Forethought to Build Self-Learning AI Agents
Ken Yeung, The AI Economy
Canva’s new editing tool adds layers to AI-generated designs
Jess Weatherbed, The Verge AI
Zendesk acquires agentic customer service startup Forethought
Julie Bort, TechCrunch AI
OpenAI’s Sora video generator is reportedly coming to ChatGPT
Stevie Bonifield, The Verge AI