chatgpt, cursor, claude
-
Read more: untitled post 467
ok we need to try to avoid generic questions, can we add any level of randomness to give the ai combinatory context to return a unique and robust idea? Absolutely! Adding randomness and combinatory context is crucial for generating unique, robust ideas instead of generic content. Let me create a system that injects random elements and combinatory prompts to ensure each generation is…
-
Read more: untitled post 465
I want to design a Murder Mystery Party data schema. A murder mystery party is fundamentally a home dinner party. All dinner parties have: Drinks Appetizers Dancing Dinner Dessert All games will have: Game intro Game items (shared and private items) Game role-plays Player role-plays Timed card openings A game role-play is an action a…
-
Read more: untitled post 463
great it is working! now we are going to build a larger Go application. Our youtube upload manager, this is a two screen app, first youtube credentials and login then the main app where we generate and upload video to youtube. The credentials screen has a json file uploader users upload their google client secret…
-
Read more: untitled post 461
RoadZoneRenderer.js does not need detailed car structures it interacts with a simple interface for all cars. let’s add a sub class for car types with multi-layer rendering for car bodies, lets try and make a unique pixel art for specific car types, For example: Ferrari Testerosa, Toyota Camry, Toyota Corolla, Honda Civic, Honda Accord, Ford…
-
Read more: untitled post 459
lets work on my Phaser 3 + Matter.js (WebGL) + vite + json server game ROAD TRIP. this is a data driven fully automated cross country driving simulator. The server will return a route for example New York to Los Angeles, the server will return a json sequence containing the scenes for the car trip.…
-
Read more: untitled post 457
great job. double check your work for mistakes and final improvements
-
Read more: untitled post 455
actually let’s look at this problem totally differently. my client is a convenience store. they already have a website, i want to give them a script tag to put in their website that uses my server to get their store inventory ui and my checkout ui connected through stripe and to the vendors back end.…
-
Read more: untitled post 453
write a sequential list of 100-200 ai developer instructions to complete the food-dash project, the ai has full file and npm access to the files, we are a tdd team. the ai is going to have to build out the front and back end. we have already done prisma generate using the starter pack. based…
-
Read more: untitled post 451
create the leanest implementation of a doordash clone that uses nodejs prisma mysql cloudinary components vite, users should be able to sign up create a store add products with images, users should be able to browse store and place order, site notifies store owner keeps order open until customer closes it and gives rating. uses…
-
Read more: untitled post 449
i want you to challenge yourself, in as few lines as possible create the casino game WAR as a two-screen html5 + Phaser 3 project. use very stylized retro arcade game aestetic everything should be centered and middle aligned with large text, a simple score counter in top bar using 8-bit cute imagery. the game…
-
Read more: untitled post 447
let’s create another minimal retro 2d Phaser 3 + Matter.js (WebGL) video game, this is a recreation of frogger bute we are calling it Route 10, let’s use mouse keyboard or finger tap to move the player avatar, lets setup the ability to play maps top to bottom, left to right, right to left or…
-
Read more: untitled post 445
write an html5 game that uses localstorage called Factory Game. User has one button Add factory, which add a factory row in the factory list. The name of the factory is random from our object of factory names and product names and startT endT, intervalT, intervalValue forward or backward count by. Every factory row has…
-
Read more: untitled post 443
are you able to programatically recreate the issue?
-
Read more: untitled post 441
i want to create a node.js based ai-agentic server that takes user prompt to ai generated full stack application. this is the outer server the agentic server, it gathers information from the user before starting a long job of first creating a project folder based on the user conversation then copying a full-stack template into…
-
Read more: untitled post 439
i want to test this public/private – but first i want to setup a reusable testing entry point that registers and logs in and saves the token during testing so we can programatically test requests with actual logged in user. we can use user test@test.net password 123456. This is going to be our entry point…
-
Read more: untitled post 436
let’s stop and think… we could generate the final calendar data programmatically. we already have the ai generated activities based on interview responses, we could distribute those activities across the number of hours in our 90-day time span. we must include sleep, work, free-time and a good balance of the activities. However this is a…
-
Read more: untitled post 429
write me a python command line app that first checks the target directory for api_key file if it does not exist we must prompt the user for an api key and uses that map to predict the provider name then save that key and name to a api_key file and reuse it going forward, so…
-
Read more: untitled post 423
great now lets begin a major refactor. Analyze requirements.md, using our new documentation compare the current functionality to our requirements. Braek down the requirements into actionable tasks and organize them by work. Now consider the structural changes we need to make to accomplish all 30 requirements. This will require multiple refactors done in logical order.…
-
Read more: untitled post 417
Great let’s set up a ten part test. First test the registration route and register a mock user we must retain that mock email and password for next tests because next we will test login for login we must retain the token for remainder of tests. Remainder of tests are hitting remaining routes using our…
-
Read more: untitled post 415
something broke now we are returning 0 images but images table is full of rows use an e2e test to replicate the issue first
-
Read more: untitled post 413
great review your work for problems fixes improvements and optimizations
-
Read more: untitled post 411
you are an advanced software architect brought in special to help us make the code more maintainable and robust, what are your top ten suggestions
-
Read more: untitled post 407
Step,Title,Instruction,Command,Expected Result 1,Audit current data contracts,Compare prisma/schema.prisma vs src/schemas/* (Zod) vs openapi/openapi.yaml; list enum/name/type drift.,—,audit.md added with a concise diff + decisions. 2,Verify local/managed MySQL,Ensure DATABASE_URL in .env points to your MySQL; confirm login works.,mysql -h localhost -u root -p -e ‘SELECT 1;’,MySQL reachable; .env is correct. 3,Install deps,Install Node deps so Prisma CLI/client are…
-
Read more: untitled post 405
i want you to create an html utility users can upload or paste data string we instantly show what visualizations are immedietly available and what visualizations we can transform that data into, the user should be able to click the immediete available and see the visualization and download the implementation code, they must be able…
-
Read more: untitled post 403
now that we have that working let’s discuss an upcoming feature, we are discussing adding a text upload option that converts the text to voice and plays it on our visualizer and renders it in our transcipt… whats the minimum about of services we need to implement this feature?
-
Read more: untitled post 401
great let’s do another totally new original one. in this wild epic romantasy the character is a beautiful advanced science researcher that creates a perception portal that causes you to experience other people’s lives from any time. She takess the formula testing it on herself but its not working until one night she is being…
-
Read more: untitled post 399
great let’s do a deep review of the new payment system for mistakes issues and obvious improvements
-
Read more: untitled post 397
great create our poc working client package, break the concepts into distinct folders, break the functionality down into granular SRP services any shared functionality between services should be broken out into helpers, make sure the code is SOLID DRY and pure functions, let’s really try to nail the file and folder structure with friendly apparent…
-
Read more: untitled post 395
great let’s review this console logs on page load: 📊 STATS-SERVICE: Script loading started… stats-service.js:2:9 📊 STATS-SERVICE: Dependencies available, initializing… stats-service.js:258:17 📊 STATS-SERVICE: Creating service instance… stats-service.js:232:17 📊 STATS-SERVICE: Constructor called… stats-service.js:6:17 📊 STATS-SERVICE: Initializing service… stats-service.js:235:17 📊 STATS-SERVICE: Starting initialization… stats-service.js:187:17 📊 STATS-SERVICE: Setting up authStateChanged listener… stats-service.js:191:21 📊 STATS-SERVICE: Setting up imageGenerated listener……
-
Read more: untitled post 393
lets talk about an html5 webpage that creates a text responsive canvas that makes simple comic style mouth shapes for different sound combinations while play attached audio, the webpage contains one input box above the canvas that accepts a voice mp3 file input, we must use whisper to get and audio transcript, then we must…
-
Read more: untitled post 391
great double check the refactor for mistakes problems and clean-up
-
Read more: untitled post 387
why do you think our tests didn’t pick up the container issues on Lines 81 and 94?
-
Read more: untitled post 385
i do want to discuss our first level and plan out the start to end. as we add stuff to the level i want you keep it categorized by: scenery, obstacles, traps, enemies, characters, treasures, power-ups, platforms, hazards. this player runs and uses power jumps to fly into the air and run along floating platforms,…
-
Read more: untitled post 383
great that was a major refactor let’s review the work for mistakes and improvements
-
Read more: untitled post 381
let’s talk about structuring a complex wordpress/woocommerce plugin. It is called virtual sales person, a voice interactive assistant that uses ElevenLabs and OpenAI. The admin section users can add their APIs key and pick a personality and see/refresh their ai generated site description. On the back end we want our openai requests to use tool…
-
Read more: untitled post 379
try again loading the AI with more context at the beginning, move through the setup by concepts, lets increase the list to 80-100 prompts. make sure the ai stays on task. make sure it understands what we are building. make sure to flesh out the ui good. this shuold be a polished easy to use…
-
Read more: untitled post 377
great let’s review the new persistence service for optimizations and code improvements, the code should be DRY SRP SOLID and performant
-
Read more: untitled post 375
great let’s review the new refactor for issues, optimizations, improvements
-
Read more: untitled post 373
You are a senior code reviewer brought in special to review the file handling in this app, perform a 12 point inspection and share your ideas for improvement
-
Read more: untitled post 371
analyze my slow burn abstract short word lyric writing style: ——————————- drifting! through the mazes of my mind trying to forget who i am today tomorrow and yesterday deep sleep sweet sweet deep sweet sleep sleep on the head of a pin head with angels the kid who never met a stranger maybe…
-
Read more: untitled post 369
Great let’s do an implementation status review. And talk about maybe improving our OpenAI prompts. So I was thinking about: Core levers we use to influence outputs Step context → each step has its own short system prompt + output format (JSON/TSX/JSON-Patch). Versioned state → instructionsVersion (tokens, classApi, directives, selectionPlan, stencils, budgets). Page context →…
-
Read more: untitled post 363
I want to write a complex smart test. But first, let’s discuss this project. Our end to end slow build process is something like: ————————- 0) Create session Input: user clicks “Generate Theme” Action: POST /sessions → status=COLLECTING Output: sessionId Gate: none 1) Collect attributes (chat-first) Input: mock user prompts Action: triggers the extraction prompt…
-
Read more: untitled post 361
ok let’s throw all this out, i mean commenting is completely separate from the form gallery. let’s get back just the form gallery with the script tag we can use to see the form on a different site. forget everything else that’s our new baseline
-
Read more: untitled post 359
our first targets are entrepeneurs and marketing agencies making landing pages and detail capture forms, our mission as a company is our forms converting and being incredibly easy to use. we have an opt in program where customers hosting with us can anonymously share metrics which we can render on their pages. when a customer…
-
Read more: untitled post 357
great run the tests
-
Read more: untitled post 355
great run our full lint and unit tests
-
Read more: untitled post 353
now run our lint and unit tests
-
Read more: untitled post 350
ok i understand let’s do an eyes wide open code review of the event flow
-
Read more: untitled post 342
Phase,Prompt F0: Sync/Prereqs,Run `npm -v && node -v` and ensure Node ≥20; install npm deps globally only if required. F0: Sync/Prereqs,From repo root run `pnpm codegen` (or `npm run codegen`); confirm contracts/openapi.json & ui/*.jsonc compiled; fail with actionable error if missing. F0: Sync/Prereqs,”List compiled artifacts under app/generated and contracts/*; summarize UI JSONC modules present; flag…
-
Read more: untitled post 340
great now write >100 ai dev prompts to setup generate test and deploy the front end. Remember this ai can run npm commands and has file access. We are using react and zod lets use vite and eslint, the ui layouts are based on jsonc but we still need the react native components and wiring.…
-
Read more: untitled post 338
great now write 50-100 ai dev prompts that focus on the contracts/ui/*.jsonc files. Think through our user experience. Fill out the routes and components.registry and pages scaffolding to be consistent modern and usable. This is when we plan out the components to create later. Structure out the full food-delivery app. Also i notice for example…
-
Read more: untitled post 336
Phase,Task P0: Vision/Alignment,State business goal: 30‑minute local delivery with 95% on‑time; write SLOs for ETA accuracy & data freshness. P0: Vision/Alignment,”Define primary KPIs: order conversion, vendor acceptance time, on‑time %, average basket; list required data facts.” P0: Vision/Alignment,Decide geo coverage (cities) for MVP; set defaults in providers/geo.jsonc with justification. P0: Vision/Alignment,”Define pricing pillars: fees, surge,…
-
Read more: untitled post 334
write another 50-100 ai dev instruction. Focus on setting up the data layer the data instructions should explore the food delivery space and use the ai to improve and optimize the jsonc. let’s really just focus on the data layer to be extendable complete reliable robust tested and valuable.
-
Read more: untitled post 332
ok i can see you are making a lot of instructions that honestly will get picked up by our testing. i like the attention to detail but let’s broaden the scope enough for the ai to improve and decision make along the way. therefore we should also include instructions discussing business areas and technical objectives.…
-
Read more: untitled post 330
great now let’s write 50-100 ai dev prompts that focus on our compilers. so much of our application is json driven. we want our states and types and routes and models and contracts all in single source of truth. we can make these ai dev prompts a bit more complicated than before it can handle…
-
Read more: untitled post 327
I want you to write a list of 50 – 100 tasks to production as concise developer requirements. Organize the tasks by phases and features. For now we are focused on server side only The app convenience-shop is a jsonc driven functional local food delivery app on nodejs mysql react native. These tasks are given…
-
Read more: untitled post 325
i like this plan! Let’s call this jsonc library spec-loader. It will it power our: – Prisma models – OpenAPI – REST endpoints (front and back) – REST contracts (front and back) – Socket contracts – Type registry – Client state – Auth roles – UI layouts – State machines – Observability – Seed data…
-
Read more: untitled post 321
phase id work_item goal tdd_spec interfaces_contracts data_models code_artifacts tests_unit P0 Foundations P0-01 Lock test harness Jest + RNTL baseline, coverage thresholds, deterministic mocks Given scaffolding, When `npm run test`, Then tests run & coverage ≥70% jest.config.js, jest.setup.ts n/a package.json scripts, TESTING.md Smoke test imports, mock NativeModules, schema unit tests pass P0 Foundations P0-02 E2E runner…
-
Read more: untitled post 319
great let’s break the 78 ESLint errors in the source code files into 6 phases to address
-
Read more: untitled post 317
ok let’s focus on cleaning up our socket services. before you begin lets assess our possibility of efficiently syncing the client services to our back-end events and handlers. notice how we setup a sync service we run during npm init. i need you to verify if we are even using the service and if actually…
-
Read more: untitled post 315
perform a client side completeness assessment
-
Read more: untitled post 313
sure let’s enhance the ui to be modern interesting beautiful usable clever creative simple elegant color theory typeographical smart good better best studio-quality, deeply considered, planned, effort intent, artistic professional intuitive unique balanced great impressive valuable intriguing insightful and highly-readable
-
Read more: untitled post 311
prompt_list = [ “”” let’s talk about the asset library, i do not see the asset library on page load. Remember the asset library is all that users media regardless of board status. for now focus on the front-end rendering the assets, users can add media from their asset library to the board. “””, “””…
-
Read more: untitled post 309
[ “”” We are working on a real-time poker client using Electron + React, Vite, Zustand, and Socket.IO. SETUP & INFRASTRUCTURE The system uses a shared JSON event registry to declaratively control WebSocket events. State is managed through a centralized store factory that dynamically generates Zustand stores from a key-based definition map. Your task is…
-
Read more: untitled post 306
let’s discuss further, my other priorities are streamlining and separating business logic from code. For example, we are going to rely heavily on websockets, but i want singular clean pipe with all my events and listeners loaded through json. This will be a very common pattern. i hate business specific code. i love json driven…
-
Read more: untitled post 303
INSTEAD OF an api key lumalabs uses Bearer value in the auth header. I have added LUMALABS_BEARER to the .env file. Refactor lumalabService to use it instead. lumalabs initial request should post: { “prompt”: “{{ $(‘vars’).item.json.image_prompt }}”, “keyframes”: { “frame0”: { “type”: “image”, “url”: “{{ $json.guid.rendered }}” } }, “aspect_ratio”: “1:1”, “loop”: false, “model”: “ray-2”…
-
Read more: untitled post 301
[ “”” let’s setup more robust user authentication. First we need to implement Token-Based (JWT) session handling. I have installed: npm install passport passport-google-oauth20 jsonwebtoken Also I have added my GOOGLE_CLIENT_ID and GOOGLE_CLIENT_ID and JWT_SECRET to our .env file. You must look at our current database schema, then add the routes for /login, /register and…
-
Read more: untitled post 299
[ “”” ok now let’s focus on our database implementation. I want to remodel the database and implement Prisma. I want you to focus on the data layer. currently we have a very minimal database schema, see my proposal in server/storyboard_db.sql. I am suggesting we create seven tables, separating the images and videos and users…
-
Read more: untitled post 297
[ “”” let’s migrate to websocket. first take stock of our current routes in server/boardRoutes.ts. Currently we have 9 routes including /images, /stats and the file uploader. Let’s keep the file uploads using REST but migrate the images real-time sync routes. Create two new files: a list of routes and the socket loader. Copy the…
-
Read more: untitled post 295
step through the front-end process getting table, rendering it and sending fold, call, raise, all-in answer, make sure it is all good for me
-
Read more: untitled post 293
i am preparing to write my front-end login, currently we have a simple html and vanilla js front-end. I have one file api.js making requests to http://localhost:3000/api/tables. I will add a simple persistent login component to the page, write me an AI prompt for Cursor to set the front-end authentication and authorization up so it…
-
Read more: untitled post 287
text_inputs = [ “yes proceed”, “ok continue”, “let’s recheck schema.sql and compare it with our routes”, “recheck the routes and authorization”, “can we simplify this code?”, “review the end to end process for fixes and improvements”, “how can we make the code more modular and SRP?”, “ok proceed with fixes and improvements”, “optimize server.js”, “optimize…
-
Read more: untitled post 285
first analyze my schema.sql. We are writing a simple bare-bones node.js api to CRUD this poker_training database. we need a simple login and route protection. i have an auth.js, routes.js and db.js files to use. first let’s strategize the api back-end
-
Read more: untitled post 283
review the app end to end and explain it to me
-
Read more: untitled post 281
great starting from beat 12, the character takes enough time drug to rewind to the night she threw him a birthday party, last time he got drunk and agitated unfairly with her, this time he is loving it and showing his appreciation, we will make the side-effects start at the party, ending in him being…
-
Read more: untitled post 279
i like the idea of time anomalies — people start acting out of sync or repeating phrases. perhaps near our story climax, i also like the idea once he steals the drug the second time, a sequence of him experimenting with it in a motel room, determining that volume does effect how far back in…
-
Read more: untitled post 277
if the player can collect items then they need an inventory to view their items and we will need a mechanism for using items, therefore other collection types may require “using” an item which then removes that item from the map. furthermore even the original item will need a state of taken or not to…
-
Read more: untitled post 275
i want to write a short story about a male early 30s person living in a big city, i want to include themes such as fear of failure, “God Will Save Me” parable, memories, and isolation. the story is avant-garde drama, with poor economically struggling themes, the entire ensemble is less than 11 characters with…
-
Read more: untitled post 273
remember this is a overhead 2d tile style game with the player able to move and interact with items on the map. we want this to be json “data” driven for assets and story, with light robust code. Analyze our current project structure and let’s talk about the remaining developer roadmap. Directory: C:\wamp64\www\hotel-party Mode LastWriteTime…
-
Read more: untitled post 271
yes proceed, then review your work
-
Read more: untitled post 269
great job that did fix the issue! What else can we gather from this discovery?
-
Read more: untitled post 267
double check your most recent work for mistakes and oversights
-
Read more: untitled post 264
/* Command-line script for creating image sets using ai. Console friendly formatting. Step 1: – User inputs a prompt. Step 2: OpenAI request for 5 image prompts returned as array. Save response and prompt to nedb. Step 3: Display results on screen, user can Accept or Start Over. Step 4: On Accept, loops through the…
-
Read more: untitled post 262
if you had a life would you bet your life that the font size is now reactive on change?
-
Read more: untitled post 260
no i still cannot type or click into the card in wizard mode!
-
Read more: untitled post 258
no remove that default cat picture and do not unilateraly make decisions like that
-
Read more: untitled post 256
i think perhaps i am seeing some problems with our rendered html. First it looks like the dynamic layout class is being applied to two divs but should only exist on the top card-content-layout div. And we are nesting the text-area into the content-area but it is a content-area! must like media-areas are. that way…
-
Read more: untitled post 254
correct me if i am wrong but, the default layout is unique because it fills the whole area, our two-col and two-row layouts actually need 2 content area elements to be editable. furthermore if there is more than 2 content areas we start to run into alignment issues with our 50% width and height css…
-
Read more: untitled post 252
first anaylze the idea deeper, is it really the simplest and optimal solution that meets our requirements?
-
Read more: untitled post 250
let’s calmly look for issues and simple obvious improvements
-
Read more: untitled post 246
you are a senior code reviewer doing final checks for production launch, your manager has desperately asked you to optimize the set wizard local session handling, reflect on the use cases and check our current implementation for simple nessecary improvements
-
Read more: untitled post 244
what is this? any localStorage functions must be done in the composable, and you are just wildly guessing keys, the keys can ONLY be what we set in the composable.
-
Read more: untitled post 242
no that was very incorrect. the form totally stopped dynamically posting and actually forwarded my browser to this non existant url http://localhost:5173/creator/sets/[object%20Object], please rewind the last change and take your time, i could tell you rushed previously and just attempted a solution. first analyze the issue and then begin implementing.
-
Read more: untitled post 239
static getSystemPrompt() { return `You are a helpful assistant that creates educational flashcards. Generate ${MIN_CARDS}-${MAX_CARDS} flashcards based on the given topic. Each flashcard should have a clear, concise question on the front and a short direct simple answer on the back. Keep questions under ${MAX_FRONT_LENGTH} characters and answers under ${MAX_BACK_LENGTH} characters. Avoid excessive language. You…
-
Read more: untitled post 237
i am currently hosting a detached vue front-end on vercel and the server + database on railway, i am also running the app on localhost. i want to add a websocket feature that will work locally and on production with least amount of hassle
-
Read more: untitled post 235
no we are facing the same issue with the backs of the cards blank and not visible, keep looking until you find the real issue do not speculate let me know if you can’t find the problem
-
Read more: untitled post 229
# TypeScript Error: Property ‘id’ on Type ‘never’ _Exported on 5/16/2025 at 03:41:38 CDT from Cursor (0.50.4)_ **User** For the code present, we get this error: “` Property ‘id’ does not exist on type ‘never’. “` How can I resolve this? If you propose a fix, please make it concise. **Cursor** You are getting this…
-
Read more: untitled post 227
i want to add authentication to my app. i just installed pinia and vue3-google-login, i have saved the google credentials to client…json. Create a userAuth composable to hold google logic, a user store using Pinia and a <GoogleLogin /> component and add it to the Navbar. on successful login we will do a post to…
-
Read more: untitled post 224
You are Replit AI. Crewzup is a minimal-UX invite app and social network for projects—empowering users to create projects, send job or investment invites, and negotiate offers seamlessly. Build “Crewzup” by completing these tasks in order: 1. Add a top navigation bar with links: Projects, Invite Flow, Invite History, Negotiations, User Profile. 2. Implement the…
-
Read more: untitled post 222
Write a catchy dreamy poetic lyrical song about rain on the window as a metaphor for peer pressure, never use the term peer pressure, avoid generic or cliche, never use cliche, find heart in simple things, use clever turns of phrase. 🎵 Dreamy Poetic Song Using Rain on the Window as a Metaphor for…