HackerLangs
TopNewTrendsCommentsPastAskShowJobs

zacksiri

239 karmajoined 4 yıl önce
agentic movie database - https://memovee.com blog - https://zacksiri.dev

Submissions

Search movies across all your streaming services

memovee.com
1 points·by zacksiri·4 gün önce·0 comments

Show HN: I built custom movie dashboards for Apple TV

memovee.com
1 points·by zacksiri·9 gün önce·0 comments

I Solved Personal Siri [video]

youtube.com
2 points·by zacksiri·2 ay önce·0 comments

Show HN: My First iOS App

apps.apple.com
2 points·by zacksiri·3 ay önce·4 comments

The Spectrum of Intelligence

upmaru.com
2 points·by zacksiri·4 ay önce·0 comments

Many LLMs Struggle in Real Agent Workflows

upmaru.com
1 points·by zacksiri·4 ay önce·0 comments

Retrieval Is Not Intelligence

upmaru.com
2 points·by zacksiri·5 ay önce·0 comments

Show HN: Memovee – An agentic movie database

memovee.com
1 points·by zacksiri·6 ay önce·0 comments

comments

zacksiri
·evvelsi gün·discuss
They want you to buy their hosted service, that's where the convenience is sold. If they give you a one liner script you can paste in or a docker compose that does everything from scratch they cannot sell their hosted services.
zacksiri
·13 gün önce·discuss
I watched this movie recently, and the same thought crossed my mind. I was going to write a blog post about it, but was too afraid to read the responses. I'm glad you did. If I meet you I'd buy you a cup of coffee, we'd talk and we'd become friends.
zacksiri
·14 gün önce·discuss
They cherry pick and choose the parts of her work that fits their agenda, while forgetting the other parts.
zacksiri
·14 gün önce·discuss
This reminds me of the following quote

"When you see that in order to produce, you need to obtain permission from men who produce nothing - When you see that money is flowing to those who deal, not in goods, but in favors - When you see that men get richer by graft and by pull than by work, and your laws don’t protect you against them, but protect them against you - When you see corruption being rewarded and honesty becoming a self-sacrifice - You may know that your society is doomed." ― Ayn Rand, Atlas Shrugged
zacksiri
·27 gün önce·discuss
Thank you for publishing this. I've been following Paul Graham and his works for a long time. It's refreshing to see everything written down in a document like this. This is the bible for startups. Honestly, it's beautifully simple but not easy.
zacksiri
·2 ay önce·discuss
Do you have similar math for the flash-lite variant of the models? I'd be curious. Based on my testing / benchmark i think it's around the 100-120B mark.

With the Pro variant being around 600B - 800B

My testing is comparing it's performance / output to other models in the same size range, so not as scientific as yours.
zacksiri
·3 ay önce·discuss
It's a lot more than an LLM, it's backed by database + LLM. Gemini / ChatGPT on it's own believe it or not has hallucinated movies and imdb links.

While google can show you results it cannot personalize things for you. With this app you can mark movies as seen and you can ask for "things i haven't seen"

or ask it to "pick a movie for me" from a search result, you can tell it which region / streaming service you have and search within things you can actually watch.

You can't do any of that with google.

There are tons of queries i've tried where google will simply not be able to give me good results.

The goal is to have a TvOS app where you can just search across all your streaming options and with a single click open / stream any movies you find. Instead of having to search 10 different streaming apps to something you want to watch.

In the example you provided I could not see any streaming options for any of the movies or figure out if it's available in my region. I would have to do multiple other search to figure out where I can watch them. I also cannot see ratings etc...
zacksiri
·3 ay önce·discuss
Well with JustWatch and other service aggregators you cannot search for movies by themes / use natural language. For example:

- "Zombie or post apocalyptic movies released in the last 5 years"

- "Find me top 10 movies on [insert streaming provider]"

- "Can you find me top 10 movies released in the last 5 years I haven't seen"

- "Movies that will make me feel like I'm trapped in space"

