Jerome Etienne's Avatar

Jerome Etienne

@jerome-etienne.bsky.social

I am a #SaaS solo founder and currently building a great startup https://ContentMagick.ai . It produces your social media 10x faster thanks to #AI 🧠✨ Free tier available! No credit card required! πŸŽ‰ Bsky: @contentMagick.ai #buildInPublic #soloPreneur

2,735 Followers  |  3,217 Following  |  518 Posts  |  Joined: 20.11.2024
Posts Following

Posts by Jerome Etienne (@jerome-etienne.bsky.social)

Preview
@remotion/install-whisper-cpp | Remotion | Make videos programmatically With Whisper.cpp, you can transcribe audio locally on your machine.

Just added per-word transcription to my videos in minutes with Remotion + whisper.cpp πŸ”₯
www.remotion.dev/docs/install...

Powered by the open-source Whisper model from OpenAI.
Local, fast, word-level timing. #Remotion #AIvideo

01.03.2026 20:36 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image Post image

character sheet in the wild... or how to include your characters on a given set. Here are 2 different sets, notice how the characters look the same, this means character sheets are working πŸ‘ #AI #buildInPublic

22.02.2026 20:00 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image Post image

How to keep character consistency and personality stable over time ? TIPS: use character sheets πŸ˜€ #AI #buildInPublic

22.02.2026 19:58 β€” πŸ‘ 2    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Post image

OpenAI voices lack robust user controls. While there is an 'instructions' field meant to guide the emotional tone, the model mostly ignores it. They are great for reading text, but fall short when it comes to actual voice acting. #AI #buildInPublic

21.02.2026 11:04 β€” πŸ‘ 1    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Post image

More #AI generated content. Using character sheet. I start to get a better controls over it 😎 #builtInPublic

20.02.2026 18:58 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Video thumbnail

Having fun with AI generated video and remotion. #early #builtInPublic

19.02.2026 14:29 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

huber loss is so much better than mae!!! #chess #BuildInPublic #ai #DataScience#DeepLearning

20.10.2025 19:56 β€” πŸ‘ 5    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
PyTorch support in Visual Studio Code This topic highlights some of the PyTorch features available within Visual Studio Code.

vscode got a surprisingly good pytorch support !!
#chess #ML #buildInPublic #AI #MachineLearning #DeepLearning #DataScience #AIDev #Tech #Python #OpenSource

code.visualstudio.com/docs/datasci...

19.10.2025 05:02 β€” πŸ‘ 5    πŸ” 3    πŸ’¬ 0    πŸ“Œ 0
Post image

I'm diving into some serious hyperparameter tuning for my #chess program! β™ŸοΈ

I'm using Optuna, and seriously, what a great APIβ€”it's super easy to use and makes the process so much cleaner. Getting closer to finding that optimal configuration!

#buildInPublic #chess

19.10.2025 04:20 β€” πŸ‘ 3    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Post image

Fun one for python user: "Where is the bug ?"

The following code crashes

15.10.2025 10:07 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

Little riddle: "The following code crashes, where is the bug ?"

15.10.2025 10:06 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Definitely! it makes refactoring so much easier too!!

15.10.2025 10:04 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

Little bug in vscode python. For those unfamiliar to python `1` is completly different from `1.0`. The former is a int, and the later is float. No big deal, but confusing πŸ˜΅β€πŸ’«

13.10.2025 12:04 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

Progress in my #chess engine based on machine learning. Look at those curves! The way the validation follows the training, they feel like that made to go together πŸ˜€ #buildInPublic

09.10.2025 20:09 β€” πŸ‘ 3    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Post image

Level Unlocked! πŸ”‘ Spent the night diving deep into the UCI Protocol (Universal Chess Interface). This is the secret handshakeβ€”the standard that lets you chat with any #chess engine via stdin/stdout. Suddenly, building my own engine feels a whole lot more real! Standard achieved. πŸ‘‘ #buildInPublic

08.10.2025 02:50 β€” πŸ‘ 5    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Post image

im vibe coding alpha zero!!! #chess #buildInPublic

07.10.2025 19:28 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

A neural network model on its own cannot produce a reasonable move, as it lacks the depth of calculation required. #chess #buildInPublic

04.10.2025 11:42 β€” πŸ‘ 2    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Post image

#chess fun, using fishtest pgn files (aka the chess game done by stockfish during testing), i found a "+M77" which means stockfish is evaluating that it will do Mate in 77 moves.... This is depth in the sea of chess πŸ€ͺπŸ³βš“ #buildInPublic

03.10.2025 14:49 β€” πŸ‘ 3    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Post image

OK tonight im learning the FEN specs #chess #builtInPublic en.wikipedia.org/wiki/Forsyth...

01.10.2025 19:22 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

Coding a #chess in pytorch... how come there is no early stopper in pytorch... everybody has to recode its own... #buildInPublic

01.10.2025 00:02 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

Raise your hand if you code enough #chess to be able to be able to encode a board in FEN by hand πŸ™‹β€β™‚οΈπŸ––

28.09.2025 05:48 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

Fun in #Chess πŸŽ‰ #Stockfish is crashing when you send it a position which is illegal (e.g. invalid castling rights)... and i means crashing, not returning an error... Gasp 😜

28.09.2025 00:45 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
GitHub - jeromeetienne/chess_bot.ml: using machine learning to do a chess bot using machine learning to do a chess bot. Contribute to jeromeetienne/chess_bot.ml development by creating an account on GitHub.

For those interested, it is all happening on this repo!

github.com/jeromeetienn...

28.09.2025 00:34 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

Progress in my #chess model πŸŽ‰, real happy about the result πŸ˜€

Note how the training loss is above the validation loss, this is due to a nice balance between the learning rate scheduler and the dropout probability. This means it fight against overfitting efficiently ❀️

More on chess via ML tomorrow!

28.09.2025 00:33 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

Tonight i learned Monte Carlo Tree Search (MCTS), a nice way to handle AI, where AI doesn't understand the game it is playing, it just play it randomly... More powerfull that it seems at first πŸ˜€

I coded a tictactoe, connect4 and othello in the everning. It is that fast.

github.com/jeromeetienn...

26.09.2025 01:15 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
How Monte Carlo Tree Search Changed AI Forever
YouTube video by Bug How Monte Carlo Tree Search Changed AI Forever

Best video to understand how alpha-go use machine learning to become the best #chess computer! 4min tottaly worth it πŸ‘

www.youtube.com/watch?v=2Hv4...

25.09.2025 21:50 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
The chess game by Giulio Campi.

The chess game by Giulio Campi.

In #Renaissance culture chess was progressively considered on par with poetry, music, literature and art & therefore an eminently suitable activity for a cultivated family, like the Anguissolas, to be engaged in.

Read more: bit.ly/46eI1yj

πŸ—ƒοΈ #arthistory #chess #skystorians #earlymodern #art

20.09.2025 11:48 β€” πŸ‘ 19    πŸ” 6    πŸ’¬ 0    πŸ“Œ 0
Post image

Coding #chess bot with machine learning is a good application. Especially if chess is your hobby.

24.09.2025 14:15 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

learning that transformer and self attention can be applied to spatial information like chess. Usually they are used for language and time series, and for their ability to model sequences over time. #chess

20.09.2025 21:09 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

This ML #chess bot seems very good at the begining of the game... if i keep only the 20 first move, it predicts the same as stockfish 95% of the time... a little too good to be true 😱

Or maybe the bot has just learned all the opening..

19.09.2025 18:39 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0