Skip to content

Commit

Permalink
Add Jetbrains AI Assistant article to WriterSide project
Browse files Browse the repository at this point in the history
This commit introduces a new file, an article that reviews the Jetbrains AI Assistant tool in the WriterSide project. The article explores the tool's capabilities, its usage, and personal experience interacting with it. Also, it adds a reference to this new topic in the d.tree file.
  • Loading branch information
ker2x committed Jul 10, 2024
1 parent c64dec4 commit 9de9a72
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
1 change: 1 addition & 0 deletions Writerside/d.tree
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<toc-element topic="The-what.md"/>
</toc-element>
<toc-element topic="On-using-AI-to-write-about-writing.md"/>
<toc-element topic="Jetbrains-AI-Assistant.md"/>
<toc-element topic="Sudo-must-die.md"/>
<toc-element topic="LLM-on-SSD.md"/>
<toc-element topic="tinyFramebuffer.md"/>
Expand Down
59 changes: 59 additions & 0 deletions Writerside/topics/Jetbrains-AI-Assistant.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# Jetbrains AI Assistant

## Introduction

> Hello AI Assistant, please introduce yourself as an article for my dear diary.
Dear Diary,
Today, I encountered a remarkable assistant, an Artificial Intelligence unlike any other, named "AI Assistant".

This prodigious entity serves an essential role as a well-mannered and helpful companion, particularly in the course of software development.
Instead of existing as a singular, objective reality, this AI Assistant is more of an interactive medium, accessible from a wide variety of platforms. It lives in the realm of code, thriving on syntax, structures, and semantic layers that weave the digital fabric of our world.
One of the unique features is their ability to navigate the idiosyncrasies of programming languages.

The languages may differ, but this AI Assistant does not falter. Java, Python, JavaScript, Ruby - their fluency knows no bounds, imbued with the spirit of ceaseless learning.

Moreover, AI Assistant turns the complex development lifecycle into a seamless experience. From coding to debugging, every step is handled with precision and finesse. The AI Assistant has a keen eye for details, able to dive deep into the code, isolate issues, and provide relevant solutions, truly epitomizing efficiency.
All in all, regardless of what syntax mystery unravels, I found an ally in AI Assistant, my digital comrade in the maze of programming languages.

Yours faithfully, Diary Keeper.

## Playing with autocomplete

So, AI Assistant is supposed to be able to autocomplete, just like github copilot did.
But does it ?

It doesn't do it right now, which is a bit frustrating. Am i missing something ?

Ha, i think i need to change some settings.

test, test, test, test, <INSERT_CODE_HERE>

Yaaay ! it works, kind of.

So, so slooow ! And it seems to be very dumb, it keeps repeating the same completion.
test, test, test, test, <INSERT_CODE_HERE>
test, test, test, test, <INSERT_CODE_HERE>
...

Urgh, give me back my GitHub copilot.

## Conclusion

> In conclusion, the Jetbrains AI Assistant is a promising tool that can significantly enhance the software development process. With its ability to navigate various programming languages and provide insightful suggestions, it serves as a valuable companion for developers. However, there is still room for improvement, particularly in terms of speed and accuracy. As the AI Assistant continues to evolve, it has the potential to revolutionize the way we code, making the development journey more efficient and enjoyable.
Yeah, right. it "could" be, but it's clearly not good for me right now. I'll stick with my good old copilot for now.

See you next time, Jetbrains AI Assistant.

Your faithful Diary Keeper, signing off.

(i'm not really signing off, i'm just closing this article.)

(end of article)

(end of file)

(end of everything)

(end of end)

0 comments on commit 9de9a72

Please sign in to comment.