Date: September 3, 2024
Puzzlet is Live!
Puzzlet just launched V1 of it's GenAI platform
Puzzlet is the GenAI platform that developers love, and companies trust. We provide git-based prompt management, with as little as a single LOC for observability.
Some highlights of what we do:
- Save your prompts in git via JSON or Markdown (coming soon):
- Chain your prompts easily in our UI
- Decouple prompts from code by accessing them via our secure CDN
- Decouple prompts from model providers with our generalized format and serialization/deserialization between our format and providers.
- Instantly collaborate with non-technical users via our hosted platform, where they can make commits to your codebase, without a git account.
- Local development for developers
- Start tracing in as little as one LOC
- Trace complex workflows by adding annotations to your code
- Instantly trace/see your vector db calls
- Instantly see the metrics you care about
Some highlights of what we don't do:
- Proxy your calls. These are invoked directly to model providers via our SDK.
- Put your chain/workflow logic behind our API. We believe this is best kept in your own codebase.
- Lock you in. Prompts get stored in your own codebase, and we allow you to communicate w/ model providers directly through our SDK.
- Store or proxy your production API keys. You store these however you need to.