TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Unfetch.com – I'm working on teaching AI to make API calls

1 pointsby cosbgnover 1 year ago

1 comment

cosbgnover 1 year ago
Hey everyone I hope you like it. I&#x27;m trying to integrate AI and APIs. It&#x27;s not super simple as you have a lot of issues like:<p>- APIs change - Models can&#x27;t access real time data quickly (e.g. scrape docs on real time) - Sometimes libraries are required - Models MUST make the right call - ETC<p>I&#x27;m solving this by saving API specs as vectors and injecting them in the prompts + training the AI to make API calls, + having my own code interpreter where I can run any library from NPM in real time (no install step required thanks to deno)<p>Let me know your feedback and ideas around this!