from Hacker News

Show HN: Use functional tokens for AI agents to simplify app workflows

by alanzhuly on 6/7/24, 4:01 PM with 10 comments

Hi HN! I want to share our latest project at NEXA AI. We developed AI agent foundation models designed to transform how developers create AI agent powered apps.

One major challenge we've observed with current human-computer interactions is that many simple, one-step tasks become unnecessarily complex, multi-step workflows due to limitations of current GUIs. AI agents can solve this, but existing AI agent models are slow and costly.

To tackle these issues, we built lightweight AI agent models based on our Octopus V2, small language models for function calling (You can learn more about our functional token approach in our paper: https://huggingface.co/papers/2404.01744). These models support developers in building AI agents both on-device and in the cloud. Our function calling models are 4 times faster, 10 times cheaper, and more accurate than GPT-4o.

We’d love for you to try out our model APIs and see the difference for yourself. Your feedback and thoughts are incredibly valuable to us, and we’re here to answer any questions you might have.

Links:

Website: https://www.nexa4ai.com/octoverse

Playground: https://hub.nexa4ai.com

Documentation: https://docs.nexa4ai.com/

Join Discord to discuss: https://discord.com/invite/thRu2HaK4D

Paper: https://huggingface.co/papers/2404.01744

  • by frednoodle on 6/7/24, 4:49 PM

    I see that I can change the implementation of those functions in a particular model you have. Is it possible to change the defined functions(APIs) to fit my use cases?
  • by iam_a_user on 6/7/24, 4:25 PM

    The playground demo looks good, but how does the model perform under real-world conditions with high demand and diverse user inputs?
  • by JessicaWong90 on 6/7/24, 4:04 PM

    What kind of dev-specific use case would this help with?
  • by Iwiiwo91928 on 6/8/24, 4:37 AM

    Nice services excellent
  • by heisenbergcd9 on 6/7/24, 5:17 PM

    What is your differentiation with Multion Agent API?
  • by yaya_yazi on 6/7/24, 5:00 PM

    Do the models work on mobile apps? Or just web apps?