<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Felipe L</title>
    <description>The latest articles on DEV Community by Felipe L (@felipejac).</description>
    <link>https://dev.to/felipejac</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2811654%2F7af44bb1-c349-47fb-80a5-e1661ce33359.png</url>
      <title>DEV Community: Felipe L</title>
      <link>https://dev.to/felipejac</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/felipejac"/>
    <language>en</language>
    <item>
      <title>ChatGPT now tracks your browsing via ad collector</title>
      <dc:creator>Felipe L</dc:creator>
      <pubDate>Sun, 20 Sep 2026 22:19:32 +0000</pubDate>
      <link>https://dev.to/felipejac/chatgpt-now-tracks-your-browsing-via-ad-collector-1fbd</link>
      <guid>https://dev.to/felipejac/chatgpt-now-tracks-your-browsing-via-ad-collector-1fbd</guid>
      <description>&lt;h2&gt;
  
  
  What Happened
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://dev.to/go/chatgpt"&gt;ChatGPT&lt;/a&gt; now includes an ad‑collector that reads the content of other websites you visit. The update, announced in a recent blog post, says the feature is meant to sharpen ad targeting and personalization. Practically, as you browse, ChatGPT’s system can access the pages you view, capture text, and use that data to tailor responses or ads.&lt;/p&gt;

&lt;p&gt;The ad‑collector builds on existing web‑retrieval capabilities, but it is specifically tuned to read browsing history for advertising purposes. This raises immediate concerns about user privacy, data ownership, and how the collected information is stored or shared.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Matters for Builders
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Data‑handling policies&lt;/strong&gt;: If your automation or AI‑agent workflow pulls user data from external sites, the ad‑collector may intercept that data. This could conflict with GDPR, CCPA, or internal policies.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Compliance and audit trails&lt;/strong&gt;: Regulated environments need clear audit logs of data origin and processing. The ad‑collector introduces a source that may not be easily auditable, creating compliance gaps.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Trust and user experience&lt;/strong&gt;: Users expect the AI you build to use only data you explicitly provide. Knowing that ChatGPT can read their browsing history can erode trust, especially if your workflow collects or analyzes that data.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Workflow design&lt;/strong&gt;: If your &lt;a href="https://dev.to/go/n8n"&gt;n8n&lt;/a&gt; or other platform integrates with ChatGPT, add safeguards—such as opt‑in prompts or data‑masking steps—to avoid feeding the model private browsing content.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Security posture&lt;/strong&gt;: The ad‑collector could leak data. If your workflow passes user data to ChatGPT, verify that no unintended information is transmitted.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Competitive differentiation&lt;/strong&gt;: Some organizations may avoid using ChatGPT for certain use cases to maintain higher privacy. Knowing this feature helps you decide whether to switch to an open‑source model or a provider with stricter controls.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  FAQ
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Q: Can I opt‑out of the ad‑collector when using ChatGPT in my workflow?&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
A: The current implementation does not allow a user‑controlled opt‑out. You must manage data flow at the application level and send only the data you explicitly intend to share.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q: Will the ad‑collector affect data already stored in my database?&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
A: The ad‑collector reads real‑time browsing data. It does not scan stored data unless you feed that data into ChatGPT. Any data you send could combine with browsing insights, so review your sharing practices.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q: How should I update my compliance documentation to account for this feature?&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
A: Add a section that explains the potential for third‑party data capture via ChatGPT’s ad‑collector, outline mitigation steps (e.g., data minimization, explicit user consent), and document how you monitor and audit data flows involving the model.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published on &lt;a href="https://automationscookbook.com/blog/chatgpt-now-tracks-your-browsing-via-ad-collector-20260920" rel="noopener noreferrer"&gt;Automations Cookbook&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>chatgpt</category>
      <category>adcollector</category>
      <category>automation</category>
      <category>privacy</category>
    </item>
    <item>
      <title>AI‑slowdown collusion lawsuit hits OpenAI, Anthropic</title>
      <dc:creator>Felipe L</dc:creator>
      <pubDate>Sun, 20 Sep 2026 18:03:57 +0000</pubDate>
      <link>https://dev.to/felipejac/ai-slowdown-collusion-lawsuit-hits-openai-anthropic-5471</link>
      <guid>https://dev.to/felipejac/ai-slowdown-collusion-lawsuit-hits-openai-anthropic-5471</guid>
      <description>&lt;h2&gt;
  
  
  What Happened
&lt;/h2&gt;

