Brooooooooooooo... this feels like a dream come true for every developer & designer. 🦴
Now you don't have to manually design skeleton screens for your UI.
Boneyard automatically extracts the layout from your real UI and generates pixel-perfect skeleton loading screens from it.
Just wrap your UI components with Boneyard, run the build, and it creates the skeletons for you :)
Follow me for more amazing AI, Coding & Web Dev insights 💎
ElevenLabs founders must be SHAKING right now...
for years they owned TTS because nothing open-source sounded human
that’s over... Fish Audio just launched S2.1 Pro and they’re one of the few voice AI companies that also has open-weight models
> clone any voice from a 15 second clip
> type [whispers] or [laughing nervously] into the script and it obeys
> switch languages mid conversation without switching models
the model you used to rent a subscription for is now has a public download model
tinker with the weights on your own gpu or use the api
Web scraping will never be the same.
(100% open-source visual search at scale)
PixelRAG is a retrieval system that skips HTML parsing completely.
Instead of scraping a page into text and embedding chunks, it screenshots the page and retrieves the image. A vision-language model reads the answer straight off the pixels.
Why that matters: parsing is where web RAG quietly loses information.
- A single HTML-to-text parser can drop 40%+ of a page.
- Tables, charts, and layout get flattened or thrown out.
- Swapping parsers alone can move accuracy ~10 points on the same docs.
PixelRAG indexes the page a person actually sees. The team built a visual index of all of Wikipedia, 30M+ screenshots, and it still beats the strongest text RAG baseline by 18.1% on text-only QA.
The repo also ships a Claude Code plugin that gives Claude eyes.
It lets Claude screenshot any URL and read the rendered page instead of scraping the DOM. So you can hand it a live page, an arXiv paper, or your local site and ask what it actually looks like.
One setup script. No MCP server, no backend.
How the pipeline works:
- Renders each document (web, PDF, image) to image tiles.
- Embeds them with Qwen3-VL-Embedding, LoRA fine-tuned on screenshots.
- Builds a FAISS index and serves a search API.
A stronger reader model lifts accuracy with no re-indexing, since the index is just pixels.
Everything is open-source under Apache-2.0.
GitHub repo: https://t.co/bzxfOombXx
Talking about RAG, we wrote an article on a new approach that makes retrieval much more efficient by cutting corpus size by 40x, reducing tokens per query by 3x, and improving vector search relevance by 2.3x.
The article is quoted below.
I pasted duolingo[dot]com
It pulled the colors, assets, and typography. But it also restyled every HeroUI component to match Duolingo’s look and feel
Then I selected it in AI Chat and asked for a learning app
And boom 🤯
Where I go when I run out of design ideas. Save this 👇
- https://t.co/MxeRSvBDxr - best of social post design
- https://t.co/5SM6zQRHrH - daily web design inspiration
- https://t.co/21RG68ReVa - minimal websites directory
- https://t.co/c7NA6ro0zG - OG images done right
- https://t.co/D9m4nLo37C - beautifully designed decks
- https://t.co/zX9pbvqced - 1,200+ logos by top designers
- https://t.co/ru7zu4VJhD - branding & editorial projects
- https://t.co/O58AD1CIyO - real brand guidelines library
- https://t.co/OPC3oYmGIe - best of recent design, daily
What am I missing?
Chico de 13 años recibe $20 Mil dólares por un script que subió gratis a GitHub
Un chico de solo 13 años pasó sus vacaciones escribiendo un script para tradear en Polymarket
Lo subió gratis a GitHub y se volvió a la escuela sin darle más importancia
Dos meses después, un trader le transfirió $20,000 dólares
Le dijo que con ese script había ganado más de $200,000 en un solo mes.
> No vendió cursos. > No puso paywall.
Solo hizo algo útil… y volvió a hacer los deberes
El resto lo hizo internet.
This is how I develop IOS apps now by pointing to things
I just point to stuff
and ask claude code to "read this"
No screenshotting
No annotating, dragging and explaining things
I can just circle my mouse around the place I want to change and claude code takes care of the rest
This is the new way of talking to your coding agents
Just point and tell
If you wanna level up as an AI builder, binge watch the talks from these 3 conferences (all freshly wrapped). You can literally learn from the best in the field from the comfort of your home.
- AI Engineer @aiDotEngineer https://t.co/zsLvuWWBMl
- Cursor Compile @cursor_ai https://t.co/EzpGKd8O4Y
- Figma Config https://t.co/m3KdubDk0i
It's crazy that all of this high-quality knowledge is freely shared on the Internet (the tickets to these conferences often cost hundreds of dollars), and I'm surprised that most of these videos only get tens of thousands of views. High-quality conference talks are massively, massively underrated!
Watching on YouTube is also arguably a better experience than attending in person: no bad audio, no crowd blocking the screen, no distractions, and you can pause to take notes
Sprint planner agent: don’t create/move your tickets manually, let your agent take care of them
Designed in @paper, animation with @motiondotdev inside @zeddotdev
Learn Coding by playing games
1. Kubernetes
https://t.co/e2lskAhkSb
2. DevOps
https://t.co/JqMwECBqVL
3. Linux
https://t.co/8AZMxUVUTN
4. Git
https://t.co/7gn24CyQik
5. Python
https://t.co/K6KnVWxqj1
6. CSS & HTML
https://t.co/sgooWVCQ4u
7. Cybersecurity
https://t.co/mwso7Evxtj
8. Mobile Coding (like Duolingo)
https://t.co/DumVCTo4F9
9. For Complete Beginners
https://t.co/kfSqv3Daac
10. 25+ Programming Languages
https://t.co/3SeeGxFWNl
Follow @ghumare64 for more such tips!
If your vibe-coded site isn't converting, it's probably because it's missing one simple high-converting structure.
Use this structure. Thank me later.
(Save it to your device for better quality)
I just found an open source tool and honestly it's wild.
Recordly. Free alternative to Screen Studio. Apple-style zoom animations, cursor smoothing, motion blur, full timeline editor, MP4 and GIF export.
Mac, Windows, Linux. 8.3K stars. MIT licensed.
Stopped paying $229 the same night I found it.
I made a tool that turns any URL into a clean DESIGN.md
Extract layout, typography, colors, and component patterns from any site, then save them to your private library.
It also includes 160+ downloadable design systems if you need a good starting point.