OK, what do robots think of humans?
AGENTS
-
HippoRAG, Langgraph, GraphAI for RAG and Agentic Workflows
By
–
My guts says yes. Seems helpful for both RAG and agentic workflows. Check out HippoRAG for the former and Langgraph or GraphAI for agentic workflows
-
Build Framework First, Models Will Follow Strategy
By
–
You get it. Build the framework, wait for model to catch up.
-

Siri Evolution: Molly NOX Transforms Smart Assistant Capabilities
By
–
“Siri that doesn’t suck.”
— swyx 🐣 (@swyx) 8 juin 2024
it has been a privilege to see Molly gradient descent NOX over the past year into what it is today
when I first got the NOX demo I was shocked by how smoothly it integrated all of my daily driver apps and could skillfully manipulate them whatever I… https://t.co/vBYlQbPWhB pic.twitter.com/YU9KpBfA0g“Siri that doesn’t suck.” it has been a privilege to see Molly gradient descent NOX over the past year into what it is today when I first got the NOX demo I was shocked by how smoothly it integrated all of my daily driver apps and could skillfully manipulate them whatever I
-

Codestral Excels as Web Agent Action Model
By
–
Codestral seems to to be really good as Action Model for Web Agents! Beating all other open models and even closed ones
-
AI Session Memory Limitations and State Persistence
By
–
Yes, but only in the existing session. It doesn't remember things across sessions.
-
Build AI Travel Itinerary Generator with Streamlit and Assistant
By
–
5. Get User Input and Generate Itinerary • Create text inputs for the user to enter their travel destination and the number of days they want to travel for.
• When the button is clicked, run the Planner assistant to generate the itinerary and display it using 'st.write()' -

Creating AI Assistants: Researcher and Planner Instances
By
–
4. Create and Initialize the AI Assistants Create instances of Assistants:
• Researcher: Searches for travel destinations, activities, and accommodations based on user preferences
• Planner: Generates a draft itinerary based on user preferences and research results -

Essential Libraries for Building AI Agents with Streamlit
By
–
2. Import necessary libraries • Streamlit for building the web app
• phi for building AI agents and tools
• OpenAI for using GPT-4
• SerpAPI for web search functionality
