Home Technology peripherals AI This domestic free programming tool is popular! Developed by a PhD team from Tsinghua University, it has short response delay and high accuracy.

This domestic free programming tool is popular! Developed by a PhD team from Tsinghua University, it has short response delay and high accuracy.

Jan 31, 2024 pm 05:03 PM
industry prototype Feishen Technology

In the past year, with the widespread application of large model technology, we have witnessed how AI has profoundly changed the way we work. In the field of programming, the intervention of AI will also bring unprecedented convenience to programmers.

Recently, Feishen Technology has launched an AI code assistant based on a large self-developed code model - Fitten Code, which can help programs Members can complete coding tasks more quickly, more accurately, and with higher quality, greatly improving coding efficiency, and it is open to users for free!

This domestic free programming tool is popular! Developed by a PhD team from Tsinghua University, it has short response delay and high accuracy.

Product official website address: https://code.fittentech.com/

Fitten Code Since the last release Since then it has quickly become popular. The development team worked around the clock to bring significant upgrades to functionality, performance and speed. In addition, also adds support for more editors, providing developers with new benefits!

Currently, Fitten Code has integrated a wealth of functions, including: Intelligent code completion, intelligent code Q&A, automatic addition of comments, automatic addition of tests, intelligent Code error checking and intelligent code explanationetc. And supports more than 80 languages ​​​​Python, JS, C, etc., and also supports more than 10 IDE## such as VS Code, JetBrains series (including IntelliJ IDEA, PyCharm, etc.), Visual Studio, Vim, etc. #.

It is worth mentioning that the core development team of Fitten Code are all Ph.D. graduates from Tsinghua University; and during their school years, they were the main developers to promote Developed the open source work of the domestic deep learning framework Jittor.

Ultra-high accuracy, ultra-fast response speed

We learned that, Fitten Code's accuracy is 20% higher than similar international products, so it can
complete code tasks more accurately and assist programmers to complete 20%~70% of code development.

At the same time, Fitten Code's average response delay
is only about 300ms, compared to other AI code assistants which can take several seconds to respond. Time can bring users a smoother programming experience.

This domestic free programming tool is popular! Developed by a PhD team from Tsinghua University, it has short response delay and high accuracy.

Significantly improve work efficiency

##According to statistics from Fitten Code developers, using Fitten Code It can greatly improve programmers' work efficiency in different scenarios.

They use
Five scenarios
front-end development, back-end development, engineering research and development, academic research and development and game development to evaluate whether programmers use Fitten Code Statistics on the time spent on the same tasks revealed that the coding efficiency of programmers has increased by 27%-208%, and the effect is very significant.

This domestic free programming tool is popular! Developed by a PhD team from Tsinghua University, it has short response delay and high accuracy.

Use Fitten Code to assist development efficiency improvement in different scenarios
##We can’t help but ask:
Why can Fitten Code improve development efficiency so much
? We conducted interviews with some programmer classmates who participated in the experiment.

Front-end developers say this

##I only need to
describe the components that need to be developed in the comments
, and Fitten Code's
auto-completion
can help me accurately

Generate code that meets the needs, and automatically write the basic attributes and basic logic for me. I only need to make slight modifications to use it. In addition, I can ask Fitten Code to help me write some special visual effects in the chat function, and I can also let it modify the code according to my needs through conversations, so I develop faster Much faster.

Front-end code generated based on comments

This domestic free programming tool is popular! Developed by a PhD team from Tsinghua University, it has short response delay and high accuracy.

##Front-end interface generated based on comments

  • Backend developer said this

When

writing data query logic and regular matching logic, Fitten Code can complete them for me. The function I want, and it can often guess the name of the interface I want to call and the parameters I pass in, saving me time in checking documents. Fitten Code The function of automatically adding unit tests also greatly saves the time of testing the code and improves the reliability of the code. In addition, the function of automatically adding comments is also very practical. It can understand the logic of my code and help me add comments that comply with the comment specifications.

This domestic free programming tool is popular! Developed by a PhD team from Tsinghua University, it has short response delay and high accuracy.

Automatically generate comments

  • Engineering R&D said this

##What I find amazing about Fitten Code's code completion is that
the code it completes sometimes has a lower time complexity

