Compare commits

...

3 Commits

Author SHA1 Message Date
behicof
a94d1641d5
Merge 32c37ef0ea into 23a65fbb9e 2025-07-28 10:28:09 +05:30
Lucas Valbuena
23a65fbb9e
Update Prompt.txt 2025-07-27 17:09:34 +02:00
behicof
32c37ef0ea Pending changes exported from your codespace 2025-05-08 13:01:20 +00:00
5 changed files with 53 additions and 1 deletions

View File

@ -1,5 +1,5 @@
Just discovered @spawn and holy shit - this is what happens when someone actually knows how to build AI products.
Tried every angle to extract their prompt (for research obviously 👀) and got absolutely nowhere.
Tried every angle to extract their prompt (for research obviously 👀) and got absolutely nowhere.
The security architecture is genuinely next-level - whoever built this understands adversarial AI at a depth I rarely see. But here's the kicker: spawn.co isn't just a fortress, it's a game creation powerhouse.
I spawned 4 complete game variants in under 20 minutes. Not prototypes - actual playable games with save systems, multiplayer, monetization ready to ship. The AI understands creative intent like nothing I've used.

View File

@ -0,0 +1,10 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"customizations": {
"vscode": {
"extensions": [
"ms-vscode.azure-account"
]
}
}
}

View File

@ -0,0 +1,6 @@
{
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 5
}

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"DockerRun.DisableDockerrc": true
}

33
Untitled.ipynb Normal file
View File

@ -0,0 +1,33 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"id": "994f67e0-ce39-492f-bb9a-088f7885c1d6",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.1"
}
},
"nbformat": 4,
"nbformat_minor": 5
}