once upon a time:
I kept running into a simple problem.
My documents were everywhere—PDFs, notes, reports, random files across different projects.
Every time I needed something, I had to open files and search manually just to find a small piece of information.
So I built Summary AI with @Azhan_Tweet
It’s a document workspace that lets you upload files and talk to them like a knowledge base.
You can ask questions, get summaries, and retrieve answers across all your documents.
Three design decisions we made early:
• Secure by design — we don’t store full files in the traditional way
• Unlimited uploads — supports multiple files and formats without constraints
• Your knowledge, searchable — everything becomes a single conversational workspace
It’s built for working with your own information, not just summarizing single files.
That’s it.
It’s live if you want to try it.
Happy to give a free Pro plan: just DM me.
👋 Hello artisans!
Get ready for our "Daily Bytes" series to stay active and engaged. From Knowledge Sharing on Mondays to Member Spotlight on Fridays, we've got you covered. Every weekday at 3pm, starting from April 24. Join the conversation and connect with fellow artisans.
@Appastair@taylorotwell when you have 80 workers running then the worker allocation could be temporarily handled through the horizon UI to create workers
@Appastair@taylorotwell php artisan queue:work --queue=high,low
high and low just the queue names that doesnt add any weights to them, horizon can have more workers for every queues ... during auto scale and balancing all workers start from 1 to max
A new "size" auto-scaling strategy has been added to Horizon. 💪
This strategy assigns more worker processes to queues based on total queue size. The default strategy (time) assigns processes based on estimated time to clear the queue.