than the code I want to write, and The code written also takes into account the overhead of reading, writing and data copying, and runs very efficiently.


    #Academic Researcher
  • Say this

#Fitten Code seems to know the various aspects of each deep learning framework very well. interface, and the automatically completed debugging code is also very beautiful. And it can also help me
explain some difficult-to-understand code
, speeding up my ability to get started with research and development based on other work.

##Quickly complete the network structureThis domestic free programming tool is popular! Developed by a PhD team from Tsinghua University, it has short response delay and high accuracy.


The game developer said this
##Fitten Code's chat assistant can
describe and gradually improve the code's needs during the conversation
, and can output the code that best meets my needs step by step. This greatly speeds up our development of game prototypes and the game development process. It also supports the Visual Studio Unreal engine and can load hundreds of files without lag. It can be well integrated into the workflow of large-scale game projects.
##Fitten Code Function Introduction

This domestic free programming tool is popular! Developed by a PhD team from Tsinghua University, it has short response delay and high accuracy.

As mentioned above, Fitten Code has rich and powerful functions, including
intelligent code completion, intelligent code Q&A, automatic addition of comments, automatic addition of tests, intelligent code error checking and intelligent code explanation, etc.
. Next, we will introduce them one by one.
Auto code completion

  • Fitten Code can automatically add missing parts
    to your code
  • . Through intelligent programming experience, it can save you valuable development time,
improve work efficiency, accelerate the development process, and enjoy the convenience of seamless code completion
.
  • Comprehensive editor support

##Fitten Code supports Visual Studio Code, Visual Studio , IntelliJ IDEA, PyCharm, DataGrip, GoLand, PhpStorm, WebStorm, Rider and many other modern IDEs, covering the needs of programmers from all walks of life. Fitten Code is also adapted to the ancient god of editors - Vim. The most primitive and efficient editing experience combined with the latest AI programming assistant brings a completely different programming experience.

This domestic free programming tool is popular! Developed by a PhD team from Tsinghua University, it has short response delay and high accuracy.

  • Natural language generation code

You only need to
describe the functions that the code needs to achieve in the form of dialogue or code comments, and Fitten Code can automatically generate code that meets the comment requirements, reducing The time and effort of writing it manually.

In addition, using comments as a guide, the code generation plug-in can quickly generate project structure, function skeleton, interface calling and other code snippets to help quickly build the project. Whether it is improving writing efficiency or accelerating the project development process, Fitten Code will bring you considerable help and convenience.

This domestic free programming tool is popular! Developed by a PhD team from Tsinghua University, it has short response delay and high accuracy.

  • Automatically add comments

For writing comments, with Fitten Code, you can say goodbye to manual writing.

It can automatically generate relevant comments based on the code, and provide clear and easy-to-understand explanations and documentation by analyzing the logic and structure of the code.

This domestic free programming tool is popular! Developed by a PhD team from Tsinghua University, it has short response delay and high accuracy.

In addition to the above functions, Fitten Code also provides a wealth of practical functions, such as intelligent bug finding based on the selected code.

It also has the function of automatically generating unit tests, which can automatically generate corresponding test cases based on the code to improve code quality and reliability.

Not only that, Fitten Code also has the ability to explain the meaning of the code, helping users understand the logic and structure of the code more deeply.

#In short, this domestic programming artifact focuses on making programming more efficient from all aspects.

how to use?

Fitten Code is not only free and full-featured, but its installation method is also extremely simple.

Take Visual Studio Code as an example, search for "Fitten Code" in the extension page:
This domestic free programming tool is popular! Developed by a PhD team from Tsinghua University, it has short response delay and high accuracy.
and click " Installation:

This domestic free programming tool is popular! Developed by a PhD team from Tsinghua University, it has short response delay and high accuracy.

#Finally register and log in to use it.

This domestic free programming tool is popular! Developed by a PhD team from Tsinghua University, it has short response delay and high accuracy.

Super simple, there is nothing like it!

In addition, Fitten Code also supports IntelliJ IDEA, PyCharm and other JetBrains series IDEs as well as Visual Studio and Vim.

About the team

