HN user

mtrofficus

76 karma
Posts29
Comments32
View on HN
github.com 1y ago

Kubrick, the Video Processing Agent

mtrofficus
4pts0
www.youtube.com 1y ago

Agent Design Patterns: Full Course

mtrofficus
1pts0
github.com 1y ago

Make Llama 3.1 8B talk in Rick Sanchez's style

mtrofficus
3pts1
www.youtube.com 1y ago

YouTube Series: Agentic patterns from scratch using Groq [video]

mtrofficus
1pts1
medium.com 1y ago

A Vector Database Plays Mario Kart 64

mtrofficus
11pts7
github.com 1y ago

Agentic patters from scratch using Groq

mtrofficus
120pts40
github.com 2y ago

CrewAI Meets Suno AI

mtrofficus
12pts0
twitter.com 2y ago

Playing Mario Kart 64 using (just) Qdrant

mtrofficus
4pts0
twitter.com 2y ago

Programming Arduino with CrewAI and Ollama and Llama3

mtrofficus
1pts3
www.youtube.com 2y ago

Beating up the first Flat-Earther AI [video]

mtrofficus
4pts0
www.youtube.com 2y ago

I Built a Hacker News LangChain Agent [video]

mtrofficus
2pts0
www.youtube.com 2y ago

I built a LangChain Agent to chat with Hacker News [video]

mtrofficus
1pts0
github.com 2y ago

Ollama multimodal support (pre-release)

mtrofficus
3pts0
www.technologyreview.com 2y ago

Google's Gemini: MIT Technology Review

mtrofficus
14pts1
www.nature.com 2y ago

AI could lead to a better understanding of the brain

mtrofficus
5pts0
twitter.com 2y ago

Reading linked blogs / articles using Hacker News Chatbot

mtrofficus
1pts0
twitter.com 2y ago

Is OpenAI trying to summon the AntiChrist (joke)

mtrofficus
1pts0
twitter.com 2y ago

Asking Hacker News Bot about Q*

mtrofficus
1pts0
twitter.com 2y ago

Asking Hacker News Bot for the sentiment analysis

mtrofficus
2pts1
twitter.com 2y ago

Analysing Hacker News Comments with Chat Bot

mtrofficus
1pts0
twitter.com 2y ago

When AI Jesus gets mad at you

mtrofficus
1pts0
twitter.com 2y ago

The time I OWNED Socrates

mtrofficus
1pts0
github.com 2y ago

Translating Python Docstrings with Gpt4docstrings

mtrofficus
1pts0
share.streamlit.io 2y ago

A ChatBot for Interacting with Hacker News

mtrofficus
9pts17
share.streamlit.io 2y ago

Hacker News ChatBot: The Ultimate HN Interaction

mtrofficus
1pts0
marketplace.visualstudio.com 2y ago

Browsing Hacker News without leaving VSCode

mtrofficus
3pts1
github.com 2y ago

Automatic Outlier Detection Using Hampel Filter

mtrofficus
2pts1
github.com 3y ago

Gpt4docstrings: A GPT-based Python library to generate multi-style docstrings

mtrofficus
3pts1
github.com 3y ago

Automatically Generate Python Docstrings with GPT

mtrofficus
1pts1
[dead] 7 months ago

Hey!

I'm excited to share an open-source course I've created that walks you through building an Agentic Call Center from the ground up.

The course is divided into five lessons covering core architecture, FastRTC for WebRTC and WebSocket connections, plus integrations with Twilio, Superlinked, Qdrant, and more.

Hope you find it useful!

[dead] 12 months ago

Tired of tutorials that just walk you through connecting an existing MCP server to Claude Desktop?

Yeah, us too.

That's why we built Kubrick AI, an MCP Multimodal Agent for video processing tasks.

Yes! You read that right:

Agents + Video Processing ... and MCP!

[dead] 1 year ago

Hey everyone!

Excited to share one of my latest projects.I'm recreating famous philosophers and historical thinkers inside a video game simulation. It's been wild bringing these iconic minds to life in a whole new way.

Hope you like it!

[dead] 1 year ago

Hey guys!

I wanted to share the open-source course we've built, where you'll learn how to build an AI Companion using these technologies:

1. LangGraph (defining all the agentic workflow) 2. Qdrant (long-term memory) 3. Groq (as LLM provider, so free :)) 4. ElevenLabs (for the TTS module) 5. Whisper (for the STT module) 6. FLUX models (for image generation)

Let me know what you think!!

[dead] 1 year ago

Hi there!

Just wanted to share the open source course we are launching in GitHub, YouTube and Substack. It's about building a multimodal agent connected to WhatsApp taking inspiration from the movie Ex Machina (that's why it's called Ava xD).

The course is structured in 6 lessons, that we are launching every Wednesday (of course, everything is 100% free haha).

Let me know what you think!!

This project shows you how to make Llama 3.1 8B speak like Rick Sanchez by:

1. Creating a custom dataset from Rick and Morty transcripts in ShareGPT format

2. Finetuning the model using Unsloth's optimizations on Lambda Labs GPUs

3. Converting and deploying the model to Ollama for local use

It's a fun way to learn LLM finetuning while creating your own Rick-speaking AI assistant.

Wubba lubba dub dub!

[dead] 2 years ago

In the Medium article I'll show you how I programmed some simple Sketch scripts and uploaded to my Arduino UNO using crewAI Agents.

They offer a lot of top LLMs for free. That's the reason why. I mean, I'm using llama3.1 fine tuned for tools completely free. That's the reasoning behind haha But you could choose any other. At first I was thinking about Ollama, but Groq came as a great choice.

I wanted to share a GitHub repository I've started a couple of months ago where I'm implementing, from scratch, the 4 agentic patterns as defined by Andrew Ng: Reflection pattern, Tool pattern, Planning pattern and Multiagent pattern.

Yes, what I mean by that comment is that this interface let's you access all of this information in a chat-based fashion, You don't need to change the tab (from top to new for example), or create some manual filtering. You just ask the chatbot to perform this operations from you (and you can ask for any number of stories you want, sorted by score, etc.).

Nest steps I have in mind (would like to know your opinion about them):

1. Access comments informations (e.g. asking the chatbot to give you a summary of the sentiment analysis on the comments for a given story)

2. Access content information (e.g. suppose one story links to a news article in Xataka for example, it would be really cool for the chatbot to access the content of the webpage and being to answer questions about it)

Any thoughts?

Next improvements for the app:

1. Being able to access the comments and ask the bot about them (e.g. give me a summary about the comments, some kind of sentiment analysis, etc.)

2. Being able to summarise the content in the URLs (this is only applicable blog posts, news articles etc, but I think it could be cool for the chatbot to parse the blog post using bs2 and being able to reason and answer questions about it)

Hey! I followed some of the examples in the Streamlit gallery. I agree it looks like some phising page hahaha when I was trying some of the examples I used a openai key that I deleted after I was finished xD