@_svs_ If an AI agent is going to talk to candidate and schedule a call etc. what is the experience the candidate goes through and is it desirable?
Eg. I hate all the robo calls and I let my voicemail handle all of them.
Whatโs the play would be in recruitment?
@avrldotdev Build a knowledge Cache reading the docs and parameters. Map it to intents and pre-conditions
But I would prefer a deterministic workflows over non deterministic LLM tool selection
@avrldotdev Step 1: Let LLM think and decide an intent (Preferably normalized).
Step 2: Maintain a metadata of tools which can match the intent. One intent many tools are possibility.
Step 3: Let LLM decide from the filtered tools what to call.
What if it is unseen set of tools?
@hellonehha Interesting question I keep asking is do you really need agents or an automation or rules engine can do the work
Many times enterprise needs deterministic outcomes and donโt need an LLM to decide on which tool to use
@SumitM_X Authorization header has the format of <scheme> <credentials>
It supports https://t.co/QI4pMjYWsG Schemes
Bearer is one of them. It denotes any one bearing this token can get access to the resource without demonstrating possession of cryptographic key
@amuldotexe@shreyas@gokulr My problem with 1 member team is there will be more than 1 way to solve it and taste varies. 1 member team can create an echo chamber with LLM
Here is my prediction:
The Magnificent Seven - Alphabet, Amazon, Apple, Meta, Microsoft, Nvidia, and Tesla - will continue to push AI down our throats despite diminishing returns to its users, simply because theyโve invested so much theyโve gone past a point of no return.
That notwithstanding, the inevitable Great Implosion will happen to companies such as Anthropic and OpenAI because open source models that can be run locally - with minimal capex and zero risk of surveillance - are quickly and irreversibly becoming good enough.
The whole โAGI is just around the cornerโ is a meaningless and silly distraction.
@vivoplt sessions, tokens and serverside state helps REST APIs remain stateless. They inject the state by externalizing them to the Stateless REST Service.