step by step creating the bot and adding artificial intelligence to it

Let’s explain to you how to create your own AI bot on Telegramso you can interact with it at any time. In this way, the bot will be yours and you can put the model of artificial intelligence whatever you want, whether Gemini, ChatGPT, Claude or whatever. To carry out this task we are going to use two services. First we will use BotFather of Telegram to create the bot, and then we will use the service Make to create a workflow or workflow that adds an AI, which in the case of our step by step will be Gemini, but you can use any other. But before we start, I must remind you that even if the bot is yours, everything you write will be sent to the Make servers to process the workflow and the AI ​​you choose. Therefore, be careful with writing personal details that may violate your security or privacy, because you will be giving them to these two companies. First you must create the bot The first thing you have to do is create a bot on Telegram using BotFather. To do this, write a message to the bot @BotFather and write to you as if you were a new user. Type the command /newbot to create a new bot, to which you have to give a name to identify yourself and a unique username to access the bot whenever you want. When you do it, it will give you two things, first the username and address of your bot to access it, and second an access token with various figures and letters. You have to save this token to use later. In the message that Telegram will return to you, will also give you a link to the bot you createdwhich will basically be t.me/@botname. This will be important for later. Also you can use BotFather options to customize your botputting a profile image, a description or whatever you want. We have explained all this to you in our post about BotFather. Now get the API of an AI Now we have to get an API from an AI. We will use the Free Gemini APIwhich although it has some limits in its use, will be useful for some tests without spending. To get it go to the website aistudio.google.com and sign in with your Google account. When you do, in the bar on the left at the bottom click on Get API Key. Now you have to click on the option Create API key that appears at the top of the screen you have created. This will open a window where you have to create the project for which you are going to use it in order to identify it, for example “Bot Telegram IA”. When you create the project, you can now create the API. When you have created the API, you will see that it appears in the list of API keys. You just have to click on the left, below where it says Clueand a window with the API will open, starting with “AIza–“. Now create the workflow Now let’s create the workflow or workflow using the service Make. Within this program we are going to create a new scenario. We start by clicking on the initial + for the first step, for which you have to write Telegram and choose the option Watch Updates within the options related to Telegram that will appear. When you do this the first time you will have to create a webhook. Basically, it will be like creating a connection, and by doing so you will be able to give it a name and when establishing the connection, you will only have to type the Telegram bot token that BotFather gave us. Once the connection is established, open the Telegram bot that you created in the app, and click on Start. When you do this, the message /start will be written. When you do this, go back to make.com and, at the bottom, press the button Run eleven. This will simply test the connection with the bot. Now, click on the + button on the right of Telegram Bot to generate a new module, and you will have to choose the module to generate an AI response. Simply type the name of the AI ​​you have a token for, in our case Gemini, and choose the option that means generating a response. A window will open to configure your AI. In it, you have to establish a connection using the APIwhich is what we have done above. You will also be able to choose the model you want to use. Keep in mind that the more advanced the model, the more credits the AI ​​will use, and your free API will have limited credits. Now comes the most complex part of all. You have to go to the section messages of this window, and in Item 1, in the field Role you have to put User. Now, in Parts you have to fill out Item 1 by putting in Message Type the option textand in text just below choose option 1. Message: Text. As before we have already executed our project with the Telegram bot, when you click on the value you will get suggestions based on the results of the bot. In these suggestions you will see the 1. Message: Text. You will recognize it in the next window because it is where it says /start, which is what we wrote to the bot. Down in System instructions go to Promptsand in the value of Prompt 1 you also have to put 1. Message: Text. Below, in Response Modalities you have to **choose only the option textdeactivating Imagebecause with the API we will not be able to generate images in our country. Now we are going to create the third step, that of sending the AI ​​response to the Telegram bot. To do this, create a new module, look for the Telegram … Read more

How to receive a daily email with the summary of your favorite podcast made by artificial intelligence

