Skip to main content

2 posts tagged with "showcase"

View All Tags

Quickly compare cost and results of different LLMs on the same prompt

· One min read
Luis Fernando De Pombo
Luis Fernando De Pombo

I often want a quick comparison of different LLMs to see the result+price+performance across different tasks or prompts.

So I put together LLMcomp—a straightforward site to compare (some) popular LLMs on cost, latency, and other details in one place. It’s still a work in progress, so any suggestions or ideas are welcome. I can add more LLMs if there is interest. It currently has Claude Sonnet, Deep Seek and 4o which are the ones I compare and contrast the most.

I built it using a port of AgentOps' tokencost for the web to estimate LLM usage costs on the web and the code for the website is open source and roughly 400 LOC

Built a ChatGPT-like app with no backend/functions at ~1k LOC

· One min read
Luis Fernando De Pombo
Luis Fernando De Pombo

I wanted to showcase something I built using Backmesh. It is a ChatGPT-like app using Flutter, Firebase Authentication and Firestore. It is about 1k lines of code with no backend (server or cloud function). It runs on web, but since it was built with Flutter it could also run on mobile or desktop.

Source code: https://github.com/backmesh/flutter-chatgpt

Live Demo: https://flutter-chatgpt.pages.dev