- "Movies that put smart people under pressure"

You simply cannot do this with the streaming service aggregators or JustWatch.
zacksiri
·3 ay önce·discuss
I hope that one day humanity learns that in war there are no winners. We're all just brothers and sisters born on different corners of the planet. We share the same home.

I hope that we stop attacking one another and find peace and work together as a race to overcome our challenges.
zacksiri
·4 ay önce·discuss
It's ok, it's not the best. There are models that do better, I'd use it for some basic tasks but not actual complex tasks like query generation and retrieval.
zacksiri
·4 ay önce·discuss
I tested the model in an agentic workflow. Here is the report:

https://upmaru.com/llm-tests/simple-tama-agentic-workflow-q1...
zacksiri
·4 ay önce·discuss
I tested this model in an agentic workflow, it failed at some very basic tasks:

https://upmaru.com/llm-tests/simple-tama-agentic-workflow-q1...
zacksiri
·4 ay önce·discuss
Yes, my workflows use caching intensively. It's the only way to keep things fast / economical.
zacksiri
·4 ay önce·discuss
This is going to be a fun one to play with. I've been conducting tests on various models for my agentic workflow.

I was just wishing they would make a new flash-lite model, these things are so fast. Unfortunately 2.5-flash and therefore 2.5-flash-lite failed some of my agentic workflows.

If 3.1-flash-lite can do the job, this solves basically all latency issues for agentic workflows.

I publish my benchmarks here in case anyone is interested:

https://upmaru.com/llm-tests/simple-tama-agentic-workflow-q1...

P.S: The pricing bump is quiet significant, but still stomachable if it performs well. It is significant though.
zacksiri
·5 ay önce·discuss
Just released API Access for my agentic movie search product. So companies can build smart search into their streaming app / tracker apps:

Here is a demo link:

https://memovee.com/platform/demo?guest_account_id=019c481b-...

Try queries like:

- "Top 10 movies of 2024, sort by highest rating first"

- "Top 10 zombie apocalypse movies"

- "Find me some good movies that take place in space, no horrors please"

- "Some good movies that will make me appreciate life"

- "Find me movies like Bladerunner"

Or whatever else you can think of. You can also tell it to "filter out movies with less than 300 votes sort by highest rating first" etc...
zacksiri
·6 ay önce·discuss
I never thought of Elasticsearch as a database and always designed systems around what elasticsearch is supposed to be an index based document store for used with search.

I think their API is great and have had amazing results with it. Their recent innovations around quantization (bbq) has been amazing for my use case building an agentic movie database for discovering movies and personalized movie recommendations.

There are benefits to not using your database for everything, even if it adds a bit of complexity by introducing another dependency. If the benefits out weigh the cost of complexity reaching for elastic has almost always been worth it for me.
zacksiri
·6 ay önce·discuss
https://memovee.com - Agentic movie database

https://zacksiri.dev - My Blog
zacksiri
·8 ay önce·discuss
You obviously didn't read my comment about someone helping him get out of Iran.

IF he's out of Iran, works in a company with a founder or investor he's not violating any laws.
zacksiri
·8 ay önce·discuss
No one is failing to acknowledge that he's in a shitty situation. That's precisely the point of my post. It also doesn't mean he cannot be helped.
zacksiri
·8 ay önce·discuss
I feel for this guy, I really do.

I see comments like "is this a request to bypass sanctions" OR "he's iranian"

Let's remind ourselves of the following:

- First understand that he didn't choose to be born and raised in Iran.

- Second people grow up have families become attached to where they're born it's not easy to just 'pick up and leave' moving to a new country is expensive and extremely difficult especially from countries like Iran.

- Third he's building something he believes in which is probably better than most people who live in privileged countries who sit around and do nothing.

To me this reads like a plea for help.

He's built something and showing it to the world, if someone likes it and wants to fund him / get him out of Iran, so he can pursue his dreams AND have the people who help him benefit along with him. I'm sure he'll be all for that.