Simone Salerno

971 posts

Simone Salerno banner
Simone Salerno

Simone Salerno

@EloquentArduino

I share tutorials on #tinyml and #esp32 for Arduino (from beginner level to pretty advanced). No TensorFlow unless strictly required.

Italy Sumali Aralık 2019
305 Sinusundan1.3K Mga Tagasunod
Simone Salerno
Simone Salerno@EloquentArduino·
@PovilasKorop Pretty sure they don't review at all. Maybe they have tests that pass. Maybe the end product just "looks" good. I did a toy project, in one terminal, where I did no review: the tests (wrote manually) passed so it was fine. Could have opened 4+ tabs and I would've been fine too
English
0
0
0
9
Povilas Korop | Laravel Courses Creator & Youtuber
With all AI hype, I still don't understand how people run multiple Claude Code agents/terminals. Ok, I understand how it's possible technically. But how do you REVIEW all of that? I don't have enough brain capacity for such multi-context-switching. Or am I just too old? :)
English
374
7
609
117.6K
Simone Salerno
Simone Salerno@EloquentArduino·
@loretoparisi This only works on single-document scale. In their homepage "vector similarity != relevancy". True. Then in their hybrid search docs, to handle large volumes of documents "use vector search to filter relevant chunks". Either similar vectors are also relevant or they're not
English
0
0
0
33
Loreto Parisi
Loreto Parisi@loretoparisi·
Quite interesting approach beyond RAG and Vector databases approach. Worth to try it out.
Aakash Gupta@aakashgupta

Vector databases might be the wrong abstraction for document retrieval. A new open-source approach called PageIndex just hit 98.7% accuracy on a financial benchmark, beating traditional RAG by 30+ points. No embeddings. No chunking. No vector DB. The insight: when a 10-K says “see Note 15 for debt details,” vector search has no idea what that means. It retrieves whatever text looks similar to your query, not whatever text actually answers it. Similarity and relevance are different things. PageIndex builds a hierarchical tree from document structure, then uses LLM reasoning to traverse it. The model asks “where would an expert look?” instead of “what text looks similar?” The math is stark. Traditional RAG systems hover around 60-70% on FinanceBench. That 30-point gap represents every time vector search found semantically similar text but missed the actual answer buried in an appendix or cross-referenced table. What makes this interesting: the infrastructure is simpler, not more complex. No vector DB to maintain. No embedding pipeline. No chunking decisions. Just a tree and reasoning. Vector search was the best we had when LLMs couldn’t reason well enough to navigate document structure. Now they can. The techniques we built around their limitations are becoming the bottleneck. For simple use cases, vector RAG still wins on speed and simplicity. But for professional documents requiring multi-step reasoning, treating structure as signal instead of noise changes everything.