Let’s explain to you how to receive summaries of your favorite podcasts by email. These summaries will be made by artificial intelligenceafter you have received the audio file and processed it. This is not something you can do in a specific application, so we will have to configure a workflow of several steps. Specifically, we are going to use the service Makebecause its free version is enough to do it. In addition, we are going to use artificial intelligence Geminisince it is very easy to obtain a free API with which to use AI on this website. At Make.com we will have to log in with the Gemini modules and especially Gmail. It is important to highlight this because in the end you will be giving a third party access to your email, which could compromise your privacy, although this tool is reputable enough to think that it complies and that you should be safe. First you need the RSS of the podcast In order to carry out this automation, the first thing is get the RSS address of the podcast that you want to analyze. It is the page with the code where the title, description and the address of the mp3 file of each chapter appear, which in the end is the most important thing. If you don’t know where to get this address, you can use the Get RSS Feed websitewhich you can get at getrssfeed.com. On this website, you just have to enter the URL to Apple Podcast, iVoox, Spotify or the podcast website, and then it will search there for the RSS address. When it does, click on the button RSS Copy and that’s it, you will have the address copied. It will also be important that Find out what time each chapter is published. At the end of this project, the workflow will have to be scheduled to activate at a certain time each day, and it should be at a time when the chapter has already been published. Configure the Gemini API Key The AI ​​we are going to use for this project is Gemini. And to link and use this AI, you need get a google api. For that, go to the website aistudio.google.com and sign in with your Google account. When you do, in the bar on the left at the bottom click on Get API Key. Now you have to click on the option Create API key that appears at the top of the screen you have created. This will open a window where you have to create the project for which you are going to use it in order to identify it, for example Gmail Gemini. When you create the project, you can now create the API. When you have created the API, you will see that it appears in the list of API keys. You just have to click on the left, below where it says Clueand a window with the API will open, starting with “AIza–“. When you later create the first Gemini modulethen on the login screen you will have to write the Gemini API Key that you generated at the beginning of this tutorial. We are not going to repeat this later because it is something that we will assume has already been done after previous projects such as create a Telegram bot that summarizes your emails. Now we create the workflow Now let’s go to Make.com and create a new scenario or workflow. We start by clicking on the initial + for the first step, for which you have to choose the option Watch RSS feed items. It is used to display the elements of an RSS address. In this first module, what you have to do is write the RSS URL that we have searched for in the previous step, and put it in the URL field. Then, in Maximum number of returned items set 1, so that every time this scenario is run it only pulls the latest post. Once you have this first step configured, I recommend you click on Run eleven to run the project with just this step. Thus, the content will be loaded, and it will appear in the autocompleted suggestions in the following steps. Now let’s go add module HTTP with the action Download a filewhich will be used to extract and download the audio file of the podcast chapter. When you click on URL, a window will appear with autocompletion suggestions, and here you will have to write the address of the mp3 file of the audio. If necessary, you can search for it in the RSS code. In our case, it is in Enclosures > URL. This is a somewhat complex step. A little tip I can give you if you’re not clear is to ask an AI where the audio file is to download, and attach the RSS web address. After the HTTP module, we are going to add a Gemini module. Specifically, we must add module Gemini Upload to filewhich is used to upload a file to artificial intelligence. Here in the field File you have to choose the option HTTP – Download a file. This means that the file that we are going to upload will be the one that we have downloaded with the previous module. Now, After the Gemini module we are going to put another Gemini module. We are going to use the module Generate a response to generate a response. Whom Role put User, and in the Partsin it Item 1 set the message type as text, and choose the option Source to add the source text. and in Item 2 put Filefollowed by audio/mpeg in Mime Typeand in File URI look for the URI. All these elements will have to come from the Upload to file module. Further down, in the field of System Instructionsyou have to open the section Prompts and write a prompt in the field of Prompt 1. This is the prompt with … Read more

How to know if the music you listen to on Spotify or Apple Music is from a real artist or made by artificial intelligence

