Episode Details
Back to EpisodesTalking Drupal #542 - Another AI Show
Published 14 hours ago
Description
Today we are talking about The Good and the Bad of AI , How our panel feels about AI , and you guessed it more AI with guest Scott Falconer. We'll also cover Field Widget Actions as our module of the week.
For show notes visit: https://www.talkingDrupal.com/542
Topics- AI and Social Isolation
- How We Use AI
- Friction and Independence
- Stack Overflow Debate
- Collaboration and Team Culture
- Is AI Inevitable
- AI Hype Meets Costs
- Adoption Cooling Signals
- Pricing Inequality Risks
- Open Source and PRs
- Requirements and LLMs
- Easy Tools Not Always Right
- Juniors Learning and Patterns
- Human Value and Ambiguity
- Losing Cognitive Endurance
- AI vs Social Media
- Uniquely Human Skills
Scott Falconer - managing-ai.com scott-falconer
HostsNic Laflin - nLighteneddevelopment.com nicxvan John Picozzi - epam.com johnpicozzi Catherine Tsiboukas - mindcraftgroup.com bletch
MOTW CorrespondentMartin Anderson-Clutz - mandclu.com mandclu
- Brief description:
- Have you ever wanted to enhance the Drupal content editing experience by allowing site builders to attach actionable buttons directly to field widgets on entity forms? There's a module for that.
- Module name/project name:
- Brief history
- How old: created in Oct 2025 by Artem Dmitriiev (a.dmitriiev) of 1x Internet, a founding member of the AI Initiative
- Versions available: 1.0.0-alpha1 and 1.3.0, both of which works with Drupal 10.3 and 11.1 or newer
- Maintainership
- Actively maintained
- Security coverage
- Test coverage
- Documentation - includes Markdown files that explain how to set up and extend its capabilities
- Number of open issues: 12 open issues, 4 of which are bugs
- Usage stats:
- 24 sites
- Module features and usage
- With this module installed, a site builder can attach action buttons to form fields in Drupal entity forms, for example for creating nodes or taxonomy terms
- What happens when you click a button depends on what processor you associate with it, and the settings you configure for the processor. Processors can be provided by other modules, like AI or ECA.
- For example, you could attach a button to a tags field that when clicked will send the content of the body field to an AI agent that will return a set of suggested tags. Or, you could have it trigger an ECA model for a more deterministic flow
- This is all done using a plugin framework implemented by Field Widget Actions, so you also create your own custom processors to be used with action buttons
- One of the t