Researchers introduce ADAPT-GQE, a generative AI pipeline that trains transformer models on ADAPT-VQE reference circuits to synthesize ground-state preparation circuits for quantum chemistry, then uses reinforcement learning to push accuracy beyond the training data. The approach achieves order-of-magnitude speedups in circuit generation relative to ADAPT-VQE while maintaining comparable or improved accuracy. The system is demonstrated on imipramine (a tricyclic antidepressant) and executed on Quantinuum Helios-1 quantum hardware, marking a milestone for AI-generated quantum chemistry circuits on state-of-the-art hardware.
OpenAI and Molecule.one have demonstrated a near-autonomous AI chemist system built on GPT-5.4 that improved a challenging reaction in medicinal chemistry. The system represents a deployment of frontier AI in scientific research workflows, specifically drug synthesis optimization. This is notable as a concrete capability demonstration of agentic AI applied to chemistry R&D.
Nvidia released Ising, a family of open AI models targeting quantum processor calibration and error correction, achieving 2.5x faster and 3x more accurate decoding than pyMatching, with adoption by Fermilab, Harvard, and others. Meta announced Muse Spark, a small multimodal model powering a new AI assistant series for its apps and glasses. GitHub introduced Rubber Duck, a cross-model review feature pairing Claude with GPT-5.4 for two-pass coding agent validation. Anthropic launched Claude Managed Agents, a managed infrastructure platform for enterprise autonomous AI deployment, while OpenAI expanded its Trusted Access for Cyber program with GPT-5.4-Cyber, a fine-tuned defensive cybersecurity model.
Researchers demonstrate that Claude Opus 4.7 (and a second model, Claude Fable 5) can autonomously generate and iteratively refine full Python shuttling compilers for trapped-ion quantum computers from written specifications alone. The LLM-generated compilers reduce shuttling timesteps by up to 76% versus hand-crafted state-of-the-art compilers on linear traps and up to 39% on junction traps, with no additional manual algorithmic engineering. The study covers three progressively complex trap architectures and benchmarks against a common quantum circuit suite. The key finding is that frontier LLMs can compress compiler development timelines from several months to a few days for new quantum hardware architectures.
Hugging Face announces native integration of AutoGPTQ into the transformers library, enabling 4-bit quantized inference for large language models. The integration allows users to load and run GPTQ-quantized models directly through the standard transformers API with minimal code changes. This lowers the hardware barrier for deploying LLMs by significantly reducing VRAM requirements while maintaining competitive performance.
A new arXiv preprint introduces Intervention-Aware Variational Quantum Differentiable Predictive Control (IA-VQC-DPC), a framework that trains variational quantum circuit policies under a primal-dual intervention budget to penalize over-reliance on downstream safety filters (Control-Barrier-Function projections). The work also proposes a safety-attribution protocol that decomposes trajectory corrections into policy-level versus filter-level contributions, enabling measurement of whether a policy has genuinely learned safe behavior or is merely being silently repaired by its safety layer. Experiments on BOPTEST building-control emulators show the quantum policy achieves significantly lower pre-filter violations than a matched classical policy at equal parameter budget, with a notable negative result: a learned energy head is only safe when paired with a distribution-aware runtime guard.
Hugging Face and Intel demonstrate running quantized large language models (INT8/Q8) on Intel Xeon CPUs, branded as Q8-Chat. The post covers inference performance of quantized models on CPU hardware without requiring GPUs. This is relevant to inference economics and enterprise deployment, particularly for organizations without GPU infrastructure.
OpenAI demonstrates that a large transformer model trained autoregressively on pixel sequences can generate coherent image completions and samples, analogous to text generation. The work establishes a correlation between generative sample quality and downstream image classification accuracy. The best generative model achieves features competitive with top convolutional networks in the unsupervised setting, suggesting shared representational principles across modalities.
Researchers propose a pipeline that approximates transformer attention heads with executable Python programs generated by a language model, then re-ranked by held-out predictive accuracy. Applied to GPT-2, TinyLlama-1.1B, and Llama-3B, fewer than 1,000 programs reproduce attention patterns with >75% average IoU similarity on TinyStories. Replacing 25% of attention heads with programmatic surrogates incurs only a 16% average perplexity increase while preserving downstream QA performance, demonstrating a path toward symbolic transparency in neural models.