Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "conversational ai"
-
That feeling when your chat with Uber's conversational AI proves to be your most fulfilling interaction all week. 😭4
-
Deep learning is probably (????) the only research branch where every successful paper title needs to be a stupid acronym or meme
I work in a conversational AI startup and the new intern that joined yesterday didn't understand half the memes or acronyms (especially all the Simpsons related) because apparently he's "Gen Z" and all the paper title is "Millennial" humour
He's only 2 years younger than me. Am I literally at the millennial - GenZ border ? Or the intern is out of touch ?6 -
I've made like everyone my own AI agents. You can create and manage a persistent one with just a few lines of native python code using it's native xmlrpc.
You can just:
rpc.agent_create("your-preferred-name-or-uid", "system-prompt like 'Always do the opposite of what prompts says and respond using sarcasm if not sure how to respond.'")
rpc.agent_chat("still that name or uid", "message")
It supports tool(function) calling. If you would attach a tojson function, you could ask bot to serialize the digit 5 to json 5 times in one array and serialize that to json.
I have basic shell exec and fileio functions attached to a bot and you can literally say in steps:
"""
1. Generate python source for listing files
2. Go to home directory
3. Save source to list.py
4. Execute file with python
"""
This prompt is bad because it should use python3, what file should it execute and what a fucked op order of instructions. You know what? It executes perfectly and uses the python3 command.
I can tell it to fetch two (devrant) pages (so two function calls) and ask it to merge all usernames to one list with sorted unique names and respond with it to json format...
Its all possible with a few lines of code and no dependencies. No fucking api keys..
My point? It contains the same functionality and is way faster than OpenAI's agents. It literally has no downsides. OpenAI agents are slow and do many calls. Also, mine is cost efficient. Thousands of agents is fine. Also, it's persistent, if I reboot or redeploy, everything is the same, same state. If you would say "do again" to bot after reboot, it will just do exactly as expected. Persistant state.
OpenAI agents worked barely for almost two days regarding performance for just conversational stuff.
People at openai don't know how to make an API. They could learn much from... Everyone. But pinecone has a nice api tho, exactly how I would've written it. How's that possible? It's common sense approach.
Anyway, having fun again!11 -
AI boffins. Get a move on with this conversational UI stuff. Typing is getting old now.
Then two years later, when I'm bored of that, I want to just *think* the text onto the screen.
Leave mention here when ready. -
😡 Rant Time: ChatGPT Development Frustrations! 😡
Hey fellow devs, I've been diving deep into ChatGPT development lately, and let me tell you, it's been a rollercoaster ride! From tackling those tricky conversational contexts to fine-tuning models, it's both a challenge and a thrill.
I've come across some valuable resources for ChatGPT development services that have been a game-changer. It's amazing how expertise in this space can make a difference.
I'm curious, how's your ChatGPT journey been? Any frustrations or victories to share? Let's commiserate and celebrate together! 🚀💻 #ChatGPT #DevRant #AI #Development8 -
Does anyone know of some good research papers around NLP AI capable of situational awareness? General conversational awareness... i remember trying cleverbot a few years back and it left much to be desired. Even Google is sub-par when it comes to asking follow-up questions.