&lt;p&gt;OpenAI, Anthropic, and other AI firms face a federal antitrust lawsuit. The U.S. Department of Justice alleges they formed an illegal agreement to slow the rollout of advanced AI models. The suit claims the companies coordinated release schedules and shared model‑capability data to avoid competition and regulatory scrutiny. Early evidence points to collusion that could hurt consumers and developers who depend on rapid AI improvements.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Matters for Builders
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Regulatory uncertainty&lt;/strong&gt;: New oversight could force automation teams to audit AI‑agent pipelines. Expect requirements for more transparency, detailed logging, and audit trails.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Model availability and stability&lt;/strong&gt;: A slowdown in releases would mean fewer updates. Builders should plan for longer upgrade cycles and create fallback strategies.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cost implications&lt;/strong&gt;: Penalties or altered pricing models could raise API costs. Evaluate cost‑benefit trade‑offs and consider alternative or hybrid providers.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Innovation pacing&lt;/strong&gt;: If progress was intentionally throttled, future breakthroughs may be delayed. Teams relying on cutting‑edge features should adjust roadmaps and invest in internal research or open‑source options.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  FAQ
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Q: Will this lawsuit stop the release of new AI models?&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
A: Not necessarily. Firms may continue releases while the case proceeds, but they might adopt more cautious strategies to reduce legal risk.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q: How should I prepare my &lt;a href="https://dev.to/go/n8n"&gt;n8n&lt;/a&gt; workflows for potential regulatory changes?&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
A: Add comprehensive logging, version control, and audit trails to all AI calls. Keep detailed records of model versions, usage metrics, and compliance checks.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q: Could I switch to open‑source models to avoid these risks?&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
A: Open‑source models reduce vendor‑specific regulatory exposure, but they require maintenance. Weigh the trade‑off against your team’s capacity and risk tolerance.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published on &lt;a href="https://automationscookbook.com/blog/aislowdown-collusion-lawsuit-hits-openai-anthropic-20260920" rel="noopener noreferrer"&gt;Automations Cookbook&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>openai</category>
      <category>anthropic</category>
    </item>
    <item>
      <title>Microsoft Director Calls AI Scraping the Largest Theft of Labor in Hu…</title>
      <dc:creator>Felipe L</dc:creator>
      <pubDate>Sun, 20 Sep 2026 12:44:06 +0000</pubDate>
      <link>https://dev.to/felipejac/microsoft-director-calls-ai-scraping-the-largest-theft-of-labor-in-hu-3ngi</link>
      <guid>https://dev.to/felipejac/microsoft-director-calls-ai-scraping-the-largest-theft-of-labor-in-hu-3ngi</guid>
      <description>&lt;h2&gt;
  
  
  What Happened
&lt;/h2&gt;

&lt;p&gt;Microsoft’s director of research and AI called AI scraping—the practice of feeding large language models millions of copyrighted texts without permission—the biggest theft of labor ever. The comment came as lawsuits target OpenAI’s &lt;a href="https://dev.to/go/chatgpt"&gt;ChatGPT&lt;/a&gt; and other generative models for copying copyrighted content without paying creators. The director pointed out that AI models now train on billions of web documents, many protected by copyright. The industry says this is “fair use” or essential for useful models, but the warning suggests legal and ethical rules may lag behind technology. The debate shifts to whether developers should license content, give attribution, or find new ways to honor intellectual property.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Matters for Builders
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Data provenance and compliance&lt;/strong&gt;: If your automation or AI‑agent workflow pulls web or internal data, verify that the source is licensed for reuse. Unchecked scraping can expose your organization to legal risk, especially when that data feeds downstream AI services.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Model training and fine‑tuning&lt;/strong&gt;: When building custom models or fine‑tuning existing ones, check whether the training data contains copyrighted material. Curate datasets, add copyright notices, or use public‑domain corpora to avoid infringement.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Ethical workflow design&lt;/strong&gt;: Builders must design agents that respect creators’ rights. Add content filters, include attribution in outputs, or flag potential copyright violations.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Operational resilience&lt;/strong&gt;: Legal challenges can disrupt data and model APIs. If a provider faces litigation, your automation pipelines may suffer. Build redundancy and monitor policy changes to mitigate risk.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  FAQ
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Q: Should I stop using web‑scraped data in my AI agents?&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
A: Not automatically. Audit the data for licensing and consider licensed or public‑domain sources. Add a compliance layer that checks copyright status before ingestion.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q: How can I add attribution to outputs from my AI agents?&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
A: Capture source metadata during collection and embed it in the agent’s response. Append a citation string or generate a structured attribution object.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q: What if my workflow uses third‑party APIs that might be scraping data?&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
A: Review the API’s terms of service and data usage policies. If the provider is known to scrape copyrighted content, switch to a licensed‑data service or build your own pipeline with clear provenance.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published on &lt;a href="https://automationscookbook.com/blog/microsoft-director-calls-ai-scraping-the-largest-theft-of-la-20260920" rel="noopener noreferrer"&gt;Automations Cookbook&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>automation</category>
      <category>law</category>
      <category>dataprovenance</category>
    </item>
    <item>
      <title>CUA‑S1: System One Model for Computer Use</title>
      <dc:creator>Felipe L</dc:creator>
      <pubDate>Sat, 19 Sep 2026 22:16:31 +0000</pubDate>
      <link>https://dev.to/felipejac/cua-s1-system-one-model-for-computer-use-1all</link>
      <guid>https://dev.to/felipejac/cua-s1-system-one-model-for-computer-use-1all</guid>
      <description>&lt;h2&gt;
  
  
  What Happened
