The AI Extension is here! šŸ’“

That what I meant.
(As I’m very bad at spelling please do not talk about or to me like that.)

4 Likes

???
Sentence

4 Likes

I know I’m not really part of this conversation, but this:

is response to this:

seems like an overreaction. @Luke wasn’t judging you, @robotosaurus, and he wasn’t trying to be rude, he was just stating that he wasn’t under the impression that you’d said the same thing as him.

6 Likes

Lets just keep drama out of my topic, only AI-related posts please!

7 Likes

I know. I have problems.

4 Likes

You’re fine!

3 Likes

He didn’t mean that at all! Just calm down, ok?

Also, @randomuser…

I CANNOT DO THIS…

Why do you have to put all the arrays? And… the think block… I don’t even know where to start.
Just… can you make a tutorial for like LITERAL IDIOTS (me, for example) on how the extension works? It’s like a whole other language…

7 Likes

You can look at an example (might help, probably not as I still don’t get it)

1 Like

I thought this was a topic about the AI extension

11 Likes

Amazing work, @randomuser!

If you(or someone who understands this) could modify and release your AI extension to work also with both MakeCode for micro:bit and MakeCode for Mindstorms/EV3, this might be a big leap forward for that exact idea?

1 Like

XD Don’t worry, I’m really hoping my next video for my newspaper will be a big update and tutorial! If it’s approved, it will be released around late february. If not, I’ll make it on my own whenever I have time : P

3 Likes

Doesn’t it already work with those? It only uses the base code!

2 Likes

we don’t really have a great way of doing cross-editor extensions right now… by default all projects in arcade have a dependency on the ā€œdeviceā€ package (you can see this if you look at your pxt.json) which is the core package of arcade.

Other editors like EV3 and micro:bit have their own base packages, so this extension won’t work. You might be able to get it to work if you change the line in pxt.json from this:

"device": "*"

to this:

"core": "*"

since all three of the editors have that particular editor, but this might break your project if you happen to be relying on something outside of core. also, always be careful when editing pxt.json! the file has to be valid JSON or it might make the project inaccessible.

on a more practical note, i have no idea if the micro:bit would even have enough memory to run something like this

4 Likes

That’s too bad! I’ll just have to code the other versions by hand :sunglasses:

but no promises on how fast I am at that 0_0’’

3 Likes

@randomuser voice reveal

3 Likes

XD Ahyes, ping me for the voice reveal!

9 Likes

I foresee this

9 Likes

Hehehe! Perhaps…
… Generative AI is the future …
Idk, i can’t work on this until march, but oh man is march long

4 Likes

terminator but in bad javascript

1 Like

so like artificial breeding but with ai???

1 Like