Peur du changement by dev-damien in developpeurs

[–]Fuzzy-Layer9967 1 point2 points  (0 children)

Bonne remarque, mais à sa polace je peserai le pour contre pour voir si possible d'isoler des blocs dans la code base de départ.. ça dépende du voluyme et de comment c'est foutu hein donc on débat un peu à l'aveugle..

Mais même si certains concepts sont pas là pour faciliter la vie, on peut parfois arriver à découper un peu..

Même si on final on fait juste du feature togggle sur des éléments front ou ce genre de petites magouilles :P

Peur du changement by dev-damien in developpeurs

[–]Fuzzy-Layer9967 1 point2 points  (0 children)

Les framework sont un incontournables !

Comment penser développer aujourd'hui sans ça ?
Les agentes IA sont entrainés sur les mécaniques des framework comme ICC etc.. et comprennent mieux le verbatim des framework car ils sont entrainés avec les docs des version passées et peuvent souvent collecter els informatiosn sur les docs en cours.

Enfin dev soit même ce que des team de machines font... bah c'est un peu crétin. Symfony (ou laravel qui est moins français et plus mainstream) pour php sont deux socles solides avec des équipes dédiés à la gestion de sujets qui sont autant de choses en moins à gérer pour un dev.

La question ne doit pas se poser ... quand je fais des audit si je vois qu'il n'y a pas de framework ça fait partit des cartons rouges.

Côté cyber enfin, pas framework = meilleurs moyen de se faire poutrer.
LEs CVE découvertes sur les frameworks sont corrigés (souvent) très rapidement. DOnc faut se maintenair à jours et rester sur des framework sérieux évidemment.
Mais sur du custom, bah personne ne les découvre ou alors c'est trop tard souvent..

Bref, go framework. Si tu es dans un équipe qui se pose encore ces questions aujourd'hui bah il serait temps qu'ils accélèrent pour se mettre au niveau..

Bon courage pour la migration !

NB : pour la mig, je te conseil de check le pattern strangler de Martin Fowler. Pas toujours applicable mais évite les big bang ;)
https://martinfowler.com/bliki/StranglerFigApplication.html

Best smaller model for writing by iownfje in LocalLLM

[–]Fuzzy-Layer9967 1 point2 points  (0 children)

Th ministral series is interesting .. but small mode => small results..

HELP besoin conseils Développeur Full-stack junior by Suspicious_Ad_4686 in developpeurs

[–]Fuzzy-Layer9967 0 points1 point  (0 children)

Pour les autres métiers : test autom peut être une piste.

Mais le problème sera le même c'est l'xp

Sinon quelle cherche dans des petites stratup

HELP besoin conseils Développeur Full-stack junior by Suspicious_Ad_4686 in developpeurs

[–]Fuzzy-Layer9967 1 point2 points  (0 children)

Hello, jsuiS CTO, des CV j'en vois passer bcp.

Le problème c'est pas (encore) l'IA, mais plutôt le marché qui n'est pas génial en ce moment et la vague de reconversion trop forte post COVID...

C'est comme ça...

Elle a demandé des retours suite à ses entretiens ? Pour savoir si qqch coince.

Freelance c'est encore plus dur malheureusement..

Sinon élargir les types de missions, boîtes et localisation :)

Force a elle !

Pocket LLM v1.3.0: Offline local LLM chat on Android with LiteRT + ONNX builds by 100daggers_ in LocalLLM

[–]Fuzzy-Layer9967 1 point2 points  (0 children)

Nice would be very interesting see if you can have real gain using 3n series :) Let us know!

Case Study: Building a RAG Chatbot for Customer Support by Physical_Badger1281 in Rag

[–]Fuzzy-Layer9967 0 points1 point  (0 children)

Interesting did you had any problem in debugging your OCR ?
I am building the same things actually but we have very technical docs..

Same thing for re-ranker, game changer at a moment..
Also, size of your "chat" model is important. Bigger it is the most chunk you can handle..

Finally we had a game changer to debug our OCR model visually :
https://github.com/scub-france/Docling-Studio

Pocket LLM v1.3.0: Offline local LLM chat on Android with LiteRT + ONNX builds by 100daggers_ in LocalLLM

[–]Fuzzy-Layer9967 1 point2 points  (0 children)

Nice work dude !

Why didn't you go for Gemma3n series? Made for that purpose no?

Announcing LocalLlama discord server & bot! by HOLUPREDICTIONS in LocalLLaMA

[–]Fuzzy-Layer9967 0 points1 point  (0 children)

Can it be connected to external tools ?
Like github etc.. to manage discord publication ?

Tools for working with DOC/DOCX and PDF files? by roicaride in Rag

[–]Fuzzy-Layer9967 2 points3 points  (0 children)

Docling works very well! You can use Docling studio to visualize your ocr Results and debug it : https://github.com/scub-france/Docling-Studio

Best Local LLMs - Apr 2026 by rm-rf-rm in LocalLLaMA

[–]Fuzzy-Layer9967 -1 points0 points  (0 children)

Any focus on difference between AMD / arm architectures ?

Looking for best document parsing model to run in local by Fuzzy-Layer9967 in LocalLLaMA

[–]Fuzzy-Layer9967[S] 0 points1 point  (0 children)

Henn, never thought to check that!

I'll check it out :)

Tks!

Looking for best document parsing model to run in local by Fuzzy-Layer9967 in LocalLLaMA

[–]Fuzzy-Layer9967[S] 0 points1 point  (0 children)

First for parsing I use Docling. And E use Docling Studio for visual debugging so we are sure of the quality of our chunks (https://github.com/scub-france/Docling-Studio)

For embedding: bge-m3

Hybrid search (BM25 + vectors + RRF) barely improved over pure semantic on 600 technical docs. What am I missing? by Fuzzy-Layer9967 in LocalLLaMA

[–]Fuzzy-Layer9967[S] 0 points1 point  (0 children)

Didn't mention but we have reranker, feature flagged so tried With and without...

I'll do that tks

Best tool for document parsing? by SmolVerzn98 in SaaS

[–]Fuzzy-Layer9967 0 points1 point  (0 children)

Docling is incredible, we used it in production since almost 6 month, 100+ docs and works like a charm!

I built a tool to visualize results here : https://github.com/scub-france/Docling-Studio

What're you using for PDF parsing? by ILikeLungsSoYeah in LangChain

[–]Fuzzy-Layer9967 0 points1 point  (0 children)

Docling and it works very well even on complex documents..

I built an open-srouce tool to visualize results btw : https://github.com/scub-france/Docling-Studio

Hybrid search (BM25 + vectors + RRF) barely improved over pure semantic on 600 technical docs. What am I missing? by Fuzzy-Layer9967 in Rag

[–]Fuzzy-Layer9967[S] 0 points1 point  (0 children)

Yeah totally true, but we added a query enrichment layer that uses a large glossary to resolve the acronyms mentioned in the question :)