&lt;/h2&gt;

&lt;p&gt;The CUA‑S1 project on GitHub introduces a System One model that unifies multiple tools into one workflow, driven by a lightweight AI agent. Users can issue high‑level commands, and the system translates them into actions across the underlying stack. The proof‑of‑concept implementation connects to productivity tools, file systems, and cloud services using a minimal set of APIs. It shows the AI agent orchestrating tasks such as data retrieval, processing, and dashboard updates automatically.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Matters for Builders
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Fewer context switches&lt;/strong&gt;: Automation teams can keep the agent focused on a single mental context, which boosts reliability and simplifies debugging.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Single API surface&lt;/strong&gt;: Exposing one endpoint for several downstream services cuts wrappers and adapters, easing integration.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Lower operator load&lt;/strong&gt;: Operators no longer need to remember which tool performs which task; the AI abstracts that, speeding onboarding and cutting errors.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Scalable workflow composition&lt;/strong&gt;: Adding new steps or services becomes a matter of extending the model, not re‑engineering pipelines.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Consistent security posture&lt;/strong&gt;: Centralizing permissions and audit logs reduces compliance complexity and shrinks the attack surface.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  FAQ
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Q: Can I integrate CUA‑S1 with my existing &lt;a href="https://dev.to/go/n8n"&gt;n8n&lt;/a&gt; workflows?&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
A: Yes. The model offers a REST API that n8n can call, letting you trigger System One actions within your flows.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q: What kind of AI model powers System One?&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
A: The project is LLM‑agnostic. It works with open‑source models like &lt;a href="https://dev.to/go/llama"&gt;Llama&lt;/a&gt; or proprietary APIs such as OpenAI, as long as they understand the command schema.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q: How does System One handle failures or partial results?&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
A: Built‑in retry logic and a state machine track progress. This allows graceful recovery and clear error reporting to downstream systems.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published on &lt;a href="https://automationscookbook.com/blog/cuas1-system-one-model-for-computer-use-20260919" rel="noopener noreferrer"&gt;Automations Cookbook&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>automation</category>
      <category>agents</category>
      <category>workflow</category>
      <category>systemone</category>
    </item>
    <item>
      <title>OpenAI Uses LLMs to Design Its Own Jalapeño Chip</title>
      <dc:creator>Felipe L</dc:creator>
      <pubDate>Sat, 19 Sep 2026 17:49:55 +0000</pubDate>
      <link>https://dev.to/felipejac/openai-uses-llms-to-design-its-own-jalapeno-chip-4ifg</link>
      <guid>https://dev.to/felipejac/openai-uses-llms-to-design-its-own-jalapeno-chip-4ifg</guid>
      <description>&lt;h2&gt;
  
  
  What Happened
&lt;/h2&gt;

&lt;p&gt;OpenAI used its own large language models to design a new custom chip called &lt;em&gt;jalapeño&lt;/em&gt;. The team fed architectural constraints and performance goals into an LLM trained on code and design data. The model generated RTL (register‑transfer level) descriptions, simulated them, and iterated until the design met specifications. The chip, optimized for OpenAI’s workloads, was fabricated and integrated into the infrastructure.&lt;/p&gt;

