We all want faster, cheaper and more accurate tool calling abilities, but what are our options for improving accuracy and reliability of tool calling with Open Source LLMs? Attend a workshop with @RickLamers at @aiDotEngineer to find out. https://
hubs.la/Q02CmM7W0
AGENTS
-

Improving Tool Calling Accuracy with Open Source LLMs Workshop
By
–
-
AI Assistants Guide Major Life Decisions and Career Choices
By
–
Obvious statement: more people will turn to AI for big life decisions. I was chatting back and forth with a custom AI assistant, describing my entire background in AI, interest areas, pain points I want to solve, skills, things that bring me energy, etc. We spoke for maybe 10
-
The Real Role of CEO Beyond Decision-Making
By
–
If you have an AI that is superhuman at ingesting information and turning it into decisions towards a certain goal, then the actual CEO can turn to it for most decisions. That doesn't mean you don't need a human CEO. The primary role of the CEO isn't so much making decisions as
-

ASSI: Artificial Super Saiyan Intelligence Concept
By
–
ASSI (Artificial Super Saiyan Intelligence) pic.twitter.com/Xrxlg570r5
— Yohei (@yoheinakajima) 19 juin 2024ASSI (Artificial Super Saiyan Intelligence)
-
Learning from Success: Imitation Learning in AI Systems
By
–
The idea might be easier to understand for something that’s more of a motor skill like archery. Imagine building a dataset of humans shooting arrows at targets and then imitating only the examples where they hit the targets.
-
Phidatahq Framework Praised for Amazing AI Development Capabilities
By
–
Thank you, @phidatahq is amazing!
-
Finance Agent Demo Application Using Streamlit
By
–
Working Application demo using Streamlit
— Shubham Saboo (@Saboo_Shubham_) 19 juin 2024
Paste the above code in vscode or pycharm and run the following command: 'streamlit run finance_agent.py' pic.twitter.com/GQpDBegf8DWorking Application demo using Streamlit Paste the above code in vscode or pycharm and run the following command: 'streamlit run finance_agent.py'
-

Full Application Code AI Personal Finance Agent
By
–
Full Application code to chat with AI Personal Finance Agent
-
Building AI Financial Planner with User Input and Streamlit
By
–
5. Get User Input and Generate Financial Plan • Create text inputs for the user to enter their financial goals and current financial situation.
• When the button is clicked, run the Planner assistant to generate the financial plan and display it using 'st.write()' -

Creating AI Assistants for Financial Research and Planning
By
–
4. Create and Initialize the AI Assistants Create instances of Assistants:
• Researcher: Searches for financial advice, investment opportunities, and savings strategies based on user preferences
• Planner: Generates a personalized plan based on user preferences.