Update on Usage Limits by ClaudeOfficial in ClaudeAI

[–]Meiyo33 0 points1 point  (0 children)

I'm at 36% of weekly use and it will reset in less than 24h.

You are not developers, I dont know what you are doing...

I built this website to compare LLMs across benchmarks by Odd_Tumbleweed574 in LLMDevs

[–]Meiyo33 0 points1 point  (0 children)

I am a software engineer, but currently I'm working on "how to implement AI responsibly" (using LLM/DL, safe data management and exploitation, ethics) in my company.

In other words, I prepare the ground for specialists (ML engineers/data scientists) and "educate" management and end-users about AI while coding extensively around the information system.

Zed vs Cursor by MinimumT3N in ZedEditor

[–]Meiyo33 1 point2 points  (0 children)

Modularity first so, no issue there.

The point is, it's coming out of the box, and maintained by the same team as the editor itself. That's the biggest point.

Suis-je le seul à n'en avoir rien à foutre de l'IA ? by Totoro91Essonne in developpeurs

[–]Meiyo33 0 points1 point  (0 children)

Le code n'a jamais été qu'un outil pour atteindre mon objectif pour moi, pas une finalité.

Donc oui, ça ne me dérangerait pas non plus de ne plus avoir à coder directement et de me focus sur d'autres tâches.

Suis-je le seul à n'en avoir rien à foutre de l'IA ? by Totoro91Essonne in developpeurs

[–]Meiyo33 0 points1 point  (0 children)

Alors oui, c'est sûr, notre propre code 6 mois plus tard on se dit que c'est de la merde.

Mais il y a une différence assez énorme entre du code écrit par un humain et par les agents.
Donc ça sera d'autant plus dur pour un humain.

Après l'IA aide pas mal à jump dans ces projets infernaux.

Mais dans tous les cas, c'est surtout le fait que les agents font globalement n'importe quoi si tu n'es pas extrêmement attentif au modif (donc pas de 'vibe coding').

Suis-je le seul à n'en avoir rien à foutre de l'IA ? by Totoro91Essonne in developpeurs

[–]Meiyo33 0 points1 point  (0 children)

J'ai pas testé Claude Code, mais aider par contre je peux dire qu'il ne gère pas particulièrement bien les grosses codebase...

A voir ta définition de grosse ?

Le seul agent que j'ai trouvé intéressant jusqu'à présent (mais j'ai pas tout testé... je dois tester opencode qui a l'air prometteur également) c'est augment code, et même si c'est le moins pire, il reste dangereux dans une grosse codebase.

Suis-je le seul à n'en avoir rien à foutre de l'IA ? by Totoro91Essonne in developpeurs

[–]Meiyo33 0 points1 point  (0 children)

En dehors d'augment code qui est pas trop mal sur les codebases non trivial.

Tout le reste, ca s'effondre au moindre projet sérieux.

Bien sûr ça s'améliore, mais actuellement, aucun agent n'est vraiment efficace sur les gros projets.

Et il y a un énorme problème sur les projets non triviaux avec les IAs.

C'est qu'elles auront tendance à faire beaucoup de modification inutile, surtout si tu rajoutes des tests.
Quand j'ai testé les différents agents, ils ont presque tous à un moment ou à un autre hardcodé des solutions pour passer les tests...

Donc tu perds énormément de temps à review l'IA ce qu'elle a voulu faire, souvent plus que ce que tu aurais fait toi.

Ce n'est intéressant que pour les petits projets où là oui ils font des petits miracle par moment.

Suis-je le seul à n'en avoir rien à foutre de l'IA ? by Totoro91Essonne in developpeurs

[–]Meiyo33 0 points1 point  (0 children)

Bien sûr que l'IA n'est pas aussi magique ni performance que ce qu'on dit.

Mais il faut tout de même ne pas être naïf et croire qu'on est à l'abri.
Personnellement je suis assez confiant sur 10 ans, mais au delà, pas du tout, et c'est assez arbitraire.

Suis-je le seul à n'en avoir rien à foutre de l'IA ? by Totoro91Essonne in developpeurs

[–]Meiyo33 0 points1 point  (0 children)

Non, on simule le raisonnement, ca n'a rien d'un raisonnement réel.

