InfoQ Homepage Development Content on InfoQ
-
TypeScript 5.8 Released with Improved Inference and Better JavaScript Ecosystem Interoperability
Daniel Rosenwasser, principal product manager at Microsoft, announced the release of TypeScript 5.8. The new release features as usual better type inference. It also improves performance and the interoperability with the JavaScript ecosystem.
-
Will instruclab.ai's Synthetic Data-Based LLM Fine-Tuning Make the Process More Accessible?
InstructLab.ai implements the large-scale alignment for the chatbots concept(LAB), which intends to overcome the scalability challenges in the instruction-tuning phase of a large language model (LLM). Its approach leverages a synthetic data-based alignment tuning method for LLMs. Crafted taxonomies deliver the synthesization seeds for training data, reducing the need for human-annotated data.
-
Google Enhances AlloyDB Vector Search with Inline Filtering and Enterprise Observability
Google enhanced its AlloyDB service with inline filtering and enterprise observability for vector search. This fully-managed PostgreSQL-compatible database now allows direct filtering during queries, offering improved speed and efficiency. Enhanced monitoring features provide deep insights, addressing scaling vector search operations challenges.
-
OpenSSF Publishes Security Baseline for Open-Source Projects
To help open-source maintainers keep their projects secure, the Open Source Security Foundation (OpenSSF) has published a set of guidelines based on international cybersecurity frameworks, standards, and regulations, the Open Source Project Security Baseline.
-
AWS Introduces a New Quantum Computing Chip with Ocelot
AWS announced Ocelot, an innovative quantum computing chip designed to revolutionize error correction, reducing it by up to 90%. This cutting-edge architecture integrates 'cat qubit' technology, marking a significant advancement in quantum applications. As Ocelot paves the way for affordable, fault-tolerant quantum computing, it raises critical questions about security in a quantum-driven future.
-
ByteDance Launches New AI Coding Tool Trae with DeepSeek R1 and Claude 3.7 Sonnet Free for All Users
ByteDance, the Chinese owner of TikTok, recently launched Trae, a new AI-powered code editor that offers unlimited free access to DeepSeek R1 and Claude 3.7 Sonnet large language models. Trae has both an international and domestic version, supports Visual Studio Code plug-ins, and competes with an increasing line of AI code editors (e.g., Cursor, Windsurf, PearAI, Replit).
-
Azure AI Foundry Labs: a hub for the Latest AI Research and Experiments at Microsoft
Microsoft's Azure AI Foundry Labs revolutionizes AI development by bridging cutting-edge research with real-world applications. Offering experimental projects like Aurora and MatterSim empowers developers to prototype new technologies. With tools for dynamic learning and multimodal models, Azure Labs accelerates innovation and collaboration.
-
Google Cloud Launches Gen AI Toolbox for Databases
Google Cloud has announced the public beta launch of Gen AI Toolbox for Databases, an open-source server developed in collaboration with LangChain. This new tool is designed to help developers seamlessly integrate production-grade, agent-based generative AI applications with databases while ensuring secure access, scalability, and observability.
-
AWS CDK Introduces Garbage Collection to Remove Outdated Assets
Amazon recently introduced the preview of garbage collection in the AWS CDK. The new feature automatically deletes old assets in bootstrapped S3 buckets and ECR repositories, reducing maintenance and deployment costs.
-
Java News Roundup: Stable Values, Spring Modulith, Open Liberty, Quarkus, JReleaser, Gradle
This week's Java roundup for February 24th, 2025, features news highlighting: JEP 502, Stable Values (Preview), Proposed to Target for JDK 25; milestone and point releases for Spring Modulith; the February 2025 release of Open Liberty; and the releases of Quarkus 3.19.0, JReleaser 1.17.0 and Gradle 8.13.0.
-
.NET Aspire 9.1 Improves Dashboard Features
.NET Aspire team has released version 9.1 of the platform. This minor update is focused on new dashboard features and small overall improvements across different platform components.
-
Google Cloud Introduces Quantum-Safe Digital Signatures in Cloud KMS to Future-Proof Data Security
Google has introduced quantum-safe digital signatures in its Cloud Key Management Service, adhering to NIST post-quantum cryptography standards. This vital update counters the imminent threats of quantum computing on traditional encryption methods, enabling organizations to integrate resilient, future-proof security measures seamlessly.
-
Microsoft Launches Visual Studio 2022 v17.13 with AI-Powered Enhancements and Improved Debugging
Microsoft has released Visual Studio 2022 v17.13, introducing significant improvements in AI-assisted development, debugging, productivity, and cloud integration. This update focuses on refining workflows, enhancing code management, and improving the overall developer experience.
-
Microsoft Unveils the First Topological Quantum Chip Majorana 1
Microsoft's Majorana 1 is the world's first Quantum Processing Unit (QPU), utilizing innovative Topological Core architecture. By harnessing topoconductors and Majorana particles, it promises scalable, reliable qubits for quantum computing. This breakthrough could revolutionize industries, particularly healthcare, solving complex challenges at unprecedented scales.
-
GitHub Copilot Extensions Integrate IDEs with External Services
Now generally available, GitHub Copilot Extensions allow developers to use natural language to query documentation, generate code, retrieve data, and execute actions on external services without leaving their IDEs. Besides using public extensions from companies like Docker, MongoDB, Sentry, and many more, developers can create their own extensions to work with internal libraries or APIs.