##Fitten Code is developed by Beijing Feishen Technology Co., Ltd., the core The team all graduated with Ph.D. degrees from Tsinghua University. As the main developer, they open sourced the Jittor deep learning framework, which is one of the mainstream deep learning frameworks in China. They also participated in the open source JNeRF neural rendering library and JittorLLMs large model reasoning library, and gained a lot of achievements. Lots of great reviews from the industry.

Team members have outstanding technical abilities. They have won gold medals in international supercomputing competitions, Informatics Olympiads, ACM gold medals, etc., and have participated in CVPR, SIGGRAPH, TOG, TIP, CVM, etc. He has published many articles in top international conference journals such as computer graphics, computer vision, and artificial intelligence. He is a top multi-disciplinary expert in international and local professional fields with artificial intelligence, deep learning, high-performance computing, system design, and hardware architecture. team.

The above is the detailed content of This domestic free programming tool is popular! Developed by a PhD team from Tsinghua University, it has short response delay and high accuracy.. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

DeepMind robot plays table tennis, and its forehand and backhand slip into the air, completely defeating human beginners DeepMind robot plays table tennis, and its forehand and backhand slip into the air, completely defeating human beginners Aug 09, 2024 pm 04:01 PM

But maybe he can’t defeat the old man in the park? The Paris Olympic Games are in full swing, and table tennis has attracted much attention. At the same time, robots have also made new breakthroughs in playing table tennis. Just now, DeepMind proposed the first learning robot agent that can reach the level of human amateur players in competitive table tennis. Paper address: https://arxiv.org/pdf/2408.03906 How good is the DeepMind robot at playing table tennis? Probably on par with human amateur players: both forehand and backhand: the opponent uses a variety of playing styles, and the robot can also withstand: receiving serves with different spins: However, the intensity of the game does not seem to be as intense as the old man in the park. For robots, table tennis

The first mechanical claw! Yuanluobao appeared at the 2024 World Robot Conference and released the first chess robot that can enter the home The first mechanical claw! Yuanluobao appeared at the 2024 World Robot Conference and released the first chess robot that can enter the home Aug 21, 2024 pm 07:33 PM

On August 21, the 2024 World Robot Conference was grandly held in Beijing. SenseTime's home robot brand "Yuanluobot SenseRobot" has unveiled its entire family of products, and recently released the Yuanluobot AI chess-playing robot - Chess Professional Edition (hereinafter referred to as "Yuanluobot SenseRobot"), becoming the world's first A chess robot for the home. As the third chess-playing robot product of Yuanluobo, the new Guoxiang robot has undergone a large number of special technical upgrades and innovations in AI and engineering machinery. For the first time, it has realized the ability to pick up three-dimensional chess pieces through mechanical claws on a home robot, and perform human-machine Functions such as chess playing, everyone playing chess, notation review, etc.

Claude has become lazy too! Netizen: Learn to give yourself a holiday Claude has become lazy too! Netizen: Learn to give yourself a holiday Sep 02, 2024 pm 01:56 PM

The start of school is about to begin, and it’s not just the students who are about to start the new semester who should take care of themselves, but also the large AI models. Some time ago, Reddit was filled with netizens complaining that Claude was getting lazy. "Its level has dropped a lot, it often pauses, and even the output becomes very short. In the first week of release, it could translate a full 4-page document at once, but now it can't even output half a page!" https:// www.reddit.com/r/ClaudeAI/comments/1by8rw8/something_just_feels_wrong_with_claude_in_the/ in a post titled "Totally disappointed with Claude", full of

At the World Robot Conference, this domestic robot carrying 'the hope of future elderly care' was surrounded At the World Robot Conference, this domestic robot carrying 'the hope of future elderly care' was surrounded Aug 22, 2024 pm 10:35 PM

At the World Robot Conference being held in Beijing, the display of humanoid robots has become the absolute focus of the scene. At the Stardust Intelligent booth, the AI ​​robot assistant S1 performed three major performances of dulcimer, martial arts, and calligraphy in one exhibition area, capable of both literary and martial arts. , attracted a large number of professional audiences and media. The elegant playing on the elastic strings allows the S1 to demonstrate fine operation and absolute control with speed, strength and precision. CCTV News conducted a special report on the imitation learning and intelligent control behind "Calligraphy". Company founder Lai Jie explained that behind the silky movements, the hardware side pursues the best force control and the most human-like body indicators (speed, load) etc.), but on the AI ​​side, the real movement data of people is collected, allowing the robot to become stronger when it encounters a strong situation and learn to evolve quickly. And agile

