Best used with an AI agent

40+ live apps, open data APIs, MCP servers, and 200+ guides - more than anyone wants to click through. Point your AI here and it reads the whole map and does the work: finds the tool, pulls the data, runs the analysis, and hands you the links.

Here for the open-source code? Your agent finds the right repo for you - and can even clone and deploy it.

Prefer to explore on your own? Go right ahead.

Paste this to Claude Code, Codex, or any AI agent:
Go to tigzig.com and read tigzig.com/llms.txt. It is a practitioner toolkit - 40+ analytics apps, open no-auth data APIs, MCP servers, open-source repos (github.com/amararun), and 200+ build guides. Help me [your task]. Surface the exact links; where there is an API or MCP, call it directly; and if I want to self-host, find the repo and help me deploy it.

Two models added to Database AI Suite this week: GPT-5.1 and KIMI 2 Thinking

Published: November 18, 2025

Video thumbnail

KIMI 2 Thinking is close to Gemini 2.5 Flash in quality. Costs are higher and more volatile. GPT-5.1 is 20% cheaper than GPT-5 for database execution. Token bloat is down. Default reasoning set to none instead of medium.

For advanced analysis planning (single API call, reasoning step)

For database execution (where 80% of cost sits)

GPT-5-mini still has token bloat. Default reasoning is medium. For regular work, GPT-4.1-mini is better. For more firepower ramp up stepwise → GPT-4.1 → GPT-5.1

Planning vs execution costs

In multi-step advanced analysis workflow, for a single iteration, planner runs once. Execution agent runs 7 to 10 queries and debugs. Planning is 20% of cost. Execution is 80%.

Avoid multi-step unless needed

Multi-step workflows multiply costs fast. Single step: approx. $0.40 per 100 questions with a GPT-4.1-mini. Advanced analysis: approx. $15 per 100 questions depending on LLM. Use multi-step multi-agent workflows only when needed.

DATS-4 (Database AI Suite v4)

Database AI app. Connects to Postgres or MySQL. Two workflows: simple text-to-sql and advanced multi-step analysis. Supports python charts, table upload, export, PDF reports.

Try it

Sample button uploads test data to temporary Postgres instance. Use sample prompts. Or upload your files to a temp DB / connect to your DB.

Note

Public app routes through my backend. Sandbox testing only. For production, deploy on your servers.