We scan new podcasts and send you the top 5 insights daily.
While LLMs regress to the mean, neurosymbolic models are 1/1000th the training cost, update in real-time without retraining, and offer the explainability required for high-trust applications like e-commerce search where subjective "taste" matters.
For specialized, high-stakes tasks like real-time AI policy enforcement, a custom-trained Small Language Model (SLM) can be superior to a general frontier model. Rubrik's SAGE SLM achieved higher accuracy and 5x faster processing by optimizing for performance, cost, and low latency.
Onton's neurosymbolic AI demonstrates a key advantage: learning from one category (e.g., polyester in furniture) directly improves its understanding in a new category (apparel). This cross-category learning makes entering adjacent markets faster and cheaper than traditional e-commerce models that require siloed data labeling.
The argument that LLMs are just "stochastic parrots" is outdated. Current frontier models are trained via Reinforcement Learning, where the signal is not "did you predict the right token?" but "did you get the right answer?" This is based on complex, often qualitative criteria, pushing models beyond simple statistical correlation.
The Chinese open-source model GLM 5.2 offers performance comparable to expensive proprietary models like Claude Opus but at a fraction of the cost. This makes running AI agents at scale economically viable for more businesses, removing a significant barrier to adoption.
AI and formal methods have been separate fields with opposing traits: AI is flexible but untrustworthy, while formal methods offer guarantees but are rigid. The next frontier is combining them into neurosymbolic systems, creating a "peanut butter and chocolate" moment that captures the best of both worlds.
Instead of relying solely on 'black box' LLMs, a more robust approach is neurosymbolic computation. This method combines three estimators: a traditional symbolic/rule-based model (e.g., a medical checklist), a neural network prediction, and an LLM's assessment. By comparing these diverse outputs, experts can make more informed and reliable judgments.
The cost to achieve a specific performance benchmark dropped from $60 per million tokens with GPT-3 in 2021 to just $0.06 with Llama 3.2-3b in 2024. This dramatic cost reduction makes sophisticated AI economically viable for a wider range of enterprise applications, shifting the focus to on-premise solutions.
Breaking from transformer dominance, Shopify leverages Liquid AI's state-space-like models for high-value tasks. For search query understanding, they run a 300M parameter Liquid model with an impressive 30ms end-to-end latency, a feat difficult to achieve with traditional architectures.
The binary distinction between "reasoning" and "non-reasoning" models is becoming obsolete. The more critical metric is now "token efficiency"—a model's ability to use more tokens only when a task's difficulty requires it. This dynamic token usage is a key differentiator for cost and performance.
EBMs analyze data to understand its underlying rules, storing this knowledge in inspectable 'latent variables' in the form of an energy landscape. This contrasts with LLMs, which are black boxes where the reasoning process is opaque. With EBMs, you can observe the model's internal state in real-time to see what it has learned.