English
1
0
0
87
Simone Salerno
Simone Salerno@EloquentArduino·
@yongfook @emrahdma I use CC too, but am I the only one concerned about "let's fire a 1T LLM instead of 3 clicks?". I'm afraid we're trading energy efficiency for convenience/laziness too many times (since it's sooo easy to do)
English
0
0
0
15
Jon Yongfook
Jon Yongfook@yongfook·
@emrahdma Telling Claude to do it is faster than: browsing to the file, opening it, clicking around to adjust opacity, saving. Plus the added benefit of just staying in the terminal and not switching context.
English
2
0
1
208
Jon Yongfook
Jon Yongfook@yongfook·
I can use Claude to do simple image editing like reducing opacity, resizing etc. Super handy when building a UI, and prevents unnecessary context switching into an image editor, or having to google cryptic ImageMagick commands.
Jon Yongfook tweet media
English
22
1
47
9.3K
Simone Salerno
Simone Salerno@EloquentArduino·
@jeffrey_way As a Laracast user, I would still buy from you if the quality is on par with Laravel content. I guess there will be more competition in the AI space, but most will be low quality content from get-rich-quick people. Yours will still stand out
English
0
0
1
222
Jeffrey Way
Jeffrey Way@jeffrey_way·
I recognize the need to pivot toward AI-specific educational content. I also recognize that every programming-based educational platform will largely come to the same conclusion.
English
9
0
46
7.4K
Simone Salerno
Simone Salerno@EloquentArduino·
@JfkWhitlam Even cheaper: Freenove ESP32-S with camera. Add a 5$ microphone and a 5$ IMU if you want the full spectrum of sensors. XIAO is already assembled, though. But it gets hot in a few seconds. a.aliexpress.com/_EIRlFss
English
0
0
0
41
Valentyn Yakymenko
Valentyn Yakymenko@valeyakymenko·
Design a tiny image classifier that fits under 1 MB RAM and 10 ms latency on a mid-range MCU. What techniques would you try first? #EdgeAI #TinyML
English
1
0
0
23
Dany Bittel
Dany Bittel@DanyBittel·
Gaussian splat of a fire bug.
English
47
133
2.6K
86.6K
Jonathan Stephens
Jonathan Stephens@jonstephens85·
@dreamingtulpa This is a cool project. I ran their sample data for 18 hours on my RTX 6000 Ada GPU and realized I was about halfway through the training. Definitely a project meant for the cloud.
English
2
0
6
494
Dreaming Tulpa 🥓👑
Dreaming Tulpa 🥓👑@dreamingtulpa·
there is a new gaussian splat method that can create high-quality 3D scenes from long videos without needing camera positions:
English
9
56
595
41.4K
Simone Salerno
Simone Salerno@EloquentArduino·
@rschu @theworldlabs After trying Hunyuan world I am skeptical on the usability of this kind of "magic", but I'd be happy to try this out and be proved wrong
English
0
0
0
48
René Schulte
René Schulte@rschu·
WOAH! One photo → a navigable 3D scene. Just got early beta access to Marble by @theworldlabs Labs: it turns a single image or a text prompt into an interactive 3D Gaussian Splat scene you can fly through. Super impressive with tons of potential. In the demo video I’m sharing a few of my tests using photos I took over the years: from indoor spaces to outdoor scenes, a music bar, and even an animal. We also look at some more artificial scenes which work really well too! Please note, I was asked not to show the UI of Marble just yet, so these sections are cut from the video. Pretty impressive, isn’t it? Comment below if you’d like to try Marble yourself.
English
2
0
2
194
Simone Salerno
Simone Salerno@EloquentArduino·
I started fiddling with #esp32 WiFi CSI (Channel State Information) to detect motion/gestures totally wireless. Contrasting results so far: clear signals sometimes, no noticeable changes other times. Will continue investigating.. promising applications on the horizon...
English
0
0
1
137
Simone Salerno
Simone Salerno@EloquentArduino·
Here's the generated panorama
Simone Salerno tweet media
English
0
0
0
72
Simone Salerno
Simone Salerno@EloquentArduino·
I used labels_fg1=rocks, labels_fg2=crystals, clasess=outdoor
Simone Salerno tweet media
English
1
0
0
85
Simone Salerno
Simone Salerno@EloquentArduino·
Hey @TencentHunyuan, I've been playing with World-1.0 model but all my results exhibit this poor quality, no matter the input image (2048x1536, see first comment). Command is as per your Github README. Can you suggest how to fix this?
English
1
0
1
127
Tengfei Wang
Tengfei Wang@DylanTFWang·
@TencentHunyuan The generated 3D worlds are editable and interactive. Enjoy making your own 3D worlds.
English
1
0
10
254
Tencent HY
Tencent HY@TencentHunyuan·
With Hunyuan3D World Model 1.0 now released and open-sourced, we're excited to showcase the technical highlights behind this impressive innovation: ✅360° Panoramic Generation: Creates complete, immersive “world scenes”, far beyond localized views. ✅Explorable 3D Scene Generation: Generates diverse, spatially consistent 3D worlds from text/image for truly immersive exploration. ✅Interactive/Editable: Achieves separation of foreground objects, background terrain, ground, and sky, for seamless secondary editing. ✅Exportable Mesh: Generated scenes can be exported as 3D meshes for direct import into mainstream game engines and modeling software. ✅Industry-Leading SOTA Evaluation: Surpasses state-of-the-art open-source models in generation quality. As the industry's first open-source model for physical simulation and explorable world generation, Hunyuan3D World Model 1.0 aims to foster a collaborative community ecosystem with developers and enthusiasts. ✨ Try it now: 3d.hunyuan.tencent.com/sceneTo3D 🤗 Hugging Face: huggingface.co/tencent/Hunyua…
English
22
70
438
23.1K
Directive Creator 🪥
Directive Creator 🪥@Escapation·
I can't get enough of this....from prompt to multiplayer(!) world in under 15 mins: Prompt: "An otherworldly landscape of towering crystal formations in brilliant purples, blues, and greens that emit soft inner light."
English
8
13
133
6.7K
Simone Salerno
Simone Salerno@EloquentArduino·
@AamirSohailKmAs @PovilasKorop @filamentphp I don't use AI assistants much, but I second that an AI able to access the Filament docs with proper indexing would be a more practical solution. It would also be accurate if you feed the relevant docs
English
1
0
0
58
Aamir Sohail
Aamir Sohail@AamirSohailKmAs·
@PovilasKorop @filamentphp I have a lot to say, the short answer is No. This is a good idea, it think it'll not fly. People these days can't wait for an AI to write code. Using mouse/touchpad to make changes will be a lot slower.
English
2
0
0
353
Povilas Korop | Laravel Courses Creator & Youtuber
Need opinions. Check out my idea for @filamentphp. What if we could have a plugin to VISUALLY edit our tables/forms structures? Without trying to remember / search docs how the features/params are actually called? Proof of concept in a video. What do you think? Will it fly?
English
14
0
93
6.5K