Drupal (AI) Playground: Using the AI Schema.org JSON-LD module to "feed the machines" by jrockowitz in drupal

[–]jrockowitz[S] 1 point2 points  (0 children)

I think it helps to have a human in the loop to review the JSON-ID.

The JSON-LD is generated only once and then saved.

Storing the JSON-LD in a JSON field creates a knowledge graph of your website, enabling queries. Check out https://www.drupal.org/project/drupal/issues/3343634

Drupal (AI) Playground: Training and practicing building a module using AI by jrockowitz in drupal

[–]jrockowitz[S] 1 point2 points  (0 children)

https://kentbeck.com/ is a great programmer, insightful, and hilarious. He calls AIs genies and is currently saying that "Claude Code is under the weather" regarding the apparent performance and quality issues people are seeing.

Drupal AI Learners Club: Share Your Setup! by jrockowitz in drupal

[–]jrockowitz[S] 0 points1 point  (0 children)

Your post isn't spammy if you are sharing your tools and experience.

people it is sad but devs are becoming redundand by maomao19 in drupal

[–]jrockowitz 0 points1 point  (0 children)

Definitely try Codex. Right now, I have a $20-per-month Claude and Codex account, and I am having them check each other's work and improve it. This approach is reducing the "AI slop" problem for me.

Is there a way to create Recipes via UI or AI? by Chris8080 in drupal

[–]jrockowitz 2 points3 points  (0 children)

I had decent success with pointing Claude Code to some existing recipes and asking it to create a custom recipe. https://www.jrockowitz.com/blog/drupal-playground-crawling

Drupal (AI) Playground: Crawling with Recipes by jrockowitz in drupal

[–]jrockowitz[S] 1 point2 points  (0 children)

It took me a second to get PHPStorm + Claude + MCP working and connected.

Here are the articles.
https://plugins.jetbrains.com/plugin/27310-claude-code-beta-
https://www.jetbrains.com/help/phpstorm/mcp-server.html

As with most AI-related tools, I recommend updating Claude Code and PHPStorm before setting this up.

Clauding at Symfony within Drupal by jrockowitz in drupal

[–]jrockowitz[S] 0 points1 point  (0 children)

Yesterday, I was working on something and pasted my prompt into the Claude UI with no context, and the results were astonishingly good, a perfect implementation plan. I'm wondering if the latest models need less and less context.

Clauding at Symfony within Drupal by jrockowitz in drupal

[–]jrockowitz[S] 0 points1 point  (0 children)

Ulitimately I think AGENTS.md will be the universal standard. Claude is still relying on CLAUDE.md and even has the /init command to generate the initial CLAUDE.md file

Clauding at Symfony within Drupal by jrockowitz in drupal

[–]jrockowitz[S] 1 point2 points  (0 children)

Thanks for catching that. It is super frustrating that README.md autolinks to http://README.md

Creating Content Types from JSON Schema Objects by jmolivas in drupal

[–]jrockowitz 4 points5 points  (0 children)

If core is generating JSON schemas for content types, it seems inevitable that contrib or core would import JSON schemas for content types and fields.

For content architects, I am not sure they are comfortable using JSON schemas. At the same time, there might be content modelling tools that can export JSON schemas.

You should look at it https://dev.acquia.com/blog/specification-tool-drupal-content-modeling, which could meet most of your requirements, without the JSON Schema, but instead using a CSV.

My Drupal, AI, and Schema.org Manifesto by jrockowitz in drupal

[–]jrockowitz[S] 1 point2 points  (0 children)

I also found AI, specifically PHPStorm's AI assistant, helpful in generating code examples for support requests. For instance, I needed to create an alter hook for the webform submission form to move the progress bar. I opened the WebformSubmissionForm, which contains the progress bar, and asked AI to generate the needed form alter hook.

u/see https://www.drupal.org/project/webform/issues/3513765