pombo

↗ HN profile [ 123 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Hey HN, 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,…

  2. I have been noticing AI websites adding support for llms.txt standard, which inspired me to read more about it. llms.txt is similar to robots.txt but for LLMs so they can better understand a website with less tokens. I…

  3. Source Code: https://github.com/backmesh/flutter-chatgpt Live Demo: https://flutter-chatgpt.pages.dev

  4. Hello HN! Fernando from Backmesh. I got tired of having to spin up a backend to use the OpenAI or Anthropic API and figure out authentication, usage and error analytics per user in my web or mobile apps so I created…

  5. I recently published a new package on npm that brings the Anthropic APIs to React Native without polyfills. The library supports chat streaming and normal chat completions. The goal of the library is to follow the Node…

  6. I recently published a new package on npm that brings the OpenAI APIs to React Native Expo without polyfills. Today the library supports chat streaming, normal chat completions and file upload with more endpoints coming…

  7. A little side project I put together as I realized I was increasingly using going to different LLMS to help me debug.

  8. LLMs as Compilers (lfdepombo.com)
  9. Infrastructure as Code Is Not the Answer (lukeshaughnessy.medium.com)
  10. Hi all, IaSQL maintains a two-way connection between an unmodified PostgreSQL database and an AWS account. IaSQL at it's core is a diffing system between the cloud infrastructure state and the desired state that is used…