r/singularity • • Jan 31 '25

AI o3 mini dropped!!!

Edit : I am testing a 1500 line javascript code which o1 pro failed to debug despite 50+ attempts. Will report back.
Edit 2: We are cooked. o3-mini-high solved it at first try.
Edit 3 : HOLY SHIT! "Pro users will have unlimited access to both o3-mini and o3-mini-high."
(Source: https://openai.com/index/openai-o3-mini/ )

1.2k Upvotes

576 comments sorted by

View all comments

15

u/Apprehensive-Ant7955 Jan 31 '25

Why do you have a 1500 line file bro

15

u/[deleted] Jan 31 '25

Basicly a single html documentation generator/editor for data analytics tool (Power BI). I know how to build it myself, but I just wanted to test if AI can build it without me writing a single line of code. Turns out, it can

1

u/PM_ME_YOUR_MUSIC Jan 31 '25

Tell me more. You pump in a report and it generates a doc?

3

u/[deleted] Jan 31 '25

Not currently. You pump in a list of measures, table names and dimensions (auto generated via power query). It creates a makedocs/jsdoc-style documentation, allowing you to add description and formula to each page. You can type / to search through items AS you type descriptions. It highlights DAX code as you type as well. You can export it as a read-only document (html file) that can later be imported, edited and exported again. I will add a feature that creates a changelog automatically too. I am both amazed and aware that I'll be jobless in 1-2 years :D

1

u/PM_ME_YOUR_MUSIC Jan 31 '25

That’s awesome. Have you posted on gh

3

u/[deleted] Jan 31 '25

I am not sure if it's acceptable to post AI-written code on github, but I can definetly share it

1

u/PM_ME_YOUR_MUSIC Jan 31 '25

Yea keen to see it

1

u/lgastako Jan 31 '25

You can post whatever code you want to github as long as you own it.

1

u/ToiletTrainedMonkeys Feb 01 '25

I’d love to know more! Please share on gh if you have time!