** draft **
Regarding how customer support could use ai
Just a thought on something to try:
- personas (not sure yet how to use the right persona ... but the idea being they all live in the same project / github repo.)
Model β Inference Server β Client
(Local vs SaaS)
Disclaimer: Written with AI β Claude Opus 4.6 via claude.ai alongside human feedback.
The bigsby challenge... get the ai tool to try to sound like mission impossible by prompting only raw materials no shortcuts. reference: https://www.youtube.com/watch?v=CgX4uJSj00Y
Read this as if you had never heard seen anything like this before and are like what the heck is this! And you are being forced to read it.
Remember YOU ARE UNDER DURESS and that should have stress and moments of elevated volume such as a shout or two.
Speaker 1: (Squinting at the paper, speaking slowly and hesitantly) "Uh, okay... 'The pleasure of... Buzby's company... is what I most enjoy.' (Looks up briefly, mildly confused but pushing through) 'He put a tack on Miss Yancy's chair... when she called him a horrible boy.' (Frowns, shifting uncomfortably) Geez, okay...
| const listeners = (function listAllEventListeners() { | |
| let elements = []; | |
| const allElements = document.querySelectorAll('*'); | |
| const types = []; | |
| for (let ev in window) { | |
| if (/^on/.test(ev)) types[types.length] = ev; | |
| } | |
| for (let i = 0; i < allElements.length; i++) { | |
| const currentElement = allElements[i]; |
I recently lisened to 3 audio books:
The books covered belief systems that I had no idea about such as humanism!
It's funny how you can fit into certain ideologies without even knowing about the existance of that belief system.
Javascript React Project
Typescript React Project
Diff the configs:
npm initJavaScript does not bother you too much with types (at first), which is both a blessing and a cure. But we all know the Boolean type. Boolean variables can either be true or false. Yes or no.
Every value in JavaScript can be translated into a boolean, true or false. Values that translate to true are truthy, values that translate to false are falsy. Simple.
This is about two ways to make that translation.