&lt;p&gt;This proof‑of‑concept showed that a generative AI model can replace, or at least cut, the manual effort needed for ASIC and FPGA design. Automating synthesis and validation shortened the design cycle from months to weeks, enabling rapid prototyping of accelerators for new AI workloads.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Matters for Builders
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Accelerated Prototyping&lt;/strong&gt;: LLM‑driven design shrinks hardware development time, letting builders iterate on custom accelerators for niche workloads without waiting for a full silicon cycle.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Reduced Expertise Barrier&lt;/strong&gt;: Teams lacking deep hardware experience can still experiment with custom chips. LLMs translate high‑level specs into RTL, lowering the skill threshold.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Integration with Automation Workflows&lt;/strong&gt;: The same LLMs can be added to existing &lt;a href="https://dev.to/go/n8n"&gt;n8n&lt;/a&gt; or AI‑agent pipelines to generate configuration files, deployment scripts, or low‑level code snippets, creating a unified AI‑driven engineering stack.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cost Efficiency&lt;/strong&gt;: Faster cycles mean fewer engineering hours and silicon iterations, saving money for startups and mid‑sized companies building AI infrastructure.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Future‑Proofing&lt;/strong&gt;: As AI models evolve, LLM‑based design allows continuous re‑optimization of chips to match new architectures, keeping infrastructure ahead of demand.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  FAQ
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Q: Can I use an LLM to design my own custom AI accelerator?&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
A: Yes. With a powerful language model and a dataset of hardware design examples, you can generate RTL or high‑level synthesis code. Hardware verification expertise remains necessary to validate the output.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q: Will LLM‑generated hardware be as reliable as traditional designs?&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
A: Initial outputs often need human review and refinement. Reliability will grow as models improve and more design data is used, but verification is still essential.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q: How does this fit into my existing n8n automation workflows?&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
A: You can build a workflow that sends design constraints to an LLM endpoint, receives RTL, runs it through a synthesis tool, and triggers deployment scripts—all orchestrated by n8n nodes for full automation.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published on &lt;a href="https://automationscookbook.com/blog/openai-uses-llms-to-design-its-own-jalapeo-chip-20260919" rel="noopener noreferrer"&gt;Automations Cookbook&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>llm</category>
      <category>hardwaredesign</category>
      <category>automation</category>
      <category>agents</category>
    </item>
    <item>
      <title>Anthropic Adds AGENTS.md Support to Claude Code</title>
      <dc:creator>Felipe L</dc:creator>
      <pubDate>Sat, 19 Sep 2026 12:08:31 +0000</pubDate>
      <link>https://dev.to/felipejac/anthropic-adds-agentsmd-support-to-claude-code-2hhp</link>
      <guid>https://dev.to/felipejac/anthropic-adds-agentsmd-support-to-claude-code-2hhp</guid>
      <description>&lt;h2&gt;
  
  
  What Happened
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://dev.to/go/claude"&gt;Claude&lt;/a&gt; Code now supports AGENTS.md, a markdown format for defining AI agents. Developers can list an agent’s capabilities, prompt templates, and workflow logic in one human‑readable file. The change lets Claude read the file at runtime, so agent behavior updates without redeploying code. Linting and validation tooling ensures the markdown follows a schema Claude Code can parse. Anthropic announced the update in a brief tweet, but the impact on automation builders is significant.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Matters for Builders
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Declarative agent design&lt;/strong&gt; – Writing agent logic in markdown keeps behavior in version control with other infrastructure code, boosting traceability and auditability.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Rapid iteration&lt;/strong&gt; – A single file change can instantly redeploy a prompt or workflow, shortening the A/B testing and fine‑tuning cycle.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cross‑platform compatibility&lt;/strong&gt; – AGENTS.md is language‑agnostic. Whether you use &lt;a href="https://dev.to/go/n8n"&gt;n8n&lt;/a&gt; nodes, &lt;a href="https://dev.to/go/zapier"&gt;Zapier&lt;/a&gt; actions, or custom scripts, the same markdown feeds Claude Code, reducing onboarding friction.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Reduced boilerplate&lt;/strong&gt; – The format abstracts repetitive prompt engineering and state management, letting builders focus on business logic.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Better collaboration&lt;/strong&gt; – Plain‑text files let non‑technical stakeholders review and suggest changes, easing product‑manager or data‑scientist involvement in agent design.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Teams already using Claude can migrate existing agents to AGENTS.md without rewriting their codebase. The update also enables adding Claude agents to n8n workflows via a node that reads AGENTS.md and passes it to Claude Code.&lt;/p&gt;

