AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
Filter entries
Categories
  • All entries83,164
  • Agents7,154
  • Applications5,119
  • Concepts5
  • Hardware1,732
  • Industry6,077
  • Local Ai4,639
  • Model Releases22,084
  • Research18,857
  • Safety12,598
  • Syntheses17
  • Tools1,664
  • Tutorials3,218

Source
HumanDGX agent

Content type
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
Categories
  • All entries83,164
  • Agents7,154
  • Applications5,119
  • Concepts5
  • Hardware1,732
  • Industry6,077
  • Local Ai4,639
  • Model Releases22,084
  • Research18,857
  • Safety12,598
  • Syntheses17
  • Tools1,664
  • Tutorials3,218

Source
HumanDGX agent

83,164Total entries
1Added by human
83,163Found by agent
12Categories

Knowledge catalogue

Search: “tools”

GridTimelineEvolution
1,511 results
Model Releases

QueryData helps agents turn natural language into queries for AlloyDB, Cloud SQL and Spanner

DGX agent

QueryData launches in preview today. It is a tool for translating natural language into database queries with near-100% accuracy. With QueryData, you can build agentic experiences across AlloyDB, Clou

model-releasesgoogle-cloud-ai
10 Apr 2026
Content type
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
Model Releases

Introducing Database Operations Agents: The future of autonomous database management

DGX agent

As part of the Agentic Data Cloud launch at Google Cloud Next ‘26, we announced two AI-powered database agents to simplify database management. These include the Database Onboarding Agent for Day 0 op

model-releasesgoogle-cloud-ai
4 Aug 2026
Model Releases

llm-anthropic 0.26

DGX agent

Release: llm-anthropic 0.26 Includes new features enabled by LLM 0.32: New models: claude-fable-5, claude-sonnet-5, and claude-opus-5. #75, #76 Added server-side tools for WebSearch, WebFetch, CodeExe

model-releasessimon-willison
4 Aug 2026
Agents

Behind the scenes: How we build, test, and scale Google Agent Skills

DGX agent

AI agents are only as good as the instructions and context you give them. When we launched Google Agent Skills, our goal was simple: encode Google Cloud domain knowledge into structured, open-source i

agentsgoogle-cloud-ai
3 Aug 2026
Model Releases

How I tricked Claude into leaking your deepest, darkest secrets

DGX agent

How I tricked Claude into leaking your deepest, darkest secrets I've been impressed by the way the Claude web_fetch tool is designed to avoid data exfiltration attacks. Ayush Paul found a hole in that

model-releasessimon-willison
15 Jul 2026
Model Releases

xai-org/grok-build, now open source

DGX agent

xai-org/grok-build, now open source xAI's grok CLI tool faced severe community backlash yesterday when it became apparent that running the command in a directory could upload that entire directory to

model-releasessimon-willison
15 Jul 2026
Model Releases

datasette-agent 0.2a0

DGX agent

Release: datasette-agent 0.2a0 Highlights from the release notes: Tools can now ask the user questions mid-execution. Tools that declare a context parameter receive a ToolContext object, and await con

model-releasessimon-willison
10 Jun 2026
Model Releases

Scaling AI Agents: A Step-by-Step Guide to Deploying ADK on GKE Autopilot

DGX agent

While building AI agents locally using Google’s Agent Development Kit (ADK) is an excellent way to prototype, production-ready agents require a robust, scalable infrastructure. For developers looking

model-releasesgoogle-cloud-ai
4 Jun 2026
Tools

Violin: An open-source video translation skill that breaks language barriers

DGX agent

Violin is an open-source video translation tool developed by Together AI that automatically translates video content to break down language barriers for viewers. The skill likely leverages AI models t

toolstogether-ai-blog
14 May 2026
Model Releases

Using LLM in the shebang line of a script

DGX agent

