HackerTrans
トップ新着トレンドコメント過去質問紹介求人

lpellis

no profile record

投稿

Can you save on LLM tokens using images instead of text?

pagewatch.ai
48 ポイント·投稿者 lpellis·8 か月前·19 コメント

[untitled]

1 ポイント·投稿者 lpellis·8 か月前·0 コメント

コメント

lpellis
·8 日前·議論
I tried the same thing last year (with openai models), back then it worked to reduce prompt tokens, but you needed way more completion tokens, ultimately more expensive (and slower) https://pagewatch.ai/blog/post/llm-text-as-image-tokens/
lpellis
·3 か月前·議論
Still working https://pagewatch.ai/ , my ai readiness audit tool. Currently having fun building a MCP app for it inside Claude / ChatGPT, its oddly tricky to get things behaving consistently.
lpellis
·4 か月前·議論
The github link is also going to a 404.

I built a tool to check for these issues, was curious if it would find it all, but yes.

https://pagewatch.ai/s-bm6jq1qs6y1x/b560hmfx/dashboard/previ...
lpellis
·4 か月前·議論
Ironically I'm getting SSL handshake failed on your site
lpellis
·4 か月前·議論
Really pretty keyboard widget, though it did slightly confuse me that is showing the next key, not what I actually typed.
lpellis
·4 か月前·議論
There is so much opportunity in AI that is not just a chatbot, I almost feel there should be category of tools that is LLM powered, but not [here is empty textbox] Best of luck!
lpellis
·4 か月前·議論
https://pagewatch.ai/ - make sure LLM's can understand your site.

There is a surprising amount of edge cases that can cause ChatGPT or others to misunderstand your pages. Some models can handle div based tables, some want alt tags but cannot understand title tags, etc.

I built the tool to check your site as close as possible to what a human would see and then compare it with LLM's.

It was a weird journey trying to tease this info out of the models, they will happily lie, skip checking sites or just make things up.
lpellis
·5 か月前·議論
I've been very happy with https://render.com/ , seems the closest to what heroku was
lpellis
·6 か月前·議論
I think this might be one of the first times I didnt notice it, but just look through the comment history of https://news.ycombinator.com/threads?id=jackfranklyn , they all look the same.
lpellis
·8 か月前·議論
https://pagewatch.ai/

Building a tool to check your site layout and copy from multiple devices. Uses gpt-5 vision to find inconsistencies in headings/images.
lpellis
·9 か月前·議論
Landing page is pretty but some serious spelling errors going on in the main title ('Flixible Email', 'Bussines'), might want to fix that :) see https://pagewatch.ai/s-jbjiz2qxvndc/li4tigvz/dashboard
lpellis
·9 か月前·議論
FIY your homepage automatically loads new content when you scroll down, making things look quite chaotic and impossible to see the footer.
lpellis
·9 か月前·議論
This thing at least looks like a bike, some of the 'e-bikes' are way more motorcycles than actually meant to be paddled.
lpellis
·9 か月前·議論
A task framework could be very useful, setting up celery task can get complicated very fast, especially once you have multiple servers with rolling deploys or recurring task (celery-beat). Rails has active-job and is always something I felt was missing from Django.
lpellis
·9 か月前·議論
https://render.com/ is probably the closest, I'm really enjoying using them. Workflow is the same as heroku, but cheaper, no nightly restarts, supports new python versions etc..
lpellis
·9 か月前·議論
Pretty clever to host the malware on a sites.google.com domain, makes it look way more trustworthy. Google should probably stop allowing people to add content under that address.
lpellis
·9 か月前·議論
Astro is really fun to work with, cool that you can add components from vue/react etc all on the same page. Sounds like they are planning to use the money for their AI builder, hopefully the core keeps getting worked on also.
lpellis
·6 年前·議論
Well I just signed up and tested one of my Heroku apps, got it working with just a few clicks, really impressive. Are there any way to see stats like memory usage? What happens if an app goes over the limit? (heroku has some swap space before it kills an app, and then I can see it in the logs)
lpellis
·6 年前·議論
I have the timeout set to 10 seconds which certainly helps, I think the issue is how gunicorn/gevent handle web requests. I think each request spawns a new redis connection, and as far as I can see there is no global pool I can use :( On heroku you are limited to 20 connections in the free tier, and it quickly gets expensive.
lpellis
·6 年前·議論
The max monthly spend is awesome, I'l probably try it out just because of that :) Its a bit unclear to me though how exactly the heroku deploy works? Is it basically a replacement for the web dynos that heroku provides, but then still connecting to existing postgres instances for example? What are the limits for the redis store? I'm using it on heroku but constantly running into max connection issues, if you can improve that experience it is also a great win.