Show HN: No-code AI-powered API endpoints (backengine.dev)
We thought we'd release it as a standalone tool for others who might also find it useful.
Backengine lets you create hosted API endpoints for which the endpoint logic is described in natural language as an LLM prompt. The endpoints accept structured requests and return structured responses.
Why is this useful?
Hosted - no additional infrastructure to maintain.
Prompt engineering workspace - you can edit, test and tweak endpoint prompts without touching any code.
Instant deployment - created endpoints should be immediately available, and changes to your endpoints are deployed in one click.
This is a first and very early release - we'd love for HN to try out Backengine and hear what you think! There's a playground where you can try it out - we're very interested to hear what use-cases people come up with.
5 comments
[ 72.8 ms ] story [ 108 ms ] threadYou instruct the LLM to carry out a task and 'ask' for the result in a structured format.
As always there may be some hallucination which you should be prepared to handle and can minimise with some prompt iteration.
A very simple example here https://blog.backengine.dev/fetching-iso-country-codes-with-...
Nevertheless it's quite interesting to think about a future where most API endpoints are "implemented" like this and the "database" they draw from is in the model weigths that underpins a particular API.
We're kind of assuming cost will come down 10-100x before too long.