Skip to content

Instantly share code, notes, and snippets.

View tmirmota's full-sized avatar

Thomas Mirmotahari tmirmota

View GitHub Profile
@tmirmota
tmirmota / ai-model-comparison-report.md
Created February 1, 2026 14:46
AI Model Comparison Report: Claude Opus 4.5 vs GPT-5.2, Gemini 3 Pro, and competitors - Cost vs Performance Analysis (Jan 2026)

AI Model Comparison Report: Opus 4.5 vs Competitors

Comprehensive Analysis of Cost vs Performance (January 2026)


Executive Summary

This report provides a detailed analysis of frontier AI models comparable to Claude Opus 4.5, examining pricing structures, performance benchmarks, and cost-efficiency ratios. The models analyzed include:

  • Claude Opus 4.5 (Anthropic)
@tmirmota
tmirmota / picatic-user-cohorts.sql
Created February 3, 2018 05:21
> 2016 users cohorts with signups and total rev
-- Paste this as the header for: https://bslatkin.github.io/cohorts/
-- Cohort group type,Cohort group value,Cohort day, Signups,Total Revenue (CAD)
WITH
users AS (
SELECT
*
FROM
`picatic-prod.picatic_data_science.users` AS users
WHERE
@tmirmota
tmirmota / cloudsql_api
Created February 2, 2018 07:52
Uptown API built with Go and hosted on GAE
package main
import (
"database/sql"
"encoding/json"
"log"
"net/http"
"fmt"
"os"
"reflect"
@tmirmota
tmirmota / gist:1eb2544bb7997c2767636404588153c9
Created January 16, 2018 05:15
ST_Contains_2018-01-15_v1
id select_type table partitions type possible_keys key key_len ref rows filtered Extra
1 SIMPLE ct NULL ALL SHAPE NULL NULL NULL 4783 100.00 Using temporary; Using filesort
1 SIMPLE r NULL ALL SHAPE NULL NULL NULL 13994 100.00 Range checked for each record (index map: 0x4)