Florent Morselli

@spomky.bsky.social

If a problem can be solved there is no use worrying about it. If it can't be solved, worrying will do no good.

Anthropic Institute, the research arm of Anthropic, published a report speculating on what it sees as potential future trends in AI development, and media literacy took an absolute beating from it. A thread: (1/22)

Anthropic

When AI builds itself
Our progress toward recursive self-improvement, and its implications.

Une bonne nouvelle pour démarrer le week-end : @api-platform.com 4.3 est disponible ! Cette nouvelle version introduit une fonctionnalité majeure : le support natif du Model Context Protocol (MCP). Découvrez les nouveautés de cette release avec @soyuka.me : les-tilleuls.coop/blog/sortie-...

Sortie d'API Platform 4.3 : rencontre avec l'IA | Les-Tilleuls.coop

API Platform 4.3 est là ! Au programme : intégration IA avec MCP, ComparisonFilter, conformité LDP et sécurité optimisée.

les-tilleuls.coop

Vous connaissez le composant MATE de Symfony AI ? Il vous permet d'exposer un MCP "branché" au cœur de votre App Symfony (Logs, Services ou Profiler) ! (Il était passé sous mon radar celui là) RDV sur Youtube : youtu.be/pI2rxNkqImw

Bild

🎤 Call for Papers is OPEN for #SymfonyCon Warsaw 2026! We're back to Warsaw, where it all began in 2013 and we want YOU on stage. 💡Share your experience and passion for Symfony — and shape one of the most important events of the community✨ See you in Warsaw!💜 #PHP

Bild

This unlocks new possibilities, your input models can now hold logic. For example, you can add a method in your input class and mark it with `#[Interact]` to ask for required args. Yes! you can finally use `$this` instead of `$input->getArgument()` and `$input->setArgument()`. #Symfony #PHP #DX

Bild
Yonel Ceruto@yceruto.bsky.social · 10mo ago

Symfony 7.4 brings a cleaner way to define console inputs: command arguments and options can now be mapped directly to PHP classes and enums using attributes like `#[MapInput]`, `#[Argument]`, and `#[Option]`. Type-safe, structured input for your CLI commands 🎉🍕🥓 #Symfony #PHP #DX

Symfony 7.4 brings a cleaner way to define console inputs: command arguments and options can now be mapped directly to PHP classes and enums using attributes like `#[MapInput]`, `#[Argument]`, and `#[Option]`. Type-safe, structured input for your CLI commands 🎉🍕🥓 #Symfony #PHP #DX

Bild

As of #Symfony 7.4, functional tests’ error rendering will finally get you straight to the point with a beautiful, concise output 🥳 Especially useful when doing large refactorings that make dozens of such tests fail while progressing. Before/After 👇

Test output before Symfony 7.4Test output as of Symfony 7.4