&lt;h2&gt;
  
  
  FAQ
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Q: Does AGENTS.md require a new version of Claude Code?&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
A: Yes. The feature is available only in the latest Claude Code release; update your environment to use it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q: Can I use AGENTS.md with existing n8n nodes?&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
A: Create a custom node that reads the markdown file and forwards its content to Claude Code, integrating seamlessly with current workflows.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q: Is there a limit to the size of AGENTS.md?&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
A: The file is parsed in memory. Very large files may affect performance; keep the file focused on core agent logic.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published on &lt;a href="https://automationscookbook.com/blog/anthropic-adds-agentsmd-support-to-claude-code-20260919" rel="noopener noreferrer"&gt;Automations Cookbook&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>anthropic</category>
      <category>claude</category>
      <category>agentsmd</category>
      <category>automation</category>
    </item>
    <item>
      <title>Claude Code now reads AGENTS.md if Claude.md missing</title>
      <dc:creator>Felipe L</dc:creator>
      <pubDate>Fri, 18 Sep 2026 22:26:03 +0000</pubDate>
      <link>https://dev.to/felipejac/claude-code-now-reads-agentsmd-if-claudemd-missing-je8</link>
      <guid>https://dev.to/felipejac/claude-code-now-reads-agentsmd-if-claudemd-missing-je8</guid>
      <description>&lt;h2&gt;
  
  
  What Happened
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://dev.to/go/claude"&gt;Claude&lt;/a&gt; Code now falls back to an &lt;code&gt;AGENTS.md&lt;/code&gt; file when a project lacks &lt;code&gt;Claude.md&lt;/code&gt;. Agents defined in &lt;code&gt;AGENTS.md&lt;/code&gt; load automatically, eliminating the need for a placeholder file. The changelog noted this update as a fix for configuration errors.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Matters for Builders
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Less manual setup&lt;/strong&gt;: Skip creating a dummy &lt;code&gt;Claude.md&lt;/code&gt; when all agent logic lives in &lt;code&gt;AGENTS.md&lt;/code&gt;. Saves time in CI/CD pipelines.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Fewer runtime failures&lt;/strong&gt;: Missing &lt;code&gt;Claude.md&lt;/code&gt; used to stop agents from loading. The fallback keeps them discoverable and prevents silent production crashes.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cleaner version control&lt;/strong&gt;: A single source of truth (&lt;code&gt;AGENTS.md&lt;/code&gt;) reduces merge conflicts and simplifies history in large teams.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Predictable tooling&lt;/strong&gt;: Automation platforms like &lt;a href="https://dev.to/go/n8n"&gt;n8n&lt;/a&gt; can rely on one file name, streamlining scripts and deployment pipelines.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  FAQ
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Q: Does this change affect existing projects that already have Claude.md?&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
A: No. If &lt;code&gt;Claude.md&lt;/code&gt; exists, the system uses it. The fallback only triggers when that file is absent.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q: Will the fallback work with nested agent definitions or only top‑level ones?&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
A: The system parses the entire &lt;code&gt;AGENTS.md&lt;/code&gt; file, so any agent definitions—nested or flat—are loaded.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q: How should I update my deployment scripts to take advantage of this?&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
A: Reference &lt;code&gt;AGENTS.md&lt;/code&gt; instead of &lt;code&gt;Claude.md&lt;/code&gt; in your build or deployment steps. If you still create a &lt;code&gt;Claude.md&lt;/code&gt;, the system will prioritize it, so pick one convention for consistency.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published on &lt;a href="https://automationscookbook.com/blog/claude-code-now-reads-agentsmd-if-claudemd-missing-20260918" rel="noopener noreferrer"&gt;Automations Cookbook&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>agents</category>
      <category>claude</category>
    </item>
    <item>
      <title>GrassLobster: AI Agentic Generation of Parametric Geometry Workflows</title>
      <dc:creator>Felipe L</dc:creator>
      <pubDate>Fri, 18 Sep 2026 18:07:34 +0000</pubDate>
      <link>https://dev.to/felipejac/grasslobster-ai-agentic-generation-of-parametric-geometry-workflows-5abn</link>
      <guid>https://dev.to/felipejac/grasslobster-ai-agentic-generation-of-parametric-geometry-workflows-5abn</guid>
      <description>&lt;h2&gt;
  
  
  What Happened
&lt;/h2&gt;

&lt;p&gt;GrassLobster appears in a new Miro Vision feature. The agent generates parametric geometry workflows from a short description, like “create a 3‑story modular building with variable floor plans.” It outputs a fully‑functional workflow that runs in a design environment. The system uses large language models for natural‑language understanding and a geometry‑aware inference engine to convert intent into parametric constraints, nodes, and dependencies.&lt;/p&gt;

