검색

97 결과

필터 지우기
  • 2025년 11월 13일 / AI

    Introducing Metrax: performant, efficient, and robust model evaluation metrics in JAX

    Metrax is a high-performance JAX-based metrics library developed by Google. It standardizes model evaluation by offering robust, efficient metrics for classification, NLP, and vision, eliminating manual re-implementation after migrating from TensorFlow. Key strengths include parallel computation of "at K" metrics (e.g., PrecisionAtK) for multiple K values and strong integration with the JAX AI Stack, leveraging JAX's performance features. It is open-source on GitHub.

    Data-2-banner
  • 2025년 11월 13일 / AI

    Making the terminal beautiful one pixel at a time

    Google has launched the redesigned **Android AI Sample Catalog**, a dedicated, open-source application to inspire and educate Android developers on building AI-powered apps. It showcases examples using both on-device (Gemini Nano via ML Kit GenAI API) and Cloud models (via Firebase AI Logic SDK), including image generation with Imagen, on-device summarization, and a "Chat with Nano Banana" chatbot. The code is easy to copy and paste to help developers quickly start their own projects.

    Gemini CLI - UI Improvements (hero image)
  • 2025년 11월 7일 / AI

    Announcing the Agent Development Kit for Go: Build Powerful AI Agents with Your Favorite Languages

    The Agent Development Kit (ADK), an open-source, code-first toolkit for building powerful and sophisticated AI agents, now supports Go. ADK moves LLM orchestration and agent behavior directly into your code, giving you robust debugging, versioning, and deployment freedom. ADK for Go is idiomatic and performant, leveraging Go's strengths, and includes support for over 30+ databases and the Agent-to-Agent (A2A) protocol for collaborative multi-agent systems. Start building today!

    Agent Development Kit: Making it easy to build multi-agent applications
  • 2025년 11월 7일 / AI

    Announcing User Simulation in ADK Evaluation

    The new **User Simulation** feature in the Agent Development Kit (ADK) replaces rigid, brittle manual test scripts with dynamic, LLM-powered conversation generation. Developers define a high-level `conversation_plan`, and the simulator handles the multi-turn interaction to achieve the goal. This dramatically reduces test creation time, builds more resilient tests, and creates a reliable regression suite for AI agents.

    Ai-2-banner (1)
  • 2025년 11월 4일 / AI

    Agent Garden - Samples for learning, discovering and building

    Agent Garden is now available to all users to simplify AI agent creation and deployment using the Agent Development Kit (ADK). It provides curated agent samples, one-click deployment via Agent Starter Pack, and customization through Firebase Studio. It helps developers with complex business challenges and multi-agent workflows, with Renault Group cited as an early success story.

    Train a GPT2 model with JAX on TPU for free
  • 2025년 10월 30일 / AI

    Beyond Request-Response: Architecting Real-time Bidirectional Streaming Multi-agent System

    The blog post argues the request-response model fails for advanced multi-agent AI. It advocates for a real-time bidirectional streaming architecture, implemented by the Agent Development Kit (ADK). This streaming model enables true concurrency, natural interruptibility, and unified multimodal processing. ADK's core features are real-time I/O management, stateful sessions for agent handoffs, and streaming-native tools.

    ADK + Gemini CLI: Supercharge Your Agent Building Vibe
  • 2025년 10월 8일 / Web

    나만의 AI: Gemma 3 270M을 파인 튜닝하고 온디바이스에서 실행하는 방법 알아보기

    이 가이드에서는 이모티콘 변환기 같은 사용자 설정 작업을 위해 Gemma 3 270M 모델을 파인 튜닝하는 방법을 설명합니다. 온디바이스 사용을 위해 모델을 양자화 및 변환하고, MediaPipe나 Transformers.js로 웹 앱에 모델을 배포하는 방법에 대해 알아보세요. 이를 통해 빠르고 개인적이며 오프라인에서 사용 가능한 사용자 경험을 구현할 수 있습니다.

    OYOAI_Metadata_RD2-V01
  • 2025년 10월 8일 / AI

    Gemini CLI용 Genkit 확장 프로그램 발표

    새로 출시된 Gemini CLI용 Genkit 확장 프로그램은 명령줄에 Genkit의 아키텍처에 대한 심층 지식을 제공합니다. 이는 지능형 코드 생성과 상황 인식 지원 및 터미널에서 직접 흐름 실행 및 추적 분석 도구를 활용해 AI 앱을 개발하고 디버깅하며 반복하는 데 도움이 됩니다.

    Gemini-CLI-Extension-for-Genkit-Blog-Meta
  • 2025년 10월 7일 / AI

    Grain 및 ArrayRecord를 사용하여 고성능 데이터 파이프라인 구축

    대규모 모델을 학습시킬 때 생길 수 있는 데이터 병목 현상을 방지하기 위해, 이 가이드는 고성능 데이터 파이프라인 구축을 위한 Grain과 ArrayRecord를 소개합니다.

    The Agentic experience: Is MCP the right tool for your AI future?
  • 2025년 10월 3일 / AI

    새로 출시된 Jules API로 개발 게임 업그레이드!

    Google은 개발자가 소프트웨어 개발 수명 주기를 자동화하고 통합할 수 있는 새로운 도구인 Jules API를 출시했습니다. 이 API는 '소스', '세션' 및 '활동' 개념을 기반으로 하며, Google은 Jules API를 처음 사용하는 개발자를 돕기 위해 빠른 시작 가이드를 제공합니다.

    Thumb_API