huikang's blog

By huikang, history, 6 weeks ago, In English

I am really excited to see a startup, built by mostly competitive programmers, launching a demonstration of which is the state-of-the-art.

You can watch their demo of Devin, the first AI software engineer, here

You can read the opinions of an external user who has early access here

This is an article from Bloomberg (paywall)

These are the competitive programmers involved

There have been many other startups that started much earlier in the year (and raised more money) trying to make AI agents work, but it is this team of mostly competitive programmers that has finally demonstrated an AI software engineer that actually works.

Full text and comments »

  • Vote: I like it
  • +340
  • Vote: I do not like it

By huikang, history, 2 years ago, In English

I used OpenAI API to translate Python code written by Kiri8128 in the recent combined division contest. These are the results.

How to use the translation tool

  • You will need an email and a phone number to sign up for the OpenAI Beta.
  • Create a new code translation Playground.
  • Press "Submit" to see an example of how the code is generated for Haskell.
  • Change Haskell to C++ in the starting prompt and at the stop sequence. You can see how C++ code is generated as well.
  • Insert the Python code you want to translate.
  • Change the maximum length to a larger number so that you generate the code all at once. The total number of tokens in the input and output is limited to 4000.
  • Copy code from Kiri8128.
  • Press "Submit" to generate the code.
  • Copy the C++ code and submit to Codeforces.

Kiri8128 is the first to reach Grandmaster with python3/pypy3 without ever switching to C++. Kiri8128 writes clean code which probably made it easier for the model to translate.

I am curious to see if this tool can produce code that resolves the various instances where Kiri8128's Python code TLE or MLE. I haven't been successful, as the code that seem to TLE/MLE because of the language is usually the more complicated ones.

Feel free to share your thoughts and findings!

Full text and comments »

  • Vote: I like it
  • +45
  • Vote: I do not like it