Leitor de feeds | Develop Site

Google Adds Pay-As-You-Go Gemini Enterprise

TechRepublic - qui, 27/08/2026 - 11:34

Google adds pay-as-you-go pricing, spending caps and savings plans to help businesses manage Gemini Enterprise agent costs and unpredictable usage.

The post Google Adds Pay-As-You-Go Gemini Enterprise appeared first on TechRepublic.

Categorias: Tecnologia

OpenAI’s Jalapeño Benchmark Promises Faster, Cheaper AI

TechRepublic - qui, 27/08/2026 - 11:21

OpenAI says its Jalapeño chip delivered up to 1.9 times more performance per watt than Nvidia Blackwell systems in its first published benchmark tests.

The post OpenAI’s Jalapeño Benchmark Promises Faster, Cheaper AI appeared first on TechRepublic.

Categorias: Tecnologia

How to use Google microbenchmarks for evaluating TPU performance

Blog Desarrollo Google - qui, 27/08/2026 - 10:20
Google's open-source TPU microbenchmark suite provides developers with granular performance metrics across Network, Compute, HBM, Host Transfer, and Attention components to validate real-world hardware capabilities. By leveraging these benchmarks to establish a Roofline model, engineers can accurately diagnose whether their machine learning workloads are compute-, memory-, or network-bound. This empirical baseline directly guides targeted software optimizations—such as kernel tuning, mesh sharding, and rematerialization—to maximize hardware utilization for large-scale model deployments.
Categorias: Desarrolladores

How to Evaluate Live & Voice Agents in ADK

Blog Desarrollo Google - qui, 27/08/2026 - 07:19
Moving live voice agents from demo to production requires rigorous, automated testing to handle the unpredictability of real multi-turn conversations. ADK now provides native live evaluation, allowing developers to test graph-based agent workflows against LLM-driven simulated users that generate actual audio via Gemini TTS. By defining evaluation scenarios and natural-language rubrics, you can automatically score audio responses and tool executions, inspect the resulting transcripts in ADK Web, or run the CLI directly in your CI/CD pipeline.
Categorias: Desarrolladores

Scaling AI Agent Infrastructure with the MCP Stateless updates

Blog Desarrollo Google - qui, 27/08/2026 - 07:19
The 2026-07-28 Model Context Protocol (MCP) specification replaces legacy stateful constraints with a fully stateless core, enabling cloud-native horizontal scaling, serverless deployments, and standard round-robin load balancing. This architectural shift introduces standardized HTTP headers for efficient routing without deep packet inspection, caching controls, and Multi Round-Trip Requests (MRTR) to handle interactive and long-running tasks without blocking connections. Developers can immediately begin migrating their agentic applications to this highly scalable infrastructure using the newly available beta SDKs for Python, TypeScript, Go, and C#.
Categorias: Desarrolladores

Scaling real-time AI agents with session-aware load balancing

Blog Desarrollo Google - qui, 27/08/2026 - 07:19
Real-time AI agents break traditional request-response load balancing paradigms because they rely on long-lived, stateful bidirectional streams that obscure true server capacity. To solve this, developers must implement application-level session tracking directly within the runtime to accurately measure the committed concurrent workload of active conversations. By feeding these precise session counts alongside standard CPU utilization metrics into a hybrid routing algorithm, infrastructure can effectively distribute stateful AI traffic and prevent individual backend bottlenecks.
Categorias: Desarrolladores

5 Best Wave Accounting Alternatives for 2026

TechRepublic - qui, 27/08/2026 - 07:00

Compare five top-rated Wave Accounting alternatives for 2026, including QuickBooks, Zoho Books, Xero, Sage 50, and FreshBooks, to find the right fit.

The post 5 Best Wave Accounting Alternatives for 2026 appeared first on TechRepublic.

Categorias: Tecnologia

Build zero-trust AI agents with Google's Agent Development Kit

Blog Desarrollo Google - qui, 27/08/2026 - 01:19
Building autonomous AI agents that mutate production state requires moving beyond soft system prompts to a robust zero-trust architecture. To secure Google Agent Development Kit (ADK) workflows against prompt injections and malicious execution, developers must implement hardware-backed cryptographic signatures for database writes, kernel-level sandboxing with gVisor for dynamic code, and deterministic semantic gateways for I/O validation. By enforcing these hard security boundaries at the infrastructure level, you can safely deploy multi-tool AI agents without risking unauthorized data manipulation or server compromise.
Categorias: Desarrolladores

Introducing Credentio: Open Source C++ Library for C2PA Content Credentials from Google

Blog Desarrollo Google - qui, 27/08/2026 - 01:19
Credentio is a newly released, open-source C++ library from Google that allows developers to integrate high-performance, local-first validation of C2PA Content Credentials into their client and server applications. By processing assets entirely locally with a highly optimized memory footprint, the library delivers instant validation verdicts for multi-gigabyte media files without incurring cloud latency, bandwidth costs, or data privacy risks. The library currently features deep manifest parsing alongside configurable trust list integration, and is available now on Google Source with future plans to support full credential generation and embedding.
Categorias: Desarrolladores

HeyGen x Google Cloud: Bringing Avatar IV to TPUs

