'30% of Activities Performed by Humans Could Be Automated with AI' Community Center by Johannes C. … something outside the limited tasks. ## 2. …and ASI (Artificial Superintelligence)? ## ASI is an artificial intelligence that is on par with human intelligence… society’s foundational pillars. We have much refinement ahead before artificial intelligence rivals emotional and contextual human intelligence. Discerning appropriate integration… 'Prepare for the Earliest Possible AGI Deployment Scenario' Community Center by Johannes C. **Despite the uncertain timeline for Artificial General Intelligence (AGI) becoming a reality, we need to assure … DaniWeb Auto Answer A.I. feature Community Center Meta DaniWeb by toneewa I'm curious on people's thoughts of using DaniWeb's content to train an A.I. model, with all the questions that are marked as Solved. It can be an optional feature, like "Ask DaniWeb AI". When a user asks a question, the DaniWeb AI will auto answer your question if it's been known to be solved already. It can also be a reference … Re: DaniWeb Auto Answer A.I. feature Community Center Meta DaniWeb by Dani Currently, when you ask a question on DaniWeb, as you type in the title and message, we perform a search against all of our existing content to see if a similar question has already been asked. However, I do admit that I don't have any experience with ChatGPT nor do I know how to train an AI model. From my understanding, the API costs money, … Re: DaniWeb Auto Answer A.I. feature Community Center Meta DaniWeb by toneewa The question was inspired from seeing [news](https://blogs.nvidia.com/blog/chat-with-rtx-available-now/) and [videos](https://www.youtube.com/watch?v=UKURI5JSIts) on Chat with RTX. Re: DaniWeb Auto Answer A.I. feature Community Center Meta DaniWeb by Dani That looks interesting. It’s not relevant to us because we would need an expensive GTX video card, Windows computer, and there’s no API … but it looks intriguing :) Re: DaniWeb Auto Answer A.I. feature Community Center Meta DaniWeb by toneewa An RTX 30 or 40 series card with 8GB of VRAM. ~$299. There is no support with Wine a user has reported. There was a link to a [python api](https://github.com/rpehkone/Chat-With-RTX-python-api). That was just an example and a thought, but not limited there. There's creative solutions. Having only users with an RTX card can use the feature, … Re: DaniWeb Auto Answer A.I. feature Community Center Meta DaniWeb by Dani Pardon my cluelessness here. A $300 video card can efficiently perform complex AI tasks against DaniWeb’s entire database in real time? Missed the link to the Python API. Re: DaniWeb Auto Answer A.I. feature Community Center Meta DaniWeb by toneewa I have yet to try it or find it's limitations. Trying to free up some space. Those were the minimum requirements, plus 16GB of RAM and ~100GB free space. I also don't know how large a dataset for DaniWeb would be. Will know more later. Re: DaniWeb Auto Answer A.I. feature Community Center Meta DaniWeb by toneewa It indeed seems to be working. The interface is all done in the browser, on your localhost, 127.0.0.1:43905/?__theme=dark, and I stripped it down to just the message box. Just have to gather more data, and it seems good. Took ~50 minutes to get installed. The dataset can be a simple text file with a space between each topic thread. Re: DaniWeb Auto Answer A.I. feature Community Center Meta DaniWeb by toneewa I did some sample testing, and parsed a thread topic for the dataset. Reducing the footprint from 220kb to 26.5kb. All in 0.43 seconds. It doesn't use any API. Just the patterns I saw in the code. It took another 6 seconds to embed too Chat with RTX. Then, not deducting for the deleted threads, this could be a lot smaller, and quicker than … Re: And so the cookie crumbles... Community Center Geeks' Lounge by Dani > My decision were based on the "arrogance" of some moderators, it seemed that the entire site moved away from being a community service to a "I am the boss, do as I say" environment. AndreRet, based on your [latest post](https://www.daniweb.com/programming/databases/threads/541622/improve-having-by-performance#post2296496… The Rise of AI Scams: Deciphering Reality in a World of Deepfakes Community Center by Johannes C. ….jpg) In an incident that underscores the alarming capabilities of artificial intelligence in the realm of fraud, a company in Hong… AI-powered Code Reviews: The Future of Collaborative Development Programming by SEO_935 …. This transformation is made possible by leveraging machine learning and artificial intelligence to automate and enhance different facets of the code… 7 NLP Tasks to Perform for Free in Python with Mistral 7b LLM Programming Computer Science by usmanmalik57 … repeatedly predicting the next token or word.[2] LLMs are artificial neural networks. The largest and most capable are built with… Re: A reliable way of detecting AI content? Hardware and Software Cloud-based Apps by jkon … become tougher but still feasible (even when we will have artificial super intelligence (ASI) the way we think as humans will… Use of the Word ‘Tapestry’ in Web News More Than Doubled Last Year Community Center by Johannes C. **Tracing AI-generated content in online news articles with corpus linguistics** ![tapestry-header.JPG](https://static.daniweb.com/attachments/4/c8a5b32abaf78b39bdcb75f328580e4a.JPG) *A query in the 'News on the Web' Corpus reveals that the use of the word 'tapestry' in online articles has more than doubled last year – from 3,085 instances in … Converting PDF Image to CSV Using Multimodal Google Gemini Pro Programming Computer Science by usmanmalik57 In this article, you will learn to use [Google Gemini Pro](https://blog.google/technology/ai/google-gemini-ai/), a state-of-the-art multimodal generative model, to extract information from PDF and convert it to CSV files. You will use a simple text prompt to tell Google Gemini Pro about the information you want to extract. This is a valuable skill … AI Frontier 2024: A Rapid Start to a Transformative Year Community Center by Johannes C. **From the White House's new AI strategy to Neuralink's latest brain chip breakthrough—explore mind-blowing developments in the world of tech and AI in the first month of 2024.** ![neuralink-scenario.jpg](https://static.daniweb.com/attachments/4/0f2b2bf71435ce660119b1e9a0ea9126.jpg) In many ways, 2023 was the year of AI, marked by astonishing… Re: Using ChatGPT to Interact with Third-Party Applications in Python Programming Computer Science by catherine_11 Integrating ChatGPT with third-party applications in Python involves utilizing [OpenAI's API](http://www.google.com). Begin by obtaining API credentials, then craft Python scripts to send requests and process responses. Adhere to OpenAI's documentation for optimal integration, ensuring secure and efficient interaction with the ChatGPT model. ChatGPT ‘Lobotomized’? Performance Crash Sees Users Leaving in Droves Community Center by Johannes C. **ChatGPT has had lazy days before, but this week’s performance marks an unprecedented low. Here’s why many ChatGPT Pro users are canceling their subscriptions – and even more might follow.** ![lobotomized-chatgpt.jpg](https://static.daniweb.com/attachments/4/7421f2d25c68fdee20e906d1ae1bfec9.jpg) Yes, complaints about ChatGPT being lazy have … How do you use LLM AI tools in your daily programming workflow ? Community Center by jkon I am curious how other programmers that I have no interaction with in this subject , are using LLM AI tools in their daily programming workflow. Although I use them I have an issue recommending them to others in my company because I believe you have to have a certain amount of experience to understand the B..S.. parts from the real useful ones.… Re: How do you use LLM AI tools in your daily programming workflow ? Community Center by rproffitt I use ChatGPT for quick and dirty work where I need a function to build some apps. My close friend took ChatGPT back to work in December 2022 and they use it for many things. Examples such a SQL queries and regular expressions. He tells me they saved mid 5 figures USD in the first year over outsourcing. It's time and money. Some get a little… Learning about AI Community Center by Dani rproffitt will be pleased to know I'm currently at PubCon, an SEO conference for publishers, and the second half of the day today is all about how to integrate AI content into your workflow for SEO gains. Re: Learning about AI Community Center by Reverend Jim Does that mean, "how to use AI to game the system"? Re: Learning about AI Community Center by Dani SEO hasn't been about gaming the system for nearly 15 years now. Rather, SEO is about helping Google to help you. Microsoft Bing and Google are always top sponsors at all the SEO conferences I attend/speak at. Re: Learning about AI Community Center by Reverend Jim >SEO hasn't been about gaming the system for nearly 15 years now Then you may find [this](https://techcrunch.com/2024/03/05/google-takes-aim-at-seo-optimized-junk-pages-and-spam-with-new-search-update/) interesting. Also [this](https://arstechnica.com/gadgets/2024/03/google-wants-to-close-pandoras-box-fight-ai-powered-search-spam/). Re: Learning about AI Community Center by Dani Neither article is published on a site devoted to digital marketing, or written by someone close to the SEO industry, so I take both articles with a grain of salt. However, according to the Tech Crunch article, Google announced a search quality update on Tuesday. I actually spent the first half of this week at an SEO conference where they made the … Re: Learning about AI Community Center by rproffitt I have to ask if any mention was made about CNET which went all in on AI generated content. Wikipedia downgraded CNET's reliability rating as a result. Source: https://en.wikipedia.org/wiki/CNET All the folk I knew there have left or been laid off. Re: Learning about AI Community Center by Dani No. I haven't heard the name CNET from anyone other than you in probably close to a decade. There was a huge ton of talk about Reddit, though. Especially revolving around Google's recent partnership where they are now paying a shit ton of money to access a private API of all Reddit content, and how favorably Google is ranking Reddit in the …