Let’s give you some clues about how to detect if the music you are listening to Is it by a real artist or is it made by artificial intelligence. We are going to focus on that music that is on streaming platforms like Spotify or Apple Music. The way to detect it is not by looking for things in the music itself, but looking at the artist who created the song. Music made by artificial intelligence does not stop flood streaming servicesand they are having enough trouble stopping it. Many times it is easy to detect, it is music without soul, but one way or another, they are there taking clicks and listens, and the money that should go to real musicians. Therefore, we are going to give you a list of things you should pay attention to to detect if what you hear is from a real musician or not. It is not that if one of these points is met it is music made by AI, but that the more of these red flags it raises, the more it will be pointed in that direction. Listen carefully to the music If you are going to check if an artist is real or if they are songs made by AI, it is possibly because you are noticing something strange in the music. Here, you will be able to notice it especially depending on the musical genre you listen to. This is because elements such as excessively clean voices or lack of natural breathing can be the first indication, although in some commercial genres you will also find this due to excess production. Ultimately, the music will sound artificial, soulless. The phrases in the case of singing will sound mechanical and without any emotion, and the lyrics will also be quite bad. Pay attention to how the instruments sound musicals, because if they sound too compact, like a mush where you can’t distinguish each one of them and their clean sound, it could also be due to AI… or again, due to bad production. Biography and photo of the artist If music has left you suspicious, play then Click on the artist’s name to enter their profile within the streaming platform. The first thing that may make you suspicious is that there is no photo of the artist or the bandand instead there is some landscape or generic image. The fact that the photo of the band is not a photo of the musicians or the soloist is something that should make us suspicious. In the case of a photo of people appearing, you can check if it is made by AI, if it looks unnatural or if there is an excess of processing of the image, but normally AI artists do not usually risk this. It is also worth checking the biography of the artist or band. Look out for some suspicious signs, like the fact that it doesn’t include names of the members, where they are from, or those biographical data that usually give you a little more context about the artists. Instead, “musicians” made by AI will give ambiguous descriptions, and there will be times when in a fit of honesty they will directly say that it is music made by artificial intelligence. Discography and volume of releases The next step would be to look at your albums. If you see that their first releases have been around for many years, this would indicate that they are a normal band, because the AI ​​that generates music has only been able to resemble real music for a couple of years or three. If the releases they have are all new, it could also be because they are a new artist. Then look at the volume of the pitches. Human musicians, those of flesh and blood, can take from one to five or six years to release each new record. If you see that the artist has 2 or 5 full albums released in two monthsthen this should set off all the alarms. It’s AI. And by this we mean albums, not singles or individual songs. you should also pay attention to how the music sounds. If all the songs seem too samey you should also be suspicious, and if the track titles are too generic and simple too. Real artists are not a donut factorythey are not going to release an album every two weeks or every two months, because this requires a process of composition, recording, mastering, and creation of physical formats. Nobody is going to release 40 songs to you in a year if they don’t cheat. Find information about the artist and his concerts If your suspicions are still there, then comes the next level, that of looking for information about these artists on other pages. The first thing could be search for photos or videos of live concerts on YouTube, Facebook or Instagram. Also look for news on music websites. You can also search for concert dates, if they appear at festivals, if they are mentioned on networks. Come on, there must be proof that they are artists that someone has seen or known, because the normal thing is that the objective of musicians is to play live, not simply record albums. You can also search for his name on specialized platforms. Discogs is the largest database of albums and music releases on the Internet, it is a good place to start, in addition to Wikipedia or All Music. Also look for specialized media, such as Metal Archives for rock and heavy metal, and those for other musical genres. In the end, If it seems as if the artist does not exist because there are no photos or any reference outside of streaming platforms… possibly because they don’t exist. There will be artists who use AI In short, if everything we have told you above points in one direction, you will have already located a fake musician who is really an AI algorithm. … Read more

How to create a game with multiple choice questions on any PDF to study with the help of artificial intelligence

