Ad
Skip to content
Read full article about: Ideogram now lets developers create characters with a consistent look directly through its API

Ideogram has added its character feature to its API, letting developers create characters with a consistent look without extra training. Characters can be placed in specific parts of an image or applied to existing images using the remix tool, which adapts their style. Users can customize details like hair, clothing, and accessories, and save these settings for future use. Ideogram points to use cases like ad videos, online shops, YouTube thumbnails, comics, and games. More information on how to get started is available at developer.ideogram.ai.

Read full article about: OpenAI is offering ChatGPT Enterprise to U.S. government agencies for one dollar per year

OpenAI is offering ChatGPT Enterprise to U.S. government agencies for just one dollar per year. This special version comes with enhanced security and privacy features, but does not include access to the OpenAI API. The deal follows OpenAI, Google, and Anthropic joining a new GSA marketplace for AI software, which acts as a central purchasing platform for federal agencies. According to GSA Commissioner Josh Gruenbaum, the token price is intended as a trial with no long-term commitment. Data from government employees will not be used to train OpenAI's models. So far, about 90,000 federal employees are using ChatGPT.

Read full article about: Guided Learning in Gemini uses questions and explanations to deepen understanding

Google is rolling out a new "Guided Learning" feature in the Gemini app, designed to help users break down complex topics step by step. Unlike standard AI answers, Guided Learning uses follow-up questions, interactive explanations, images, videos, and quizzes to deepen understanding. Similar learning tools are already available from OpenAI and Anthropic. The feature is powered by LearnLM, a model optimized specifically for education. According to Google, Guided Learning was developed with input from educators, learning scientists, and students. Teachers can also add Guided Learning links directly into Google Classroom.

Video: Google

Read full article about: Google's search chief says AI-generated answers are not causing a decline in website traffic

Google search chief Liz Reid says AI-generated answers are not lowering website traffic. In a blog post, she writes that organic clicks have stayed "relatively stable" over the past year and that Google is now sending "slightly more quality clicks"—meaning users stay on a site instead of quickly returning. Reid argues that AI helps improve questions and results.

"The web has existed for over three decades, and we believe we’re entering its most exciting era yet."

Liz Reid

Her claims conflict with outside reports showing major traffic drops tied to AI answers in search results. Reid rejects those findings, saying they rely on flawed methods, older data, or single examples not tied to AI features. Google has not released detailed traffic or click-through numbers for its AI features.

Read full article about: Google launches AI coding agents Jules and Gemini CLI for GitHub Actions

Google has officially launched Jules, its AI coding agent that was in testing since May. Jules can handle multiple tasks at once and automate routine developer work, similar to Anthropic's Claude Code. The latest version includes easier controls, lets users reuse previous tasks, and adds visual feedback for web app testing, Google says. Jules runs on Gemini 2.5 and is available through several Gemini subscription tiers.

Google is also rolling out Gemini CLI GitHub Actions, a free AI tool that integrates directly with GitHub repositories, automating routine developer tasks on demand. The agent responds to events like new issues or pull requests, working in the background based on the context of each project. Google says the agent supports authentication without fixed credentials and logs activity via OpenTelemetry. Technically, it builds on Gemini CLI.

Read full article about: Anthropic releases open-source tool for AI security checks

Anthropic has released a new open source tool on GitHub that automatically checks code for security vulnerabilities. The GitHub action "Claude Code Security Reviewer" uses the Claude AI model to scan pull requests for potential security issues.

According to the project description, the tool can spot security vulnerabilities across different programming languages by understanding the context of the code. It automatically adds comments directly in code discussions, filters out likely false positives, and focuses only on files that have been modified. The tool is available under the MIT license on GitHub.