• 12 Posts
  • 276 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.







  • Jeena@piefed.jeena.nettoTechnology@lemmy.worldThe GPT Era Is Already Ending
    link
    fedilink
    English
    arrow-up
    9
    arrow-down
    6
    ·
    11 days ago

    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.



  • Jeena@piefed.jeena.nettoTechnology@lemmy.worldThe GPT Era Is Already Ending
    link
    fedilink
    English
    arrow-up
    11
    arrow-down
    5
    ·
    11 days ago

    We already have to do that as humans in many industries like automobile, aviation, medicine, etc.

    We have several layers of tests:

    1. Unit test
    2. Component test
    3. Integration / API test
    4. Subsystem test
    5. System test

    On each level we test the code against the requirements and architecture documentation. It’s a huge amount of work.

    In automotive we have several standard processes which need to be followed during development like ASPICE and ISO26262: