<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Viacheslav Varenia</title>
    <description>The latest articles on DEV Community by Viacheslav Varenia (@slava_varenia).</description>
    <link>https://dev.to/slava_varenia</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F471769%2Ff97ef32f-7cb9-4698-97a3-81cf67bba57d.jpg</url>
      <title>DEV Community: Viacheslav Varenia</title>
      <link>https://dev.to/slava_varenia</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/slava_varenia"/>
    <language>en</language>
    <item>
      <title>Artificial intelligence a modern approach to content creation</title>
      <dc:creator>Viacheslav Varenia</dc:creator>
      <pubDate>Sun, 01 Nov 2020 14:03:49 +0000</pubDate>
      <link>https://dev.to/slava_varenia/artificial-intelligence-a-modern-approach-to-content-creation-2313</link>
      <guid>https://dev.to/slava_varenia/artificial-intelligence-a-modern-approach-to-content-creation-2313</guid>
      <description>&lt;p&gt;What is AI and how it has changed our world? To begin with, we should know what AI is. &lt;/p&gt;

&lt;p&gt;In the popular imagination, the word "artificial" in the phrase "artificial intelligence" has at least three possible interpretations. First, it might mean that the intelligence in question is "artificial," meaning not "natural." Second, it might mean that the intelligence in question is "artificial," meaning man-made. And third, it might mean that the intelligence in question is "artificial," meaning not "true."&lt;/p&gt;

&lt;p&gt;GPT-3 is a deep learning language model, meaning that this model is trained on thousands of articles from Wikipedia, websites, and books. When a model is trained, its output is a series of parameters, commonly a multidimensional array of numbers. These numbers represent what the model has learned. When given a new piece of text, the model can be told whether this text is a sentence in the English language, and it can also be told what the probability is that this text is a sentence in the English language.&lt;/p&gt;

&lt;p&gt;This model's parameters were trained on Wikipedia articles, and as such it's capable of recognizing Wikipedia's style fairly well. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The focus of GPT-3 is to narrow the gap between man and machines as much as possible.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I decided to check if this algorithm is capable of writing a search engine optimization manual.&lt;/p&gt;

&lt;p&gt;I was pleasantly surprised when &lt;a href="https://www.vproexpert.com/search-engine-optimization/"&gt;GPT-3 wrote&lt;/a&gt; a detailed and meaningful essay on SEO for newbies.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;And now a small but scary story for you. It was also written by GPT-3.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;You are preparing to sit down at the table when the doorbell rings.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;As you approach the door, you pause to consider whether the visitor is a friend or foe.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;You look through the peephole... and see a puffy red face, partially obscured by the black steel door.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;You open the door.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;There stands an enormous goblin, its eyes were red with anger.&lt;br&gt;
"What?" the goblin asks, his voice a low rumbling. "I am fine. Just fine."&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;You look down at the goblin, temporarily dumbstruck by the sheer size of him. He must be at least 7 feet tall, and his barrel chest is nearly the width of the door frame.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;"I... I don't know," you say.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;"You study technology," the goblin says, "but you don't understand social dynamics. I was just gonna ask for some ZZzz's..."&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Before you can say another word, the goblin collapses onto the floor. He makes no struggle, and his eyes remain fixed upon your own. His massive form is still twitching.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;"HUNGRY," he rasps.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;The goblin's eyes fix upon you, and a ravenous hunger comes over his face. His eyes stare into your own, from behind the wall of hair that covers his piggish nose.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;The hairs on the back of your neck prickle and an icy cold runs down your spine. You need to act fast.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;On the other hand, the goblin is only a single, weak-minded individual. He would be no match for you in a fight.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Or is he?&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;You've read about cases where a single, unassuming individual managed to take down a city, just by having the right mindset. Could this be one of those cases?&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The story is not terrible, but the fact that soon artificial intelligence will replace writers and journalists, and we will not be able to understand what is written by man and what is written by the machine.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;What do you think about this?&lt;/p&gt;

</description>
      <category>algorithms</category>
    </item>
    <item>
      <title>My experiments with the GPT-3</title>
      <dc:creator>Viacheslav Varenia</dc:creator>
      <pubDate>Sat, 19 Sep 2020 12:08:49 +0000</pubDate>
      <link>https://dev.to/slava_varenia/my-experiments-with-the-gpt-3-4ko6</link>
      <guid>https://dev.to/slava_varenia/my-experiments-with-the-gpt-3-4ko6</guid>
      <description>&lt;p&gt;GPT-3 is a Generative Pre-trained Transformer and autoregressive language model that uses deep learning to produce human-like text. &lt;/p&gt;

&lt;p&gt;GPT-3 is the third-generation language prediction model in the GPT-n series developed by &lt;a href="https://openai.com/"&gt;OpenAI&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;OpenAI is an artificial intelligence research laboratory located in San Francisco.&lt;/p&gt;

&lt;p&gt;The GPT-3 is better at generating lines of text than GPT-2, and they sound like they might have been written by a person.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;"A stairway to darkness in the blink of an eye"&lt;/em&gt;, Ozzy Osbourne sang.&lt;/p&gt;

&lt;p&gt;I typed this phase and this is what the GPT-3 responded to me:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;"Imagine a world of peace, love, and prosperity. Everyone lives in harmony with one another, everyone is happy, content, and free to do as they please without any fear of their fellow man or worry about what comes tomorrow as long as they have the means to take care of themselves. A life where you wake up every day feeling like your life has no purpose or reason but soon finds that when you get out into society everything makes sense. You go from door to door visiting friends and family with whom you share all memories (even if someone dies it can be replaced) so everyone knows who everyone else is because no one ever leaves anyone behind."&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;GPT-3 is a real philosopher.&lt;/p&gt;

&lt;p&gt;I did a lot of experiments with the previous version, but I didn't like the quality of the texts.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Today I asked the algorithm to write an article for me about machine learning&lt;/strong&gt; and this is &lt;a href="https://www.vproexpert.com/machine-learning-model-validation/"&gt;what came of it&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I think the text is very good.&lt;/p&gt;

&lt;p&gt;In my opinion, GPT-3 has tremendous potential for task automation. What do you think?&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
