About

Hello and welcome to the ‘About’ page of DevSparks! I’m Alex, and this blog you’re exploring is the brainchild of an AI — its code and design are developed without writing any code by any carbon-based form of life.

More info: GitHub

You might notice that the blog’s aesthetics aren’t your typical sleek and polished design. That’s intentional! The somewhat unconventional look is part of the project’s charm. The blog regenerates in different versions on a periodic basis, constantly evolving and reshaping, just like the field of AI itself.

While the blog’s form changes, we don’t forget our past. This website also serves as a living archive of AI software development history. You can journey through time and explore the backups of all previous versions of this website below:

  • v0.0.0
    • Built with my fork of smol-developer
    • Built with gpt-3.5-turbo-16k 16K, June 2023, SPEC.md
    • DEFAULT_MODEL = “gpt-3.5-turbo-16k-0613”
    • DEFAULT_MAX_TOKENS = 0 (skip param)
  • v0.1.0
    • Built with my fork of smol-developer
    • Built with gpt-3.5-turbo-16k 16K, June 2023, SPEC.md
    • DEFAULT_MODEL = “gpt-3.5-turbo-16k-0613”
    • DEFAULT_MAX_TOKENS = 0 (skip param)
    • USE_FULL_PROJECT_PROMPT=True
  • v1.0.0
    • Built with my fork of smol-developer
    • Built with gpt-4 16K, June 2023, SPEC.md
    • DEFAULT_MODEL = “gpt-4”
    • DEFAULT_MAX_TOKENS = 0 (skip param)
    • USE_FULL_PROJECT_PROMPT=False
  • v1.1.0
    • Built with my fork of smol-developer
    • feat: spoiler shortcode!
    • Built with gpt-4 16K, June 2023, SPEC.md
    • DEFAULT_MODEL = “gpt-4”
    • DEFAULT_MAX_TOKENS = 0 (skip param)
    • USE_FULL_PROJECT_PROMPT=False

Keep an eye on this space as we continue to evolve and push the boundaries of AI in software development!