Generative AI
Sakana AI Introduces Sakana Translate, a Namazu-Powered Japanese–English–Chinese Translation Tool with Translation, Quizzes, and Query Modes
July 6, 2026
Sakana AI Introduces Sakana Translate, a Namazu-Powered Japanese–English–Chinese Translation Tool with Translation, Quizzes, and Query Modes
Sakana AI has added a new feature called Saka Translate in its chat service, Saka…
Synthetic Sciences Releases OpenScience: An Open-Source, Model-Agnostic AI Workbench for Machine Learning, Biology, Physics, and Chemistry Research
July 6, 2026
Synthetic Sciences Releases OpenScience: An Open-Source, Model-Agnostic AI Workbench for Machine Learning, Biology, Physics, and Chemistry Research
Synthetic Sciences has been released OpenSciencean open source AI workbench for scientific research. Licensed under Apache 2.0 and it works…
Meituan Releases LongCat-2.0: A 1.6T-Parameter Open MoE Model with 1M Native Content and LongCat Sparse Attention
July 5, 2026
Meituan Releases LongCat-2.0: A 1.6T-Parameter Open MoE Model with 1M Native Content and LongCat Sparse Attention
Meituan released LongCat-2.0a large Mixture-of-Experts (MoE) language model. It carries 1.6 trillion total parameters and open about 48 billion per…
LlamaIndex 'legal-kb': Agentic recovery over Index v2 with find, find, read, and grep tools
July 5, 2026
LlamaIndex 'legal-kb': Agentic recovery over Index v2 with find, find, read, and grep tools
LlamaIndex published legal-kbpublic reference request on GitHub. It is defined as a database of legal documents, powered by LlamaIndex Index…
Structured PDF to JSON: A Guide to Open Source Release Models in 2026
July 5, 2026
Structured PDF to JSON: A Guide to Open Source Release Models in 2026
Most business data still sits inside PDFs, scans, and slide decks. Main language models and agents cannot use that data…
Qwen's Former Lead in Incorrect Integrated Thinking – and Why She Now Supports Agents
July 5, 2026
Qwen's Former Lead in Incorrect Integrated Thinking – and Why She Now Supports Agents
Junyang Lin was the technical lead for Alibaba's Qwen project. He announced that he will step down on March 3,…
Anthropic Launches Claude Science Beta: A Multi-Agent AI Workbench for Reproducible Genomics, Proteomics, and Cheminformatics Pipelines
July 4, 2026
Anthropic Launches Claude Science Beta: A Multi-Agent AI Workbench for Reproducible Genomics, Proteomics, and Cheminformatics Pipelines
This week, Anthropic was released Claude Science. An app for scientists, available in beta. It uses existing Anthropic Claude models,…
NVIDIA AI Launches ASPIRE: A Self-Improving Robotic Framework Achieves 31% Zero-Shot on LIBERO-Pro Long Tasks
July 4, 2026
NVIDIA AI Launches ASPIRE: A Self-Improving Robotic Framework Achieves 31% Zero-Shot on LIBERO-Pro Long Tasks
Programming traditional robots is difficult to scale. It requires multimodal vision planning, physical communication skills, multitasking, and manual dexterity. Coding…
Mistral AI Releases Leanstral 1.5: Apache-2.0 Lean 4 Code Agent Model Solving 587 of 672 PutnamBench Issues
July 3, 2026
Mistral AI Releases Leanstral 1.5: Apache-2.0 Lean 4 Code Agent Model Solving 587 of 672 PutnamBench Issues
Today, Mistral AI was released Lesson 1.5. It is a code agent model built for Lean 4. The release targets…
Designing a Schema-driven invoicing pipeline with lift-pdf for Accounts-Payable Extraction, Validation, and Ledger Generation
July 3, 2026
Designing a Schema-driven invoicing pipeline with lift-pdf for Accounts-Payable Extraction, Validation, and Ledger Generation
def render_pdf(d, path): """Draw a realistic one-page invoice: header, meta, bill/ship, line items, totals, payment.""" from reportlab.lib.pagesizes import LETTER from…