Last edited time
Jan 19, 2024 7:31 AM
Reading list
Status
1 case
Tools
tags
coding
Use Case 1
An international outsourcing company is developing a utility tool to refactor legacy projects. This includes tasks such as rewriting desktop applications for the web, by splitting them into server and client components.
This process is semi-automatic, with code being rewritten in chunks, like individual functions and classes. This method saves up to 70% of time.
The tool utilizes several models - one for analyzing and another for writing code. The company has developed its own plugin for IDEs using Langchain . GitHub Copilot  was found to be unsuitable as it lacks external context management(e.g. code snippets are taken from one project and applied to another).
ChatGPT Хорошо справляется с задачей переписать код с JS на TS