Let’s explain to you how to create an interactive multiple choice game to help you study anything. We are going to do it with Claudeand you will only have to upload any PDF with the theme you want, and the artificial intelligence It will process its content and ask you questions about it. For this we are going to use the Claude’s artifactswhich means that they will be fully interactive games. In our case, it will be a test type, with several answers of which there is only one valid. So, if you click on the correct answer it will tell you that it is true, and if you click on the incorrect one it will correct you by giving you all the information about why it is not like that. The positive part of using Claude is that you only need a prompt and it will generate the game artifact for you. However, you should keep in mind that all PDFs you upload will be processed by AI, and that could be stored on servers of the company. Therefore, be careful about uploading files that contain private information. You should also keep in mind that AI is not infallible, and that there may be errors and hallucinations, so it is advisable to verify the answers by other means. In addition, you must also make sure that the PDFs you upload have accurate information. Create your multiple choice question game The only thing you have to do to create your game is write a prompt with which ask the AI ​​to create an artifact and describe the type of game what you want You can start with something simple like the following: I want to create an artifact. This artifact will take the information from a PDF that I upload, and will generate a series of multiple choice questions to learn the content. You will do this using Claude, who will analyze the content of the PDF, detect the most important themes and then generate the questions. Once you write the prompt, Claude will generate the game in a few minutes. At the top prompt you can specify anything you want about the game, both specific mechanics and adding a scoring system such as the number of questions or even the colors of the buttons. Then, on the left side, a window will open where you will be able to start your game. For that, the normal thing is that you simply click on the indicated option and upload the PDF from which you want the questions to be generated. Then, in my case I had to choose the number of questions, and then click on the start button below. When you upload the content and start the game, Claude will begin to analyze the content of the documentunderstanding what it says and based on its information to generate questions. After analyzing the content, the game will start asking you questions. As we have asked it to be a test typeit will ask you questions with several possible answers, and you will have to click on the one you consider to be the correct one. If you got it right, it will tell you. But if you fail to choose the correct answer, it will also indicate the failure. In my case, below the correct or incorrect answers, a fragment of the text appears in which it tells you the correct answer. It is not necessary to stay with the first result. If when you try it you are not convinced, you can return to the conversation and ask Claude for changesspecifying the things you want to change or those you want to add or remove. It will then regenerate the artifact from scratch with your instructions. Save your device to use whenever you want Once you have the device to your liking, in the upper right part of the screen you must click on the down arrow button next to where it says Copy. When you do it, click on the option Publish artifact. This will upload your creation to the servers and keep it saved. By publishing your artifact, anyone will be able to find it, and you will also be given a link to share it. But most importantly, in the artifacts section there is a tab Your artifactsand when you click on it you will see all those that you have created. This will be a good way to reuse the game you created whenever you want. In Xataka Basics | Claude: 23 functions and some tricks to get the most out of this artificial intelligence

How to create an excel with artificial intelligence where you can add the expenses of your digital purchase receipts

Let’s explain to you how to create a spreadsheet with your expenses using artificial intelligence. Specifically, what we are going to do is put all your purchase receipts in a folder, and have the AI ​​read them, extract the totals, write them down in the spreadsheet and then add the total. It seems complex, but it is easier than it seems. For our example we are going to use the PDF tickets that are sent to you by email when you configure the Mercadona digital ticketalthough you can also use photographs of tickets. For the spreadsheet we are going to use LibreOffice, as it is a free and open source alternative to Office. To carry out the actions we will use Claude Coworkthe AI ​​assistant of Claude that can do actions on your computer. The negative part is that To use this tool you must have a paid account in this artificial intelligence chat, but the positive part is how much you can later do with it. There are workflow tools that allow you to automate this and do it online, but we are going to start by explaining this simpler method because it is all local, within your computer, and sharing less data with third parties. Make preparations first It is important to be organized when carrying out this task. Therefore, what we are going to do is go to the file explorer on our computer and create a folder. In my case I have called it Tickets. Inside, we will create a subfolder where you can put the digital tickets which we will call “Ticket PDFs”, and then the spreadsheet file which we will call “Total Purchases”. We will also create the basic structure of the spreadsheetso that it will then be easier for us to describe to the AI ​​what we want. On this sheet I have included the date, the total of the ticket, and then a column to add the link to the PDF file for each one. Here, you will be able to customize this as you need. Now simply Put the tickets in PDF inside the folder that we have created to store the tickets. You can do this by hand with the ones you have, and then update it with the ones that arrive later, because we will also tell you how to ask the AI ​​to update everything. This technique has many variants. For example, adding a specific column in the spreadsheet you can also add the name of the supermarket in order to manage the expenses of several of them, or make a different sheet for each one within the same file. You can make things as complex as you want. Now ask AI to do the work for you Now it’s time to get to work. Let’s open the Claude application on the computer and choose the option cowork. Here, the first thing will be click on the option Work in a folder. When you do this, you will have to choose the folder where you have included the subfolder with the PDFs and where you have created the spreadsheet file. This way the AI ​​will work only within this space without touching the rest of the files on the computer. Once you have done this, tap write a prompt asking it what you want it to dowhich in this case is asking it to read the PDFs with the tickets, extract the information and put it in the place you want within your spreadsheet. I have used this prompt, where I also specify the columns where each content goes: I want you to analyze the content of all the PDFs in the “Ticket PDFs” folder. These are purchase tickets. In all of them, I want you to extract both the date of the ticket and the total you have spent and put them in the “Date” and “Total (€)” columns of the “Total purchases.ods” file. Within this file, I also want you to create a link in the PDF Link column that, when clicked, opens the PDF file it belongs to. This prompt You can modify it depending on what your spreadsheet is like.but always specifying in which column each item goes, or on which page of the spreadsheet if you have created one for each supermarket. You can even make a sheet for the totals, and ultimately ask them to use any of Excel functions or the program you are going to use. Now, you have to wait a few minutes for Claude to process your request and complete the task. When you do, you will be able to enter the file you created before, and you will see that it has updated it. You can make changes to the file for font size or whatever you want, and Claude will then take that into account. You can also tell the AI ​​if it has done something wrong, such as not including links, so it can correct and add it. Now, you can ask him to do extra work like adding a column below with the total. And then, When you add more files you can ask it to update the file reviewing the new PDFs that you have added and adding the missing ones to the list. And that’s it. With all this you will have a spreadsheet that you can update every time you add more tickets. You can also ask him to do it by reading the content of photos, and other tickets that you also have in PDF. In Xataka Basics | Claude: 23 functions and some tricks to get the most out of this artificial intelligence

