Advertisement · 728 × 90

Posts by Matthieu Giraud

Ça semble complètement fou pour nous !

2 months ago 3 0 0 0
Video

👁️ PERCEPTUM is officially announced
A psychological horror game where nothing can be trusted.
🎮 The first playable demo is already available!

👉 Steam: https://store.steampowered.com/app/4124340/Perceptum
👉 Epic Games Store: https://store.epicgames.com/p/perceptum-77103a

Some will quit. Will you? 😱

2 months ago 28 11 4 5
Video

Les scientifiques tirent la sonnette d'alarme:
les baleines bleues chantent de moins en moins.

Comme leur source de nourriture disparaît et que les températures élevées de l'eau leur causent des difficultés, elles n'ont plus la force de chanter.

Les vagues de chaleur les réduisent au silence...

7 months ago 172 122 10 12

"We use coding agents like junior developers".

Cool. So you get the dual benefits of it being slower than an experienced developer to get a half-decent result *and* it never learns.

Bargain!

7 months ago 1156 96 54 9

Ça fait super plaisir de voir les joueuses/joueurs maîtriser le jeu mieux que l'équipe de production.

Bravo à Mälissia 👏
#indigame #digitalart

7 months ago 3 0 0 0
Post image

#MakeRoom Update 3 is out now! It'll add 3D model exporting and many other improvements to the custom object editor, it'll also introduce over 40 new items! 🎉

store.steampowered.com/news/app/221...

7 months ago 128 18 2 3
Sonic en pâte à modeler virtuel fait avec le jeu Bloom Buddy.

Sonic en pâte à modeler virtuel fait avec le jeu Bloom Buddy.

💡 Voilà une idée pour tester l'éditeur pâte à modeler de notre prochain jeu : participer au petit défi créatif.

Voilà ma création : #Sonic !
Ne vous inquiétez pas, c'est super simple, si un dev comme moi y arrive... 😅

#BloomBuddy

8 months ago 3 0 0 0

Ça vous dit de tester un #jeuvideo #cozy avec de la pâte à modeler ?
Il suffit de s'inscrire à la newsletter 👇

8 months ago 3 1 0 0

On s’attend à ce que les milliardaires quittent le pays pour éviter de payer 10€ d’impôts, par contre, si on arrete la carrière de tous les fonctionnaires, on suppose que ça n’aura aucun effet sur l’activité économique.

8 months ago 754 220 13 6

J’essaie constamment d’améliorer ma façon d’utiliser l’IA, mais malgré tous mes efforts (et le budget que j’y mets) je suis encore très souvent déçu 😮‍💨🤖

Message pour les boîtes qui veulent remplacer tous leurs devs par une IA : vous allez vous casser les dents 🦷💥

#IA #Productivité

9 months ago 1 0 0 0
Advertisement
A code screenshot. The method InitializeValues is commented with "Initialize values"

A code screenshot. The method InitializeValues is commented with "Initialize values"

Wow, truly revolutionary AI — writes code and reminds us it’s initializing values… just in case the function name wasn’t clear enough 😅

Thankfully, I’m using the cutting-edge Opus 4 model @anthropic.com — wouldn’t want to miss such insightful comments 😆

#AI #dev 🤖💥

9 months ago 1 0 0 1

Awesome, it looks like you can release an asset for Godot.

9 months ago 1 0 0 0

Amazing!

9 months ago 1 0 0 0
Preview
a young boy wearing sunglasses is sitting in front of a computer Alt: Garçon dans les années 80 qui porte des lunettes de soleil et qui dance devant un ordinateur de l'époque.

Je ne peux pas m’empêcher d’imaginer l’équipe dev de #Steam comme ça quand je me connecte au backoffice 😅

9 months ago 0 1 0 0

Je suis le seul à trouver que l'éditeur de #Steam n'est vraiment pas ouf ?
Y’a sûrement du vieux code derrière, mais ils ont les moyens 💵 de rendre ça plus smooth, non ?
#Legacy #GameDev