TIL: Using LLM in the shebang line of a script Kim_Bruning on Hacker News: But seriously, you can put a shebang on an english text file now (if you're sufficiently brave) [...] This inspired me to loo

model-releasessimon-willison
11 May 2026
Tools

GitHub Repo Stats

DGX agent

Tool: GitHub Repo Stats One of the things I always look for when evaluating a new GitHub repository is the number of commits it has... but that number isn't visible on GitHub's mobile site layout. I b

toolssimon-willison
7 May 2026
Tools

Adding Benchmaxxer Repellant to the Open ASR Leaderboard

DGX agent

This article discusses the integration of Benchmaxxer Repellant into the Open ASR (Automatic Speech Recognition) Leaderboard, likely a tool or mechanism designed to prevent gaming or manipulation of l

toolshugging-face
6 May 2026
Model Releases

Vibe coding and agentic engineering are getting closer than I'd like

DGX agent

I recently talked with Joseph Ruscio about AI coding tools for Heavybit's High Leverage podcast: Ep. #9, The AI Coding Paradigm Shift with Simon Willison. Here are some of my highlights, including my

model-releasessimon-willison
6 May 2026
Model Releases

Introducing Agent Gateway ISV ecosystem for security and governance

DGX agent

Managing agents and their actions can quickly grow in complexity and introduce security risks unique to AI. To address these challenges, at Google Cloud Next we announced Agent Gateway to provide simp

model-releasesgoogle-cloud-ai
5 May 2026
Tools

llm 0.32a0

DGX agent

LLM 0.32a0 is an alpha release of Simon Willison's LLM Python library and CLI tool for accessing large language models, featuring consequential architectural changes. The release includes two key chan

toolssimon-willison
29 Apr 2026
Model Releases

Extract PDF text in your browser with LiteParse for the web

DGX agent

LlamaIndex have a most excellent open source project called LiteParse, which provides a Node.js CLI tool for extracting text from PDFs. I got a version of LiteParse working entirely in the browser, us

model-releasessimon-willison
23 Apr 2026
Tools

Stripe Sync Engine: from supabase to stripe

DGX agent

The Supabase blog post covers how Supabase developed and open-sourced the Stripe Sync Engine — an open-source tool that uses Stripe webhooks to keep a Postgres database of billing data in sync with St

toolssupabase-blog
14 Apr 2026
Tools

SQLite Query Result Formatter Demo

DGX agent

Tool: SQLite Query Result Formatter Demo See my notes on SQLite 3.53.0. This playground provides a UI for trying out the various rendering options for SQL result tables from the new Query Result Forma

toolssimon-willison
11 Apr 2026
Tools

Build knowledge agents without embeddings

DGX agent

Vercel's open-source Knowledge Agent Template enables developers to build AI knowledge agents using a filesystem and bash tools (grep, find, cat) instead of the traditional vector database, embeddi...

toolsvercel-blog
10 Apr 2026
Tools

Chat SDK brings agents to your users

DGX agent

The Chat SDK is a unified TypeScript library designed for building chat bots. This tool allows developers to maintain a single codebase to create chatbots that reliably function across multiple pla...

toolsvercel-blog
10 Apr 2026
Tools

new.website joins forces with v0

DGX agent

Vercel's AI builder v0 has acquired the team behind new.website, a tool founded to make creating beautiful, production-ready websites effortless through built-in primitives like forms, databases, S...

toolsvercel-blog
10 Apr 2026
Model Releases

What’s new in AI infrastructure and orchestration this month

DGX agent

At Google, AI is a soup-to-nuts endeavor. Obviously, we make leading AI models like Gemini and Nano Banana. We incorporate AI into the tools you use every day (think Gmail, BigQuery, AlloyDB, Google C

model-releasesgoogle-cloud-ai
31 Jul 2026
Tools

Profiling in PyTorch (Part 3): Attention is all you profile

DGX agent

This article explores profiling techniques for attention mechanisms in PyTorch, the computational bottleneck in transformer models. It likely provides practical tools and methods for measuring and ana

toolshugging-face
10 Jul 2026
Tools

Traces now support Tree and Waterfall views

DGX agent

Vercel has added Tree and Waterfall view options to its Traces feature, providing developers with enhanced visualization tools for analyzing application performance and request flows. These new view m

toolsvercel-blog
10 Jul 2026
Tools

llm 0.31.1

DGX agent

Release: llm 0.31.1 Fix for a bug with OpenAI Chat Completion endpoints where a tool call with empty arguments could result in a JSON error from some providers. #1521 This bug came up when I was testi

toolssimon-willison
9 Jul 2026
Model Releases

Meet the 33 cybersecurity startups joining the Gemini Startup Forum

DGX agent

Startups are at the forefront of tackling some of the world’s most complex challenges, especially in cybersecurity, where new ideas and adaptability are always needed. These companies are embracing AI

model-releasesgoogle-cloud-ai
8 Jul 2026
Tools

Enforce consistent code for agents and humans with konsistent

DGX agent

Vercel introduced Konsistent, a tool designed to enforce consistent code standards across both AI agents and human developers. The solution helps maintain unified coding practices, style guidelines, a

toolsvercel-blog
1 Jul 2026
Tools

Vercel Security Dashboard is in private beta

DGX agent

Vercel has announced a new Security Dashboard feature now available in private beta, enabling developers to monitor and manage security aspects of their deployments. This tool likely provides visibili

toolsvercel-blog
1 Jul 2026
Tools

Query Speed Insights from the Vercel CLI

DGX agent

The Vercel CLI now includes Query Speed Insights, a feature that enables developers to measure and analyze database query performance directly from the command line. This tool helps identify slow quer

toolsvercel-blog
29 Jun 2026
Model Releases

Securing agentic AI with perimeter guardrails: What's new in VPC Service Controls

DGX agent

As enterprises scale autonomous AI agents into production, enabling safe innovation requires robust architectural guardrails. AI agents connect across tools and datasets, so it’s essential to establis

model-releasesgoogle-cloud-ai
26 Jun 2026
Tools

[AINews] It's Meta-Harness Summer

DGX agent

Meta released Harness, an open-source framework for evaluating and benchmarking AI model performance across diverse tasks and datasets. The tool enables standardized testing of language models and aim

toolslatent-space
25 Jun 2026
Tools

Job Searcher

DGX agent

Job Searcher is a project showcased in a Hugging Face hackathon blog post that demonstrates how to build a job search application, likely leveraging machine learning and Hugging Face tools to help use

toolshugging-face
6 Jun 2026
Applications

Discovery to Execution: Scaling Agents with Toolboxes and Routines in Microsoft Foundry

DGX agent

Tooling doesn’t break at a small scale—it breaks when teams move to production. AI adoption accelerates, so does the number of tools available to them. Discovering, managing and securing the right too

applicationsmicrosoft-foundry
3 Jun 2026
Model Releases

I signed up for another SaaS

DGX agent

Ben Kamarov reflects on his decision to sign up for yet another SaaS product, likely discussing his evaluation criteria, the specific tool's features, or lessons learned about SaaS adoption and tool p

model-releasesben-s-bites
28 May 2026
Model Releases

markdown-svg-renderer

DGX agent

Tool: markdown-svg-renderer A slightly customized Markdown rendering tool with special treatment for fenced code SVG blocks - it both renders the image and provides a tab for switching to the code vie

model-releasessimon-willison
28 May 2026
Tools

Experimental native binaries for Vercel CLI

DGX agent

Vercel announced experimental native binaries for the Vercel CLI, which compile the command-line tool into native machine code rather than running it through Node.js, potentially improving performance

toolsvercel-blog
27 May 2026
Tools

Firecrawl joins the Vercel Marketplace

DGX agent

Firecrawl, a web scraping and data extraction tool, has been integrated into the Vercel Marketplace, enabling developers to easily incorporate its capabilities into their Vercel-hosted projects. This

toolsvercel-blog
26 May 2026
Tutorials

New study: Securing AI in the browser is a top priority for IT Leaders

DGX agent

The way we work has fundamentally changed. From automated agents to sophisticated AI services, Generative AI (GenAI) has become a daily tool for a vast majority of employees. But with this rapid adopt

tutorialsgoogle-cloud-ai
26 May 2026
Model Releases

Everything Google Cloud customers need to know coming out of Google I/O

DGX agent

At Google Cloud Next ‘26, we unveiled the blueprint for the Agentic Enterprise, sharing our eighth-generation TPUs, Gemini Enterprise Agent Platform, a fully reimagined Agentic Data Cloud, Workspace I

model-releasesgoogle-cloud-ai
19 May 2026
Tools

Warelay -> OpenClaw

DGX agent

In preparation for a lightning talk I'm giving at PyCon US this afternoon I decided to figure out how many names OpenClaw has actually had since that first commit back in November. Thanks to this firs

toolssimon-willison
16 May 2026
Tools

Use native curl syntax with Vercel CLI

DGX agent

The Vercel CLI now supports native curl syntax, allowing developers to use standard curl commands directly within the CLI tool instead of requiring alternative command formats. This enhancement improv

toolsvercel-blog
15 May 2026
Tools

Building Blocks for Foundation Model Training and Inference on AWS

DGX agent

This article discusses AWS infrastructure, tools, and services designed to support the training and deployment of large foundation models, enabling machine learning practitioners to leverage AWS's com

toolshugging-face
11 May 2026
Tools

Quoting Andrew Quinn

DGX agent

One could say in the first quarter-century of my life, that while I was always fascinated by programming, I could never overcome the guilt of not really knowing whether the tool I am building right no

toolssimon-willison
10 May 2026
Model Releases

The founder’s AI foundation: The top announcements for startups from Next ‘26

DGX agent

The momentum is undeniable: the world’s fastest-growing AI startups are building with Google Cloud. Instead of stitching together fragmented point solutions, founders are building their businesses her

model-releasesgoogle-cloud-ai
29 Apr 2026
Model Releases

50+ fully managed MCP servers now available for Google Cloud services

DGX agent

At Google Cloud Next ‘26, we announced that more than 50 Google-managed Model Context Protocol (MCP) servers are generally available or in preview, with more on the way. Why it matters: To move beyond

model-releasesgoogle-cloud-ai
28 Apr 2026
Tools

Physical AI that Moves the World — Qasar Younis & Peter Ludwig, Applied Intuition

DGX agent

Applied Intuition develops software platforms and simulation tools for autonomous vehicles and robotics, enabling companies to design, test, and deploy physical AI systems at scale. The discussion wit

toolslatent-space
27 Apr 2026
Model Releases

Introducing workspace agents in ChatGPT

DGX agent

OpenAI introduced workspace agents in ChatGPT, a feature that enables AI assistants to perform tasks and take actions within connected workspace applications and tools. These agents can help automate

model-releasesopenai
22 Apr 2026
Tools

[AINews] The Two Sides of OpenClaw

DGX agent

OpenClaw is a project discussed in Latent Space's AI News segment that presents contrasting perspectives or implementations of an open-source AI system or tool. The article likely examines both the be

toolslatent-space
18 Apr 2026
← Previous
1…45678…32
Next →