Skip to content
Menu
Open World News Open World News
  • Privacy Policy
Open World News Open World News

Author: Michael G

मोहनदास करमचंद गाँधी: महात्मा, राष्ट्रपिता या शातिर राजनेता? || आचार्य प्रशांत, वेदांत महोत्सव(2022)

Posted on January 22, 2025 by Michael G

Video by via Dailymotion Source 🧔🏻‍♂️ आचार्य प्रशांत गीता पढ़ा रहे हैं। घर बैठे लाइव सत्रों से जुड़ें, अभी फॉर्म भरें — https://acharyaprashant.org/hi/enquiry-gita?cmId=m00021 📚 आचार्य प्रशांत की पुस्तकें पढ़ना चाहते हैं?फ्री डिलीवरी पाएँ: https://acharyaprashant.org/hi/books?cmId=m00021 📲 आचार्य प्रशांत की मोबाइल ऐप डाउनलोड करें:Android: https://play.google.com/store/apps/details?id=org.acharyaprashant.apbooksiOS: https://apps.apple.com/in/app/acharya-prashant/id1603611866 📝 चुनिंदा बोध लेख पढ़ें, खास आपके लिए: https://acharyaprashant.org/en/articles?l=1&cmId=m00021 ➖➖➖➖➖➖ #acharyaprashant…

Com Trump no poder, Venezuela quer os seus emigrantes de volta, diz Maduro

Posted on January 22, 2025 by Michael G

Video by via Dailymotion Source O presidente norte-americano, Donald Trump, declarou uma emergência nacional na fronteira entre os EUA e o México, e planeia enviar as suas tropas para ajudar a apoiar os agentes de imigração e restringir o acesso a refugiados e requerentes de asilo. Go to Source

Tennis artistry! Sonego makes insane net point

Posted on January 22, 2025 by Michael G

Video by via Dailymotion Source Lorenzo Sonego earned a handshake from Ben Shelton after pulling off an acrobatic move at the net. Go to Source

Führer wehrt angreifendes Nashorn mit Holzstock ab

Posted on January 22, 2025 by Michael G
Ein heldenhafter Reiseführer rettete eine Gruppe von Touristen vor einem angreifenden Nashorn – nur mit einem Holzstock.

Trump defende decisão de perdoar os autores da invasão ao Capitólio

Posted on January 22, 2025 by Michael G
O presidente dos EUA, Donald Trump, defendeu a sua decisão de conceder perdão total aos autores dos motins de 6 de janeiro no Capitólio, no seu primeiro dia de mandato.

Tennis – Australian Open 2025 – Lorenzo Sonego : “Ben Shelton has changed a lot in these two years”

Posted on January 22, 2025 by Michael G
Lorenzo Sonego s’est battu jusqu’au bout dans cet Open d’Australie. Surprenant quart de finaliste, l’Italien a été vaillant contre Ben Shelton mais n’a pas pu empêcher l’Américain de triompher, 6-4, 7-5, 6-4, 7-6(4). Offensif, Sonego a claqué 63 coups gagnants et est monté 90 fois au filet. Un panache qui n’a pas suffi mais qui est à saluer. De plus, avant ce tournoi, le 55e mondial n’avait atteint qu’une seule fois le troisième tour d’un tournoi du Grand Chelem sur dur. La performance reste donc très satisfaisante.

What is WordPress?

Posted on January 22, 2025 by Michael G
You will know about wordpress in this vedio.

keep going with us for morre vedio about wordpress and web development.

Please join us (in French/ en français) for the Moodle Academy webinar ‘La gestion des rôles dans Moodle’ on 5 February, 13:00 UTC

Posted on January 22, 2025 by Michael G
by Sandra Matz.  

We invite you to join us for our next Moodle Academy webinar, which is free to attend. Please note: This webinar will be in French.

Webinaire: La gestion des rôles dans Moodle
5 février, 13:00-14:00 UTC
Inscrivez-vous!

Les rôles de Moodle sont une des clefs de la flexibilité de son utilisation. Cependant, la gestion de ces rôles est complexe et assez difficile d’accès. Ce webinaire, destiné avant tout aux administrateurs et administratrices de Moodle, mais aussi à toute personne curieuse du fonctionnement interne de Moodle, se donne comme objectif d’améliorer la compréhension de l’architecture des rôles de Moodle et, à l’aide d’exemples, de trucs et d’astuces, de rendre plus digeste l’administration de ces rôles. Des bonnes pratiques de gestion des rôles dans Moodle seront également présentées.

Ce webinaire fait partie du cours ‘Moodle Academy webinars‘. Il faut vous inscrire au cours pour participer au webinaire.

Inscrivez-vous à Moodle Academy!

