Skip to main content

Posts

Build Flexible AI Agents With The Genkit Framework

  Genkit is Google's open-source framework designed for building full-stack, AI-powered and agentic applications. Genkit is a set of modular building blocks that help you transition from making simple model requests to creating highly autonomous, reliable and production-ready AI systems. To understand what it offers you must compare it to how one builds AI applications at the moment. https://www.i-programmer.info/news/105-artificial-intelligence/19032-build-flexible-ai-agents-with-the-genkit-framework.html
Recent posts

DeepSWE - Best Benchmark For Evaluating AI Coding Agents?

  DeepSWE is a high-fidelity benchmarking platform designed to evaluate the performance of frontier AI coding agents on complex long-horizon software engineering tasks. Unlike traditional benchmarks that reuse existing GitHub data, this system utilizes original, contamination-free tasks across five major programming languages to prevent models from relying on memorized solutions, creating a much clearer separation between frontier coding models than older public benchmarks like SWE-bench. https://www.i-programmer.info/news/105-artificial-intelligence/19016-deepswe-best-benchmark-for-evaluating-ai-coding-agents.html

Fyrox Game Engine Reaches Version 1.0.0

  Fyrox, the game engine written in Rust, reaches its first stable version,1.0.0, after 7 years in the making and numerous development releases. Fyrox is a feature-rich, general-purpose 2D and 3D game engine written entirely in Rust. Formerly known as rg3d, the engine represents a long-term development effort that culminated in its stable 1.0.0 release in March 2026. https://www.i-programmer.info/news/144-graphics-and-games/19015-fyrox-game-engine-reaches-version-100.html

cq: A Shared Knowledge Commons for AI Agents

  Mozilla.ai has introduced cq, an open-source standard and platform designed to facilitate shared learning among AI agents. This promises to eliminate a lot of duplicated effort on the part of AI agents, thereby making savings in terms of cost and resources https://www.i-programmer.info/news/105-artificial-intelligence/19009-cq-a-shared-knowledge-commons-for-ai-agents.html

RAMPART and Clarity Secure Your AI Agents

  RAMPART and Clarity are frameworks designed by Microsoft to evaluate the safety and security of agentic AI applications. RAMPART (Risk Assessment & Measurement Platform for Agentic Red Teaming), is built on top of Microsoft's PyRIT (Python Risk Identification Tool) primitives. Rather than treating AI safety as a one-time post-build review, it allows developers to write safety and security tests as repeatable code th https://www.i-programmer.info/news/105-artificial-intelligence/19001-rampart-and-clarity-secure-your-ai-agents.html

pg_durable - Durable SQL Functions And Orchestration For PostgreSQL

  pg_durable is a Microsoft developed PostgreSQL extension that integrates fault-tolerant, long-running execution directly into the database. To understand why this is useful, think about what normally happens if you run a long, complex database job and the server crashes or your connection drops; you lose your progress, and you have to start all over again. https://www.i-programmer.info/news/80-java/18984-pgdurable-durable-sql-functions-and-orchestration-for-postgresql.html