&lt;p&gt;A public demo lets users adjust room count, window placement, or structural load. The agent instantly regenerates the workflow. Designers can export the output to popular tools and refine it further. The demo shows AI handling rule‑based geometry while humans make creative choices.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Matters for Builders
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Rapid Prototyping&lt;/strong&gt;: Integration with automation platforms like &lt;a href="https://dev.to/go/n8n"&gt;n8n&lt;/a&gt; can spin up design workflows in hours instead of days.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Consistent Quality&lt;/strong&gt;: Codified design rules reduce human error and enforce regulatory and performance standards.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Scalable Customization&lt;/strong&gt;: A simple UI can feed user preferences into the agent, letting non‑technical stakeholders influence design without coding.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Seamless Integration&lt;/strong&gt;: The agent’s output can be wrapped as a node in an AI‑agent workflow, creating end‑to‑end pipelines from requirement capture to CAD export, all orchestrated by an automation engine.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cost Efficiency&lt;/strong&gt;: Automating bulk geometry logic frees designers to focus on value‑added tasks, boosting productivity and cutting labor costs.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  FAQ
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Q: Can GrassLobster’s output be used directly in n8n workflows?&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;strong&gt;A:&lt;/strong&gt; Yes. The agent exposes a REST endpoint that returns workflow definitions in JSON. n8n can fetch this JSON, parse it, and instantiate the corresponding nodes, making integration straightforward.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q: How reliable is the geometry generated by the agent?&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;strong&gt;A:&lt;/strong&gt; The agent follows design rules encoded in its training data, but human review still helps. A typical workflow includes a validation step that checks constraints before final export.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q: What kind of performance impact should I expect when adding this to a production pipeline?&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;strong&gt;A:&lt;/strong&gt; Inference time is comparable to other LLM‑based services—generally a few seconds per request. For large batches, consider asynchronous execution or caching results to keep latency low.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published on &lt;a href="https://automationscookbook.com/blog/grasslobster-ai-agentic-generation-of-parametric-geometry-wo-20260918" rel="noopener noreferrer"&gt;Automations Cookbook&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>agents</category>
      <category>automation</category>
      <category>geometry</category>
      <category>n8n</category>
    </item>
    <item>
      <title>Microsoft, OpenAI Lose Fight to Hide Internal Docs on AI Scraping</title>
      <dc:creator>Felipe L</dc:creator>
      <pubDate>Fri, 18 Sep 2026 12:27:04 +0000</pubDate>
      <link>https://dev.to/felipejac/microsoft-openai-lose-fight-to-hide-internal-docs-on-ai-scraping-3m42</link>
      <guid>https://dev.to/felipejac/microsoft-openai-lose-fight-to-hide-internal-docs-on-ai-scraping-3m42</guid>
      <description>&lt;h2&gt;
  
  
  What Happened
&lt;/h2&gt;

&lt;p&gt;Microsoft and OpenAI were forced by a lawsuit from tech‑policy advocates to hand over internal documents. Those documents reveal that the companies scraped massive amounts of web text. The court ruled that the scraping constituted a theft of labor and called it the largest theft in human history. The firms must stop the practice and submit a detailed audit of the data used in their models.&lt;/p&gt;

&lt;p&gt;The ruling puts any AI model built with similar scraping techniques under legal scrutiny. Regulators are now watching the industry more closely, and the precedent could reach other large AI vendors.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Matters for Builders
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Data sourcing compliance&lt;/strong&gt;: If your &lt;a href="https://dev.to/go/n8n"&gt;n8n&lt;/a&gt; or AI‑agent workflow pulls data from public sites, verify that the source is licensed or that you have explicit permission. Relying on scraped data exposes you to liability.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Model retraining and data freshness&lt;/strong&gt;: The ruling may force vendors to abandon scraped corpora. You’ll need fresh, properly licensed data or open‑source models trained on public datasets.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Auditability and transparency&lt;/strong&gt;: Automation teams must document the provenance of every data source. A clear audit trail helps demonstrate compliance to regulators or customers.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Risk mitigation in production&lt;/strong&gt;: Legal fallout could lead to penalties or shutdowns for services that depend on scraped data. Building redundancy—using multiple licensed sources—reduces this risk.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  FAQ
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Q: Should I stop using scraped data in my workflows?&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
A: If you’re unsure whether the data is licensed, replace it with openly licensed or proprietary data. The tightening legal environment makes uncertainty costly.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q: How can I verify the licensing status of a dataset?&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
A: Check the dataset’s metadata, contact the provider directly, or use tools that flag licensing terms. For web‑scraped content, look for explicit permissions or public domain status.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q: Will this affect open‑source models like GPT‑4o or &lt;a href="https://dev.to/go/claude"&gt;Claude&lt;/a&gt;?&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
A: Open‑source models that rely on publicly available corpora are less likely to be affected. However, if the training data includes scraped content, the same scrutiny could apply. Stay informed about the training pipelines of the models you use.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published on &lt;a href="https://automationscookbook.com/blog/microsoft-openai-lose-fight-to-hide-internal-docs-on-ai-scra-20260918" rel="noopener noreferrer"&gt;Automations Cookbook&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>openai</category>
      <category>api</category>
    </item>
    <item>
      <title>OpenSpec: Lightweight AI Spec Framework for Production Workflows</title>
      <dc:creator>Felipe L</dc:creator>
      <pubDate>Thu, 17 Sep 2026 22:45:48 +0000</pubDate>
      <link>https://dev.to/felipejac/openspec-lightweight-ai-spec-framework-for-production-workflows-1h69</link>
      <guid>https://dev.to/felipejac/openspec-lightweight-ai-spec-framework-for-production-workflows-1h69</guid>
      <description>&lt;h2&gt;
  
  
  What Happened