9 months ago 8 4 1 0
Preview
Steamworks Development - Updates to Store Page Asset Management - Steam News Better localization support, alt text for accessibility, and updated workflow for asset overrides

#Steam enrichit son éditeur de page magasin ! 🥳
Fini la galère… ou en tout cas, un peu moins 😅
Les traductions pour l’accessibilité deviennent plus simples à gérer !

store.steampowered.com/news/group/4...

9 months ago 0 1 1 0
#PitchYaGame LIVE logo against a space backdrop with a planet breached by a sun on it's horizon. The text reads #PitchYaGame IS LIVE Get Pitching!

#PitchYaGame LIVE logo against a space backdrop with a planet breached by a sun on it's horizon. The text reads #PitchYaGame IS LIVE Get Pitching!

Breaking: #PitchYaGame IS LIVE! 🚀

Time to pitch the world your #IndieGames! 🥳

10 months ago 153 37 72 1

Having an in-game console can be super handy for debugging or testing close to production.
Just starred this one on GitHub ⭐

10 months ago 0 0 0 0

Good luck with the Steam Next Fest !

10 months ago 1 0 1 0
Post image

Are you wondering if Unity’s Data-Oriented Technology Stack (DOTS) can benefit your next project?

⚡ Our new DOTS e-book will help you make the right decision for your game development.

11 months ago 17 3 4 0
Advertisement

Here’s a simple way to share compressed binary data through Discord chat 😁
In our next game (a cozy builder), we’ve added a copy-paste-as-text feature!
Under the hood, we use Odin Serializer + LZ4 compression + Base64.
It’s fast, and the result is small enough to share easily.
#madewithunity

10 months ago 8 1 0 0

Use #AI to go faster, not to code blindly.
Always review AI-generated code—even when the model seems smart!

10 months ago 1 0 0 0

⚠️ A friendly warning for anyone relying on AI agents like Cline + Sonnet 3.7 (which I actually love):
Never skip the code review ⚠️
These models can look smart—but they’ll still duplicate logic instead of extracting a common method. A mistake even a careful junior wouldn’t make.

10 months ago 0 0 0 0

Supermaven gave me the biggest productivity boost—because there's zero friction.
It just completes things right, almost instantly, and so often spot-on that you don’t even pause to think. No distractions, no second-guessing.
Still hoping support comes back post-Cursor 🤞 #DevTools #AI

10 months ago 0 0 0 0

Looks simple… but it’s not.
Handling all the constraints without glitches is a real challenge 😵‍💫
My best ally wasn’t #ChatGPT — it was #TDD 🧪
Test-Driven Development is such a great way to tackle complex problems and make code more reliable.
Still wondering why we don’t learn more about it 🤔
#dev

1 year ago 1 0 0 0

The key to using AI well is to keep the context as small as possible: just a few methods/classes.

I still have one solution to test: #CrewAI with RAG.

Do you think AI can replace devs?
Have you tried CrewAI ?
#Tip #Dev #AI 🤔

1 year ago 2 1 0 0

In the 2000s 🧓, it was all about V-cycles with huge specs. Then agility came along to simplify things.

With #AI, I feel like we're going backward: prompts that look like massive spec documents.📜

1 year ago 0 0 1 0

We'd need a major technological breakthrough to replace all devs.

With AI, an experienced dev gains #productivity, and a junior progresses faster. But no one disappears.

1 year ago 1 0 1 0
Advertisement

I use AI every day. I've tested many models, including those that can "reason," and I've explored several code generation tools.

But I always come to the same conclusion: #AI can't manage a project from start to finish.

1 year ago 0 0 1 0

Micromanagement is hell 🔥, whether you're experiencing it or doing it to others.
With #AI, I often feel the same way: you have to explain everything in detail, or it goes off the rails!

Will AI replace devs? I don't think so... 🧵
#AI #Dev #Experience

1 year ago 3 1 1 0