20 Aug 2026
Drupal.org aggregator
Talking Drupal: Talking Drupal #566 - DrupalEasy: Responsible Drupal AI
Today we are talking about Drupal, AI, and learning to use it responsibly with guest Mike Anello. We'll also cover Entity Mesh as our module of the week.
For show notes visit: https://www.talkingDrupal.com/566
Topics
- Course overview
- Fast moving modules
- Inside vs outside AI
- No code approach
- Keeping curriculum current
- Essentials vs add ons
- Chat Claude Code setup
- Inside vs Outside AI
- Rules and Provider Calls
- Guardrails in Drupal UI
- Model QA and Testing
- Local Models and Costs
- Token Budgets and Logging
- Course Use Cases Overview
- RAG and Vector Basics
- Class Schedule and Pricing
- AI Predictions and Wrap
Resources
- New DrupalEasy class: Responsible Drupal AI Basics
- Training at orlando
- amazee ai
- Jrockowitz losing my skill
- AI module ecosystem
- AI browser provider (LLM in Google Chrome)
- amazee.ai Private AI Provider
- Derecho
Guests
Mike Anello - drupaleasy.com ultimike
Hosts
Nic Laflin - nLighteneddevelopment.com nicxvan John Picozzi - epam.com johnpicozzi JD Flynn - dorficus
MOTW Correspondent
Martin Anderson-Clutz - mandclu.com mandclu
- Brief description:
- Have you ever wanted a way to analyze and visualize the ways in which the content on your Drupal site is interlinked? There's a module for that.
- Module name/project name:
- Brief history
- How old: created in Jan 2025 by Jorge Tutor (gedur) of Metadrop
- Versions available: 2.1.0 and 2.0.3, both of which work with Drupal 11
- Maintainership
- Actively maintained, latest release last month, and a commit just yesterday
- Security coverage
- Test coverage
- Documentation? Project page is pretty descriptive
- Number of open issues: 13 open issues, 4 of which are bugs, but 2 of those were marked fixed in the past week
- Usage stats:
- 437 sites
- Module features and usage
- With Entity Mesh installed, the module will analyze the rendered output of your nodes using a chosen account, looking for links to other content
- That means it will find not just links in entity relationship fields, but also links within formatted text, menus, and more
- The results can be visualized in a D3.js 3D visualization, displayed as a table, or exported as a CSV
- The report also exposes a set of Views-style filters, to help you narrow down to the specific set of information you want to understand
- Entity Mesh analyzes the DOM of your rendered nodes, looking for links, iframes, and images. Internal paths are further analyzed and categorized, for example based on whether the specified path redirects, is broken, points to something that is access-denied, and so on
- From a marketing perspective, that allows you to understand the paths available to navigate from a source page to a target page, the content linked to or from a specific page, and will also augment the content deletion confirmation form to advise the user of any existing links to the content being deleted
- There are obvious SEO advantages to being able to find redirect chain, broken or access denied links, and there are GDPR compliance implications for being able to identify iframes that might load third-party cookies
- The project page also mentions that this module could be very useful to run after a content migration, for QA
- The actual analysis of your site content be triggered by drush, an admin form, or by cron, and you can set limits on the size of the batch to run, because of the weight it puts on your site by rendering every node it analyzes
- The current versions Entity Mesh also depend on the Entity Registry and Entity Render Context modules, that have essentially the same maintainers, so if there's only part of Entity Mesh that you really need, you could also give those a look
- Back in episode #321 we covered Entity Usage, and there are some definite similarities, but also some differences. While they both provide reporting on content relationships, Entity Usage does so by examining structured field values at save time. So, the information gathered is different, and collects data that can be displayed in views or custom code.
20 Aug 2026 6:00pm GMT
Mike Herchel's Blog: I’m Joining Acquia!
I'm Joining Acquia! mherchel
20 Aug 2026 3:10pm GMT
Specbee: Why and how to migrate your DotNetNuke (DNN) site to Drupal
Running on DotNetNuke (DNN)? We highly recommend a CMS migration to the latest release of Drupal. It is packed with all the features you have been wishing for! Learn why you should make that move and how you can do it.
20 Aug 2026 9:31am GMT
19 Aug 2026
Symfony Blog
Symfony Reprise 0.8.0 released
Reprise 0.8.0 is out, a few weeks after the project was introduced on this blog. This release brings back an Encore behavior that some codebases depend on: copied files that keep a stable path on disk. It also fixes a manifest discrepancy between Vite and…
19 Aug 2026 1:34pm GMT
Experimenting with Issue-First Open Source Contributions
GitHub recently added a small repository setting: public repositories can now disable pull requests. That setting gave me an idea. On the brand-new Symfony Language Tools repository, I am trying an issue-first contribution model. The pull request tab is disabled,…
19 Aug 2026 11:36am GMT
17 Aug 2026
Symfony Blog
Announcing Symfony Language Tools, the Official Symfony LSP Server
A Symfony application is full of strings that mean something: route names, service ids, template paths, translation keys, environment variables. But to most editors, they mean nothing. Write redirectToRoute('order_confirmaton') and nothing complains about…
17 Aug 2026 12:05pm GMT
01 Apr 2004
Planet PHP
ezSystems are classy folks

Last week I helped the folks at ezSystems debug some APC problems they were having. The problems ended up being a 64bit architecture problem (they have uber-fast Opterons) and the bug is now fixed in 2.0.3.
Today I received Python & XML from them (off my Amazon wishlist). Thanks guys!
On a side note, my wishlist seems borked. The list I get when I search on my email address or name is not the same one I can edit when I log into the site.
01 Apr 2004 6:53pm GMT
PHP april fools...
1st of April 2004 get's to it's end and I guess it's time, to summarize the recent April fools a bit. Not that I think anyone in the world believes in them, but some were quite funny:
1. Changes to case sensitivity in PHP.
Alan Knowles announced that PHP will change to the studlyCase API and therefor will get everything broken by changing established functions.
2. IBM takes over Zend.
Myself hacked a little article about IBM taking over Zend to make PHP a compete of Java.
3. The first PHP virus has been seen.
Wasn't there one last year, too?
4. PHP has been overtaken by Micro$oft.
Mhhh... a little bit unreliable, if they had been taken over by IBM this morning... Maybe one should first look, what others wrote...
5. And finally, PHP4 and 5 showed their real faces...
Take a look at a phpinfo() output!
I guess I missed some, so feel free to comment on this entry, if you found another!
01 Apr 2004 5:49pm GMT
PHP Virus Attacking Web Hosts
Symantec have a report of the virus here. I've yet to see any of the PHP news sites picking up on it but, using a virtual host account, managed to deliberately expose some PHP scripts to it. From examining the infected scripts, what's disturbing is once infected, every tim...
01 Apr 2004 12:19pm GMT