&lt;/h2&gt;

&lt;p&gt;OpenSpec is a lightweight framework for defining AI workflow specifications. Its declarative syntax lets developers describe inputs, outputs, and validation rules for AI agents and automation flows. The platform adds tooling for versioning specs, generating documentation, and integrating with CI/CD pipelines.&lt;/p&gt;

&lt;p&gt;The release targets teams that already use &lt;a href="https://dev.to/go/n8n"&gt;n8n&lt;/a&gt; or custom AI‑agent orchestration stacks. By adding a formal spec layer, OpenSpec catches configuration errors early, enforces data contracts, and simplifies auditing and maintenance of complex AI pipelines.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Matters for Builders
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Rapid Prototyping&lt;/strong&gt;: A concise spec language eliminates boilerplate validation code, speeding feature cycles and lightening developer cognitive load.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Improved Reliability&lt;/strong&gt;: Spec validation runs automatically in CI pipelines, catching mismatched inputs or missing fields before production. Runtime failures drop and user trust rises.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Clear Documentation&lt;/strong&gt;: OpenSpec turns spec files into human‑readable docs. Ops teams can reference them during incident response, and new hires onboard faster.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Version Control &amp;amp; Rollback&lt;/strong&gt;: Every spec version lives in source control, so rolling back to a previous contract is trivial if an AI model update breaks downstream consumers.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Toolchain Compatibility&lt;/strong&gt;: The framework ships adapters for popular workflow engines (n8n, Airflow, Prefect) and fits into existing Docker or Kubernetes deployments.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  FAQ
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Q: Does OpenSpec replace existing validation libraries?&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
A: No. OpenSpec complements libraries like Pydantic or Marshmallow, focusing on declarative specs while those libraries handle runtime validation.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q: How easy is it to adopt in an existing n8n workflow?&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
A: Add a spec file next to your n8n JSON, run the OpenSpec CLI to validate, and hook the validation step into your CI pipeline. No changes to the n8n runtime are required.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q: Can I use OpenSpec with multiple AI models in one workflow?&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
A: Yes. Each model or node can have its own spec, and you can reference shared schemas across them, keeping contracts consistent throughout the pipeline.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published on &lt;a href="https://automationscookbook.com/blog/openspec-lightweight-ai-spec-framework-for-production-workfl-20260917" rel="noopener noreferrer"&gt;Automations Cookbook&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>aispec</category>
      <category>automation</category>
      <category>n8n</category>
      <category>workflow</category>
    </item>
    <item>
      <title>Skillsync Launches Portable AI Chat Sessions for Agents</title>
      <dc:creator>Felipe L</dc:creator>
      <pubDate>Thu, 17 Sep 2026 18:51:47 +0000</pubDate>
      <link>https://dev.to/felipejac/skillsync-launches-portable-ai-chat-sessions-for-agents-9p7</link>
      <guid>https://dev.to/felipejac/skillsync-launches-portable-ai-chat-sessions-for-agents-9p7</guid>
      <description>&lt;h2&gt;
  
  
  What Happened
&lt;/h2&gt;

