{"id":30657427,"url":"https://github.com/rohittcodes/gpt-5-vs-opus-4-1","last_synced_at":"2025-08-31T11:13:49.015Z","repository":{"id":309367958,"uuid":"1035870815","full_name":"rohittcodes/gpt-5-vs-opus-4-1","owner":"rohittcodes","description":"Ecommerce app using gpt-5 and opus-4.1 | Built with Rube MCP","archived":false,"fork":false,"pushed_at":"2025-08-11T12:47:11.000Z","size":486,"stargazers_count":14,"open_issues_count":0,"forks_count":3,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-30T04:57:41.874Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rohittcodes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-11T08:07:55.000Z","updated_at":"2025-08-19T11:42:00.000Z","dependencies_parsed_at":"2025-08-11T14:33:22.070Z","dependency_job_id":"d2c0838f-5fde-477b-aad0-d12f953ffe15","html_url":"https://github.com/rohittcodes/gpt-5-vs-opus-4-1","commit_stats":null,"previous_names":["rohittcodes/gpt-5-vs-opus-4-1"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rohittcodes/gpt-5-vs-opus-4-1","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohittcodes%2Fgpt-5-vs-opus-4-1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohittcodes%2Fgpt-5-vs-opus-4-1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohittcodes%2Fgpt-5-vs-opus-4-1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohittcodes%2Fgpt-5-vs-opus-4-1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rohittcodes","download_url":"https://codeload.github.com/rohittcodes/gpt-5-vs-opus-4-1/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohittcodes%2Fgpt-5-vs-opus-4-1/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272971553,"owners_count":25024100,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-31T02:00:09.071Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-08-31T11:13:48.309Z","updated_at":"2025-08-31T11:13:48.978Z","avatar_url":"https://github.com/rohittcodes.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## GPT-5 vs Claude Opus 4.1 - Practical Dev Comparison\n\nBuilt with [Rube MCP](https://rube.composio.dev) by [Composio](https://composio.dev)\n\n### What this is\nSide-by-side comparison of OpenAI GPT-5 and Anthropic Claude Opus 4.1 on developer tasks, run in Cursor with Rube MCP. Full narrative and screenshots live in [blog.md](https://composio.dev/blog/gpt-5-vs-opus-4-1-code-comparison).\n\n### TL;DR results\n- **Algorithms (Median of Two Sorted Arrays, Java)**\n  - **GPT-5**: 8,253 tokens, ~13s; clean `O(log(min(m,n)))` binary-search solution\n  - **Opus 4.1**: 78,920 tokens, ~34s; similar solution with more commentary\n  - **Call**: GPT-5 wins on speed and token efficiency\n- **Web dev (Figma clone via Rube MCP Figma toolkit, Next.js + TS)**\n  - **GPT-5**: 906,485 tokens, ~10m; working app, lower visual fidelity\n  - **Opus 4.1**: 1.4M+ tokens; needed Tailwind v4 config fix; much closer to pixel-perfect\n  - **Call**: Opus 4.1 wins on design accuracy; GPT-5 wins on cost\n- **Overall**: GPT-5 is practical and cost-effective; Opus 4.1 shines when visual fidelity matters and budget allows.\n\n### Method (brief)\n- Same prompts; languages: Java, TypeScript/React\n- Tasks: Competitive programming and web development\n- Environment: Cursor IDE with Rube MCP\n- Metrics: Token usage, time, code quality, and working results\n\n### Read more\n- Full write-up: [blog.md](https://composio.dev/blog/gpt-5-vs-opus-4-1-code-comparison)\n- Composio toolkits: [docs.composio.dev/toolkits](https://docs.composio.dev/toolkits/introduction)\n- Rube MCP setup: [rube.composio.dev](https://rube.composio.dev/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohittcodes%2Fgpt-5-vs-opus-4-1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frohittcodes%2Fgpt-5-vs-opus-4-1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohittcodes%2Fgpt-5-vs-opus-4-1/lists"}