• 42 Posts
  • 547 Comments
Joined 6 months ago
cake
Cake day: June 11th, 2024

help-circle










  • It’s end user focused, they have different segments like going through the monthly release notes and talking about them a bit from their perspective and they have often guests. The guests sometimes are random users with a interesting setup and they talk about that setup where you can get a lot of ideas. Other times they invite some of the developers or project managers from the project to talk about some new features or plans.












  • I think you (or I) misunderstand something. You have a test for a small well defined unit like a C function. und let the AI generate code until the test passes. The unit test is binary, either it passes or not. The unit test only looks at the result after running the unit with different inputs, it does not “go through millions of lines of code”.

    And you keep doing that for every unit.

    The writing of the code is a fairly mechanical thing at this point because the design has been done in detail before by the human.