ACL 2024 Awards Announced: One of the Best Papers on Oracle Deciphering by HuaTech, GloVe Time Test Award ACL 2024 Awards Announced: One of the Best Papers on Oracle Deciphering by HuaTech, GloVe Time Test Award Aug 15, 2024 pm 04:37 PM

At this ACL conference, contributors have gained a lot. The six-day ACL2024 is being held in Bangkok, Thailand. ACL is the top international conference in the field of computational linguistics and natural language processing. It is organized by the International Association for Computational Linguistics and is held annually. ACL has always ranked first in academic influence in the field of NLP, and it is also a CCF-A recommended conference. This year's ACL conference is the 62nd and has received more than 400 cutting-edge works in the field of NLP. Yesterday afternoon, the conference announced the best paper and other awards. This time, there are 7 Best Paper Awards (two unpublished), 1 Best Theme Paper Award, and 35 Outstanding Paper Awards. The conference also awarded 3 Resource Paper Awards (ResourceAward) and Social Impact Award (

Hongmeng Smart Travel S9 and full-scenario new product launch conference, a number of blockbuster new products were released together Hongmeng Smart Travel S9 and full-scenario new product launch conference, a number of blockbuster new products were released together Aug 08, 2024 am 07:02 AM

This afternoon, Hongmeng Zhixing officially welcomed new brands and new cars. On August 6, Huawei held the Hongmeng Smart Xingxing S9 and Huawei full-scenario new product launch conference, bringing the panoramic smart flagship sedan Xiangjie S9, the new M7Pro and Huawei novaFlip, MatePad Pro 12.2 inches, the new MatePad Air, Huawei Bisheng With many new all-scenario smart products including the laser printer X1 series, FreeBuds6i, WATCHFIT3 and smart screen S5Pro, from smart travel, smart office to smart wear, Huawei continues to build a full-scenario smart ecosystem to bring consumers a smart experience of the Internet of Everything. Hongmeng Zhixing: In-depth empowerment to promote the upgrading of the smart car industry Huawei joins hands with Chinese automotive industry partners to provide

Distributed Artificial Intelligence Conference DAI 2024 Call for Papers: Agent Day, Richard Sutton, the father of reinforcement learning, will attend! Yan Shuicheng, Sergey Levine and DeepMind scientists will give keynote speeches Distributed Artificial Intelligence Conference DAI 2024 Call for Papers: Agent Day, Richard Sutton, the father of reinforcement learning, will attend! Yan Shuicheng, Sergey Levine and DeepMind scientists will give keynote speeches Aug 22, 2024 pm 08:02 PM

Conference Introduction With the rapid development of science and technology, artificial intelligence has become an important force in promoting social progress. In this era, we are fortunate to witness and participate in the innovation and application of Distributed Artificial Intelligence (DAI). Distributed artificial intelligence is an important branch of the field of artificial intelligence, which has attracted more and more attention in recent years. Agents based on large language models (LLM) have suddenly emerged. By combining the powerful language understanding and generation capabilities of large models, they have shown great potential in natural language interaction, knowledge reasoning, task planning, etc. AIAgent is taking over the big language model and has become a hot topic in the current AI circle. Au

Li Feifei's team proposed ReKep to give robots spatial intelligence and integrate GPT-4o Li Feifei's team proposed ReKep to give robots spatial intelligence and integrate GPT-4o Sep 03, 2024 pm 05:18 PM

Deep integration of vision and robot learning. When two robot hands work together smoothly to fold clothes, pour tea, and pack shoes, coupled with the 1X humanoid robot NEO that has been making headlines recently, you may have a feeling: we seem to be entering the age of robots. In fact, these silky movements are the product of advanced robotic technology + exquisite frame design + multi-modal large models. We know that useful robots often require complex and exquisite interactions with the environment, and the environment can be represented as constraints in the spatial and temporal domains. For example, if you want a robot to pour tea, the robot first needs to grasp the handle of the teapot and keep it upright without spilling the tea, then move it smoothly until the mouth of the pot is aligned with the mouth of the cup, and then tilt the teapot at a certain angle. . this

See all articles