How to analyze your banking transactions and use artificial intelligence to find forgotten subscriptions

Let’s teach you how to use AI to find forgotten subscriptions analyzing your banking movements. It is much more common than you think that there is a small subscription that, without you realizing it, month by month is gradually taking money away from your account. Therefore, if you want to eradicate subscriptions you no longer needthe first step is to find those that you don’t know you are paying for. You will be able to do this with any chatbot. artificial intelligence. In the example we have used ChatGPTbut you can also use Claude either Gemini. Before starting it is important that you know that By doing this you will be handing over your data to companies that own artificial intelligence. Nothing has to happen, but you should be aware before sharing sensitive information like your bank accounts. Download a PDF of your banking transactions The first step is to download a file where you have your bank transactions. For that, you have to go to your bank’s website or application and Click on the option to download movements of your account. When it comes to lowering movements, It is very important that you download several months’ worth of data. Because? Well, because this way the AI ​​will first be able to locate your subscriptions based on the movements that are repeated, and because then it will be able to know which ones you have stopped paying. It is also important to download the file in PDF, an easy-to-read format. This is important because what we want is not a list of all the subscriptions you have paid in recent months, but for the AI ​​to be able to detect which ones have stopped paying because they were there before and now they are not, and which ones you are still paying for. And for this it is essential to have the context of your movements for quite some time. Now ask the AI ​​correctly Now you just have to go to the artificial intelligence chat you want and upload the PDF that you have downloaded from your banking application. To do this, open a chat and click on the add files option, and choose the PDF. Don’t just send it, when it is uploaded you will have to add the prompt. And here comes the magic, in the request prompt. Because when you write it you will have to ask AI to find subscriptions you haven’t stopped paying for yet. To do this, you have to specify that you want it to review everything and only tell you those that you are still paying for. You can use the following: I’m going to upload a PDF with a bank statement, which shows the accounts for the last few months. I want you to analyze the content and tell me what recurring subscriptions I am paying for without realizing it. Tell me only the ones that I have not stopped paying in the last month. When you do this, the artificial intelligence will analyze all the entries in your bank statement. It will first look at all your subscriptions, finding recurring payments, and then see which of them you were paying for before and have now stopped paying. Then, it will show you some results where Only those that you are still paying for will appearas well as the amounts. In Xataka Basics | How to create a Telegram bot that sends you a summary made by Gemini of each email you receive in Gmail and other emails

The US is obsessed with achieving General Artificial Intelligence before China. China couldn’t care less