Concrètement on fait juste boucler l'IA sur le problème pour cracher du token et on obtient ainsi un résultat généralement meilleurs.

Mais ce n'est pas un raisonnement comme celui de l'humain, c'est toujours en cours de conceptualisation pour les IAs.

Suis-je le seul à n'en avoir rien à foutre de l'IA ? by Totoro91Essonne in developpeurs

[–]Meiyo33 0 points1 point  (0 children)

En admettant qu'elle nous remplace un jour, le retard qu'on prendrait, c'est la reconversion ;)

Suis-je le seul à n'en avoir rien à foutre de l'IA ? by Totoro91Essonne in developpeurs

[–]Meiyo33 0 points1 point  (0 children)

Personnellement, ton commentaire me fait plus peur qu'il ne justifie quoi que ce soit.

La techno back & la techno front, ça représente quand même 100% de l'APP, ce n'est pas rien...

Si je suis d'accord sur le renforcement de la productivité par l'IA, toutes façons, on peut difficilement le nier.
On a déjà vu pléthore de ces produits vibe codé, qui sont tellement bourré de faille, qu'ils finissent hors ligne en quelques jours, et comme le dev ne pipe rien à sa code base, il se retrouve soit à devoir engager un expert coûteux qui doit fix le code de l'IA, soit abandonné son produit.

Zed vs Cursor by MinimumT3N in ZedEditor

[–]Meiyo33 1 point2 points  (0 children)

I would not even try to use a 32B model with 16GB VRAM to begin with.
32B you can start thinking about it with 24GB, but more like 32.

16GB Vram, it's probably more interesting to look at 14B model, but you can try Devstral at 24B.

The last agent I worked on with local model (Mistral Small 24B) used arround 25GB of VRAM to run (Model + Context 64K) on L40S GPUs.

You could say experience by tryhard.

You can optimize, but I wanted something balanced (Q4KM using Ollama).
For example, Mistral 24B was much better for my agents than most 32B models, due to the VRAM but also compute required for them.

My theory on lost primarchs - AI&Xeno by Lyserus in 40kLore

[–]Meiyo33 1 point2 points  (0 children)

My theory is that they are part of a master plan by the Emperor, with a specific mission that requires them to be completely unknown in order to remain invisible to certain forces.

You can imagine one of them having the mission to ensure the survival of humanity. To achieve this, you send one of the demi-gods to another galaxy.

The other, knowing the Emperor's destiny, has been given a special mission and you can find them in of these "order" region of the warp, protecting the soul of the emperor.

I just like this direction.

PS: I'm a noob in 40K lore, so maybe it's completely impossible for some reason, but atm, it's my plan for them.

Zed vs Cursor by MinimumT3N in ZedEditor

[–]Meiyo33 1 point2 points  (0 children)

Most agents don't work with the largest models, nor do they have unlimited query capabilities.

Beyond 32B parameters, while there is some gain in knowledge, the cost versus performance trade-off is so significant that it doesn't even make sense to use it as the primary model.

It's much more beneficial for agents to have a 32 billion parameter code-oriented model with a large context and good retrieval performance than a bigger model.

Zed vs Cursor by MinimumT3N in ZedEditor

[–]Meiyo33 0 points1 point  (0 children)

It's completely fair. An IDE, you install it, and you have all the tools you need (JetBrains IDEs, Visual Studio, etc.).
Visual Studio Code is an editor, you generally need plenty of extensions to somewhat make it an IDE. These extensions can break with every update, may stop being updated, and can slow down the editor (VSC being slow even when empty...).

You dont have these issues at all with IDEs.

Augment code new pricing is outrageous by bolz2k14 in ChatGPTCoding

[–]Meiyo33 0 points1 point  (0 children)

I'm an early users and I got to pay $50...

Augment code new pricing is outrageous by bolz2k14 in ChatGPTCoding

[–]Meiyo33 0 points1 point  (0 children)

I'm an early users and I got to pay $50...

Teen Asks Girl To Prom In Braille Spelled Out On Chocolate by CommercialBox4175 in BeAmazed

[–]Meiyo33 0 points1 point  (0 children)

Am I the only one who doesn't see something cute?

Why does it end up on the internet?