Webinaire 'La gestion des rôles dans Moodle', 5 février, 13:00-14:00 UTC. Inscrivez-vous à Moodle Academy.

News from across Wikimedia Belgium

Posted on January 22, 2025 by Michael G
Public domain day and award ceremony Wiki Loves Heritage Did you know that all creations no longer subject to exclusive intellectual property rights are part…

Dries Buytaert: I gave an AI agent edit access to my website

Posted on January 22, 2025 by Michael G
Dries Buytaert: I gave an AI agent edit access to my website

I’m often asked, Will AI agents replace digital marketers and site builders?. The answer is yes, at least for certain kinds of tasks.

To explore this idea, I prototyped two AI agents to automate marketing tasks on my personal website. They update meta descriptions to improve SEO and optimize tags to improve content discovery.

Watching the AI agents in action is incredible. In the video below, you’ll see them effortlessly navigate my Drupal site — logging in, finding posts, and editing content. It’s a glimpse into how AI could transform the role of digital marketers.

The experiment

I built two AI agents to help optimize my blog posts. Here is how they work together:

  • Agent 1: Content analysis: This agent finds a blog post, reviews its content, and suggests improved summaries and tags to enhance SEO and increase discoverability.
  • Agent 2: Applying updates: After manual approval, this agent logs into the site and updates the summary and tags suggested by the first agent.

All of this could be done in one step, or with a single agent, but keeping a ‘human-in-the-loop’ is good for quality assurance.

This was achieved with just 120 lines of Python code and a few hours of trial and error. As the video demonstrates, the code is approachable for developers with basic programming skills.

The secret ingredient is the browser_use framework, which acts as a bridge between various LLMs and Playwright, a framework for browser automation and testing.

The magic and the reality check

What makes this exciting is the agent’s ability to problem-solve. It’s almost human-like.

Watching the AI agents operate my site, I noticed they often face the same UX challenges as humans. It likely means that the more we simplify a CMS like Drupal for human users, the more accessible it becomes for AI agents. I find this link between human and AI usability both striking and thought-provoking.

In the first part of the video, the agent was tasked with finding my DrupalCon Lille 2023 keynote. When scrolling through the blog section failed, it adapted by using Google search instead.

In the second part of the video, it navigated Drupal’s more complex UI elements, like auto-complete taxonomy fields, though it required one trial-and-error attempt.

The results are incredible, but not flawless. I ran the agents multiple times, and while they performed well most of the time, they aren’t reliable enough for production use. However, this field is evolving quickly, and agents like this could become highly reliable within a year or two.

Native agents versus explorer agents

In my mind, agents can be categorized as “explorer agents” or “native agents”. I haven’t seen these terms used before, so here is how I define them:

  • Explorer agents: These agents operate across multiple websites. For example, an agent might use Google to search for a product, compare prices on different sites, and order the cheapest option.
  • Native agents: These agents work within a specific site, directly integrating with the CMS to leverage its APIs and built-in features.

The browser_use framework, in my view, is best suited for explorer agents. While it can be applied to a single website, as shown in my demo, it’s not the most efficient approach.

Native agents that directly interact with the CMS’s APIs should be more effective. Rather than imitating human behavior to “search” for content, the agent could retrieve it directly through a single API call. It could then programmatically propose changes within a CMS-supported content editing workflow, complete with role-based permissions and moderation states

I can also imagine a future where native agents and explorer agents work together (hybrid agents), combining the strengths of both approaches to unlock even greater opportunities.

Next steps

A next step for me is to build a similar solution using Drupal’s AI agent capabilities. Drupal’s native AI agents should make finding and updating content more efficiently.

Of course, other digital marketing use cases might benefit from explorer agents. I’d be happy to explore these possibilities as well. Let me know if you have ideas.

Conclusions

Building an AI assistant to handle digital marketing tasks is no longer science fiction. It’s clear that, soon, AI agents will be working alongside digital marketers and site builders.

These tools are advancing rapidly and are surprisingly easy to create, even though they’re not yet perfect. Their potential disruption is both exciting and hard to fully understand.

As Drupal, we need to stay ahead by asking questions like: are we fully imagining the disruption AI could bring? The future is ours to shape, but we need to rise to the challenge.

  • Previous
  • 1
  • …
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • …
  • 1,531
  • Next

Recent Posts

  • SmartEsq has launched an AI-powered MFN Election tool
  • Open Source email Clients
  • When and how to use benchmarking
  • How Plotly AI revolutionizes the dashboard development process
  • [TUT] LoRa & LoRaWAN – MikroTik wAP LR8 kit mit The Things Network verbinden [4K | DE]

Categories

  • Android
  • Linux
  • News
  • Open Source
©2025 Open World News | Powered by Superb Themes
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent.
Cookie SettingsAccept All
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT