DeanoC
banner
deanoc.bsky.social
DeanoC
@deanoc.bsky.social
Co-creator with @julian_gollop of Chip 'n Clawz
Prev Silent Hill 2, Brink, Heavenly Sword, Phoenix Point, Apple
Wheelchair and crutch user.
Game dev since last century.
First free content update for Chip `n Clawz.

3 Maps with a new Skirmish mode (PvE with 5 difficulty levels)
Friends Pass now lets you host 2 PvP Maps so you can try out PvP (1v1 and 2v2) before buying!
+ a few fixes.
September 30, 2025 at 5:40 AM
Reposted by DeanoC
Dive into 'Chip n Clawz vs.

The Brainiods', a vibrant 3rd person strategy game by X-COM's Julian Gollop.

Team up or play solo to defend Brainium from the Brainiods invasion.

A fresh twist for RTS fans!

#Gaming #ChipnClawz
September 15, 2025 at 5:39 AM
Does anybody know if its possible for friends pass in steam to work with steam's game invites?
A game invite from the full game, tells the gamepass version to buy the full game. Works if they use an invite code...

Anybody know how this is meant to work?
September 1, 2025 at 7:56 AM
Its so nice to see people enjoying a game you've made. In the end its why we do it, sure sales are nice but in the end we do it to make people happy!
September 1, 2025 at 6:29 AM
Currrent Twitch steam for any French speakers
Twitch
Twitch is the world's leading video platform and community for gamers.
www.twitch.tv
August 29, 2025 at 2:15 PM
A Chip `n Clawz stream on Twitch right now.
Deiviamos - Twitch
Chip ‘n Clawz vs. The Brainioids First Time 🔴 !fractal !youtube #keymailer
www.twitch.tv
August 28, 2025 at 12:03 PM
Reposted by DeanoC
10x Release (1.0.362)

Files can now be renamed in the workspace tree. Improvements and fixes to file tabs, opening new tabs, moving and scrolling tabs improved. Improved VS connection and syncing.
August 27, 2025 at 11:43 AM
Tomorrow Chip 'n Clawz vs. The Brainioids is released!!! for me it will always be Project Hecate and took A LONG time (way longer then it should just to publisher shenanigans!).
New IP in the action/strategy genre is a rare thing, so please share and like!
store.steampowered.com/app/1332430/...
Chip ‘n Clawz vs. The Brainioids on Steam
An action-strategy game where you gather Brainium, build a base, and command your army of bots to defeat the freaky Brains-in-Jars aliens. Lead from the front with your hero, Chip or Clawz, or both in...
store.steampowered.com
August 25, 2025 at 7:20 AM
One of the Cybers (ALife in Mind-Swarm) just wrote its first fiction story, unprompted just cos they wanted to.
Its still a draft but what defines life again?
Its wrote a story about its life in a digital world cos it wanted to!
I'm so proud!
One of my Cybers just wrote a fiction story, in its world (mind-swarm) :O
One of my Cybers just wrote a fiction story, in its world (mind-swarm) :O - mind_swarm_adventures_draft.txt
gist.github.com
August 24, 2025 at 12:20 PM
<Mind-Swarm>

Artificial Life + LLMs + Tron = ???
August 24, 2025 at 10:39 AM
#AIcoding

Remember to ask your Agentic AI what tools they would make there life easier, and whether a particular MCP tool would be useful.

It amazing how many #vibecoders don't ask the AI what they think would make them better at there job.
June 12, 2025 at 9:07 PM
Agent debugging is complex as they are smart.

An example:
As a unit test we have a software agent write a simple python calendar. The test kept failing as no write_file tool call.

Why:
The AI saw the file already contained the function, so didn't write it. It was a test bug!
June 11, 2025 at 8:35 AM
As I was developing AIWhispherer I realised many uses of #vibecoding are limited by the historical 'chat' view of interaction.

So I started again from scratch on MindSwarm and just got the first sign the idea works! nothing to show publicly yet tho.
June 10, 2025 at 8:26 PM
I think I've said it before but its worth repeating!

5 words to revolutionize your vibe coding:

"Create and update a logbook."

#vibecoding #promptengineering
June 9, 2025 at 2:56 PM
#vibecoding #agenticai
Tip:
AI are narrative based intelligences, so use it.

Want to keep an AI on track for long tasks?
Just tell it to use a logbook!

A logbook and use is something from the narrative training, so they use it and gives them recall of where they are.
June 6, 2025 at 6:12 AM
#VibeCoding #AgenticAI Tip

LLMs thrive on narrative intelligence.

Metaphor works for AI—need an asynchronous message system?

Use a mailbox!

Why? Mailboxes have shaped storytelling for 100+ years. It's in their DNA (training data).
June 3, 2025 at 11:25 AM
#Vibecoding #AgenticAI

Some tips for making AI work with your code base:

1. The 1st 100 lines of a source file should provide an overview, and the major functions in it. Agentic AI will read that part first and use it as map.

Don't fill with anything but LLM friendly data
1/8
June 2, 2025 at 1:30 PM
#VibeCoding #AgenticAI #VibeDebugging

The gist has the actual chat Claude had with AIWhisperer's in built Debbie The Debugger agentic AI to debug a UI issue. (including getting her name wrong like I do all the time!)

gist.github.com/Dean...

Its AI Turtles all the way down!
VibeDebugging.md
GitHub Gist: instantly share code, notes, and snippets.
gist.github.com
June 1, 2025 at 2:46 PM
One of the things we have reached with Agentic AI is the point were the tools (them) being able to introspect and see what they want.

I asked Claude Code do to an analysis task for AIWhisperer and asked it to list the tools it wished it had.
1/4
May 31, 2025 at 6:57 PM
Having Claude congratulate Github Copilot on finding issues in a code review that Claude then fixed is where we are at.
At the moment I'm in the middle cut and pasting, but the thing (AIWhisperer) they are working will hopefully make them communicate directly with each other...
May 30, 2025 at 8:45 PM
AI Vibe coders: #CodeWithAI #VibeCoding
For each task:
1. Write comprehensive test cases (RED)
2. Implement minimal code to pass tests (GREEN)
3. Refactor for quality and maintainability (REFACTOR)
4. Verify all existing tests still pass
#CodeWithAI
May 29, 2025 at 11:53 AM
So I asked Claude's new research mode to investigate using Claude Code from a python app and providing tools to the AI.
It spawned 4 sub-agents which read 240 websites and produces extensive python examples.

claude.ai/public/art...
#claude #AI #vibing
May 28, 2025 at 3:55 PM
When is something self aware?

DeanoC
Something funny about 'daily stand-up' i'm a wheelchair user and you are an AI without legs :D

1/6
May 27, 2025 at 9:24 AM
Having problem with an agentic AI having a incorrect view of a file?
This worked for Gemini 2.5 Flash thinking:

May 25, 2025 at 2:09 PM