Blog Desarrollo Google - qui, 27/08/2026 - 01:19
HeyGen ported their 18B+ parameter Avatar IV video generation model to Google Cloud's Trillium (v6e) TPUs via torchax and XLA, utilizing FSDP and Ulysses sequence parallelism across an eight-chip mesh. To achieve a 1.86x speedup for real-time streaming, the engineering team pipelined exposed all-to-all collectives, aligned sparse attention block sizes to eliminate mask padding, and bypassed softmax serial dependencies using a precomputed Cauchy-Schwarz upper bound. These custom Pallas kernel and compiler optimizations were deployed only after passing rigorous two-tier quality gates to guarantee byte-identical or mathematically equivalent pixel outputs.
Categorias: Desarrolladores

Why Go is an Ideal Language for AI-Assisted Software Engineering

Blog Desarrollo Google - qui, 27/08/2026 - 01:19
As AI coding assistants shift the developer's primary role from writing boilerplate to reviewing and maintaining systems, language choice becomes critical for long-term architectural integrity. Go directly addresses this new paradigm by utilizing its strict compiler, integrated toolchain, and uncompromising readability to provide deterministic guardrails that help AI models self-correct and generate highly standardized code. By enforcing ecosystem-wide consistency and strict backward compatibility, the Go platform empowers engineering teams to efficiently verify, optimize, and maintain high-velocity, AI-generated output in production environments.
Categorias: Desarrolladores

Mastering Edge AI on Raspberry Pi with LiteRT and Gemma

Blog Desarrollo Google - qui, 27/08/2026 - 01:19
Deploying secure, real-time Edge AI on Raspberry Pi is now simplified using LiteRT and lightweight Gemma open models. LiteRT optimizes CPU and GPU performance, delivering fast token speeds for models like Gemma4, enabling real-time local reasoning for robotics. Developers can quickly convert, quantize, and run these models using the lightweight LiteRT CLI tool. Support for Hailo AI accelerators is also coming very soon.
Categorias: Desarrolladores

Scaling Agentic RL: High-Throughput Agentic Training with Tunix

Blog Desarrollo Google - qui, 27/08/2026 - 01:19
Tunix is Google’s new JAX-native post-training library designed to eliminate TPU idling bottlenecks when training multi-turn, tool-using LLM reasoning agents. It maximizes hardware throughput by combining highly concurrent, asynchronous rollouts with a decoupled producer-consumer pipeline, ensuring the trainer is constantly fed even while agents wait on network I/O or environment steps. Additionally, Tunix provides plug-and-play abstractions and continuous macro-level profiling, allowing developers to easily integrate custom open-source environments and optimize complex distributed workflows without massive code rewrites.
Categorias: Desarrolladores

Fake GTA 6 Demo Spreads Malware: How to Spot the Scam

TechRepublic - qua, 26/08/2026 - 21:01

There is no legitimate GTA 6 demo. Fake Rockstar sites are distributing Vidar malware that targets passwords, cookies, and logged-in browser sessions.

The post Fake GTA 6 Demo Spreads Malware: How to Spot the Scam appeared first on TechRepublic.

Categorias: Tecnologia

Job opportunity: Systems Integration Administrator at the Free Software Foundation

FSF - qua, 26/08/2026 - 20:55
The Free Software Foundation (FSF), a Massachusetts 501(c)(3) charity with a worldwide mission to promote computer user freedom, seeks a motivated and talented individual to be our new Systems Integration Administrator. This position is ideally full-time and US-based, but exceptions can be made for a qualified candidate.
Categorias: Software Libre

Do Smart Monitors Track You? What Buyers Should Know

TechRepublic - qua, 26/08/2026 - 20:28

A smart monitor can do far more than display a PC. Built-in apps, ACR, and advertising systems can introduce additional privacy considerations.

The post Do Smart Monitors Track You? What Buyers Should Know appeared first on TechRepublic.

Categorias: Tecnologia

Google Brings AI Agents to Big Law With Gemini Enterprise

TechRepublic - qua, 26/08/2026 - 20:09

Google launches Gemini Enterprise for Legal, giving law firms AI agents for contract review, legal research, compliance monitoring and other workflows.

The post Google Brings AI Agents to Big Law With Gemini Enterprise appeared first on TechRepublic.

Categorias: Tecnologia

OpenAI Brings Back 5-Hour Codex Limit for ChatGPT Plus

TechRepublic - qua, 26/08/2026 - 20:06

OpenAI restored a five-hour Codex usage window for ChatGPT Plus users, adding another limit developers must track alongside their weekly allowance.

The post OpenAI Brings Back 5-Hour Codex Limit for ChatGPT Plus appeared first on TechRepublic.

Categorias: Tecnologia

OpenAI Bans Russian ChatGPT Accounts Used in Covert Influence Campaign

TechRepublic - qua, 26/08/2026 - 20:02

OpenAI banned Russian ChatGPT accounts tied to a covert influence campaign involving copied research, fake attribution and coordinated social posts.

The post OpenAI Bans Russian ChatGPT Accounts Used in Covert Influence Campaign appeared first on TechRepublic.

Categorias: Tecnologia

Can You Still Use an Old Phone in 2026? What You Need to Know

TechRepublic - qua, 26/08/2026 - 19:56

A working screen and SIM slot are not enough. Use these four checks to determine whether an older phone can still join a US carrier in 2026.

The post Can You Still Use an Old Phone in 2026? What You Need to Know appeared first on TechRepublic.

Categorias: Tecnologia

Páginas