The promise of the AGI has become the “the wolf is coming” from some AI companies. The gurus of American AI companies do not stop hype with the long-awaited general artificial intelligencethe one that will surpass humans in all areas of knowledge. Meanwhile, In China it doesn’t seem to matter too much. The AGI gap. Elon Musk, Dario Amodei, Sam Altman…everyone agrees that the AGI is about to fall, or so they have said at some point. We cannot know how close they are, what we do know is that to achieve AGI they need more computing power, for which they need a lot (more) money. The AGI as a justification for an insane investment. They count in High Capacity that China barely mentions AGI in its 2025 AI+ initiative nor did it mention it in the ‘Next Generation AI Development Plan’ 2018. AI is a strategic technology of great importance, but they focus on specific applications such as industrial automation, autonomous driving or robotics. Transformative, yes, but not turning points that will change the world completely. Whoever arrives first wins (or not). It’s American logic in this race. To achieve this, they are betting everything on one horse and AGI is the goal. If they arrive before, they will obtain an insurmountable economic and military advantage: they will have won. On the other hand, if China arrives before, the power relationship would change completely. The truth is that things have to go a lot wrong for the US to not win this race. The problem is that, while they are making this titanic effort, China is beating them on other fronts such as the electric car, industrial robotics, drones, solar panels… Win the AI ​​battle, but lose the economic war. China is calm. Why aren’t China so excited about AGI? To begin with, it is not so clear that scaling the models is the fastest route to AGI and that requires a gigantic investment with no guarantees. But above all it is because they do not buy the idea of ​​”arriving first”; Even if the US overtakes them, they can simply copy them and catch up quickly. Yao Shunyu said itchief AI scientist at Tencent: “History shows that once a technical pathway is validated, Chinese teams can quickly replicate it and even surpass it in specific areas, such as electric vehicles or manufacturing.” The question is not so much who gets there first, but who makes the best use of it. Who does talk about AGI in China. Yao Shunyu’s statements occurred within the framework of the AGI-Next Summit, where several leaders of Chinese AI companies met to talk about the future of the sector. Figures such as the founder of DeepSeek, the CEO of Ziphu or the founder of Moonshot have talked about their goal being to achieve AGI, although they have not shared many more details. Maybe the company that Alibaba has gone deeperwhich gave a presentation detailing its plans to achieve superintelligence (ASI). These leaders, like those of American companies, may have commercial motivations in these statements, but there are other organizations in China that are investigating this field such as the Beijing Institute for General Artificial Intelligence or the Chongqing Institute for General AI. There are initiatives, but there is nowhere near the level of obsession that they have in the US. A restful strategy. While the US hoards chips and scales like crazy, in China they are choosing to do it more slowly. They are prioritizing national chips and open source with the idea of ​​promoting the adoption of their models. It is a more long-term vision. A long distance race, not a sprint. In Xataka | There is a city in China that goes head to head with Silicon Valley: welcome to Hangzhou, the home of the ‘Six Little Dragons’ Image | Steve Johnson in Unsplash

What they are and how to use them to create web applications within artificial intelligence

Let’s explain to you What are Claude’s Artifacts and how do they work?, one of the functions unique and most differentiating of this chat artificial intelligence. With it, you will be able to create web applications in Claudewhich you will be able to execute and use directly on your website or application. Anthropic’s AI is one of the leaders in the industry, and also the most important for programmers, with other functions such as Claude Code. We are going to start the article by explaining in a simple way what exactly artifacts are, and then we will tell you step by step how they can be created. What are Claude’s artifacts? Claude’s Artifacts are a functionality that allows this artificial intelligence model generate structured contentsuch as code, long documents and complete interfaces. The result will then be shown to you in a separate panel, but within the same conversation. If you have ever used Claude, you will have already noticed that there are times when instead of responding to you with plain text it makes a small functional application. This happens because this AI has a kind of internal mechanism to be able to generate this type of content. There are many types of artifact. They can be web pages written in HTML, CSS and JavaScript, or simple games made with these languages. There may also be interactive React components, charts and data visualizations, Markdown documents, diagrams, or vector images. In this way, on the one hand you will have the code in the text window, but also you will have the possibility to execute it. Think for example that you want to build an application. The rest of the AIs may only generate the code for you, but with Claude an artifact is generated that you can launch and test. And then, if there are things that you want to change that don’t work, you just have to tell the AI ​​so that it can make the modifications and regenerate the artifact. And the same thing happens with the other formats supported by the artifacts. When you ask them to write an article, telling you a structure that contains titles, subtitles, different font sizes, etc., in addition to showing you the code you will also have to access the artifact, in this case a docx documentand download it to your computer. This means that instead of generating purely textual responses that you then have to transform into something useful, you are directly receiving the final product you want, or at least a functional version of it, and you can even download the file. How to use Claude’s artifacts To use Claude’s artifacts, you have to enter the AI ​​website or application and click on the section Artifacts from the left sidebar. This will take you to the section where you have various examples and templates. When you click on one of them, you will go to a screen where you will see a screenshot or the prompt to write to create it. You will also have an option to customize. This will help you test your first artifacts and explore methods to modify them. In the artifact index you will also have a tab to see the ones you have created, and a button New artifact to proceed to create a new one step by step. This will take you to a screen where you will be able to choose an artifact categoryand by clicking on it you will go to a step by step that will help you create your artifact. For example, if you click on the category of GamesClaude will then ask you what you want to do with this category, being able to create a game as an artifact. So, then you will go step by step where you are guided through everything, choosing the type of game, and other characteristics that you want it to have to give the AI ​​enough context to create it. ANDThis will help you when you are not sure the type of code you want to use or how to describe to Claude the artifact you want to generate. It is very useful for beginners, and the best way to start. You can also create artifacts with a prompt in which you describe exactly what you want. You can mention in it that you want to create precisely an artifact, and then describe the language of the application and what exactly you want to use. In Xataka Basics | Claude: 23 functions and some tricks to get the most out of this artificial intelligence

