Please sign in to access this page

AlgoForgeAI

AlgoForgeAI Used AI

8 devlogs
54h 7m
Created by A Random Squid

An interactive and creative coding problem creator using LLM + human input influence to create a coding problem for graders in coding competition / coding tests in school or university / or just for fun.

Timeline

Starting the front end of the creation pipeline
Added error handling

Update attachment

Ugly front end codes makes beautiful front end pages...
The forms and states are killing me.

Finished the vibe extractor and gallery pages

Update attachment

Pain of front-end :
1. Using other people's library and getting error despite following the guide (syntax highlighting library)
2. CSS, even if it's tailwind. I sucks at designing
3. Finding the right words, the right spacing, the right design, the right color (UI/UX development)

I created some pages and some protected pages
Pain...

Update attachment

Frontend is a pain.
It's really painful to one by one, organize the elements into the right place.
And one by one, find a color and design that fit the element.
This is the best landing page I've done. And I saw that it was good.

Update attachment

Finish all the prompt engineering (AI side), added tests, authentication, protected api, and starting on the database

Update attachment

Prompt engineered and created the api end point for Narrative-generation (generate a full narrative from log lines), Algorithm-suggestion (Suggest algorithms from a list that might match the narrative) and Algorithm-diversification (create twists on traditional algorithms)

Prompt engineering is hard in its own way...

Update attachment

Prompt engineered the second and third prompt and their api end point. Theme-ideation will creatively generate themes. Logline-expansion will take the theme and expand it into a workable story.

I really would want to solve a problem that has a logline of A clumsy but determined gumshoe wants to trace the culprit's escape route, but the Crime-Solving Dance Floor, in its infinite wisdom and glowing glory, only illuminates the path of the guilty when you perfectly traverse a sequence of glowing tiles, but each tile has a specific 'groove coefficient' that changes based on your last step and the ambient disco ball rotation and the phase of the moon and your breakfast cereal choice, so you've got to find the optimal path through this labyrinth of light and sound, or you'll just end up doing the cha-cha in circles and probably tripping over your own feet.

AI, when you prompt it right, can get very weird.

Prompt engineering is goated.

Update attachment

Designed the basic prompt chaining that will give me the result I want.
Created the first prompt + api endpoint for the prompt Vibe-extraction to extract the vibes of a sample text to use as a basis for writing the problem

Update attachment