summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUser Mms <mms@voyager.local>2024-10-31 22:28:10 +0100
committerUser Mms <mms@voyager.local>2024-10-31 22:28:10 +0100
commitb190fec5cab7e6ca4b173df6b3fcc7b82cb5262b (patch)
treebb21b5cf53de764a50b5f2813109d6e7593ba7f6
parent77e520c4e9dd6c36009493012a475ef2363b4b08 (diff)
feat: was ai radio
-rw-r--r--content-org/blog.org50
-rw-r--r--content/blog/2024/was-ai-radio.md50
2 files changed, 99 insertions, 1 deletions
diff --git a/content-org/blog.org b/content-org/blog.org
index 053dc6e..2a79241 100644
--- a/content-org/blog.org
+++ b/content-org/blog.org
@@ -8,7 +8,7 @@
#+HUGO_SECTION: blog
-* 2024 [90/92] :@blog:
+* 2024 [91/93] :@blog:
:PROPERTIES:
:EXPORT_HUGO_SECTION: blog/2024
:EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :image_dir "blog/images" :image_max_width 600
@@ -122,6 +122,54 @@ It's small annoyance, but it shows the general direction.
Microsoft GitHub is still not near the biggest sin an Open Source can commit when it comes to cooperation (that crown still goes to using Discord), but it's far from being "Open".
+** DONE AI radio was straight out of a nightmare
+CLOSED: [2024-10-31 Thu 22:09]
+:PROPERTIES:
+:EXPORT_FILE_NAME: was-ai-radio
+:EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :Abstract OFF Radio is no longer AI Radio
+:EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :Listening "[podcast] 2.5 Admins 219: Spooky Stories"
+:EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :Listening_Url https://2.5admins.com/2-5-admins-219/
+:END:
+
+We, at Crys Jurnal are happy to report... no, I'm not doing such scary Halloween.
+
+A few days ago, I wrote [[file:/blog/2024/ai-radio/][about AI radio]].
+Well, we can now talk about it in past tense as they gave up.
+The response was so negative, that they are no longer doing it.
+This is the happy part.
+
+But they are not the only ones doing such "experiments".
+LLMs may have proven themselves to be unreliable doing anything, but this won't stop evil people from using it everywhere.
+We can only oppose.
+
+In a completely unrelated story...
+
+Recently, at my day job I was tasked with converting some Scala code to Ruby.
+I tried to do it manually, to actually understand what the hell am I committing.
+But at two occasions, I gave up and asked Chat GPT to rewrite a method 1:1.
+It did it poorly, but after some back and forth accompanied by cursing, it worked.
+I've been told, that even for Scala devs the code was convoluted.
+But at a result, the Ruby code was convoluted.
+It looked like they hired a Java guy to write Ruby.
+It works, technically it's correct... but it's not Ruby.
+Therefore, I added a comment
+
+#+begin_quote
+Warning. This method was converted from Scala code by LLM
+#+end_quote
+
+I may have played with the devil, but this allowed me to feel better about it.
+I even had to explain myself during patch review.
+One thing I didn't do, was to normalize its usage.
+But, in the end, I noticed that it didn't saved me any time.
+I still needed to refactor it, understand what the original code did, and test it.
+All it did was adding uncertainty.
+
+So, in my book, one of things LLMs can't do reliably is helping in coding.
+This was the first time I've tried to use Altman to help me in work, and it was a failure.
+Just like AI Radio.
+This is the sad part.
+
** DONE Upcoming books by Michael Lucas
CLOSED: [2024-10-30 Wed 22:21]
:PROPERTIES:
diff --git a/content/blog/2024/was-ai-radio.md b/content/blog/2024/was-ai-radio.md
new file mode 100644
index 0000000..ad2c88d
--- /dev/null
+++ b/content/blog/2024/was-ai-radio.md
@@ -0,0 +1,50 @@
++++
+title = "AI radio was straight out of a nightmare"
+author = ["MichaƂ Sapka"]
+date = 2024-10-31T22:09:00+01:00
+categories = ["blog"]
+draft = false
+weight = 2001
+image_dir = "blog/images"
+image_max_width = 600
+Abstract = "OFF Radio is no longer AI Radio"
+Listening = "[podcast] 2.5 Admins 219: Spooky Stories"
+Listening_Url = "https://2.5admins.com/2-5-admins-219/"
++++
+
+We, at Crys Jurnal are happy to report... no, I'm not doing such scary Halloween.
+
+A few days ago, I wrote [about AI radio](/blog/2024/ai-radio/).
+Well, we can now talk about it in past tense as they gave up.
+The response was so negative, that they are no longer doing it.
+This is the happy part.
+
+But they are not the only ones doing such "experiments".
+LLMs may have proven themselves to be unreliable doing anything, but this won't stop evil people from using it everywhere.
+We can only oppose.
+
+In a completely unrelated story...
+
+Recently, at my day job I was tasked with converting some Scala code to Ruby.
+I tried to do it manually, to actually understand what the hell am I committing.
+But at two occasions, I gave up and asked Chat GPT to rewrite a method 1:1.
+It did it poorly, but after some back and forth accompanied by cursing, it worked.
+I've been told, that even for Scala devs the code was convoluted.
+But at a result, the Ruby code was convoluted.
+It looked like they hired a Java guy to write Ruby.
+It works, technically it's correct... but it's not Ruby.
+Therefore, I added a comment
+
+> Warning. This method was converted from Scala code by LLM
+
+I may have played with the devil, but this allowed me to feel better about it.
+I even had to explain myself during patch review.
+One thing I didn't do, was to normalize its usage.
+But, in the end, I noticed that it didn't saved me any time.
+I still needed to refactor it, understand what the original code did, and test it.
+All it did was adding uncertainty.
+
+So, in my book, one of things LLMs can't do reliably is helping in coding.
+This was the first time I've tried to use Altman to help me in work, and it was a failure.
+Just like AI Radio.
+This is the sad part.