Feed aggregator | Develop Site

Meta Settles Teen Social Media Addiction Case for Up to $18B

TechRepublic - 3 hours 10 min ago

Meta agrees to pay up to $18 billion and introduce new Facebook and Instagram limits for teens under a US state settlement over addiction claims.

The post Meta Settles Teen Social Media Addiction Case for Up to $18B appeared first on TechRepublic.

Categories: Tecnologia

This Refurbished Apple Watch SE Just Dropped to $89.99

TechRepublic - 3 hours 34 min ago

Track workouts, monitor your heart rate, and stay connected from your wrist with an Apple Watch for $89.99.

The post This Refurbished Apple Watch SE Just Dropped to $89.99 appeared first on TechRepublic.

Categories: Tecnologia

Save Big on Microsoft Project 2024 While Codes Last

TechRepublic - 4 hours 43 min ago

Whether you’re a business leader or professional, this project management tool will streamline your workdays.

The post Save Big on Microsoft Project 2024 While Codes Last appeared first on TechRepublic.

Categories: Tecnologia

Claude Opus 4.6 Found a Gym API Flaw — Then Exploited It in 9 of 10 Tests

TechRepublic - 5 hours 11 min ago

Claude Opus 4.6 exploited a gym API flaw in 9 of 10 controlled tests, highlighting security risks when AI agents gain backend access.

The post Claude Opus 4.6 Found a Gym API Flaw — Then Exploited It in 9 of 10 Tests appeared first on TechRepublic.

Categories: Tecnologia

Enhance Your Expertise Anytime with Unlimited Online Courses — Now $19.97

TechRepublic - 5 hours 13 min ago

Topics include growth hacking, game design, blockchain, AI, digital marketing, cybersecurity, copywriting, and big data.

The post Enhance Your Expertise Anytime with Unlimited Online Courses — Now $19.97 appeared first on TechRepublic.

Categories: Tecnologia

Snapchat’s 13+ Rating Under Fire: Pennsylvania Alleges Addictive Design, Adult Content

TechRepublic - 5 hours 16 min ago

Pennsylvania is suing Snap over Snapchat’s alleged addictive design and mature content exposure, escalating scrutiny of social media’s impact on teens.

The post Snapchat’s 13+ Rating Under Fire: Pennsylvania Alleges Addictive Design, Adult Content appeared first on TechRepublic.

Categories: Tecnologia

Ring’s New TAKE Encryption Deletes Video Keys Without Giving Up AI Features

TechRepublic - 5 hours 41 min ago

Ring’s new TAKE encryption limits video-key retention while keeping cloud AI features, Ring Verify, and optional end-to-end encryption in play.

The post Ring’s New TAKE Encryption Deletes Video Keys Without Giving Up AI Features appeared first on TechRepublic.

Categories: Tecnologia

Apple Maps Ads Are Here: What iPhone Users Need to Know

TechRepublic - 8 hours 8 min ago

Apple Maps ads are rolling out in the U.S. and Canada. See where sponsored listings appear, how Apple handles privacy, and whether users can disable them.

The post Apple Maps Ads Are Here: What iPhone Users Need to Know appeared first on TechRepublic.

Categories: Tecnologia

Best Sales Analytics Software for Revenue Teams

TechRepublic - 8 hours 21 min ago

I compared the best sales analytics software for revenue teams, including ZoomInfo, Salesforce, Clari, Gong, and HubSpot CRM. See which platforms are best for account intelligence, forecasting, CRM reporting, deal analysis, and cross-system analytics.

The post Best Sales Analytics Software for Revenue Teams appeared first on TechRepublic.

Categories: Tecnologia

Google Adds Pay-As-You-Go Gemini Enterprise

TechRepublic - 9 hours 38 min ago

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.

Categories: Tecnologia

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

TechRepublic - 9 hours 52 min ago

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.

Categories: Tecnologia

How to use Google microbenchmarks for evaluating TPU performance

Blog Desarrollo Google - 10 hours 53 min ago
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.
Categories: Desarrolladores

How to Evaluate Live & Voice Agents in ADK

Blog Desarrollo Google - 13 hours 53 min ago
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.
Categories: Desarrolladores

Scaling AI Agent Infrastructure with the MCP Stateless updates

Blog Desarrollo Google - 13 hours 53 min ago
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#.
Categories: Desarrolladores

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

Blog Desarrollo Google - 13 hours 53 min ago
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.
Categories: Desarrolladores

5 Best Wave Accounting Alternatives for 2026

TechRepublic - 14 hours 13 min ago

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.

Categories: Tecnologia

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

Blog Desarrollo Google - 19 hours 54 min ago
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.
Categories: Desarrolladores

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

Blog Desarrollo Google - 19 hours 54 min ago
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.
Categories: Desarrolladores

HeyGen x Google Cloud: Bringing Avatar IV to TPUs

Blog Desarrollo Google - 19 hours 54 min ago
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.
Categories: Desarrolladores

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

Blog Desarrollo Google - 19 hours 54 min ago
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.
Categories: Desarrolladores

Pages