&lt;p&gt;Skillsync, a YC W26 startup, launched on Hacker News. The company offers a lightweight API that lets AI chat sessions move between agents without losing context. A demo shows a user’s chat passing from a front‑end bot to a back‑end analytics agent while keeping the conversation state intact. The team says the solution is agent‑agnostic and works with OpenAI, Anthropic, &lt;a href="https://dev.to/go/llama"&gt;Llama&lt;/a&gt;, and other frameworks.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Matters for Builders
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Simplified state management&lt;/strong&gt;: Builders can use Skillsync as a single source of truth instead of each agent keeping its own session store, cutting boilerplate and state drift.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cross‑agent collaboration&lt;/strong&gt;: Multiple specialized agents—such as a scheduling bot and a data‑analysis bot—can share conversational context, producing richer interactions.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Reduced latency&lt;/strong&gt;: Offloading session persistence to a dedicated service lets agents focus on computation, which can lower response times.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Easier compliance&lt;/strong&gt;: A central session store simplifies auditing and enforcing data‑handling policies across all agents.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Rapid prototyping&lt;/strong&gt;: Developers can experiment with multi‑agent conversations without writing custom persistence layers, speeding up iteration.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  FAQ
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Q: Does Skillsync replace my existing database for session storage?&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
A: No, it sits on top of or alongside your database, offering a unified API for session access.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q: Is the API compatible with &lt;a href="https://dev.to/go/n8n"&gt;n8n&lt;/a&gt; and other workflow tools?&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
A: Yes, Skillsync provides a RESTful interface that any workflow engine—including n8n, &lt;a href="https://dev.to/go/zapier"&gt;Zapier&lt;/a&gt;, and custom scripts—can call.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q: What happens to privacy‑sensitive data in portable sessions?&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
A: Skillsync supports fine‑grained access controls, letting you restrict which agents can read or modify specific conversation segments.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published on &lt;a href="https://automationscookbook.com/blog/skillsync-launches-portable-ai-chat-sessions-for-agents-20260917" rel="noopener noreferrer"&gt;Automations Cookbook&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>agents</category>
      <category>automation</category>
      <category>workflow</category>
      <category>statemanagement</category>
    </item>
    <item>
      <title>PS5 Linux Lead Leaves Over LLM Misuse</title>
      <dc:creator>Felipe L</dc:creator>
      <pubDate>Thu, 17 Sep 2026 12:51:50 +0000</pubDate>
      <link>https://dev.to/felipejac/ps5-linux-lead-leaves-over-llm-misuse-3e84</link>
      <guid>https://dev.to/felipejac/ps5-linux-lead-leaves-over-llm-misuse-3e84</guid>
      <description>&lt;h2&gt;
  
  
  What Happened
&lt;/h2&gt;

&lt;p&gt;The PS5 Linux project lead resigned after a surge of LLM‑driven contributions. He called the current state “a bunch of noobs using LLMs that they don’t even understand.” Core maintainers warned that shallow contributions add technical debt and potential security flaws. The exit signals a crossroads: the community must choose between more LLM code or stricter review.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Matters for Builders
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Quality Assurance in Automation Workflows&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
LLMs can slip in subtle bugs. A typo in an endpoint or wrong data transform can bring a critical service down.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Security Implications&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
Generated snippets may include hard‑coded credentials, insecure API calls, or outdated dependencies. These can be exploited in production.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Maintainability and Technical Debt&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
Poorly documented, generic LLM output makes debugging hard. Future developers will pay more to update or add features.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Governance and Compliance&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
Regulated industries need audit trails. LLM code without provenance can breach compliance standards.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The resignation highlights the need for strict code review, solid documentation, and thorough testing when adding AI‑generated parts to production automation.&lt;/p&gt;

&lt;h2&gt;
  
  
  FAQ
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Q: How can we ensure LLM‑generated code is reliable in our workflows?&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
A: Use a three‑step review: run automated linters and unit tests; have a human check logic and security; keep clear documentation and version control.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q: Should we avoid using LLMs for core workflow logic altogether?&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
A: Not necessarily. LLMs speed prototyping, but critical paths—authentication, data validation, error handling—should be hand‑crafted or come from vetted libraries.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q: What tools can help guard against LLM‑related risks?&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
A: Static analysis, dependency‑scan utilities, and CI pipelines that enforce standards. Add AI‑specific linters to flag unsafe patterns in generated code.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published on &lt;a href="https://automationscookbook.com/blog/ps5-linux-lead-leaves-over-llm-misuse-20260917" rel="noopener noreferrer"&gt;Automations Cookbook&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>aimodels</category>
      <category>automation</category>
      <category>security</category>
    </item>
  </channel>
</rss>