What they are, what types there are and how the automated ones work with or without artificial intelligence

Let’s explain to you what is a workflow or work flowan increasingly popular type of automation. This is something that has been possible for some time with specialized tools, but they have taken a new step with the inclusion of artificial intelligence. These workflows allow you to create quite interesting and advanced automations. We have already taught you some, such as when you receive an email in Gmail the AI ​​processes it and You will receive a summary by Telegram so you don’t need to open or read the email. What is a workflow or work flow? A workflow is the term we use to define a structured sequence of steps, tasks, or processes programmed to achieve a specific objective. This process may have more or fewer steps depending on the goal you want to achieve. In essence, it is like a chain of tasks that you can configure. That is why it is a workflow, because to reach the objective you have to carry out one task after another in the order that you have configured, using the results of each of the steps for the next. The term workflow or workflow can be used in various contexts. In the business world it can be something as simple as a sequence of actions that employees perform, such as me requesting vacation days, the boss reviewing and approving them, and then human resources being notified to record it in the system. But at Xataka Basics we are going to talk to you about them especially in a context of software and tools for automate the completion of tasks through several steps. With them, you can increase productivity and reduce the time it takes to do various tasks, whether focusing on domestic actions or for the business world. There are several types of workflow There are several types of workflow, such as the sequential oneswhich are a chain in which the task is completed in each of the steps before jumping to the next. They are also the parallelsin which multiple tasks run at the same time and then converge to save time. You also have the workflows conditionalsin which there are certain rules. If one thing happens, then this task is performed, and if it does not happen or something else happens, it goes to different steps. And then there are automated workflows that are carried out using software, and that serve to reduce human errors and improve the speed at which tasks are completed. These They can use or not use artificial intelligence depending on the task you want to perform. These automated workflows are typically performed with digital tools, such as Zapier either Make.com. Depending on the volume of actions and complexity, you will then be able to use free accounts or you will have to pay a subscription to use them. How automated workflows work The tools to create automated workflows are like blank canvases on which you build the steps of your automation, although They also have template systems to help you with the processes and give you ideas of things you can do. You can use these linking the tool to the online services you want to usewhich can be anything from your email service to an artificial intelligence system to process information. When linking these services, depending on the tool, you will need to simply log in and grant access, or configure access using the API key of this service. It all depends on the goal you want to achieve and the steps you want to take or the method you want to use. When you are going to create a workflow Using these tools, the service you use will allow you to choose what you want to do at each step. Depending on the linked services, you can decide how to manage the information and what type of information to process. If you add an AI you can customize the prompt, and then decide what happens at the end of the chain. The first step of a workflow is a trigger or “trigger”, is the action that launches the process. This can be manual, you click on the launch button and it does the tasks, or automatic, such as receiving an email or a message with certain characteristics. And then from there you build each of the steps until you reach the end, where you can make decisions such as sending yourself an email with the result, linking a service like Google Drive so that the result generates or edits a text document or data sheet, or setting up a bot in apps like Telegram to send you a message. Be careful with privacy When you are going to use automated workflows You should be aware that you may put your privacy at risk. For example, if you add Gmail you must keep in mind that all the emails that the workflow uses will be obtained by the website or service you are using, so be careful about using sensitive content. Additionally, if you are using an AI to process content or Telegram to notify you, please note that messages and content are They will also be stored on the companies’ servers who manage them. This is the same thing that will happen to you with AI or with many private tools that you use, and I am not saying this to discourage you from using them, but so that you are aware of it when choosing whether or not you need a workflow for that task. In Xataka Basics | What is Claude Cowork, how it works, and what things you can do with this AI assistant on your computer

Log In

Forgot password?

Forgot password?

Enter your account data and we will send you a link to reset your password.

Your password reset link appears to be invalid or expired.

Log in

Privacy Policy

Add to Collection

No Collections

Here you'll find all collections you've created before.