this post was submitted on 30 Sep 2023
61 points (85.1% liked)

Programming

17026 readers
249 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] UFODivebomb 3 points 11 months ago* (last edited 11 months ago)

I've experienced similar.

One thing that helped: separating research code from production.

Research is to answer a decision problem and much of the optimization problems that are in software engineering do not, and should not, apply.

Once the research problem is answered. Reproducing that answer with production quality systems should be it's own project. This also serves as a reproduction of the science in the research. Satisfying that hallmark of the scientific method.

Course, getting a company to agree to such an arrangement is near impossible. Especially if they have never been crippled by the mismatch expectations of putting research code in production.

As that is an organizational problem not just an engineering problem, good luck convincing management.

An alternative, if I can't get such an arrangement is the building a platform that supports integration of research code. That can be... uh... hard. Aside from the people challenges not all tech can support such a platform.