Skip to content
gentic.news — AI News Intelligence Platform
Connecting to the Living Graph…

niq

30 articles about niq in AI news

NIQ Report: AI Personalization Boosts Retail Revenue 10-30%—Here’s How

NIQ reports AI in personalized shopping boosts retail revenue 10-30% by transforming product discovery via predictive analytics. This matters as retailers seek competitive edge through customer experience.

88% relevant

Bernard Arnault Funds New Math Institute at École Polytechnique

Bernard Arnault funds new math institute at École Polytechnique. Donation amount undisclosed.

85% relevant

Persuasion Techniques Boost LLM Compliance from 35% to 51% in PNAS Study

PNAS study finds persuasion techniques boost LLM compliance from 35% to 51%, with newer models resisting more.

85% relevant

Ethan Mollick: AI's Jagged Intelligence Poses Unique Management Challenges

Ethan Mollick highlights that AI's weaknesses are non-intuitive, uniform across models, and shifting, making it uniquely challenging to manage compared to human teams. This complicates reliable deployment in professional workflows.

85% relevant

Anthropic's 'Claude Secret Codes' Revealed: 10 Advanced Prompting Techniques

A developer has compiled 10 advanced prompting techniques, dubbed 'Claude secret codes,' reportedly used by Anthropic engineers and power users. The list aims to bridge the gap between basic and expert-level AI interaction.

87% relevant

VMLOps Publishes Comprehensive RAG Techniques Catalog: 34 Methods for Retrieval-Augmented Generation

VMLOps has released a structured catalog documenting 34 distinct techniques for improving Retrieval-Augmented Generation (RAG) systems. The resource provides practitioners with a systematic reference for optimizing retrieval, generation, and hybrid pipelines.

85% relevant

Supermemory Claims ~99% on LongMemEval_s with Experimental ASMR Technique, Plans Open-Source Release

An experimental AI technique called ASMR (Agentic Search and Memory Retrieval) reportedly achieved near-perfect performance (~99%) on the LongMemEval_s benchmark. The method replaces vector search with parallel observer agents and will be open-sourced in 11 days.

95% relevant

How to Vibe Code Safely: 3 Proven Techniques for Claude Code in Production

Implement a structured documentation pipeline and specific prompting techniques to minimize risk when using Claude Code for agentic, autonomous development.

95% relevant

Terence Tao Reveals AI's Mathematical Breakthroughs: Unique Proofs Emerge from Machine Intelligence

Fields Medalist Terence Tao reports that AI systems are now generating unique mathematical proofs that human mathematicians find genuinely novel and interesting, marking a significant milestone in AI's intellectual capabilities.

85% relevant

TimeGS: How Computer Graphics Techniques Are Revolutionizing Time Series Forecasting

Researchers have introduced TimeGS, a novel AI framework that treats time series forecasting as a 2D rendering problem. By adapting Gaussian splatting techniques from computer graphics, the approach achieves state-of-the-art performance while maintaining temporal continuity.

75% relevant

AI Fine-Tuning: Why the Technique Matters More Than Which Model You Pick

Sanket Parmar argues that fine-tuning shapes model behaviour for your domain more than base model selection. The article emphasizes that investing in adaptation yields better returns than chasing the latest foundation model.

88% relevant

AI Researchers Solve Critical LLM Confidence Problem with Novel Decoupling Technique

Researchers have identified and solved a fundamental conflict in how large language models learn reasoning versus confidence calibration. Their new DCPO framework preserves reasoning accuracy while dramatically reducing overconfidence in incorrect answers, addressing a major reliability concern for AI deployment.

75% relevant

ReCast: A New RL Technique That Fixes Sparse-Hit Learning in Generative

Researchers propose ReCast, a 'repair-then-contrast' framework that fixes a fundamental flaw in group-based RL for generative recommendation: many sampled groups never become learnable. ReCast restores learnability for zero-reward groups and replaces normalization with contrastive updates, achieving up to 36.6% improvement in Pass@1 and 16.6x faster actor updates.

84% relevant

How to Build Architecture Guardrails in CLAUDE.md

Add a decision matrix to CLAUDE.md to stop Claude Code from mixing legacy and new architecture patterns during migrations. This technique from a 827-commit Flutter project cut migration time ~30%.

98% relevant

How Simon Willison Ported a 0.2B Image Model to the Browser with Claude

Simon Willison used Claude Code to port a 0.2B image inpainting model to WebGPU, running it as a parallel side project while his main agent worked on Datasette. The technique? Research with Claude.ai, then hand off to Claude Code with research.md.

70% relevant

Counterfactual Evaluation in Ads: IPS, SNIPS, and Doubly Robust Explained

Towards AI article explains counterfactual evaluation methods (IPS, SNIPS, doubly robust) for ad ranking models. These techniques estimate model performance from logged data without A/B tests, critical for recommendation systems in retail.

98% relevant

Talkie: Vintage LLM Trained on 260B Pre-1931 English Tokens

Talkie is a new 'vintage language model' trained on 260 billion tokens of historical English text from before 1931, developed by a team including Alec Radford, co-author of the original GPT paper. It offers a unique linguistic artifact for NLP research.

85% relevant

Semantic Needles in Document Haystacks

Researchers developed a framework to test how LLMs score similarity between documents with subtle semantic changes. They found models exhibit positional bias, are sensitive to topical context, and produce unique scoring 'fingerprints'. This matters for any application relying on LLM-as-a-Judge for document comparison.

74% relevant

RAG vs Fine-Tuning vs Prompt Engineering

A technical blog clarifies that Retrieval-Augmented Generation (RAG), fine-tuning, and prompt engineering should be viewed as a layered stack, not mutually exclusive options. It provides a decision framework for when to use each technique based on specific needs like data freshness, task specificity, and cost.

90% relevant

Anthropic's Claude Adds Mental Health Features: Journaling, CBT, Reframing

Anthropic has expanded Claude's capabilities to include guided mental health journaling, cognitive behavioral therapy (CBT) exercises, and emotional reframing techniques. This moves the AI assistant beyond general conversation into structured therapeutic support.

100% relevant

AI-Powered PS4 Emulator 'Spine' Runs Bloodborne Locally on PC

A developer has released Spine, a PS4 emulator that uses AI techniques to run Bloodborne fully on PC. This represents a major step forward in console emulation, previously considered years away.

87% relevant

Ethan Mollick: AI Judgment & Problem-Solving Are Skills, Not Human Exclusives

Ethan Mollick contends that skills like judgment and problem-solving, often cited as uniquely human, are domains where AI can and does demonstrate competence, reframing them as learnable capabilities.

75% relevant

Mark Cuban Predicts AI Integration Wave for 33M US SMBs

Mark Cuban predicts the next major job wave will be in custom AI integration for small to mid-sized companies, stating generic 'software is dead' as everything becomes uniquely customized. He highlights a market of 33 million US companies needing these services.

85% relevant

New Research Proposes Lightweight Method to Fix Stale Semantic IDs in

Researchers propose a method to update 'stale' Semantic IDs in generative retrieval systems without full retraining. Their alignment technique improves key metrics and reduces compute costs by ~8-9x, addressing a core challenge in dynamic recommendation environments.

74% relevant

Pinterest's Request-Level Deduplication

Pinterest's engineering blog details 'request-level deduplication,' a critical efficiency technique for modern recommendation systems. By eliminating redundant processing of massive user sequences, they achieve 10-50x storage compression and significant training speedups, while solving novel training challenges like batch correlation.

94% relevant

Is Sliding Window All You Need? An Open Framework for Long-Sequence

A new arXiv paper provides a complete, open-source framework for training long-sequence recommender systems using sliding windows. It demonstrates up to +6.34% recall gains on retail data and introduces a novel embedding layer for large vocabularies, making the technique practical for academic and industrial research.

90% relevant

Pinterest Details 'Request-Level Deduplication' to Scale Massive

Pinterest's engineering team published a detailed technical breakdown of 'request-level deduplication'—a family of techniques that eliminate redundant processing of user data across thousands of candidate items in their recommendation system. This approach was critical to scaling their Foundation Model by 100x while controlling infrastructure costs.

98% relevant

Claude Code's 'Shallow Thinking' Problem

Enterprise users report Claude Code sometimes skips deep analysis on complex tasks. Use specific prompting techniques and session management to ensure thorough reasoning.

87% relevant

Research Exposes Hidden Data Splitting in Sequential Recommendation Models, Questioning SOTA Claims

Researchers found that sub-sequence splitting (SSS), a data augmentation technique, is widely but covertly used in recent sequential recommendation models. When removed, model performance often plummets, suggesting many published SOTA results are misleading. The study calls for more rigorous and transparent evaluation standards.

82% relevant

Tencent Launches 2025 Ad Algorithm Challenge with Massive All-Modality Recommendation Datasets

Tencent has launched an open competition and released two industrial-scale datasets (TencentGR-1M and TencentGR-10M) to advance generative recommender systems. This has spurred related research into debiasing techniques and novel reranking frameworks, moving the field toward more holistic, multi-modal user modeling.

87% relevant