top of page


Google Tools I Use on Live Projects — Analysis, Automation & Building Micro-Apps
I went from zero Google usage last year → now ~20% of my work runs on their stack. Here’s my current short list of practical tools. AI Studio (Gemini 2.5 Pro)for code generation & analysis
Gemini Buildfor building basic working app
Backend APIs (Flash Models)for reliable, low-cost automation
Gemini CLImy workhorse for scripting & backend tasks
Notebook LMtechnical videos into actionable notes
OpalAI micro-apps workflows – assessing..
Sep 92 min read


Python in Excel (xlwings Lite) with Natural Language Instructions.
Dictate logic → AI codes. My Workflow for AI Code Generation. 𝗪𝗵𝗮𝘁 𝗜 𝗰𝗼𝘃𝗲𝗿 1. xlwings Lite - quick start 2. Robust workflow -...
Sep 62 min read


Python in Excel: Field Guide & Practice Lab for AI-assisted xlwings Lite.
I am sharing my workflow and documents for using AI to reliably generate xlwings Lite Python code. This is not a theoretical guide. It's...
Sep 31 min read


LLM Costing for Database AI Apps. Live Experience. Live App. Open Source
On costing, a hard rule: Published API rates are a fantasy. Always test your specific use case and check the actual charged cost....
Sep 11 min read


Two of the best resources I've seen on building agentic AI. One from Manus, one from Anthropic.
Required reading. They are dense, practical guides from builders who have clearly felt the pain of agents going rogue and burning...
Sep 11 min read


Database AI & SQL - Now choose you LLM: GPT-5, Deepseek, Qwen 3 Thinking. Live. Open Source.
Live at: app.tigzig.com . You need top-tier reasoning? Use Claude Sonnet 4. Need the latest model for testing? Swap in GPT-5. Need a...
Sep 11 min read


Database AI & SQL Agent - Connect to any database on-the-fly. Live. Open Source
DATS-4 is live at app.tigzig.com
Path: Database AI & SQL Apps -> DATS-4 (Database AI Suite -v4.)
The process is direct:
1. Dump your credentials into the text box. The format doesn't matter; a credential-parsing AI step standardizes it to a valid JSON object.
2. Start asking questions in natural language
Sep 11 min read


Free, Production-Grade Databases. Get setup in minutes. Great for testing and development
Supabase: Auth integration.
Aiven: Most generous free tier (5GB) and supports both Postgres & MySQL.
I use these for creating a 'one-time-use' database for testing to live client projects.
See live in action on app.tigzig.com -> Database AI & SQL Apps
Sep 11 min read


Database & SQL AI: On-the-fly database transformation with natural language. Connect, transform, and export instantly.
↳ 𝗜𝗻𝘀𝘁𝗿𝘂𝗰𝘁: the agent to add derived variables or perform data transformations
↳ 𝗘𝘅𝗲𝗰𝘂𝘁𝗲: the agent writes the SQL and creates a new, transformed table and logs the entire process
↳ 𝗩𝗮𝗹𝗶𝗱𝗮𝘁𝗲: review agent reasoning, SQL and debugging carried out by the agent
↳ 𝗘𝘅𝗽𝗼𝗿𝘁: the finished table to CSV for further analysis from right within the app
Sep 11 min read
Security Performance Report for Investors. AI Quant Agent. Live. Open Source. Free.
Analysis generated by the Quants Agent, one of my open-source tools. The agent was instructed to run a full SPR on these securities. Key...
Sep 11 min read


AI Technical Report for Traders- An Open Source Tool
AI Technical Report for Traders- An Open Source Tool. A supporting input for trade setups. It covers stocks, crypto, and commodities on daily/weekly timeframes, generating a 6-section report (PDF/HTML) with an AI-driven technical outlook.
Aug 301 min read


AI for Databases: Field Guide, Live Apps & Lessons
A 50-page, in-the-trenches document based on 15+ months of live client deployments. This guide bundles my practical lessons, the 8 live apps I built, and the full source code.
The Asset Includes:
The 50-Page Field Guide (PDF): A practitioner’s rulebook
8 Live Apps (4 Variants): Fully functional apps for testing, including the flagship DATS-4 suite.
Full Source Code & System Architecture: All GitHub repositories and architectural diagrams.
Aug 101 min read
bottom of page
