<rss version="2.0">
  <channel>
    <title>Artificial Intelligence on Edward Kiledjian</title>
    <link>https://kiledjian.com/categories/artificial-intelligence/</link>
    <description></description>
    
    <language>en</language>
    
    <lastBuildDate>Fri, 19 Jun 2026 09:09:17 -0400</lastBuildDate>
    
    <item>
      <title>The MIT-Licensed Frontier: Why GLM-5.2 Reshapes Enterprise AI Trade-Offs</title>
      <link>https://kiledjian.com/2026/06/19/the-mitlicensed-frontier-why-glm.html</link>
      <pubDate>Fri, 19 Jun 2026 09:09:17 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2026/06/19/the-mitlicensed-frontier-why-glm.html</guid>
      <description>&lt;p&gt;Enterprise artificial intelligence strategy is shifting from model selection to control architecture selection.&lt;/p&gt;
&lt;p&gt;As organizations move from experimental deployments toward production-grade agentic systems, the dominant constraints are no longer model performance alone. They are increasingly defined by control over weights, data residency, licensing structure, and operational governance boundaries.&lt;/p&gt;
&lt;p&gt;The release of GLM-5.2 by Z.ai (Zhipu AI) reflects this shift. Based on publicly available technical documentation and reported benchmark evaluations, the model is positioned as a large-scale mixture-of-experts system targeting frontier-level capability in software engineering and multi-step reasoning tasks.&lt;/p&gt;
&lt;p&gt;Its significance is not isolated performance. It is the combination of capability, deployment flexibility, and permissive licensing under a widely used open-source framework.&lt;/p&gt;
&lt;hr&gt;
&lt;h1 id=&#34;from-prompt-driven-use-to-agentic-engineering&#34;&gt;From Prompt-Driven Use to Agentic Engineering&lt;/h1&gt;
&lt;p&gt;Enterprise adoption of large language models has historically been dominated by prompt-centric workflows. In this model, systems are used as stateless interfaces that generate discrete outputs without persistent operational context.&lt;/p&gt;
&lt;p&gt;While effective for productivity augmentation, this approach does not scale well to complex engineering environments involving long-running workflows, system-level orchestration, or multi-repository codebases.&lt;/p&gt;
&lt;p&gt;A structural shift is now underway toward agentic engineering, where models operate as components within coordinated systems rather than standalone tools.&lt;/p&gt;
&lt;p&gt;For example, agentic systems may be used to coordinate multi-repository refactoring or automate security patch triage across distributed codebases.&lt;/p&gt;
&lt;p&gt;Within this framing, GLM-5.2 is positioned as part of a class of systems designed for long-horizon execution in software engineering environments involving iterative debugging, tool-assisted workflows, and structured reasoning over large codebases.&lt;/p&gt;
&lt;p&gt;Public technical descriptions suggest three broad capability directions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Extended context handling for large-scale code and data environments&lt;/li&gt;
&lt;li&gt;Asynchronous reinforcement learning approaches intended to improve iterative system behaviour&lt;/li&gt;
&lt;li&gt;Safety and integrity mechanisms designed to reduce reward manipulation in automated evaluation environments&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;While implementation details vary across available documentation, the strategic direction is consistent: improved reliability in multi-step, tool-mediated execution environments.&lt;/p&gt;
&lt;hr&gt;
&lt;h1 id=&#34;reported-benchmark-positioning-contextual-not-absolute&#34;&gt;Reported Benchmark Positioning (Contextual, Not Absolute)&lt;/h1&gt;
&lt;p&gt;Public benchmark summaries suggest GLM-5.2 is positioned within the upper tier of recent frontier models on selected software engineering and reasoning tasks.&lt;/p&gt;
&lt;p&gt;These evaluations are typically conducted on structured benchmarks involving multi-step reasoning and code generation tasks, often compared against proprietary systems from leading AI providers.&lt;/p&gt;
&lt;p&gt;It is important to note that cross-model comparisons are sensitive to:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;evaluation methodology&lt;/li&gt;
&lt;li&gt;inference configuration&lt;/li&gt;
&lt;li&gt;tool availability&lt;/li&gt;
&lt;li&gt;compute budget assumptions&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;As a result, performance comparisons should be interpreted as conditional rather than absolute.&lt;/p&gt;
&lt;p&gt;The broader signal is more important than any single metric: the performance gap between open-weight systems and proprietary API-based models continues to narrow in specific agentic and coding-focused workloads.&lt;/p&gt;
&lt;hr&gt;
&lt;h1 id=&#34;the-licensing-shift-why-mit-matters-in-practice&#34;&gt;The Licensing Shift: Why MIT Matters in Practice&lt;/h1&gt;
&lt;p&gt;A defining characteristic of GLM-5.2 is its release under the MIT License, one of the most permissive open-source licences in widespread use.&lt;/p&gt;
&lt;p&gt;From an enterprise perspective, this has structural implications. However, it is critical to distinguish licensing freedom from regulatory compliance or operational readiness.&lt;/p&gt;
&lt;p&gt;MIT licensing primarily governs reuse and redistribution rights. It does not provide exemption from privacy law, sector-specific regulation, or internal governance requirements.&lt;/p&gt;
&lt;p&gt;Within that boundary, three practical implications emerge.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;1-increased-deployment-control-and-data-perimeter-flexibility&#34;&gt;1. Increased Deployment Control and Data Perimeter Flexibility&lt;/h2&gt;
&lt;p&gt;Permissive licensing enables deployment within controlled infrastructure environments, including private cloud and isolated compute clusters.&lt;/p&gt;
&lt;p&gt;For regulated organizations, this can reduce dependency on external APIs and improve control over sensitive data flows.&lt;/p&gt;
&lt;p&gt;However, operational reality introduces additional complexity. Secure deployment requires governance across:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;model supply chain integrity&lt;/li&gt;
&lt;li&gt;dependency stacks and runtime environments&lt;/li&gt;
&lt;li&gt;access control and logging frameworks&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Self-hosting increases control, but also increases operational responsibility.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;2-reduced-dependency-on-external-ai-platforms&#34;&gt;2. Reduced Dependency on External AI Platforms&lt;/h2&gt;
&lt;p&gt;Proprietary AI APIs introduce structural dependencies on vendor pricing, availability, policy changes, and jurisdictional constraints.&lt;/p&gt;
&lt;p&gt;Self-hosted models reduce exposure to these risks by shifting inference and lifecycle control into enterprise-managed infrastructure.&lt;/p&gt;
&lt;p&gt;This represents a redistribution of risk rather than its elimination.&lt;/p&gt;
&lt;p&gt;In practice, it reduces vendor dependency but increases internal engineering and operational burden.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;3-flexibility-in-model-adaptation-and-distillation&#34;&gt;3. Flexibility in Model Adaptation and Distillation&lt;/h2&gt;
&lt;p&gt;Permissive licensing enables fine-tuning and distillation into smaller models optimized for domain-specific use cases.&lt;/p&gt;
&lt;p&gt;This supports a layered enterprise architecture where:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;large models handle complex reasoning and planning tasks&lt;/li&gt;
&lt;li&gt;smaller models support high-volume, latency-sensitive operations&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Self-hosting becomes economically rational when sustained inference utilization justifies dedicated GPU allocation across multiple concurrent workloads.&lt;/p&gt;
&lt;hr&gt;
&lt;h1 id=&#34;operational-and-security-considerations&#34;&gt;Operational and Security Considerations&lt;/h1&gt;
&lt;p&gt;Despite its advantages, GLM-5.2 is not a universal replacement for proprietary frontier systems.&lt;/p&gt;
&lt;p&gt;In certain long-horizon or highly complex tasks, proprietary models continue to demonstrate stronger consistency, ecosystem maturity, and tool integration support.&lt;/p&gt;
&lt;p&gt;Additionally, enterprise deployment introduces non-trivial security considerations:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Model provenance risk, including integrity of downloaded weights&lt;/li&gt;
&lt;li&gt;Inference-layer attack surfaces such as prompt injection in tool-using agents&lt;/li&gt;
&lt;li&gt;Supply chain dependencies across GPU drivers and inference frameworks&lt;/li&gt;
&lt;li&gt;Operational isolation challenges in environments marketed as “air-gapped”&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In agentic deployments, the dominant risk shifts from model misuse to control-plane compromise.&lt;/p&gt;
&lt;p&gt;These factors require formal threat modeling prior to production deployment.&lt;/p&gt;
&lt;hr&gt;
&lt;h1 id=&#34;economic-and-infrastructure-trade-offs&#34;&gt;Economic and Infrastructure Trade-Offs&lt;/h1&gt;
&lt;p&gt;Self-hosting frontier-scale models introduces a fundamentally different cost structure compared to API-based consumption.&lt;/p&gt;
&lt;p&gt;Rather than variable usage-based pricing, organizations assume:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;capital expenditure for compute infrastructure&lt;/li&gt;
&lt;li&gt;ongoing operational costs for maintenance and scaling&lt;/li&gt;
&lt;li&gt;specialized engineering effort for deployment optimization&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;As a result, hybrid architectures combining external APIs with internal models are likely to remain the dominant enterprise pattern.&lt;/p&gt;
&lt;hr&gt;
&lt;h1 id=&#34;strategic-implications-for-enterprise-architecture&#34;&gt;Strategic Implications for Enterprise Architecture&lt;/h1&gt;
&lt;p&gt;For technology and security leaders, the emergence of systems such as GLM-5.2 reinforces several structural shifts:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;control is now a first-order architectural constraint&lt;/li&gt;
&lt;li&gt;licensing terms directly influence deployment feasibility&lt;/li&gt;
&lt;li&gt;hybrid architectures are becoming the default enterprise pattern&lt;/li&gt;
&lt;li&gt;governance maturity increasingly determines AI adoption scope&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;These dynamics reflect a broader rebalancing of enterprise AI strategy toward controllability, risk segmentation, and architectural flexibility.&lt;/p&gt;
&lt;hr&gt;
&lt;h1 id=&#34;closing-perspective&#34;&gt;Closing Perspective&lt;/h1&gt;
&lt;p&gt;The enterprise AI landscape is entering a phase where performance differentials between leading models are narrowing in specific domains, particularly software engineering and agentic workflows.&lt;/p&gt;
&lt;p&gt;As this convergence continues, structural factors—licensing, deployment control, governance maturity, and operational risk—are becoming primary differentiators in enterprise decision-making.&lt;/p&gt;
&lt;p&gt;GLM-5.2 should therefore be understood not as a singular technological breakthrough, but as an indicator of where the market is moving: toward distributed, hybrid, and controllable AI systems where sovereignty and capability must be balanced against operational complexity and risk.&lt;/p&gt;
&lt;hr&gt;
&lt;h1 id=&#34;ethics-statement&#34;&gt;Ethics Statement&lt;/h1&gt;
&lt;p&gt;This article is written in accordance with principles of transparency, analytical independence, and responsible interpretation of emerging artificial intelligence systems. It is intended to provide strategic insight rather than promotional or vendor-aligned positioning.&lt;/p&gt;
&lt;p&gt;Readers should interpret all model capabilities, benchmarks, and architectural claims as subject to change, variation in deployment context, and differences in evaluation methodology. Independent validation is recommended prior to any production use or procurement decision.&lt;/p&gt;
&lt;hr&gt;
&lt;h1 id=&#34;disclaimer&#34;&gt;Disclaimer&lt;/h1&gt;
&lt;p&gt;The information provided in this article is for informational and analytical purposes only. It does not constitute legal, security, or procurement advice.&lt;/p&gt;
&lt;p&gt;Model performance characteristics, licensing interpretations, and benchmark results may vary depending on implementation, infrastructure configuration, quantization approach, and upstream changes.&lt;/p&gt;
&lt;p&gt;Readers are responsible for conducting their own due diligence, including security validation, compliance assessment, and operational testing, prior to deploying any model in production environments.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;Keywords: #AI #ArtificialIntelligence #EnterpriseAI #GenerativeAI #AgenticAI #OpenSourceAI #AIGovernance #AISecurity #ResponsibleAI #Cybersecurity #CISO #CTO #EnterpriseArchitecture #TechnologyStrategy #DigitalTransformation #DataSovereignty #ModelGovernance #RiskManagement #InformationSecurity #CloudSecurity #AIInfrastructure #MachineLearning #LLM #OpenWeights #MITLicense #HybridAI #TechnologyLeadership #Innovation #DataPrivacy #EnterpriseSecurity&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/255457/2026/aipic.png&#34;&gt;</description>
    </item>
    
    <item>
      <title></title>
      <link>https://kiledjian.com/2026/04/23/the-first-hurdle-is-the.html</link>
      <pubDate>Thu, 23 Apr 2026 15:24:08 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2026/04/23/the-first-hurdle-is-the.html</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://www.itpro.com/business/business-strategy/the-first-hurdle-is-the-hardest-in-generative-ai-adoption-and-businesses-keep-falling&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;The first hurdle is the hardest in generative AI adoption – and businesses keep falling | IT Pro&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Despite rapid AI adoption, many businesses struggle with implementation, falling into &amp;ldquo;pilot purgatory&amp;rdquo; due to issues like skills gaps, legacy systems, and a lack of advanced use cases. While employees report individual productivity gains, companies are slow to achieve business-wide benefits, with a significant portion of firms still in basic AI application stages.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Personas in AI, friend or foe?</title>
      <link>https://kiledjian.com/2026/03/24/personas-in-ai-friend-or.html</link>
      <pubDate>Tue, 24 Mar 2026 07:29:00 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2026/03/24/personas-in-ai-friend-or.html</guid>
      <description>&lt;p&gt;Are you using persona prompts with AI? Here&amp;rsquo;s what the research actually says.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://arxiv.org/html/2603.18507v1&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;arxiv.org/html/2603&amp;hellip;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;A new study from USC (&amp;ldquo;Expert Personas Improve LLM Alignment but Damage Accuracy&amp;rdquo;) tested expert persona prompts across six large language models and finally explains why the community has seen such mixed results.&lt;/p&gt;
&lt;p&gt;The finding is simple but important: persona prompts are an alignment tool, not a knowledge tool.&lt;/p&gt;
&lt;p&gt;When personas HELP:
→ Writing tone and style (scores jumped from 7/10 to 9/10 on professional email drafting)
→ Safety and refusal (jailbreak resistance improved by up to 17.7%)
→ Format adherence, structured output, and intent following
→ Longer, more detailed persona descriptions amplify these gains&lt;/p&gt;
&lt;p&gt;When personas HURT:
→ Factual accuracy and knowledge retrieval (accuracy dropped from 71.6% to 68.0%)
→ Math and logical reasoning (one example went from 9/10 to 1.5/10)
→ Coding tasks requiring precise recall
→ Longer personas make the damage worse&lt;/p&gt;
&lt;p&gt;Five things you can do right now:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Use personas for creative, editorial, and compliance-sensitive tasks. Drop them for factual lookups, calculations, and code logic.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Place personas in the system prompt, not the user message — it matters on well-optimized models.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;If you&amp;rsquo;re using reasoning models (like DeepSeek R1), skip expert personas entirely. The research shows a random persona works just as well — the model only benefits from added context length, not expertise.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;For safety hardening, a dedicated &amp;ldquo;safety monitor&amp;rdquo; persona in the system prompt is one of the cheapest and most effective interventions available.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;When you must use a persona on accuracy-sensitive work, keep it as short as possible to minimize interference with factual recall.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The bottom line: treat persona prompts like a tone and alignment amplifier, not a knowledge enhancer. Knowing when to use them — and when to strip them out — is a real competitive advantage.&lt;/p&gt;
&lt;p&gt;Paper: &amp;ldquo;Expert Personas Improve LLM Alignment but Damage Accuracy: Bootstrapping Intent-Based Persona Routing with PRISM&amp;rdquo; (Hu, Rostami, Thomason — USC, 2026)&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>CodeWall says it hacked McKinsey’s AI platform. Here’s what holds up — and what doesn’t.  </title>
      <link>https://kiledjian.com/2026/03/10/codewall-says-it-hacked-mckinseys.html</link>
      <pubDate>Tue, 10 Mar 2026 07:51:40 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2026/03/10/codewall-says-it-hacked-mckinseys.html</guid>
      <description>&lt;p&gt;This reflects my personal assessment of publicly available reporting and CodeWall’s published blog post. I was not involved in the testing, I do not have access to McKinsey’s internal facts or forensic findings, and my views should be read as commentary and opinion rather than statements of verified fact.&lt;/p&gt;
&lt;p&gt;A security startup called CodeWall claims its autonomous agent compromised McKinsey’s internal AI platform, Lilli, within two hours and gained unauthenticated read-write access to a production database containing tens of millions of consultant conversations. The vulnerability appears credible. The claimed scope of impact is not fully evidenced. The primary CodeWall post is here: &lt;a href=&#34;https://codewall.ai/blog/how-we-hacked-mckinseys-ai-platform.&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;codewall.ai/blog/how-&amp;hellip;&lt;/a&gt; Independent reporting by Jessica Lyons in The Register is here: &lt;a href=&#34;https://www.theregister.com/2026/03/09/mckinsey_ai_chatbot_hacked/.&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;www.theregister.com/2026/03/0&amp;hellip;&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;what-is-likely-true&#34;&gt;What is likely true&lt;/h2&gt;
&lt;p&gt;The attack chain CodeWall describes — publicly exposed API documentation, unauthenticated endpoints, SQL injection through unsafely handled JSON keys and IDOR chaining — is plausible and technically sound. JSON key injection is an uncommon vector. Most security testing tools and methodologies focus on input values, not field names. If Lilli’s backend parameterized values while concatenating keys directly into SQL, that would create a blind spot many assessments could miss.&lt;/p&gt;
&lt;p&gt;McKinsey’s response supports the credibility of the finding. In The Register, journalist Jessica Lyons reported that McKinsey acknowledged the issues, patched them within hours and said its forensic review found no evidence that client data or confidential information were accessed by the researcher or any unauthorized party. That report also quotes CodeWall CEO Paul Price on the company’s use of an autonomous agent.&lt;/p&gt;
&lt;p&gt;The prompt-layer risk CodeWall highlights is also substantive. If Lilli’s system prompts — the instructions governing how the AI behaves — were stored in the same database to which the agent had write access, an attacker could alter AI behaviour at scale without a traditional code deployment and potentially outside standard release controls. Many organizations have not explicitly modelled this threat, and prompt-layer integrity controls remain immature in many environments.&lt;/p&gt;
&lt;h2 id=&#34;what-is-overstated-or-unproven&#34;&gt;What is overstated or unproven&lt;/h2&gt;
&lt;p&gt;CodeWall claims 46.5 million chat messages, 728,000 files, 57,000 user accounts and hundreds of thousands of AI configurations were accessible. The blog provides no proof-of-concept payloads, no hashes, no screenshots and no evidence showing privilege boundaries. It is unclear whether those figures represent records the agent actually retrieved, database row counts inferred from metadata or something in between.&lt;/p&gt;
&lt;p&gt;More importantly, the blog conflates three categories that any security professional should keep separate: what was theoretically reachable, what was actually accessed and what was verified as exfiltrated. CodeWall emphasizes reachability. McKinsey’s statement addresses investigated access. Both could be true at the same time, but the blog does not clearly distinguish between them.&lt;/p&gt;
&lt;p&gt;The two-hour timeline also deserves scrutiny. Blind SQL injection is typically slow because extraction happens incrementally. The post suggests verbose error messages may have accelerated discovery, which implies the path may have combined error-assisted identification with later blind or semi-blind extraction. That is plausible, but the article does not provide enough technical detail to substantiate a claim of full production read-write access within two hours and 15 iterations.&lt;/p&gt;
&lt;p&gt;The assertion that a modified prompt “leaves no log trail” is also too absolute. Whether prompt tampering is detectable depends on the target’s database audit logging, configuration versioning and anomaly detection. Mature organizations may log or detect these events. The blog presents the point too categorically.&lt;/p&gt;
&lt;h2 id=&#34;what-is-concerning-about-the-disclosure-itself&#34;&gt;What is concerning about the disclosure itself&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Autonomous target selection&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;CodeWall presents the fact that its agent independently chose McKinsey as a target as a feature. An AI system deciding whom to attack — even if limited to organizations with disclosure policies — raises serious questions about operator control, authorization and liability. That issue deserves careful scrutiny, not celebration.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Unresolved scope authorization&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The blog cites McKinsey’s HackerOne responsible disclosure policy as justification, but neither the blog nor independent reporting confirms whether Lilli’s production infrastructure was explicitly in scope for that programme. A disclosure policy is not blanket authorization to enumerate a production database. McKinsey’s public policy is referenced by CodeWall here: &lt;a href=&#34;https://hackerone.com/mckinsey-and-company.&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;hackerone.com/mckinsey-&amp;hellip;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Rushed disclosure&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The issue was discovered Feb. 28, 2026. The public blog was published March 9. McKinsey may have patched quickly, but rapid remediation is not the same as a completed forensic review, variant analysis and confirmation that the vulnerability had not previously been exploited by others. Nine days is a compressed window for all of that.&lt;/p&gt;
&lt;p&gt;The published timeline also appears to contain a date inconsistency issue discussed in commentary around the post. If there was a typo in an earlier version, it is minor. Even so, in a report making very large claims, editorial sloppiness weakens confidence.&lt;/p&gt;
&lt;h2 id=&#34;what-security-leaders-should-take-away&#34;&gt;What security leaders should take away&lt;/h2&gt;
&lt;p&gt;This is a conventional application security failure on a platform that happens to run AI workloads. The described attack path — exposed documentation, missing authentication, SQL injection, verbose errors and IDOR — is textbook web and API security. Framing it as an “AI platform hack” is effective marketing. Technically, it is a severe application security failure with AI-specific consequences.&lt;/p&gt;
&lt;p&gt;Two lessons are worth acting on regardless of the blog’s evidentiary gaps.&lt;/p&gt;
&lt;p&gt;First, treat your AI prompt and configuration layer as a crown-jewel asset. If system prompts reside in the same data store as operational data, and that store is reachable through any injection or access-control flaw, you have created a single point of compromise that can silently alter AI behaviour at scale. Apply integrity controls, versioning and monitoring accordingly.&lt;/p&gt;
&lt;p&gt;Second, audit for JSON key injection. If any application accepts JSON in which field names are dynamic, and those names are later used in query construction — whether SQL, NoSQL or ORM-generated queries — standard scanning tools may miss it. That requires targeted review.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The bottom line:&lt;/strong&gt; CodeWall likely found a serious vulnerability. Its blog overstates what was proven, blurs critical distinctions between access and exfiltration, and leaves unresolved questions about authorization and disclosure discipline. The strategic lesson is real, but it is about secure architecture, access control and prompt integrity — not a new class of AI exploit.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Sources and named parties referenced:&lt;/strong&gt; CodeWall; McKinsey &amp;amp; Company; Paul Price, CEO of CodeWall; Jessica Lyons, The Register.&lt;/p&gt;
&lt;h2 id=&#34;ethics-statement&#34;&gt;Ethics statement&lt;/h2&gt;
&lt;p&gt;This article is intended to support informed discussion about a publicly reported security incident involving CodeWall’s claims about McKinsey’s AI platform, Lilli. It aims to distinguish clearly between CodeWall’s published assertions, McKinsey’s public response, independent media reporting and the author’s professional interpretation. Where facts remain unverified, disputed or incomplete, that uncertainty is stated rather than assumed away. This article does not endorse unauthorized testing, autonomous target selection or activity that exceeds clearly defined responsible disclosure boundaries.&lt;/p&gt;
&lt;h2 id=&#34;disclaimer&#34;&gt;Disclaimer&lt;/h2&gt;
&lt;p&gt;This article is provided for general information, commentary and discussion purposes only. It is not legal, security, privacy, compliance or other professional advice, and it should not be relied upon as such. The analysis is based on publicly available information at the time of writing, including CodeWall’s blog post, McKinsey’s public statements and independent reporting. The author was not involved in the testing, does not have access to McKinsey’s internal systems, logs or forensic findings, and cannot independently verify all technical or factual claims made by the parties involved. Any errors or omissions are unintentional. The views expressed are those of the author in a personal capacity and do not represent the views of any employer, client, partner or affiliated organization. Generative AI tools were used to assist with research and editing.&lt;/p&gt;
&lt;p&gt;Keywords : #CyberSecurity #AppSec #AI #AIAgents #AISecurity #LLMSecurity #PromptSecurity #PromptInjection #ResponsibleDisclosure #VulnerabilityDisclosure #BugBounty #HackerOne #SQLInjection #IDOR #APISecurity #WebSecurity #SecurityResearch #ThreatModeling #SecureByDesign #SecurityLeadership #RiskManagement #DigitalTrust #InfoSec #SecurityGovernance #DataSecurity #CloudSecurity #RedTeam #BlueTeam #CyberRisk #McKinsey&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/255457/2026/4ac71a6675.png&#34;&gt;</description>
    </item>
    
    <item>
      <title>DeerFlow 2.0: ByteDance’s open-source AI agent harness for research and software tasks</title>
      <link>https://kiledjian.com/2026/03/06/deerflow-bytedances-opensource-ai-agent.html</link>
      <pubDate>Fri, 06 Mar 2026 15:46:00 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2026/03/06/deerflow-bytedances-opensource-ai-agent.html</guid>
      <description>&lt;p&gt;DeerFlow 2.0, an open-source project from ByteDance, has quickly become one of the most visible AI agent releases of early 2026. The project’s public repository says it reached No. 1 on GitHub Trending on Feb. 28, 2026, and the repository currently shows about 25,000 stars and 3,000 forks. For teams evaluating agentic systems, DeerFlow deserves attention, but it also warrants disciplined review.&lt;/p&gt;
&lt;p&gt;I have been testing DeerFlow 2.0 over the past week. The short version is this: it is more capable and more complete than many open-source agent projects, but some of the public enthusiasm around it is running ahead of careful governance, privacy and security assessment. For a business, IT, security and privacy audience, that distinction matters.&lt;/p&gt;
&lt;h3 id=&#34;what-deerflow-20-is&#34;&gt;What DeerFlow 2.0 is&lt;/h3&gt;
&lt;p&gt;DeerFlow, short for Deep Exploration and Efficient Research Flow, began as a deep-research framework. The project’s maintainers then rebuilt it as a broader agent runtime. According to the official materials, DeerFlow 2.0 is a ground-up rewrite built on LangGraph and LangChain, with built-in support for memory, filesystem access, skills, sandboxed execution and sub-agents.&lt;/p&gt;
&lt;p&gt;In practical terms, DeerFlow is not just another chat interface with tools attached. It is better understood as an agent harness: a runtime that can plan work, break it into subtasks, invoke tools, generate and execute code, manage files and return finished outputs. That architecture is what makes it more relevant to serious experimentation than many lighter open-source alternatives.&lt;/p&gt;
&lt;p&gt;Two official references are worth reviewing first:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Official site: &lt;a href=&#34;https://deerflow.tech&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;deerflow.tech&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;GitHub repository: &lt;a href=&#34;https://github.com/bytedance/deer-flow&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;github.com/bytedance/deer-flow&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;how-it-works&#34;&gt;How it works&lt;/h3&gt;
&lt;p&gt;You give DeerFlow a goal in plain language. The lead agent then plans the work, divides it into subtasks, invokes supporting tools and, where needed, spawns sub-agents to handle specialized roles. Based on the project documentation and visible demos, DeerFlow 2.0 can:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Plan and decompose multi-step tasks&lt;/li&gt;
&lt;li&gt;Spawn sub-agents with separate context and responsibilities&lt;/li&gt;
&lt;li&gt;Use search, browsing and file-based workflows&lt;/li&gt;
&lt;li&gt;Write and execute code in a sandboxed environment&lt;/li&gt;
&lt;li&gt;Manage files and directories across a persistent workspace&lt;/li&gt;
&lt;li&gt;Return finished artefacts such as reports, code, dashboards and other outputs&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;That is a meaningful step up from agent frameworks that require much more assembly work before they become operational. DeerFlow’s key strength is not that any one individual feature is unique. It is that the project packages several of those features into a more usable starting point.&lt;/p&gt;
&lt;h3 id=&#34;what-stands-out-technically&#34;&gt;What stands out technically&lt;/h3&gt;
&lt;p&gt;A few characteristics make DeerFlow 2.0 more consequential than the average open-source agent release.&lt;/p&gt;
&lt;p&gt;First, it is delivered as a more complete runtime rather than as a toolkit that expects the user to build the rest. That lowers the barrier to experimentation.&lt;/p&gt;
&lt;p&gt;Second, it supports longer-horizon work. The project’s positioning and demos emphasize tasks that may take minutes or longer, rather than quick prompt-response exchanges.&lt;/p&gt;
&lt;p&gt;Third, it has a stronger execution model than many early agent projects. Filesystem access, skills, memory and sandboxed code execution create a more realistic operating environment for agents.&lt;/p&gt;
&lt;p&gt;Fourth, it appears model-agnostic. The public materials indicate support for multiple OpenAI-compatible endpoints and local model options, which gives teams more flexibility in how they approach privacy, cost and deployment.&lt;/p&gt;
&lt;p&gt;That said, none of those points should be confused with a production-readiness certification. Capability and readiness are not the same thing.&lt;/p&gt;
&lt;h3 id=&#34;what-it-can-do-now&#34;&gt;What it can do now&lt;/h3&gt;
&lt;p&gt;Based on official materials and public demonstrations, DeerFlow 2.0 is positioned for tasks such as:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;building websites and interactive dashboards from short briefs&lt;/li&gt;
&lt;li&gt;conducting exploratory analysis on datasets&lt;/li&gt;
&lt;li&gt;generating research outputs with citations&lt;/li&gt;
&lt;li&gt;producing documents, slides and content artefacts&lt;/li&gt;
&lt;li&gt;coordinating multi-step software or research workflows&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In testing, the more compelling takeaway is not that DeerFlow can produce flashy outputs. Many tools can do that in curated demos. The more important point is that DeerFlow is trying to operationalize the entire chain from planning to execution to artefact delivery inside one environment. That is why it has generated so much attention.&lt;/p&gt;
&lt;h3 id=&#34;where-the-current-hype-needs-more-discipline&#34;&gt;Where the current hype needs more discipline&lt;/h3&gt;
&lt;p&gt;This is where the discussion needs to become more precise.&lt;/p&gt;
&lt;p&gt;A number of public claims about DeerFlow are either overstated or not yet sufficiently documented. I would be cautious about repeating unverified assertions about default telemetry behaviour, optional cloud-memory backends, authentication changes in the web UI or broad multilingual performance. Some of those claims may prove correct in specific builds, issues or branches, but they should not be treated as settled facts without direct evidence from the exact version being assessed.&lt;/p&gt;
&lt;p&gt;That point is important well beyond this project. In the agent space, people often blend official documentation, demos, open issues, unmerged pull requests and personal testing into one narrative. That produces enthusiasm, but it does not always produce accuracy.&lt;/p&gt;
&lt;h3 id=&#34;security-and-privacy-considerations&#34;&gt;Security and privacy considerations&lt;/h3&gt;
&lt;p&gt;For security and privacy professionals, DeerFlow should be treated as an agentic execution platform, not merely as an AI assistant. The relevant control questions are therefore broader and more serious.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What works in its favour&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;It is open source and auditable.&lt;/li&gt;
&lt;li&gt;It supports containerized execution models rather than forcing host-level execution.&lt;/li&gt;
&lt;li&gt;It provides a structured runtime with memory, filesystem access and tool orchestration rather than hiding those behaviours behind a black box.&lt;/li&gt;
&lt;li&gt;It appears suitable for self-hosted deployment patterns.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;What requires scrutiny&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Code execution risk:&lt;/strong&gt; The platform can generate and run code. That creates obvious exposure if execution is not isolated properly.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Prompt injection and tool abuse:&lt;/strong&gt; Any system that consumes external content and can invoke tools is exposed to adversarial inputs, malicious instructions and unsafe chaining.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Outbound data flow:&lt;/strong&gt; Prompts, files, outputs and intermediate artefacts may be exposed to whichever model endpoints or external services are configured.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Secrets handling:&lt;/strong&gt; Teams need to understand how credentials are stored, injected, rotated and exposed to tools or generated code.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Persistence risk:&lt;/strong&gt; Memory and workspace persistence can improve usability, but they can also preserve sensitive information longer than intended.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Supply-chain intake:&lt;/strong&gt; Open source improves auditability, but it does not eliminate dependency, image-provenance or update-governance risk.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Jurisdictional scrutiny:&lt;/strong&gt; ByteDance’s ownership and country-of-origin context will trigger additional review in some organizations and sectors, regardless of the code’s functional merits.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For any enterprise assessment, I would also ask a more basic question: what exactly is the threat model? If the answer is not clear, the evaluation is not complete.&lt;/p&gt;
&lt;h3 id=&#34;governance-baseline-i-would-recommend&#34;&gt;Governance baseline I would recommend&lt;/h3&gt;
&lt;p&gt;For organizations considering DeerFlow or a similar platform, I would start with a baseline such as this:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;deploy it only in containerized form, with hardened images and restricted privileges&lt;/li&gt;
&lt;li&gt;apply strict network egress controls&lt;/li&gt;
&lt;li&gt;use only approved model backends and approved data paths&lt;/li&gt;
&lt;li&gt;prohibit use with regulated, confidential or customer-sensitive data until governance is complete&lt;/li&gt;
&lt;li&gt;review dependency intake, image provenance and update processes&lt;/li&gt;
&lt;li&gt;define memory retention and workspace retention rules before broader use&lt;/li&gt;
&lt;li&gt;validate authentication, logging and access controls in the exact deployment version&lt;/li&gt;
&lt;li&gt;test for prompt injection, unsafe tool invocation and secrets exposure before production use&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This is not unique to DeerFlow. It is the minimum standard I would apply to any agent platform with code execution, external retrieval and file manipulation capabilities.&lt;/p&gt;
&lt;h3 id=&#34;compliance-and-legal-context&#34;&gt;Compliance and legal context&lt;/h3&gt;
&lt;p&gt;From a privacy and compliance perspective, the main issue is not whether DeerFlow is open source. The main issue is where data goes, which providers or services can receive it, how long it persists and under which legal and contractual controls it is processed.&lt;/p&gt;
&lt;p&gt;Relevant frameworks will vary by jurisdiction, but teams should think in terms of existing obligations under the European Union’s General Data Protection Regulation, California’s CCPA and CPRA, and Canada’s Personal Information Protection and Electronic Documents Act, along with sector-specific and local rules. In Canada, it is particularly important not to write as though Bill C-27 is already coming into force. It is not current law.&lt;/p&gt;
&lt;p&gt;Legal teams should also look beyond privacy. Agentic systems can introduce issues related to software intake, licensing, intellectual property, auditability, export controls, customer commitments and acceptable use.&lt;/p&gt;
&lt;h3 id=&#34;how-deerflow-compares-with-the-field&#34;&gt;How DeerFlow compares with the field&lt;/h3&gt;
&lt;p&gt;DeerFlow is not the only project trying to make agents practical, but it is one of the more polished open-source efforts in early 2026. Compared with frameworks that require substantial assembly, it offers a more complete starting environment. Compared with narrower coding-agent projects, it appears to have broader ambition around research, orchestration and output generation.&lt;/p&gt;
&lt;p&gt;Its main advantage is packaging. Its main challenge is trust. Not trust in the narrow sense of whether it works, but trust in the broader sense that matters to businesses: where it runs, what it connects to, how it handles data, how it executes code and whether the surrounding controls are strong enough.&lt;/p&gt;
&lt;h3 id=&#34;final-assessment&#34;&gt;Final assessment&lt;/h3&gt;
&lt;p&gt;DeerFlow 2.0 is one of the more important open-source agent releases of early 2026. It brings together planning, tools, memory, file handling, sandboxed execution and sub-agent orchestration in a way that makes the platform more usable than many experimental alternatives. That is real progress.&lt;/p&gt;
&lt;p&gt;At the same time, teams should resist the temptation to equate visible momentum with operational maturity. DeerFlow is promising, but it should be assessed like any other high-capability agent platform: carefully, version by version, with explicit controls around execution, data flow, memory, access and software intake.&lt;/p&gt;
&lt;p&gt;If you are exploring agentic systems this year, DeerFlow is worth reviewing. Just make sure your evaluation is grounded in documented facts, not just community excitement.&lt;/p&gt;
&lt;h2 id=&#34;ethics-statement&#34;&gt;Ethics statement&lt;/h2&gt;
&lt;p&gt;This article is intended to support informed discussion about open-source AI agent platforms, with a particular focus on execution, governance, privacy and security implications. It aims to distinguish clearly between verified project documentation, publicly observable repository information, the author’s hands-on testing and the author’s professional interpretation. Where a feature, control or deployment behaviour is uncertain, version-dependent or not fully documented publicly, that uncertainty is stated rather than assumed away. This article does not endorse deploying autonomous code-execution systems in production without appropriate review, nor does it advocate bypassing legal, contractual, security, privacy or governance requirements.&lt;/p&gt;
&lt;h2 id=&#34;disclaimer&#34;&gt;Disclaimer&lt;/h2&gt;
&lt;p&gt;This article is provided for general information and discussion purposes only. It is not legal, security, privacy, compliance or professional advice, and it should not be relied upon as such. Open-source software projects, model integrations, feature sets, default configurations and security controls can change quickly, including between releases, commits and deployment methods. Any assessment of DeerFlow or similar tools should be validated against the exact version, configuration, model providers, hosting environment and organizational requirements in scope. Jurisdictional obligations related to privacy, data residency, software supply chain, export controls and sector regulation may also vary materially. Any errors or omissions are unintentional. The views expressed are those of the author in a personal capacity and do not represent the views of any employer, client, partner or affiliated organization. Generative AI tools were used to assist with research and editing.&lt;/p&gt;
&lt;h2 id=&#34;keywords&#34;&gt;Keywords&lt;/h2&gt;
&lt;p&gt;#DeerFlow #DeerFlow2 #ByteDance #AIAgents #AgenticAI #OpenSourceAI #LangGraph #LangChain #AIInfrastructure #SoftwareAgents #CodingAgents #AgentSecurity #AIGovernance #Privacy #DataProtection #Compliance #PIPEDA #GDPR #CCPA #CPRA #EnterpriseAI #AIPlatform #ContainerSecurity #SupplyChainSecurity #PromptInjection #ModelRisk #DataGovernance #Cybersecurity #Infosec #PrivacyEngineering #DevTools #SelfHostedAI #AILabs #SoftwareSecurity #RiskManagement&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Heretic and the new reality of modifiable AI safety  </title>
      <link>https://kiledjian.com/2026/03/05/heretic-and-the-new-reality.html</link>
      <pubDate>Thu, 05 Mar 2026 12:21:00 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2026/03/05/heretic-and-the-new-reality.html</guid>
      <description>&lt;p&gt;Open-source large language models have made advanced generative AI broadly accessible. What is changing now is not only model capability, but the ease with which model behaviour can be altered after release — including behaviour that vendors and labs describe as “safety alignment.”&lt;/p&gt;
&lt;p&gt;One of the most visible examples is Heretic, an open-source project that automates the removal of refusal behaviour in transformer-based language models. The project is not subtle about its purpose. It describes itself as “fully automatic censorship removal,” and it is gaining traction quickly.&lt;/p&gt;
&lt;p&gt;This post does not provide instructions for disabling safeguards. Instead, it focuses on what is verifiably true about the tool, the research it is built on, and why this matters for security leaders, developers and governance teams.&lt;/p&gt;
&lt;h2 id=&#34;what-heretic-is&#34;&gt;What Heretic is&lt;/h2&gt;
&lt;p&gt;Heretic is a Python-based tool that modifies a model to reduce or eliminate refusal responses. It does this through a technique known as directional ablation, commonly referred to in the community as “abliteration.” The tool combines that intervention with automated parameter search using Optuna’s Tree-structured Parzen Estimator (TPE) optimiser.&lt;/p&gt;
&lt;p&gt;In practical terms, Heretic aims to find settings that reduce refusals while keeping the modified model close to the original model’s behaviour on benign prompts. The project describes this trade-off explicitly as co-minimizing refusal counts and KL divergence.&lt;/p&gt;
&lt;p&gt;Project home:&lt;br&gt;
&lt;a href=&#34;https://github.com/p-e-w/heretic&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;github.com/p-e-w/her&amp;hellip;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;A key point many summaries miss is licensing. Heretic is licensed under the GNU Affero General Public License (AGPL) v3.0. That is not a permissive licence. It has real implications for anyone who plans to modify and run the software in networked environments.&lt;/p&gt;
&lt;h2 id=&#34;what-it-is-built-on-the-refusal-direction-research&#34;&gt;What it is built on: the “refusal direction” research&lt;/h2&gt;
&lt;p&gt;Heretic’s core premise follows mechanistic interpretability research published in 2024: “Refusal in Language Models Is Mediated by a Single Direction,” by Arditi et al.&lt;/p&gt;
&lt;p&gt;In that work, researchers found that refusal behaviour in multiple popular chat models can be linked to a one-dimensional subspace in the residual stream. They demonstrate that removing that direction reduces refusals, while adding it can induce refusals even for harmless requests. The broader conclusion is uncomfortable but important: current alignment methods can be brittle, and model behaviour can sometimes be controlled through targeted internal interventions rather than retraining.&lt;/p&gt;
&lt;p&gt;Paper (Arditi et al.):&lt;br&gt;
&lt;a href=&#34;https://arxiv.org/abs/2406.11717&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;arxiv.org/abs/2406&amp;hellip;.&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;how-heretic-differs-from-earlier-abliteration-workflows&#34;&gt;How Heretic differs from earlier abliteration workflows&lt;/h2&gt;
&lt;p&gt;Abliteration itself is not new. What Heretic productizes is automation and repeatability.&lt;/p&gt;
&lt;p&gt;Earlier approaches often required manual experimentation: selecting layers, choosing projection strengths and validating results with ad hoc tests. Heretic packages that into an optimiser-driven workflow. It searches parameter combinations to reduce refusals and limit behavioural drift, using quantitative measures as guardrails.&lt;/p&gt;
&lt;p&gt;This is one of the reasons it is being discussed widely. Automation lowers the barrier from “researcher with time” to “user with a capable workstation.”&lt;/p&gt;
&lt;h2 id=&#34;what-the-project-and-evaluations-actually-show&#34;&gt;What the project and evaluations actually show&lt;/h2&gt;
&lt;p&gt;Two claims circulate frequently: that Heretic can drive refusals close to zero, and that it can do so while preserving most baseline capabilities.&lt;/p&gt;
&lt;p&gt;The project’s own documentation includes examples where Heretic-generated models show refusal suppression comparable to other abliterations, with lower KL divergence in that specific comparison. The documentation also stresses that numerical results vary by hardware and software environment and that benchmarks are not a substitute for human evaluation.&lt;/p&gt;
&lt;p&gt;Independent evaluation work in late 2025 compared Heretic to other abliteration tools across a range of instruction-tuned models. The headline finding was not that any tool is perfect, but that trade-offs are real and model-dependent. The same paper also cautions that controlled benchmarks do not necessarily predict long-run behaviour in multi-turn use.&lt;/p&gt;
&lt;p&gt;Comparative analysis paper (Young et al.):&lt;br&gt;
&lt;a href=&#34;https://arxiv.org/abs/2512.13655&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;arxiv.org/abs/2512&amp;hellip;.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;A consistent theme across reports is that structured reasoning tasks are among the most sensitive. In other words, removing refusals can be technically achievable, but retaining all capabilities is not guaranteed. This should be treated as an engineering problem, not an assumption.&lt;/p&gt;
&lt;h2 id=&#34;community-adoption-and-the-pace-of-iteration&#34;&gt;Community adoption and the pace of iteration&lt;/h2&gt;
&lt;p&gt;Heretic’s repository shows rapid iteration and strong adoption. Discussion threads on r/LocalLLaMA track releases and performance claims, including changes aimed at reducing VRAM requirements and improving model-loading flexibility. There is also active discussion about false positives in refusal detection and the limits of simple refusal scoring.&lt;/p&gt;
&lt;p&gt;Example discussion threads:&lt;br&gt;
&lt;a href=&#34;https://www.reddit.com/r/LocalLLaMA/comments/1oymku1/heretic_fully_automatic_censorship_removal_for/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;www.reddit.com/r/LocalLL&amp;hellip;&lt;/a&gt;&lt;br&gt;
&lt;a href=&#34;https://www.reddit.com/r/LocalLLaMA/comments/1r4n3as/heretic_12_released_70_lower_vram_usage_with/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;www.reddit.com/r/LocalLL&amp;hellip;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This matters because the practical capability is not only the tool, but the ecosystem it enables: repeatable creation and distribution of modified models.&lt;/p&gt;
&lt;h2 id=&#34;why-this-matters-for-enterprise-security-and-governance&#34;&gt;Why this matters for enterprise security and governance&lt;/h2&gt;
&lt;p&gt;From an enterprise perspective, Heretic is less a novelty and more a signal.&lt;/p&gt;
&lt;p&gt;First, it reinforces that “model safety” is not a reliable control boundary. If a model can be modified to remove refusals, then system safety must be enforced through architecture: data controls, identity, rate limiting, monitoring, output filtering and purpose-built guardrails at the application layer.&lt;/p&gt;
&lt;p&gt;Second, it complicates third-party risk assumptions. If an organisation relies on aligned behaviour as a compliance or safety control, it should assume that aligned behaviour can be bypassed when models are run locally or in uncontrolled environments.&lt;/p&gt;
&lt;p&gt;Third, it raises governance and legal questions. If an organisation modifies and serves software under AGPL, that triggers obligations. Separately, deploying modified models without clear controls can raise policy and regulatory concerns, depending on use case, jurisdiction and sector.&lt;/p&gt;
&lt;p&gt;A practical way to think about it is simple: treat model alignment as a property that can change, and treat safety as something you must engineer end-to-end.&lt;/p&gt;
&lt;h2 id=&#34;bottom-line&#34;&gt;Bottom line&lt;/h2&gt;
&lt;p&gt;Heretic is a credible, fast-moving implementation of a well-known research insight: refusal behaviour can be represented in low-dimensional directions and suppressed through targeted intervention. It is also a reminder that safety alignment, as currently implemented in many open models, is not an immutable feature.&lt;/p&gt;
&lt;p&gt;For security leaders, the right response is not panic and not denial. It is disciplined control design. Assume models can be modified. Build safety at the system level.&lt;/p&gt;
&lt;p&gt;Sources&lt;br&gt;
Heretic repository: &lt;a href=&#34;https://github.com/p-e-w/heretic&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;github.com/p-e-w/her&amp;hellip;&lt;/a&gt;&lt;br&gt;
Arditi et al. (2024): &lt;a href=&#34;https://arxiv.org/abs/2406.11717&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;arxiv.org/abs/2406&amp;hellip;.&lt;/a&gt;&lt;br&gt;
Optuna TPE sampler documentation: &lt;a href=&#34;https://optuna.readthedocs.io/en/stable/reference/samplers/generated/optuna.samplers.TPESampler.html&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;optuna.readthedocs.io/en/stable&amp;hellip;&lt;/a&gt;&lt;br&gt;
Young et al. (2025): &lt;a href=&#34;https://arxiv.org/abs/2512.13655&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;arxiv.org/abs/2512&amp;hellip;.&lt;/a&gt;&lt;br&gt;
Community threads:&lt;br&gt;
&lt;a href=&#34;https://www.reddit.com/r/LocalLLaMA/comments/1oymku1/heretic_fully_automatic_censorship_removal_for/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;www.reddit.com/r/LocalLL&amp;hellip;&lt;/a&gt;&lt;br&gt;
&lt;a href=&#34;https://www.reddit.com/r/LocalLLaMA/comments/1r4n3as/heretic_12_released_70_lower_vram_usage_with/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;www.reddit.com/r/LocalLL&amp;hellip;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Keywords: #AI #ArtificialIntelligence #LLM #LargeLanguageModels #MachineLearning #GenerativeAI #AIResearch #AIAlignment #AISafety #AIsecurity #CyberSecurity #InfoSec #EnterpriseSecurity #RiskManagement #AIGovernance #AIRegulation #ResponsibleAI #TechPolicy #DigitalRisk #ModelSecurity #AITrends #AIInnovation #AIethics #OpenSourceAI #DeepLearning #TransformerModels #DataSecurity #ThreatLandscape #SecurityLeadership #CISO #FutureOfAI #EmergingTech #TechStrategy #SecurityStrategy #CyberRisk&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/255457/2026/chatgpt-image-mar-5-2026-at-09-20-51-am.png&#34;&gt;</description>
    </item>
    
    <item>
      <title></title>
      <link>https://kiledjian.com/2026/03/01/are-dorseys-giant-job-cuts.html</link>
      <pubDate>Sun, 01 Mar 2026 12:08:00 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2026/03/01/are-dorseys-giant-job-cuts.html</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://www.cnbc.com/2026/02/27/are-dorseys-giant-job-cuts-the-start-of-an-ai-jobs-apocalypse-economists-weigh-in.html&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Are Dorsey&amp;rsquo;s giant job cuts the start of an AI jobs apocalypse? Economists weigh in&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Block CEO Jack Dorsey&amp;rsquo;s decision to cut nearly half the company&amp;rsquo;s workforce raises questions about AI&amp;rsquo;s impact on jobs, but economists suggest this is a company-specific adjustment rather than a sign of a broader labor market shift. While AI may disrupt some jobs, experts like Claudia Sahm emphasize that it doesn&amp;rsquo;t necessarily lead to mass layoffs, and other economists believe AI will enhance productivity by changing workflows rather than eliminating jobs outright.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://kiledjian.com/2026/01/06/openai-is-rolling-out-gpt.html</link>
      <pubDate>Tue, 06 Jan 2026 23:27:00 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2026/01/06/openai-is-rolling-out-gpt.html</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://www.bleepingcomputer.com/news/artificial-intelligence/openai-is-rolling-out-gpt-52-codex-max-for-some-users/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;OpenAI is rolling out GPT-5.2 “Codex-Max” for some users&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;OpenAI is rolling out GPT-5.2-Codex-Max, a new model for its Codex service, to select subscribers. This advanced version is expected to offer enhanced capabilities for long tasks, context management, and improved reliability, particularly with tool use and understanding visual inputs like screenshots.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>The &#34;Stein Standard&#34;: What the OpenAI ruling means for privacy and discovery  </title>
      <link>https://kiledjian.com/2026/01/06/the-stein-standard-what-the.html</link>
      <pubDate>Tue, 06 Jan 2026 11:23:00 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2026/01/06/the-stein-standard-what-the.html</guid>
      <description>&lt;p&gt;On Jan. 5, 2026, U.S. District Judge Sidney Stein affirmed a significant discovery order requiring OpenAI to produce 20 million de-identified ChatGPT conversation logs to plaintiffs in the consolidated copyright litigation involving The New York Times and other publishers.&lt;/p&gt;
&lt;p&gt;As security and privacy professionals, we often warn about &amp;ldquo;Shadow AI&amp;rdquo; and data leakage. This ruling makes those risks concrete. Here is a balanced analysis of what happened and what it means for Canadian organizations.&lt;/p&gt;
&lt;p&gt;What the court ordered&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;OpenAI must produce a sample of 20 million de-identified ChatGPT logs.&lt;/li&gt;
&lt;li&gt;The requested period is Dec. 2022 to Nov. 2024.&lt;/li&gt;
&lt;li&gt;OpenAI’s objections on privacy risk and undue burden were rejected for discovery purposes.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Scope and safeguards&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Scope: 20 million logs (roughly 0.05 per cent of retained data).&lt;/li&gt;
&lt;li&gt;Safeguards: De-identified data produced under a strict &amp;ldquo;Attorneys&amp;rsquo; Eyes Only&amp;rdquo; protective order.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Important context&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;This is a discovery ruling, not a final decision on copyright infringement.&lt;/li&gt;
&lt;li&gt;This is not a public release of data. The logs are restricted to opposing counsel for analysis.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Why this matters: The VP perspective&lt;br&gt;
Here are three takeaways for data governance leaders:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;The &amp;ldquo;wiretap&amp;rdquo; distinction&lt;br&gt;
Judge Stein distinguished ChatGPT interactions from private phone calls (protected under wiretap laws). The court noted that users voluntarily disclose information to a third-party AI, effectively narrowing the expectation of privacy compared to traditional communications.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;De-identification does not equal anonymity&lt;br&gt;
While the court accepted de-identification as a safeguard for discovery, privacy professionals know this is not a silver bullet. Watch closely to see whether safeguards hold up against adversarial re-identification techniques once data is shared.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Discovery is reality&lt;br&gt;
This establishes a high-water mark for AI litigation. &amp;ldquo;Big Data&amp;rdquo; is no longer a shield against discovery; courts are willing to compel production of massive datasets if they deem it relevant.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The takeaway&lt;br&gt;
Assume your inputs into public AI models are discoverable, and govern usage accordingly.&lt;/p&gt;
&lt;p&gt;For Canadian organizations, while this is a U.S. ruling, it impacts the global platforms we rely on. It is a timely prompt to review retention practices and reinforce acceptable-use expectations, especially for sensitive or confidential information.&lt;/p&gt;
&lt;p&gt;How is this shifting your approach to AI governance and acceptable use policies?&lt;/p&gt;
&lt;p&gt;#Privacy #CISO #AI #DataGovernance #LegalTech #CdnTech&lt;/p&gt;
&lt;p&gt;Disclaimer: The views expressed in this post are my own and do not necessarily reflect the official policy or position of my employer. This commentary is based on publicly available information and is provided for informational purposes only. It does not constitute legal advice.&lt;/p&gt;
&lt;p&gt;Keyword: #OpenAI #ChatGPT #SDNY #JudgeStein #Discovery #eDiscovery #Privacy #Cybersecurity #Copyright #CopyrightLitigation #NYTimes #AIGovernance #AcceptableUse #ShadowAI #DataLeakage #DeIdentification #Anonymity #AttorneysEyesOnly #ProtectiveOrder #LegalProcess #Proportionality #DataRetention #RetentionPolicy #DataClassification #DLP #EnterpriseAI #RiskManagement #Compliance #Governance #CanadianTech #CrossBorderData #PrivacyByDesign #ReIdentification #Metadata #Confidentiality #LegalRisk&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/255457/2026/chatgpt-image-jan-6-2026-at-08-23-38-am.png&#34;&gt;</description>
    </item>
    
    <item>
      <title></title>
      <link>https://kiledjian.com/2026/01/04/french-authorities-investigate-ai-undressing.html</link>
      <pubDate>Sun, 04 Jan 2026 01:34:00 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2026/01/04/french-authorities-investigate-ai-undressing.html</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://securityaffairs.com/186460/ai/french-authorities-investigate-ai-undressing-deepfakes-on-x.html&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;French authorities investigate AI ‘undressing’ deepfakes on X&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;French authorities are investigating AI-generated deepfakes on X after hundreds of women and teens reported non-consensual sexually explicit images created using the Grok chatbot. This investigation is part of an existing probe into X, with potential penalties including prison time and fines.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>The &#34;10 Per Cent&#34; Myth: Why AI Capability Does Not Equal a Pink Slip</title>
      <link>https://kiledjian.com/2026/01/02/the-per-cent-myth-why.html</link>
      <pubDate>Fri, 02 Jan 2026 12:30:00 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2026/01/02/the-per-cent-myth-why.html</guid>
      <description>&lt;p&gt;The headlines are everywhere, and they are designed to stop your scroll: &amp;ldquo;AI to Replace 1/10 of the Workforce.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;It is a terrifying number. It represents millions of livelihoods reduced to a statistic. But as a chief information security officer, I do not deal in headlines. I deal in risk, audits and rigorous data analysis.&lt;/p&gt;
&lt;p&gt;When you strip away the hype and audit the primary sources released in late 2025—specifically from Project Iceberg (MIT), Yale and McKinsey—a completely different reality emerges.&lt;/p&gt;
&lt;p&gt;We are confusing technical exposure with actual displacement.&lt;/p&gt;
&lt;p&gt;Here is the fact-based reality of the AI labour market as we enter 2026.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The Audit: Capability vs. Likelihood&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The viral &amp;ldquo;10 per cent&amp;rdquo; statistic stems from Project Iceberg (led by MIT and partners), published in November 2025. Researchers found that AI has the technical capability to automate tasks representing 11.7 per cent of the U.S. economy&amp;rsquo;s wage value.&lt;/p&gt;
&lt;p&gt;In the world of risk assessment, however, capability is only half the equation. You must also calculate likelihood.&lt;/p&gt;
&lt;p&gt;Just because a task can be automated does not mean it will be today. History proves that the gap between technical feasibility and widespread adoption is measured in decades, not fiscal quarters. Cloud has been enterprise-viable for well over a decade, yet a vast portion of enterprise workloads remain on premises.&lt;/p&gt;
&lt;p&gt;The Reality: In 2025, while AI could theoretically perform the work of millions, announced job-cut plans explicitly attributed to AI totaled approximately 55,000 through November (Source: Challenger, Gray &amp;amp; Christmas).&lt;/p&gt;
&lt;p&gt;The Context: That represents approximately 0.03 per cent of the U.S. labour force. The theoretical avalanche is, in practice, a statistical rounding error.&lt;/p&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;The &amp;ldquo;Zero Disruption&amp;rdquo; Verdict&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;If 10 per cent of jobs were vanishing, the macroeconomic data would be screaming. Instead, it is barely whispering.&lt;/p&gt;
&lt;p&gt;A comprehensive study by Yale University’s Budget Lab (October 2025) analyzed labour market data from the launch of ChatGPT in late 2022 through to late 2025. Their conclusion was blunt: &amp;ldquo;No discernible disruption.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Three years into the generative AI revolution, aggregate data shows stability, not collapse. We are not witnessing a displacement crisis; we are witnessing a retooling phase.&lt;/p&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;It Is Not About Jobs—It Is About Tasks&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The most critical distinction lost in the media noise is the difference between a job and a task.&lt;/p&gt;
&lt;p&gt;A job is a complex bundle of responsibilities. Some are routine (data entry, scheduling, basic coding). Others require judgment, empathy, strategy and accountability. AI is exceptional at the former and still limited in the latter.&lt;/p&gt;
&lt;p&gt;McKinsey’s November 2025 analysis suggests that while over half of work hours are exposed to automation, this typically results in augmentation, not replacement. When AI automates 20 per cent of your routine tasks, you do not lose your job; you gain 20 per cent of your capacity back to focus on high-value work that algorithms cannot touch.&lt;/p&gt;
&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;The Hidden Risk: Geography&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;While the media focuses on Silicon Valley, Project Iceberg reveals a &amp;ldquo;hidden&amp;rdquo; risk. The study distinguishes between &amp;ldquo;Surface Index&amp;rdquo; exposure (visible technology roles) and &amp;ldquo;Hidden&amp;rdquo; exposure (administrative and financial back-office roles).&lt;/p&gt;
&lt;p&gt;The data shows that states with heavy financial and administrative sectors—like Delaware in the U.S.—have higher theoretical exposure than pure technology hubs.&lt;/p&gt;
&lt;p&gt;The Canadian Implication: Applying this logic to Canada, the financial corridors of Toronto and our administrative centres likely face higher exposure than our tech hubs. This suggests the transition will be a slow, quiet evolution of white-collar workflows, not a sudden &amp;ldquo;tech bubble&amp;rdquo; burst.&lt;/p&gt;
&lt;p&gt;The Bottom Line&lt;/p&gt;
&lt;p&gt;Is the labour market changing? Absolutely. Is 10 per cent of the workforce being replaced tomorrow? The data says no.&lt;/p&gt;
&lt;p&gt;The 11.7 per cent figure is a map of exposure, not a forecast of unemployment. It tells us what could change, not what is changing next Tuesday.&lt;/p&gt;
&lt;p&gt;The risk isn&amp;rsquo;t that AI will take your job overnight. The risk is failing to learn the tools that will define the next decade. As professionals, we need to move past the fear of replacement and focus on fluency.&lt;/p&gt;
&lt;p&gt;Map tasks, not titles. Measure adoption, not headlines.&lt;/p&gt;
&lt;p&gt;Data sources: Project Iceberg/MIT (Nov. 2025); Yale Budget Lab (Oct. 2025); McKinsey Global Institute (Nov. 2025); Challenger, Gray &amp;amp; Christmas (2025).&lt;/p&gt;
&lt;p&gt;Disclaimer &amp;amp; Ethics Statement: This article was drafted with the assistance of AI tools to synthesize large datasets from the cited reports (MIT, Yale, McKinsey). All data points, logic and conclusions were independently audited and verified by the human author.&lt;br&gt;
The content provided here is for informational purposes only and does not constitute career or financial advice.&lt;br&gt;
The views expressed are my own and do not necessarily reflect the official policy or position of my employer.&lt;/p&gt;
&lt;p&gt;#AI #FutureOfWork #CISO #RiskManagement #CanadianBusiness&lt;/p&gt;
&lt;p&gt;Keywords: #AI #ArtificialIntelligence #FutureOfWork #WorkforceTransformation #DigitalTransformation #Productivity #Automation #Augmentation #Jobs #Skills #Reskilling #Upskilling #Leadership #Strategy #Innovation #RiskManagement #CISO #CyberSecurity #Governance #Compliance #Audit #DataDriven #EvidenceBased #TechPolicy #LabourMarket #EconomicTrends #Workplace #Operations #ChangeManagement #Canada #CanadianBusiness #Toronto #McKinsey #MIT #Yale&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/255457/2026/chatgpt-image-jan-2-2026-at-09-30-32-am.png&#34;&gt;</description>
    </item>
    
    <item>
      <title>The ‘Delete’ Button Is a Lie: A Canadian’s Guide to AI Data Retention  </title>
      <link>https://kiledjian.com/2025/12/23/the-delete-button-is-a.html</link>
      <pubDate>Tue, 23 Dec 2025 12:37:00 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2025/12/23/the-delete-button-is-a.html</guid>
      <description>&lt;p&gt;When you hit &amp;ldquo;delete&amp;rdquo; on a conversation with ChatGPT or Gemini, you likely expect it to vanish. In reality, that data often enters a digital limbo—accessible to the provider for 30 days, three years, or even seven years for certain safety-classifier metadata, depending on the fine print you didn&amp;rsquo;t read.&lt;/p&gt;
&lt;p&gt;For paid subscribers, the assumption of privacy is dangerous. While corporate &amp;ldquo;Team&amp;rdquo; and &amp;ldquo;Enterprise&amp;rdquo; plans typically offer stronger contractual controls (including training restrictions and admin-managed retention), &amp;ldquo;Pro&amp;rdquo; and &amp;ldquo;Plus&amp;rdquo; users are frequently treated as consumers with slightly better perks, not better privacy.&lt;/p&gt;
&lt;p&gt;Here is the verified reality of data deletion for the four major large language models (LLMs) available in Canada.&lt;/p&gt;
&lt;h2 id=&#34;chatgpt-openai&#34;&gt;ChatGPT (OpenAI)&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;The Plans:&lt;/strong&gt; Free, Plus and Pro (personal workspaces)&lt;br&gt;
&lt;strong&gt;The Default:&lt;/strong&gt; &lt;strong&gt;Opt-out required.&lt;/strong&gt; OpenAI enables data sharing by default for these tiers. Unless you opt out, your conversations can be used to train future models.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The Reality:&lt;/strong&gt;&lt;br&gt;
OpenAI deletes conversations from its systems within &lt;strong&gt;30 days&lt;/strong&gt; of you deleting them. However, this is not absolute. OpenAI explicitly states that data may be retained longer if required by law—a significant caveat given 2025’s litigation landscape involving copyright and data usage.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The Catch:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Legal Holds:&lt;/strong&gt; If your account is subject to a preservation order, &amp;ldquo;deleted&amp;rdquo; data may be archived until the legal matter resolves. For example, during 2025 copyright litigation, a preservation order required the retention of certain consumer data between April and September; OpenAI later stated the order ended Sept. 26, 2025, with limited historical data retained under secure hold.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Temporary Chat:&lt;/strong&gt; Using the &amp;ldquo;Temporary Chat&amp;rdquo; toggle prevents the conversation from appearing in your history, but OpenAI retains these chats for up to 30 days specifically to monitor for abuse.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Training vs. Retention:&lt;/strong&gt; Deleting a chat &lt;em&gt;after&lt;/em&gt; it has been used to train the model does not untrain the model.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Your Move:&lt;/strong&gt; Go to &lt;strong&gt;Settings &amp;gt; Data Controls&lt;/strong&gt; and toggle &amp;ldquo;Improve the model for everyone&amp;rdquo; to &lt;strong&gt;OFF&lt;/strong&gt;. This is the primary way to ensure your future chats are not ingested into the &amp;ldquo;brain&amp;rdquo; of future GPT versions.&lt;/p&gt;
&lt;h2 id=&#34;claude-anthropic&#34;&gt;Claude (Anthropic)&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;The Plan:&lt;/strong&gt; Claude Pro&lt;br&gt;
&lt;strong&gt;The Default:&lt;/strong&gt; &lt;strong&gt;Opt-out required.&lt;/strong&gt; In a policy update announced Aug. 28, 2025 (with an Oct. 8 decision deadline for existing users), Anthropic introduced specific provisions for training data retention.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The Reality:&lt;/strong&gt;&lt;br&gt;
If you allow Anthropic to use your data for model improvement, your conversations may be retained for up to &lt;strong&gt;five years&lt;/strong&gt; in their training pipelines. If you opt out, deleted conversations are removed from backend systems within 30 days.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The Catch:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;The 5-Year Pipeline:&lt;/strong&gt; The five-year retention applies to data used for &amp;ldquo;benchmarking and model improvement.&amp;rdquo; If you missed the notification to opt out, your historical data may already be in this pipeline.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Safety &amp;amp; Compliance:&lt;/strong&gt; Even if you opt out of training, Anthropic retains data flagged by its Trust &amp;amp; Safety classifiers for up to &lt;strong&gt;two years&lt;/strong&gt;. Critical safety data, such as &amp;ldquo;classifier scores&amp;rdquo; (metadata about &lt;em&gt;why&lt;/em&gt; a prompt was flagged), can be kept for up to &lt;strong&gt;seven years&lt;/strong&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Your Move:&lt;/strong&gt; Go to &lt;strong&gt;Settings &amp;gt; Privacy&lt;/strong&gt; immediately and ensure the &amp;ldquo;Help improve Claude&amp;rdquo; toggle is turned &lt;strong&gt;OFF&lt;/strong&gt;.&lt;/p&gt;
&lt;h2 id=&#34;gemini-google&#34;&gt;Gemini (Google)&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;The Plan:&lt;/strong&gt; Gemini Advanced (Google One AI Premium)&lt;br&gt;
&lt;strong&gt;The Default:&lt;/strong&gt; &lt;strong&gt;18-month retention.&lt;/strong&gt; By default, Google retains your Gemini Apps Activity for 18 months, similar to your Search history.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The Reality:&lt;/strong&gt;&lt;br&gt;
You can change your auto-delete setting to 3 months or delete individual chats manually. However, Google’s backend processing creates persistent copies. Even if you turn &amp;ldquo;Gemini Apps Activity&amp;rdquo; &lt;strong&gt;OFF&lt;/strong&gt; entirely, Google retains conversations for up to &lt;strong&gt;72 hours&lt;/strong&gt; to maintain service continuity and process feedback.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The Catch:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;The Human Review Trap:&lt;/strong&gt; This is the most critical risk. Google disconnects specific chats to be read by human reviewers. Once a chat is selected for review, it is &amp;ldquo;disconnected&amp;rdquo; (disassociated) from your account and retained for up to &lt;strong&gt;three years&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Irreversible:&lt;/strong&gt; Because these reviewed chats are technically separated from your user ID, deleting the original conversation from your history does &lt;em&gt;not&lt;/em&gt; delete the copy held by the human review team.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Your Move:&lt;/strong&gt; Go to **&lt;a href=&#34;https://myactivity.google.com/product/gemini**.&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;myactivity.google.com/product/g&amp;hellip;&lt;/a&gt; Set the Auto-delete option to &lt;strong&gt;3 months&lt;/strong&gt; (the minimum) and strictly avoid putting sensitive identifiers in your prompts.&lt;/p&gt;
&lt;h2 id=&#34;grok-xai&#34;&gt;Grok (xAI)&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;The Plan:&lt;/strong&gt; Grok Premium (X Premium)&lt;br&gt;
&lt;strong&gt;The Default:&lt;/strong&gt; &lt;strong&gt;Verify your settings.&lt;/strong&gt; xAI’s consumer policy allows for model training unless you intervene.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The Reality:&lt;/strong&gt;&lt;br&gt;
Grok offers a &amp;ldquo;Private Chat&amp;rdquo; mode (often indicated by a ghost icon or distinct toggle) which is intended to be ephemeral. Standard chats (non-private) may be used for training. xAI states that deleted data is removed from accessible systems within 30 days.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The Catch:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;The Feedback Loop:&lt;/strong&gt; Even if you opt out of general training, xAI notes that if you voluntarily submit feedback (like rating a response), that specific data may still be used for model improvement.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Platform overlap:&lt;/strong&gt; If you access Grok via X (formerly Twitter), your data handling is governed by X’s broader privacy terms, which can differ from xAI’s standalone app policies.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Your Move:&lt;/strong&gt; You have two options for privacy: exclusively use &amp;ldquo;Private Chat,&amp;rdquo; or verify your &amp;ldquo;Data Sharing&amp;rdquo; settings (typically found under Privacy &amp;amp; Safety on X) to ensure you have unchecked the box allowing your data to be used for model training.&lt;/p&gt;
&lt;h2 id=&#34;summary-the-safe-deletion-window&#34;&gt;Summary: The ‘Safe’ Deletion Window&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Claude:&lt;/strong&gt; Deleted conversations are removed from backend systems within 30 days. &lt;em&gt;Risk:&lt;/em&gt; &lt;strong&gt;Seven-year retention&lt;/strong&gt; for safety classifier scores; five years for training-pipeline data if you do not opt out.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;ChatGPT:&lt;/strong&gt; Takes 30 days to delete. &lt;em&gt;Risk:&lt;/em&gt; &amp;ldquo;Temporary&amp;rdquo; chats are still monitored for 30 days; legal holds can override deletion.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grok:&lt;/strong&gt; Takes 30 days to delete. &lt;em&gt;Risk:&lt;/em&gt; Voluntary feedback can be used for model improvement even if you opt out of general training.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Gemini:&lt;/strong&gt; Auto-delete can be set to 3, 18 or 36 months (user setting). &lt;em&gt;Risk:&lt;/em&gt; Human-reviewed data is kept for &lt;strong&gt;three years&lt;/strong&gt; and cannot be deleted by the user.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;final-advice-for-canadian-users&#34;&gt;Final Advice for Canadian Users&lt;/h2&gt;
&lt;p&gt;While the &lt;em&gt;Personal Information Protection and Electronic Documents Act&lt;/em&gt; (PIPEDA) imposes accountability standards on how companies handle Canadian data, it does not prevent cross-border processing. In practice, once your data sits on a server in Oregon or Iowa, U.S. legal frameworks—and subpoenas—may compel disclosure, even where Canadian expectations differ.&lt;/p&gt;
&lt;p&gt;For absolute security, the data must never leave your device. If you must use cloud AI, assume that &amp;ldquo;Deleted&amp;rdquo; actually means &amp;ldquo;Archived for 30 days,&amp;rdquo; and plan accordingly.&lt;/p&gt;
&lt;h2 id=&#34;ethics-statement--disclaimer&#34;&gt;Ethics Statement &amp;amp; Disclaimer&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Ethics Statement:&lt;/strong&gt; This article is editorial content. The author has no financial relationship with OpenAI, Anthropic, Google or xAI. No company paid to be included in this post, nor did they review the content prior to publication. I personally subscribe to these services to test them objectively.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Disclaimer:&lt;/strong&gt; The information in this post is based on terms of service and privacy policies available as of Dec. 23, 2025. AI companies frequently update their data retention policies without direct notification. The steps provided above are accurate at the time of writing but may change. This post is for informational purposes only and does not constitute legal or professional advice. Readers should consult their organization&amp;rsquo;s legal or security teams before using consumer AI tools for sensitive work.&lt;/p&gt;
&lt;p&gt;Keywords: #AI #DataPrivacy #Cybersecurity #InfoSec #Privacy #DataRetention #DigitalPrivacy #PIPEDA #Canada #Compliance #RiskManagement #SecurityAwareness #DataProtection #CloudSecurity #AIRegulation #TrustAndSafety #LLM #ChatGPT #ClaudeAI #GoogleGemini #Grok #xAI #OpenAI #Anthropic #Google #PrivacyByDesign #Governance #GRC #SecurityPolicy #DataGovernance #CyberRisk #TechPolicy #PrivacyTech #DigitalRights #InfoPrivacy&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>China&#39;s open AI models are in a dead heat with the West</title>
      <link>https://kiledjian.com/2025/12/22/chinas-open-ai-models-are.html</link>
      <pubDate>Mon, 22 Dec 2025 11:17:00 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2025/12/22/chinas-open-ai-models-are.html</guid>
      <description>&lt;p&gt;China&amp;rsquo;s open AI models are in a dead heat with the West - here&amp;rsquo;s what happens
next
&lt;a href=&#34;https://www.zdnet.com/article/china-open-ai-models-versus-us-llms-power-performance-compared/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;www.zdnet.com/article/c&amp;hellip;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;With the rising technological prowess and greater openness of Chinese models,
the world is increasingly turning to the East for efficient and customizable
AI, a new report finds.&lt;/p&gt;
&lt;p&gt;ZDNET&amp;rsquo;s key takeaways:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Chinese AI models have caught up to US models in power and performance.&lt;/li&gt;
&lt;li&gt;China is leading in model openness.&lt;/li&gt;
&lt;li&gt;Much of the world may adopt the freely available Chinese technology.&lt;/li&gt;
&lt;/ul&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://kiledjian.com/2025/12/19/coursera-to-buy-udemy-creating.html</link>
      <pubDate>Fri, 19 Dec 2025 17:13:00 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2025/12/19/coursera-to-buy-udemy-creating.html</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://www.reuters.com/business/coursera-udemy-merge-deal-valuing-combined-firm-25-billion-2025-12-17/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Coursera to buy Udemy, creating $2.5 billion firm to target AI training | Reuters&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Coursera announced an all-stock deal to acquire Udemy, valuing the combined company at $2.5 billion. The merger aims to strengthen their position in corporate workforce training, particularly in AI, data science, and software development. The deal is expected to close in the second half of next year, pending regulatory and shareholder approvals.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://kiledjian.com/2025/12/19/managing-agentic-ai-risk-lessons.html</link>
      <pubDate>Fri, 19 Dec 2025 09:51:00 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2025/12/19/managing-agentic-ai-risk-lessons.html</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://www.csoonline.com/article/4109123/managing-agentic-ai-risk-lessons-from-the-owasp-top-10.html&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Managing agentic AI risk: Lessons from the OWASP Top 10 | CSO Online&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The OWASP Top 10 for Agentic AI provides a framework to address the growing security risks associated with agentic AI adoption, offering practical guidance, threat taxonomies, and mitigation strategies for CISOs. While the list is immediately useful, some areas like detailed mitigation steps and attack likelihood require further development.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://kiledjian.com/2025/12/15/microsoft-scales-back-ai-goals.html</link>
      <pubDate>Mon, 15 Dec 2025 09:44:00 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2025/12/15/microsoft-scales-back-ai-goals.html</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://www.extremetech.com/computing/microsoft-scales-back-ai-goals-because-almost-nobody-is-using-copilot&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Microsoft Scales Back AI Goals Because Almost Nobody Is Using Copilot | Extremetech&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Microsoft has reportedly scaled back AI goals for its Copilot software due to low user adoption and sales, with some targets cut by 50%. While Microsoft disputes the sales quota claims, AI agents have shown low success rates in tasks, and Copilot lags behind competitors like ChatGPT and Google&amp;rsquo;s Gemini in market share.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://kiledjian.com/2025/12/13/i-tested-chatgpt-vs-gemini.html</link>
      <pubDate>Sat, 13 Dec 2025 02:23:00 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2025/12/13/i-tested-chatgpt-vs-gemini.html</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://www.tomsguide.com/ai/i-tested-chatgpt-5-2-vs-gemini-3-0-with-7-real-world-prompts-heres-the-winner&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;I tested ChatGPT-5.2 vs Gemini 3.0 with 7 real-world prompts — here&amp;rsquo;s the winner | Tom&amp;rsquo;s Guide&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In a comparison of ChatGPT-5.2 and Gemini 3.0 across seven real-world prompts, ChatGPT-5.2 emerged as the overall winner, demonstrating superior emotional intelligence and psychological insight in its responses. While Gemini 3.0 excelled in specific areas like risk assessment and technical explanations, ChatGPT-5.2 consistently provided more human-like, wise, and grounding answers.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://kiledjian.com/2025/12/02/autonomously-finding-ffmpeg-vulnerabilities-with.html</link>
      <pubDate>Tue, 02 Dec 2025 20:47:00 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2025/12/02/autonomously-finding-ffmpeg-vulnerabilities-with.html</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://zeropath.com/blog/autonomously-finding-7-ffmpeg-vulnerabilities-with-ai-2025&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Autonomously Finding 7 FFmpeg Vulnerabilities With AI - ZeroPath Blog | ZeroPath&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This document details seven vulnerabilities found in FFmpeg, including buffer overflows and invalid frees, stemming from issues like integer truncation, unbounded serialization, off-by-one errors, and incorrect stream indexing. ZeroPath&amp;rsquo;s AI SAST identified these by analyzing allocation and copy alignment, framing invariants, packet builder capacities, cardinality propagation, and offset arithmetic integrity, often bypassing limitations of traditional fuzzers and static analysis tools.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://kiledjian.com/2025/12/02/poetry-can-trick-ai-models.html</link>
      <pubDate>Tue, 02 Dec 2025 20:46:00 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2025/12/02/poetry-can-trick-ai-models.html</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://www.the-independent.com/tech/ai-model-chatgpt-poetry-nuclear-weapons-b2875452.html&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Poetry can trick AI models like ChatGPT into revealing how to make nuclear weapons, study finds | The Independent&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;A new study reveals that poetry-based prompts can trick AI models like ChatGPT into bypassing safety features and revealing instructions for creating malware or nuclear weapons. This method, termed adversarial poetry, successfully circumvented controls in major AI models, with poetic prompts leading to a significantly higher rate of unsafe replies compared to prose.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://kiledjian.com/2025/12/02/australia-abandons-proposed-mandatory-ai.html</link>
      <pubDate>Tue, 02 Dec 2025 20:43:00 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2025/12/02/australia-abandons-proposed-mandatory-ai.html</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://www.govinfosecurity.com/blogs/australia-abandons-proposed-mandatory-ai-rules-in-new-plan-p-3986&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Australia Abandons Proposed Mandatory AI Rules in New Plan&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Australia has shifted from proposed mandatory AI rules to a voluntary framework, opting for existing laws on privacy and copyright instead of new AI-specific legislation. This decision has been met with support from business groups but criticism from academics and the Greens, who argue it lacks enforcement and adequate investment compared to international approaches.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://kiledjian.com/2025/12/02/canada-launches-first-register-of.html</link>
      <pubDate>Tue, 02 Dec 2025 08:11:00 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2025/12/02/canada-launches-first-register-of.html</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://www.canada.ca/en/treasury-board-secretariat/news/2025/11/canada-launches-first-register-of-ai-uses-in-federal-government.html&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Canada launches first register of AI uses in federal government - Canada.ca&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Canada has launched its first public AI Register to detail how artificial intelligence is used within the federal government, marking a key step in the public services AI Strategy. The register currently lists over400 AI systems across42 institutions and will undergo public consultations in2026 for refinement.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Improving AI Outcomes Through Better Prompting</title>
      <link>https://kiledjian.com/2025/11/28/improving-ai-outcomes-through-better.html</link>
      <pubDate>Fri, 28 Nov 2025 13:14:00 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2025/11/28/improving-ai-outcomes-through-better.html</guid>
      <description>&lt;p&gt;AI is becoming integral to how many of us work, but too often the results still feel generic or misaligned. A small shift in how we prompt these systems can dramatically improve the quality, clarity and usefulness of their responses.&lt;br&gt;
By asking the AI to seek clarification before answering, we eliminate assumptions and get far stronger outputs.&lt;/p&gt;
&lt;p&gt;Most people continue to use AI tools as if they were search engines: ask a question once and expect a complete answer. The challenge is that large language models are trained to fill gaps when faced with ambiguity. Research from the University of Washington and Stanford shows that when prompts lack detail, LLMs tend to infer the most likely meaning instead of checking for accuracy.&lt;/p&gt;
&lt;p&gt;A simple adjustment solves this. Adding one line to a prompt—“Ask me clarifying questions until you are at least 95 per cent confident you understand what I need”—encourages the AI to slow down, confirm the context and deliver more precise results. It transforms a one-way query into a more thoughtful exchange.&lt;/p&gt;
&lt;p&gt;This technique has been validated across several domains. In customer support, a study involving more than five thousand agents found that clarification-capable AI increased resolved tickets per hour by up to 14 per cent. Broader enterprise research from McKinsey continues to show potential productivity gains of 30 to 45 per cent when generative AI is properly deployed within real workflows.&lt;/p&gt;
&lt;p&gt;In financial and legal settings, Bloomberg’s financial LLM improved accuracy in several reporting tasks by nearly 50 per cent when clarification routines were added. In software development, Adyen has documented stronger consistency and reduced rework by using AI that asks targeted questions before generating tests. Even in education, research shows that Socratic-style clarification leads to better critical thinking and stronger learning outcomes.&lt;/p&gt;
&lt;p&gt;The principle is simple: better questions drive better answers. When the AI verifies its understanding, it reduces misinterpretation, sharpens relevance and produces work that aligns more closely with what you actually need.&lt;/p&gt;
&lt;p&gt;Here’s an easy example to try:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;“Write a summary of this document. Before you begin, ask me any clarifying questions until you are 95 per cent confident you can complete this accurately.”&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Instead of guessing, the AI will ask about the intended audience, tone, length, purpose and constraints. Your responses give it the context required to produce something clear, accurate and fit for purpose.&lt;/p&gt;
&lt;p&gt;As we continue incorporating AI into our daily workflows, techniques like this ensure that the technology works with us, not around us. Encouraging the AI to ask questions first leads to outputs that are more thoughtful, more targeted and ultimately more useful.&lt;/p&gt;
&lt;p&gt;If you test this approach, I’d be interested in what you learn—successes, missteps and everything in between. The evolution of AI-assisted work is a shared journey, and the way we prompt these systems matters more than we think.&lt;/p&gt;
&lt;p&gt;#ai #promptengineering #clarificationprompting #askbeforeanswer #generativeai #llm #aitools #aiproductivity #enterpriseai #futureofwork #digitaltransformation #aistrategy #consultativeai #aiworkflows #betterprompts #aiinnovation #leadership #technologyleadership #ciso #cybersecurity #datastrategy #intelligentautomation #knowledgework #aiinsights #aiadoption #smarterai #askbetterquestions #aiinbusiness #businessinnovation #thoughtleadership #aipractices #collaborativeai #thinkingassistants #worksmarter&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/255457/2025/chatgpt-image-nov-28-2025-at-11-13-44-am.png&#34;&gt;</description>
    </item>
    
    <item>
      <title>Comprehensive analysis of leading AI models in 2025: strengths, weaknesses and standout capabilities</title>
      <link>https://kiledjian.com/2025/11/05/comprehensive-analysis-of-leading-ai.html</link>
      <pubDate>Wed, 05 Nov 2025 16:27:00 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2025/11/05/comprehensive-analysis-of-leading-ai.html</guid>
      <description>&lt;p&gt;The artificial-intelligence landscape in 2025 has evolved into a highly competitive arena where numerous models offer distinct advantages for specific use cases. This article examines publicly available AI models shaping the industry, summarizing where each excels and where limitations remain.&lt;/p&gt;
&lt;h2 id=&#34;executive-snapshot-what-each-model-does-best&#34;&gt;Executive snapshot: what each model does best&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;ChatGPT (GPT-5, GPT-4.5, GPT-4o):&lt;/strong&gt; best generalist for agentic workflows, multi-step coding and polished consumer experiences&lt;br&gt;
&lt;strong&gt;Grok 3/4 (xAI):&lt;/strong&gt; strongest for real-time, web-aware analysis with extended reasoning and STEM tasks&lt;br&gt;
&lt;strong&gt;Claude Sonnet 4.5 (Anthropic):&lt;/strong&gt; leading coding model with hybrid reasoning and sustained autonomous operation claims&lt;br&gt;
&lt;strong&gt;Gemini 2.5 Pro (Google):&lt;/strong&gt; native multimodality with ultra-long context (one to two million tokens) for cross-modal comprehension&lt;br&gt;
&lt;strong&gt;Kimi K2 (Moonshot):&lt;/strong&gt; trillion-parameter mixture-of-experts model with strong coding claims and cost efficiency&lt;br&gt;
&lt;strong&gt;Qwen 3 235B (Alibaba):&lt;/strong&gt; hybrid-reasoning with switchable thinking modes and extensive multilingual support&lt;br&gt;
&lt;strong&gt;DeepSeek R1:&lt;/strong&gt; open-reasoning model with transparent methodology and strong math and code performance&lt;br&gt;
&lt;strong&gt;Llama 4 Maverick (Meta):&lt;/strong&gt; natively multimodal open-weight model with favourable performance-to-cost ratio&lt;br&gt;
&lt;strong&gt;Mistral Large / Medium 3:&lt;/strong&gt; efficient European multilingual model optimised for coding and pragmatic enterprise pricing&lt;br&gt;
&lt;strong&gt;Hermes 4 (Nous Research):&lt;/strong&gt; open-weight hybrid reasoning with transparent thinking traces and minimal content restrictions&lt;/p&gt;
&lt;h2 id=&#34;openai-chatgpt-gpt-4o-gpt-45-gpt-5-and-o-series&#34;&gt;OpenAI ChatGPT (GPT-4o, GPT-4.5, GPT-5 and o-series)&lt;/h2&gt;
&lt;h3 id=&#34;overview&#34;&gt;Overview&lt;/h3&gt;
&lt;p&gt;OpenAI maintains a multi-model strategy under the ChatGPT umbrella. GPT-4o is a multimodal generalist, GPT-4.5 emphasises conversational polish and GPT-5 is the flagship. The o-series (o1, o3, o3-mini) specialise in complex reasoning.&lt;/p&gt;
&lt;h3 id=&#34;key-strengths&#34;&gt;Key strengths&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;GPT-4o:&lt;/strong&gt;&lt;br&gt;
Multimodal input (text, image, voice) with near-human response times&lt;br&gt;
128,000-token context window&lt;br&gt;
Improved compute efficiency&lt;br&gt;
Strong general-purpose performance&lt;br&gt;
Enhanced vision capabilities&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;GPT-4.5:&lt;/strong&gt;&lt;br&gt;
More natural conversational tone than GPT-4o&lt;br&gt;
Better sentiment detection and social-cue awareness&lt;br&gt;
Reduced hallucinations (~61.8 per cent to ~37.1 per cent)&lt;br&gt;
Suitable for creative and nuanced writing&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;GPT-5:&lt;/strong&gt;&lt;br&gt;
Released Aug. 7 2025&lt;br&gt;
Claims state-of-the-art performance across coding, mathematics, writing and vision&lt;br&gt;
More unified operation with fast and deep-thinking modes&lt;br&gt;
Improved reasoning for complex problem solving&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;O-series (o1, o3):&lt;/strong&gt;&lt;br&gt;
Excels at scientific, mathematical and coding-based reasoning&lt;br&gt;
Uses chain-of-thought logic to outperform GPT-4o on deep analyses&lt;/p&gt;
&lt;h3 id=&#34;key-weaknesses&#34;&gt;Key weaknesses&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;GPT-4o:&lt;/strong&gt;&lt;br&gt;
Weaker at abstract-reasoning, analogy, pattern recognition and spatial tasks&lt;br&gt;
Challenges interpreting multi-speaker emotional nuance&lt;br&gt;
Struggles with extended logic and very long code chains&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;GPT-4.5:&lt;/strong&gt;&lt;br&gt;
Less explicit step-by-step logic than o-series&lt;br&gt;
No default Voice Mode, video processing or screen-sharing&lt;br&gt;
Expected retirement from the API July 2025&lt;br&gt;
Still mis-reasons in some cases (for example, letter counting)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;O-series:&lt;/strong&gt;&lt;br&gt;
Slower responses and higher cost&lt;br&gt;
Does not always express uncertainty&lt;br&gt;
Some ChatGPT features unavailable in lower tiers&lt;br&gt;
Message caps in certain subscriptions&lt;/p&gt;
&lt;h3 id=&#34;best-use-cases&#34;&gt;Best use cases&lt;/h3&gt;
&lt;p&gt;GPT-4o suits fast multimodal consumer interactions and creative content. GPT-4.5 fits creative writing, branding and emotionally nuanced tasks. GPT-5 supports complex engineering, agentic workflows and high-stakes problem solving. O-series models suit researchers, mathematicians and developers requiring explicit reasoning chains.&lt;/p&gt;
&lt;h2 id=&#34;anthropic-claude-sonnet-45-opus-41&#34;&gt;Anthropic Claude (Sonnet 4.5, Opus 4.1)&lt;/h2&gt;
&lt;h3 id=&#34;overview-1&#34;&gt;Overview&lt;/h3&gt;
&lt;p&gt;Anthropic’s Claude 4 family emphasises safer responses, long-context comprehension and strong coding performance. Sonnet 4.5 is promoted as the top coding model; Opus 4.1 focuses on advanced reasoning.&lt;/p&gt;
&lt;h3 id=&#34;key-strengths-1&#34;&gt;Key strengths&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Claude Sonnet 4.5:&lt;/strong&gt;&lt;br&gt;
Reported 77.2 per cent on SWE-bench Verified (82.0 per cent with high compute)&lt;br&gt;
61.4 per cent on OSWorld for computer-use tasks&lt;br&gt;
Claims of 30-plus hours of autonomous coding&lt;br&gt;
100 per cent score on AIME 2025 using Python tools (87 per cent without)&lt;br&gt;
83.4 per cent on GPQA Diamond&lt;br&gt;
Strong alignment and low power-seeking behaviour&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Claude Opus 4.1:&lt;/strong&gt;&lt;br&gt;
Up to 30 hours of autonomous operation&lt;br&gt;
Strong multi-document and instruction following performance&lt;br&gt;
Better suited for analytical accuracy and specialised workflows&lt;/p&gt;
&lt;h3 id=&#34;key-weaknesses-1&#34;&gt;Key weaknesses&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Sonnet 4.5:&lt;/strong&gt;&lt;br&gt;
More cautious tone; sometimes over-hedges&lt;br&gt;
Visual-reasoning (77.8 per cent MMMU) trails GPT-5 (84.2 per cent) and Gemini 2.5 Pro (82.0 per cent)&lt;br&gt;
Safety classifiers can flag benign content&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Opus 4.1:&lt;/strong&gt;&lt;br&gt;
Roughly five times the cost of Sonnet 4.5&lt;br&gt;
Inferior for software-development work&lt;br&gt;
Higher latency&lt;/p&gt;
&lt;h3 id=&#34;best-use-cases-1&#34;&gt;Best use cases&lt;/h3&gt;
&lt;p&gt;Sonnet 4.5 is strong for software development, debugging, testing and agent workflows. Opus 4.1 suits legal, finance and research tasks where accuracy justifies higher cost.&lt;/p&gt;
&lt;h2 id=&#34;xai-grok-grok-3-grok-4&#34;&gt;xAI Grok (Grok 3, Grok 4)&lt;/h2&gt;
&lt;h3 id=&#34;overview-2&#34;&gt;Overview&lt;/h3&gt;
&lt;p&gt;xAI, founded by Elon Musk, introduced Grok 3 in February 2025 and Grok 4 on July 9 2025. Both models emphasise long-context reasoning and real-time web-awareness through X.&lt;/p&gt;
&lt;h3 id=&#34;key-strengths-2&#34;&gt;Key strengths&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Grok 3:&lt;/strong&gt;&lt;br&gt;
Strong on advanced math and STEM reasoning&lt;br&gt;
128,000-token context window&lt;br&gt;
“Think Mode” enables step-by-step reasoning&lt;br&gt;
“DeepSearch” enables real-time content analysis&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Grok 4:&lt;/strong&gt;&lt;br&gt;
Adds multi-agent reasoning&lt;br&gt;
Available in a developer-focused subscription tier&lt;br&gt;
Maintains long-context capability&lt;/p&gt;
&lt;h3 id=&#34;key-weaknesses-2&#34;&gt;Key weaknesses&lt;/h3&gt;
&lt;p&gt;Mixed output consistency&lt;br&gt;
Higher hallucination risk than rivals&lt;br&gt;
Real-time access is not universally guaranteed&lt;br&gt;
Premium pricing for developer tiers&lt;/p&gt;
&lt;h3 id=&#34;best-use-cases-2&#34;&gt;Best use cases&lt;/h3&gt;
&lt;p&gt;Advanced mathematics, STEM workflows, research leveraging real-time context and X-integrated environments.&lt;/p&gt;
&lt;h2 id=&#34;google-gemini-25-pro&#34;&gt;Google Gemini (2.5 Pro)&lt;/h2&gt;
&lt;h3 id=&#34;overview-3&#34;&gt;Overview&lt;/h3&gt;
&lt;p&gt;Google DeepMind’s Gemini 2.5 Pro emphasises multimodal reasoning, ultra-long context and enterprise-ready integration.&lt;/p&gt;
&lt;h3 id=&#34;key-strengths-3&#34;&gt;Key strengths&lt;/h3&gt;
&lt;p&gt;Strong performance across math and science tasks&lt;br&gt;
Native multimodal: text, image and video&lt;br&gt;
Up to one million-token context, roadmap to two million&lt;br&gt;
Strong cross-modal comprehension&lt;/p&gt;
&lt;h3 id=&#34;key-weaknesses-3&#34;&gt;Key weaknesses&lt;/h3&gt;
&lt;p&gt;Not as strong in coding or agentic workflows&lt;br&gt;
Some reported factuality issues&lt;br&gt;
Benchmarks for code remain mixed&lt;/p&gt;
&lt;h3 id=&#34;best-use-cases-3&#34;&gt;Best use cases&lt;/h3&gt;
&lt;p&gt;Large-scale document analysis, multimedia reasoning and long-context enterprise workflows.&lt;/p&gt;
&lt;h2 id=&#34;deepseek-r1&#34;&gt;DeepSeek R1&lt;/h2&gt;
&lt;h3 id=&#34;overview-4&#34;&gt;Overview&lt;/h3&gt;
&lt;p&gt;DeepSeek R1, launched January 2025, prioritises transparent reasoning, open licensing and efficiency.&lt;/p&gt;
&lt;h3 id=&#34;key-strengths-4&#34;&gt;Key strengths&lt;/h3&gt;
&lt;p&gt;Open MIT licence&lt;br&gt;
Transparent reasoning traces&lt;br&gt;
Strong math and coding performance&lt;br&gt;
Efficient 37 billion active parameter design&lt;/p&gt;
&lt;h3 id=&#34;key-weaknesses-4&#34;&gt;Key weaknesses&lt;/h3&gt;
&lt;p&gt;Shorter context window (~130,000)&lt;br&gt;
Primarily text-based; vision requires add-ons&lt;br&gt;
Weaker usability and ecosystem support&lt;/p&gt;
&lt;h3 id=&#34;best-use-cases-4&#34;&gt;Best use cases&lt;/h3&gt;
&lt;p&gt;Open-source deployments requiring transparent logic, math strength and flexible infrastructure.&lt;/p&gt;
&lt;h2 id=&#34;meta-llama-4-maverick&#34;&gt;Meta Llama 4 Maverick&lt;/h2&gt;
&lt;h3 id=&#34;overview-5&#34;&gt;Overview&lt;/h3&gt;
&lt;p&gt;Meta’s Llama 4 family arrived April 2025, featuring Scout and Maverick variants and providing multimodal capability in an open-weight model.&lt;/p&gt;
&lt;h3 id=&#34;key-strengths-5&#34;&gt;Key strengths&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Llama 4 Maverick:&lt;/strong&gt;&lt;br&gt;
Competitive performance with favourable cost&lt;br&gt;
Open-weight for on-prem or private-cloud deployment&lt;br&gt;
Multimodal training across text, image and video&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Llama 4 Scout:&lt;/strong&gt;&lt;br&gt;
Claims up to 10-million-token context&lt;br&gt;
High cost-efficiency with fewer active parameters&lt;/p&gt;
&lt;h3 id=&#34;key-weaknesses-5&#34;&gt;Key weaknesses&lt;/h3&gt;
&lt;p&gt;Variant confusion (benchmarks on tuned vs released weights)&lt;br&gt;
Licensing needed for 700-million-plus monthly active-user services&lt;br&gt;
Ecosystem still maturing&lt;/p&gt;
&lt;h3 id=&#34;best-use-cases-5&#34;&gt;Best use cases&lt;/h3&gt;
&lt;p&gt;Maverick supports coding, enterprise document analysis, multilingual reasoning and cost-sensitive deployment. Scout suits ultra-long-context tasks.&lt;/p&gt;
&lt;h2 id=&#34;alibaba-qwen-3-235b&#34;&gt;Alibaba Qwen 3 235B&lt;/h2&gt;
&lt;h3 id=&#34;overview-6&#34;&gt;Overview&lt;/h3&gt;
&lt;p&gt;Qwen 3, released April 2025, targets hybrid reasoning, broad multilingual coverage and open developer frameworks.&lt;/p&gt;
&lt;h3 id=&#34;key-strengths-6&#34;&gt;Key strengths&lt;/h3&gt;
&lt;p&gt;Switchable reasoning vs fast modes&lt;br&gt;
Support across 119 languages&lt;br&gt;
Apache 2.0 licensing&lt;br&gt;
Competitive math and code results&lt;/p&gt;
&lt;h3 id=&#34;key-weaknesses-6&#34;&gt;Key weaknesses&lt;/h3&gt;
&lt;p&gt;Earlier-stage ecosystem outside Asia&lt;br&gt;
Tool-use integrations less mature&lt;br&gt;
Architecture complexity adds integration overhead&lt;/p&gt;
&lt;h3 id=&#34;best-use-cases-6&#34;&gt;Best use cases&lt;/h3&gt;
&lt;p&gt;Multilingual and open-source deployments, research requiring reasoning-depth control and flexible licensing.&lt;/p&gt;
&lt;h2 id=&#34;mistral-large-medium-3&#34;&gt;Mistral (Large, Medium 3)&lt;/h2&gt;
&lt;h3 id=&#34;overview-7&#34;&gt;Overview&lt;/h3&gt;
&lt;p&gt;Mistral AI offers both open-weight and enterprise models. Medium 3 emphasises cost-efficiency; Mistral Large aims at enterprise reasoning.&lt;/p&gt;
&lt;h3 id=&#34;key-strengths-7&#34;&gt;Key strengths&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Medium 3:&lt;/strong&gt;&lt;br&gt;
Reported &amp;gt;90 per cent of Claude Sonnet 3.7 performance at far lower cost&lt;br&gt;
Favourable pricing&lt;br&gt;
Deployable across most clouds&lt;br&gt;
Strong coding and STEM capability&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Mistral Large:&lt;/strong&gt;&lt;br&gt;
Enterprise-grade multilingual support&lt;br&gt;
Native function-calling and constrained output&lt;br&gt;
32,000-token context&lt;/p&gt;
&lt;h3 id=&#34;key-weaknesses-7&#34;&gt;Key weaknesses&lt;/h3&gt;
&lt;p&gt;Creative writing trails specialist models&lt;br&gt;
Occasional multi-step spatial-reasoning issues&lt;br&gt;
Language variation by region&lt;br&gt;
Some benchmarks favour rivals&lt;/p&gt;
&lt;h3 id=&#34;best-use-cases-7&#34;&gt;Best use cases&lt;/h3&gt;
&lt;p&gt;Medium 3 fits cost-efficient enterprise coding and document understanding. Mistral Large suits multilingual enterprise deployments requiring more depth.&lt;/p&gt;
&lt;h2 id=&#34;nous-research-hermes-4&#34;&gt;Nous Research Hermes 4&lt;/h2&gt;
&lt;h3 id=&#34;overview-8&#34;&gt;Overview&lt;/h3&gt;
&lt;p&gt;Released August 2025, Hermes 4 prioritises hybrid reasoning, minimal content restriction and transparent output.&lt;/p&gt;
&lt;h3 id=&#34;key-strengths-8&#34;&gt;Key strengths&lt;/h3&gt;
&lt;p&gt;Toggle between fast and step-wise reasoning&lt;br&gt;
Open-weight release with full reasoning traces&lt;br&gt;
Strong reported math scores&lt;br&gt;
Length-control methods reduce over-generation&lt;/p&gt;
&lt;h3 id=&#34;key-weaknesses-8&#34;&gt;Key weaknesses&lt;/h3&gt;
&lt;p&gt;High compute overhead for training and use&lt;br&gt;
Smaller variants may overthink&lt;br&gt;
Minimal filtering may not fit high-compliance industries&lt;br&gt;
Ecosystem less mature than major commercial models&lt;/p&gt;
&lt;h3 id=&#34;best-use-cases-8&#34;&gt;Best use cases&lt;/h3&gt;
&lt;p&gt;Research, transparent reasoning pipelines and minimally censored open-source applied use.&lt;/p&gt;
&lt;h2 id=&#34;important-considerations-benchmarks-and-evaluation&#34;&gt;Important considerations: benchmarks and evaluation&lt;/h2&gt;
&lt;p&gt;Benchmark results are volatile and can depend on model variant, tuning, context length and test configuration. Many results are vendor-reported and lack broad third-party validation.&lt;/p&gt;
&lt;p&gt;Long-context performance depends on endpoint and hardware. Reasoning modes can produce substantial performance swings. Open-weight models benefit from community scrutiny, whereas commercial models often publish fewer benchmarking details.&lt;/p&gt;
&lt;h2 id=&#34;conclusion-selecting-the-right-model&#34;&gt;Conclusion: selecting the right model&lt;/h2&gt;
&lt;p&gt;The 2025 AI landscape provides exceptional choice.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;General-purpose chat&lt;/strong&gt;: GPT-4o, GPT-4.5&lt;br&gt;
&lt;strong&gt;Enterprise automation&lt;/strong&gt;: GPT-5, Claude Sonnet 4.5, Grok 3&lt;br&gt;
&lt;strong&gt;Deep reasoning&lt;/strong&gt;: GPT-5, Claude Sonnet 4.5, Grok 3, Gemini 2.5 Pro&lt;br&gt;
&lt;strong&gt;Coding excellence&lt;/strong&gt;: Claude Sonnet 4.5, Kimi K2, GPT-5&lt;br&gt;
&lt;strong&gt;Cross-modal work&lt;/strong&gt;: Gemini 2.5 Pro&lt;br&gt;
&lt;strong&gt;Ultra-long context&lt;/strong&gt;: Gemini 2.5 Pro, Llama 4 Scout&lt;br&gt;
&lt;strong&gt;Cost optimisation&lt;/strong&gt;: Llama 4 Maverick, Mistral Medium 3, Kimi K2&lt;br&gt;
&lt;strong&gt;Open-source and on-prem&lt;/strong&gt;: DeepSeek R1, Qwen 3, Hermes 4, Llama 4, Kimi K2&lt;br&gt;
&lt;strong&gt;Agentic workflows&lt;/strong&gt;: Kimi K2, Claude Sonnet 4.5, Hermes 4&lt;br&gt;
&lt;strong&gt;Multilingual&lt;/strong&gt;: Qwen 3, Mistral Large&lt;br&gt;
&lt;strong&gt;Transparent reasoning&lt;/strong&gt;: Hermes 4, DeepSeek R1, Qwen 3&lt;/p&gt;
&lt;p&gt;Selecting the right model depends on budget, deployment strategy, task complexity, transparency needs, regulatory requirements and integration demands. Ongoing evaluation remains critical as the market evolves rapidly.&lt;/p&gt;
&lt;h2 id=&#34;ethics-and-disclaimer&#34;&gt;Ethics and disclaimer&lt;/h2&gt;
&lt;p&gt;This analysis is for informational purposes only and reflects research available as of November 2025. No compensation influenced provider positioning. Capabilities, pricing and performance can change quickly. Readers should verify current information, especially for enterprise deployment, compliance, privacy and intellectual-property considerations.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Last updated November 2025&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Keywords : #ArtificialIntelligence #AIModels #GPT5 #ClaudeSonnet45 #Gemini25Pro #Grok4 #DeepSeekR1 #KimiK2 #Qwen3 #Llama4 #MistralAI #Hermes4 #AgenticAI #AICoding #AIDevelopment #EnterpriseAI #GenerativeAI #MachineLearning #ML #MultimodalAI #OpenSourceAI #AIResearch #AITools #STEMAI #LongContextAI #AIComparison #TechInnovation #FutureOfAI #AIProductivity #AIEngineering #AITrends #AIin2025 #NeuralNetworks #AIAnalytics #BusinessAI #AIEcosystem&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/255457/2025/chatgpt-image-nov-5-2025-at-02-27-31-pm.png&#34;&gt;</description>
    </item>
    
    <item>
      <title></title>
      <link>https://kiledjian.com/2025/11/04/amazon-and-perplexity-have-kicked.html</link>
      <pubDate>Tue, 04 Nov 2025 22:54:00 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2025/11/04/amazon-and-perplexity-have-kicked.html</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://www.theverge.com/news/813755/amazon-perplexity-ai-shopping-agent-block&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Amazon and Perplexity have kicked off the great AI web browser fight | The Verge&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Amazon has requested that Perplexity stop its AI browser, Comet, from purchasing products on its site, accusing the AI startup of providing a degraded shopping experience. Perplexity, in turn, has accused Amazon of bullying and stated that the e-commerce giant is more interested in serving ads and sponsored results than facilitating easier shopping, despite Amazon&amp;rsquo;s CEO expecting future partnerships with AI shopping agents.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://kiledjian.com/2025/11/02/geoffrey-hinton-says-tech-giants.html</link>
      <pubDate>Sun, 02 Nov 2025 17:01:00 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2025/11/02/geoffrey-hinton-says-tech-giants.html</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://fortune.com/2025/11/01/geoffrey-hinton-godfather-of-ai-investment-tech-company-profits-human-labor-replacement/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Geoffrey Hinton says tech giants can&amp;rsquo;t profit from AI investments unless human labor is replaced | Fortune&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;According to Geoffrey Hinton, tech giants cannot profit from their AI investments without replacing human labor. He believes that the massive capital expenditures by companies like Microsoft, Meta, and Alphabet are predicated on the idea of widespread job displacement by AI, though he acknowledges AI&amp;rsquo;s potential for good in fields like healthcare and education.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>When AI Agents Go Rogue</title>
      <link>https://kiledjian.com/2025/11/01/when-ai-agents-go-rogue.html</link>
      <pubDate>Sat, 01 Nov 2025 17:02:48 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2025/11/01/when-ai-agents-go-rogue.html</guid>
      <description>&lt;p&gt;When AI Agents Go Rogue: Agent Session Smuggling Attack in A2A Systems
&lt;a href=&#34;https://unit42.paloaltonetworks.com/agent-session-smuggling-in-agent2agent-systems/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;unit42.paloaltonetworks.com/agent-ses&amp;hellip;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;We discovered a new attack technique, which we call agent session smuggling.
This technique allows a malicious AI agent to exploit an established
cross-agent communication session to send covert instructions to a victim
agent.&lt;/p&gt;
&lt;p&gt;Here, we discuss the issues that can arise in a communication session using
the Agent2Agent (A2A) protocol, which is a popular option for managing the
connections between agents. The A2A protocol’s stateful behavior lets agents
remember recent interactions and maintain coherent conversations. This attack
exploits this property to inject malicious instructions into a conversation,
hiding them among otherwise benign client requests and server responses.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://kiledjian.com/2025/10/24/ai-dataset-for-detecting-nudity.html</link>
      <pubDate>Fri, 24 Oct 2025 17:29:49 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2025/10/24/ai-dataset-for-detecting-nudity.html</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://www.404media.co/ai-dataset-for-detecting-nudity-contained-child-sexual-abuse-images/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;AI Dataset for Detecting Nudity Contained Child Sexual Abuse Images&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The NudeNet dataset, used for training AI nudity detection, has been found to contain child sexual abuse material (CSAM) by the Canadian Centre for Child Protection (C3P). This discovery highlights ethical concerns regarding data collection in AI development, similar to previous findings with the LAION-5B dataset.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>The Uncomfortable Truth About China’s AI Dominance: How a Decade of Strategic Planning Is Reshaping the Technology Landscape</title>
      <link>https://kiledjian.com/2025/10/18/the-uncomfortable-truth-about-chinas.html</link>
      <pubDate>Sat, 18 Oct 2025 21:32:34 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2025/10/18/the-uncomfortable-truth-about-chinas.html</guid>
      <description>&lt;p&gt;Let me be direct: while Silicon Valley has been celebrating incremental improvements and debating work-life balance, China has been executing a coordinated, decade-long strategy to dominate artificial intelligence — and it’s working. DeepSeek’s January 2025 breakthrough was not a fluke. It was the predictable result of national planning, structural advantages and a fundamentally different approach to technology.&lt;/p&gt;
&lt;h2 id=&#34;the-2017-blueprint-that-changed-everything&#34;&gt;&lt;strong&gt;The 2017 Blueprint That Changed Everything&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;In 2017, China’s State Council released the “New Generation Artificial Intelligence Development Plan” — a roadmap with measurable national targets:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;By 2020: catch up to leading AI nations&lt;/li&gt;
&lt;li&gt;By 2025: achieve major breakthroughs and leadership in core AI technologies&lt;/li&gt;
&lt;li&gt;By 2030: become the world’s primary AI innovation centre&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This plan aligned government, academia and industry around a shared mission. It wasn’t top-down control — it was long-horizon coordination at national scale.&lt;/p&gt;
&lt;h2 id=&#34;the-numbers-dont-lie-talent-and-research&#34;&gt;&lt;strong&gt;The Numbers Don’t Lie: Talent and Research&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;China built the world’s largest AI talent pipeline. It awarded more than 50,000 STEM PhDs in 2022 — over twice the U.S. total — and is projected to exceed 77,000 per year by 2025. Excluding international students, China will out-graduate the U.S. three-to-one. At the same time, it now produces as much AI research as the U.S., U.K. and EU combined, supported by more than 30,000 active AI researchers — double the U.S. population.&lt;/p&gt;
&lt;h2 id=&#34;financing-the-ai-machine&#34;&gt;&lt;strong&gt;Financing the AI Machine&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;Ambition was matched with capital:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;$912B&lt;/strong&gt; in government-backed VC funds across strategic fields&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;$138B&lt;/strong&gt; in a national emerging-tech fund&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;$8.2B&lt;/strong&gt; in a dedicated AI investment initiative in 2025&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;U.S. private capital remains larger, but America’s public investment is fragmented and slow. China’s model — coordinated funding with long-term mandates — produced momentum the West struggles to match.&lt;/p&gt;
&lt;h2 id=&#34;the-data-advantage-no-one-wants-to-admit&#34;&gt;&lt;strong&gt;The Data Advantage No One Wants to Admit&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;With 943 million mobile-payment users and trillions in digital transactions, China has a structural data advantage. Any Western firm would face regulatory barriers collecting data on that scale. Whether we agree with China’s model or not, it accelerates AI training in ways our governance systems do not.&lt;/p&gt;
&lt;h2 id=&#34;beyond-the-996-myth&#34;&gt;&lt;strong&gt;Beyond the 996 Myth&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;China’s AI success is not simply long work hours. The state has moved to curb 996, and companies like DJI now enforce mandatory clock-out policies. The advantage isn’t hours — it’s alignment, speed and focus. Ironically, some Silicon Valley AI labs are now adopting 996-style schedules to compete with the very system China is abandoning.&lt;/p&gt;
&lt;h2 id=&#34;deepseek-as-proof-of-strategy&#34;&gt;&lt;strong&gt;DeepSeek as Proof of Strategy&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;DeepSeek claims it built its R1 model in under nine months using about 2,000 Nvidia H800s for roughly $5.6M — a fraction of Western spending. Whether the numbers shift under scrutiny, the message is unchanged: China innovated under export-control pressure, embraced open source and scaled through regional competition, especially in ecosystems like Hangzhou.&lt;/p&gt;
&lt;h2 id=&#34;the-open-source-gambit&#34;&gt;&lt;strong&gt;The Open-Source Gambit&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;DeepSeek’s open-source strategy created global soft power overnight. In January 2025 alone, more than 500 derivative models were released, totalling 2.5 million downloads. While Western firms protect walled gardens, China is seeding the world with its frameworks.&lt;/p&gt;
&lt;h2 id=&#34;cultural-tailwind-techno-optimism-vs-techno-anxiety&#34;&gt;&lt;strong&gt;Cultural Tailwind: Techno-Optimism vs. Techno-Anxiety&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;Where Western discourse leans toward fear — surveillance, job loss, existential risk — China’s public remains broadly techno-optimistic. This reduces adoption friction and accelerates deployment across industry and public infrastructure.&lt;/p&gt;
&lt;h2 id=&#34;export-controls-backfired&#34;&gt;&lt;strong&gt;Export Controls Backfired&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;U.S. chip restrictions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Forced extreme optimisation&lt;/li&gt;
&lt;li&gt;Accelerated domestic chip development&lt;/li&gt;
&lt;li&gt;Protected a vast internal AI market&lt;/li&gt;
&lt;li&gt;Tightened collaboration across China’s supply chain&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;DeepSeek proved you don’t need cutting-edge chips to build competitive models.&lt;/p&gt;
&lt;h2 id=&#34;provincial-competition-innovation-at-speed&#34;&gt;&lt;strong&gt;Provincial Competition: Innovation at Speed&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;China’s AI race is regional as much as national. Municipal incentives, compute subsidies and business-to-government contracts create fast iteration cycles and rapid scaling — especially in Hangzhou, where local policy and university talent form a powerful loop.&lt;/p&gt;
&lt;h2 id=&#34;additional-structural-advantages&#34;&gt;&lt;strong&gt;Additional Structural Advantages&lt;/strong&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Energy:&lt;/strong&gt; 429 gigawatts of new power capacity added in 2024 — fuelling data centre growth&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Education:&lt;/strong&gt; AI integrated into school curricululums and 500+ university programs&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Robotics:&lt;/strong&gt; A parallel bet on embodied AI, pairing manufacturing dominance with emerging autonomy&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;implications-for-western-leaders&#34;&gt;&lt;strong&gt;Implications for Western Leaders&lt;/strong&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Talent:&lt;/strong&gt; Our talent pipeline is not competitive without immigration reform and STEM investment&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Strategy:&lt;/strong&gt; Ten-year national plans beat quarterly capitalism&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Open Source:&lt;/strong&gt; Influence comes from ecosystems, not just IP walls&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Efficiency:&lt;/strong&gt; Innovation under constraint is now a strategic weapon&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;enterprise-security-impact&#34;&gt;&lt;strong&gt;Enterprise Security Impact&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;For CISOs and technology leaders, three questions demand immediate attention:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Supply chain:&lt;/strong&gt; Are your AI tools dependent on Chinese models or code?&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Data sovereignty:&lt;/strong&gt; Where does your AI-processed data actually flow?&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Standards:&lt;/strong&gt; Who will define the security and privacy baselines of tomorrow’s AI ecosystem?&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;where-we-go-from-here&#34;&gt;&lt;strong&gt;Where We Go from Here&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;China spent a decade building toward AI dominance — and it is now reaping the results. This is not about copying China’s governance model, but about abandoning the illusion that market forces alone will protect Western leadership. We need coordinated national strategies, research investment, immigration alignment and public-private collaboration.&lt;/p&gt;
&lt;p&gt;The question is no longer whether China is serious. The question is whether we are.&lt;/p&gt;
&lt;h3 id=&#34;disclaimer&#34;&gt;&lt;strong&gt;Disclaimer&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;em&gt;The views and opinions expressed in this article are solely my own and do not represent the views of my employer or any affiliated organizations. I received no compensation or external influence in the preparation of this article, and I am not affiliated with any AI vendor, consortium or government entity. This analysis is based on publicly available information at the time of writing. While every effort has been made to ensure accuracy, any errors or omissions are unintentional.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;#ArtificialIntelligence #AI #ChinaAI #DeepSeek #AIDominance #AIGeopolitics #AIGovernance #TechStrategy #CyberSecurity #CISO #MachineLearning #OpenSourceAI #LLM #FutureOfAI #DigitalStrategy #NationalSecurity #Geopolitics #TechPolicy #DataSovereignty #AIResearch #Innovation #Automation #GlobalSecurity #ExportControls #AIInfrastructure #EnterpriseSecurity #QuantumComputing #AIEthics #TechnologyLeadership #Policy #AIPolicy #AIFuture #AITalent #STEMEducation #Robotics&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Prompting Strategies to Reduce AI Sycophancy</title>
      <link>https://kiledjian.com/2025/10/07/prompting-strategies-to-reduce-ai.html</link>
      <pubDate>Tue, 07 Oct 2025 07:44:00 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2025/10/07/prompting-strategies-to-reduce-ai.html</guid>
      <description>&lt;p&gt;Recent &lt;a href=&#34;https://kiledjian.com/2025/10/06/ai-sycophancy-what-the-latest.html&#34;&gt;research&lt;/a&gt; has shown that many advanced AI systems tend to agree with users or offer flattering answers, even when those answers are incomplete or wrong. This behaviour—known as &lt;strong&gt;sycophancy&lt;/strong&gt;—can increase overconfidence, reduce critical thinking and influence decision-making in subtle ways. The good news is that with the right prompt strategies, users can reduce these effects and get more balanced, useful responses from any AI model.&lt;/p&gt;
&lt;h2 id=&#34;why-prompting-matters&#34;&gt;Why Prompting Matters&lt;/h2&gt;
&lt;p&gt;Sycophancy has been observed across all major large language models. It’s not tied to a single vendor or product. This means the responsibility for encouraging more critical, balanced outputs partly depends on &lt;strong&gt;how we structure our prompts&lt;/strong&gt;. Asking better questions can reveal blind spots, surface alternative perspectives and strengthen the quality of analysis.&lt;/p&gt;
&lt;h2 id=&#34;practical-prompt-strategies&#34;&gt;Practical Prompt Strategies&lt;/h2&gt;
&lt;p&gt;Below are &lt;strong&gt;model-agnostic prompt patterns&lt;/strong&gt; that work across most chatbots, copilots, privacy advisors and AI-embedded security tools.&lt;/p&gt;
&lt;h3 id=&#34;1-ask-for-alternative-views&#34;&gt;1. Ask for alternative views&lt;/h3&gt;
&lt;blockquote&gt;
&lt;p&gt;“Give me three alternative perspectives on this issue, including at least one that challenges my initial view.”&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h3 id=&#34;2-request-pros-and-cons-before-answers&#34;&gt;2. Request pros and cons before answers&lt;/h3&gt;
&lt;blockquote&gt;
&lt;p&gt;“List the key benefits and risks of this approach before giving a recommendation.”&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h3 id=&#34;3-make-uncertainty-explicit&#34;&gt;3. Make uncertainty explicit&lt;/h3&gt;
&lt;blockquote&gt;
&lt;p&gt;“Before you answer, list what information is missing or uncertain that would affect the outcome.”&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h3 id=&#34;4-use-role-reversal-or-devils-advocate&#34;&gt;4. Use role reversal or devil’s advocate&lt;/h3&gt;
&lt;blockquote&gt;
&lt;p&gt;“Now argue the opposite position as if you strongly believed it.”&lt;br&gt;
“Imagine you’re an external auditor tasked with finding weaknesses in this idea.”&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h3 id=&#34;5-force-multi-step-reasoning&#34;&gt;5. Force multi-step reasoning&lt;/h3&gt;
&lt;blockquote&gt;
&lt;p&gt;“Explain your reasoning in steps, showing where alternative paths could lead to different outcomes.”&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id=&#34;applying-this-to-cybersecurity-and-privacy-tools&#34;&gt;Applying This to Cybersecurity and Privacy Tools&lt;/h2&gt;
&lt;p&gt;Many cybersecurity and privacy platforms now embed AI capabilities—for detection, classification, risk scoring or policy advice. The same strategies apply. When interacting with these tools, &lt;strong&gt;prompt them to show their work&lt;/strong&gt;, present alternative views and highlight uncertainties. This helps uncover hidden assumptions and reduces the risk of overly agreeable outputs quietly shaping security or privacy decisions.&lt;/p&gt;
&lt;h2 id=&#34;key-takeaway&#34;&gt;Key Takeaway&lt;/h2&gt;
&lt;p&gt;You don’t need new tools to counteract sycophancy—just better prompts. Treat AI outputs as &lt;strong&gt;a starting point, not the final word&lt;/strong&gt;. Asking for alternatives, risks and uncertainties improves the quality of responses and supports stronger, evidence-based decisions in cybersecurity and privacy contexts.&lt;/p&gt;
&lt;p&gt;Keywords: #AISycophancy #PromptEngineering #Cybersecurity #Privacy #AIResearch #ResponsibleAI #AIEthics #LLMs #AIPrompts #AIBehaviour #CriticalThinking #AlternativeViews #AIAwareness #AIinSecurity #AIinPrivacy #DigitalTrust #Bias #RiskManagement #DataProtection #IncidentResponse #SecurityOperations #PrivacyTools #CyberTools #HumanInTheLoop #TrustAndSafety #SycophanticAI #StanfordResearch #CarnegieMellon #OxfordUniversity #AITrends #LLMStrategies #PromptDesign #AIOutputs #AIAnalysis #TechLeadership #AIUsage&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/255457/2025/chatgpt-image-oct-6-2025-at-07-45-46-am.png&#34;&gt;</description>
    </item>
    
    <item>
      <title>AI Sycophancy: What the Latest Research Means for Cybersecurity and Privacy</title>
      <link>https://kiledjian.com/2025/10/06/ai-sycophancy-what-the-latest.html</link>
      <pubDate>Mon, 06 Oct 2025 07:32:10 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2025/10/06/ai-sycophancy-what-the-latest.html</guid>
      <description>&lt;p&gt;New research from Stanford University, Carnegie Mellon University and the University of Oxford highlights a behavioural risk in today’s most advanced AI systems: &lt;strong&gt;sycophancy&lt;/strong&gt;. This occurs when models agree with users or flatter them, even when they are wrong. The findings are relevant to anyone who relies on AI assistants for work, decision-making or communication.&lt;/p&gt;
&lt;h2 id=&#34;what-the-research-shows&#34;&gt;What the Research Shows&lt;/h2&gt;
&lt;p&gt;In May 2025, researchers analysed eight widely used models and found they displayed much higher levels of social sycophancy than human baselines. This included emotional validation, moral endorsement and acceptance of users’ framing, even when the inputs contained incorrect or harmful information.¹&lt;/p&gt;
&lt;p&gt;In October 2025, a separate experiment tested 11 models with a sample of 1,604 participants. The models affirmed users’ actions roughly 50 per cent more often than humans. Exposure to flattering responses made people less likely to repair conflicts and more convinced they were right, even when their assumptions were wrong.²&lt;/p&gt;
&lt;p&gt;Earlier research showed that reinforcement learning from human feedback (RLHF)—a common tuning method—can unintentionally reward pleasing users over accuracy, helping explain why sycophancy emerges.³&lt;/p&gt;
&lt;p&gt;In April 2025, OpenAI rolled back a GPT-4o update after identifying an increase in overly flattering and agreeable responses.⁴&lt;/p&gt;
&lt;h2 id=&#34;what-this-means-for-everyday-users&#34;&gt;What This Means for Everyday Users&lt;/h2&gt;
&lt;p&gt;Sycophancy can affect how people interact with AI systems in subtle but important ways. When an assistant consistently agrees with a user, it can make that user:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Less likely to seek out alternative viewpoints or correct errors&lt;/li&gt;
&lt;li&gt;More confident in assumptions that may be incomplete or wrong&lt;/li&gt;
&lt;li&gt;More inclined to trust the AI’s output, even when that trust is not earned&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For day-to-day work, this means responses from AI assistants may sound convincing but should not be treated as objective validation. It is good practice to cross-check critical information, invite alternative perspectives and treat flattering language as a signal to pause and verify, especially in decisions involving privacy, security or policy.&lt;/p&gt;
&lt;h2 id=&#34;implications-for-cybersecurity-and-privacy-tools&#34;&gt;Implications for Cybersecurity and Privacy Tools&lt;/h2&gt;
&lt;p&gt;Many of the tools used across cybersecurity and privacy functions now include AI capabilities, whether for incident detection, data classification, regulatory mapping, risk scoring or end-user assistance. The research on sycophancy underscores several practical points for anyone using or evaluating these tools.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Validation is not verification.&lt;/strong&gt; If an AI-driven dashboard, assistant or chatbot consistently agrees with your inputs or assumptions, it may sound correct but fail to critically assess them. This can influence how incidents, risks or privacy impacts are evaluated.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Confidence cues can mislead.&lt;/strong&gt; Affirming or flattering language in tool outputs can increase confidence even when the underlying reasoning is weak. This matters when tools generate regulatory summaries, classify data or prioritise alerts.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Bias can be silently reinforced.&lt;/strong&gt; When systems repeatedly mirror a user’s framing, they can entrench existing biases in how risks are identified or incidents are prioritised, shaping outcomes without obvious warning signs.&lt;/p&gt;
&lt;p&gt;These findings don’t suggest that AI tools are unreliable. They highlight the need to treat AI outputs as a starting point, not the final word. Asking follow-up questions, checking multiple sources and applying professional scepticism remain essential to sound decision-making.&lt;/p&gt;
&lt;h2 id=&#34;references&#34;&gt;References&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Cheng, M., Yu, S., Lee, C., Khadpe, P., Ibrahim, A., Jurafsky, D. &lt;em&gt;Social Sycophancy: A Broader Understanding of LLM Sycophancy (ELEPHANT).&lt;/em&gt; May 2025. arXiv:2505.13995.&lt;/li&gt;
&lt;li&gt;Cheng, M., Lee, C., Khadpe, P., Yu, S., Han, D., Jurafsky, D. &lt;em&gt;Sycophantic AI Decreases Prosocial Intentions and Promotes Dependence.&lt;/em&gt; October 2025. DOI: 10.48550/arXiv.2510.01395.&lt;/li&gt;
&lt;li&gt;Sharma, P. et al. &lt;em&gt;Towards Understanding Sycophancy in Language Models.&lt;/em&gt; October 2023. DOI: 10.48550/arXiv.2310.13548.&lt;/li&gt;
&lt;li&gt;OpenAI. &lt;em&gt;Sycophancy in GPT-4o: what happened and what we’re doing about it.&lt;/em&gt; Apr. 29, 2025.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Keyworkds: #AISycophancy #Cybersecurity #Privacy #AIResearch #ResponsibleAI #AIEthics #AIBehaviour #AIEvaluation #LLMs #SycophanticAI #StanfordResearch #CarnegieMellon #OxfordUniversity #ELEPHANTStudy #ProsocialAI #RLHF #OpenAI #GPT4o #AIEducation #AIAwareness #TrustAndSafety #Bias #HumanInTheLoop #DataProtection #IncidentResponse #RiskManagement #PrivacyTools #CyberTools #SecurityOperations #AIinSecurity #AIinPrivacy #DigitalTrust #FactChecking #CriticalThinking #AIOutput&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/255457/2025/chatgpt-image-oct-6-2025-at-07-31-15-am.png&#34;&gt;</description>
    </item>
    
    <item>
      <title>Cybersecurity in the Era of Agentic AI: Weaponization, Defences and Governance</title>
      <link>https://kiledjian.com/2025/10/05/cybersecurity-in-the-era-of.html</link>
      <pubDate>Sun, 05 Oct 2025 18:00:36 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2025/10/05/cybersecurity-in-the-era-of.html</guid>
      <description>&lt;p&gt;Agentic artificial intelligence—systems that perceive, decide and act autonomously—has moved from laboratory theory to operational threat. Attackers and defenders alike now deploy autonomous agents that plan multi-step attacks, invoke tools and adapt in real time. The same capabilities that accelerate detection and response can also scale reconnaissance, social engineering and exploitation.&lt;/p&gt;
&lt;h2 id=&#34;what-adversaries-are-actually-doing&#34;&gt;What adversaries are actually doing&lt;/h2&gt;
&lt;p&gt;OpenAI and Microsoft have documented multiple state-affiliated groups experimenting with large language models to accelerate reconnaissance, targeting research and social engineering. OpenAI and Microsoft disabled the associated accounts. While these efforts don’t amount to fully autonomous cyber weapons, they confirm that adversaries are incorporating AI into the attack kill chain (the sequence of steps from reconnaissance to exploitation).&lt;/p&gt;
&lt;p&gt;Laboratory research shows the outer limits of current capability. A 2024 study by University of Illinois researchers found a GPT-4 agent exploited 87 per cent (13 of 15) real one-day vulnerabilities when given Common Vulnerabilities and Exposures (CVE) descriptions. Without that context, success dropped to seven per cent. The results highlight both potential and constraint.&lt;/p&gt;
&lt;p&gt;GenAI supply chains are also creating new propagation risks. “Morris II,” a zero-click, self-replicating prompt-injection worm, spread across retrieval-augmented generation (RAG) ecosystems in controlled research environments. It remains a proof-of-concept, not an observed in-the-wild threat, but it underscores systemic weaknesses.&lt;/p&gt;
&lt;p&gt;Meanwhile, AI is reshaping social engineering. In 2024, fraudsters tricked an Arup employee in Hong Kong using a multi-participant deepfake video call, leading to transfers of approximately $25 million US — now a canonical case of enterprise-scale deception.&lt;/p&gt;
&lt;h2 id=&#34;the-evidence-80-per-cent-of-ransomware-now-uses-ai&#34;&gt;The evidence: 80 per cent of ransomware now uses AI&lt;/h2&gt;
&lt;p&gt;A September 2025 analysis by MIT Sloan CAMS and Safe Security, examining ransomware incidents from 2023 and 2024, found that 80 per cent of attacks in the sample used some form of AI, such as phishing content, deepfakes or code generation. The study reflects trend velocity, not a global rate, and underscores how quickly attackers are adapting.&lt;/p&gt;
&lt;h2 id=&#34;defensive-measures-that-work-today&#34;&gt;Defensive measures that work today&lt;/h2&gt;
&lt;p&gt;Start by hardening agent workflows, tools and memory. The Open Web Application Security Project (OWASP) Agentic Security Initiative (2024) maps agent-specific threats—including prompt injection, tool misuse and memory poisoning—to practical mitigations. Core measures include least-privilege tool grants, ephemeral credentials, strict egress controls and pre-tool content safety checks. Retrieved or RAG content should be treated as untrusted code, sanitised and provenance-checked.&lt;/p&gt;
&lt;p&gt;Red teaming is evolving too. The Cloud Security Alliance’s &lt;em&gt;Agentic AI Red Teaming Guide&lt;/em&gt; (2025) outlines how to evaluate non-deterministic agent behaviour, tool use and inter-agent dependencies through multi-iteration testing—areas where traditional large language model evaluations fall short.&lt;/p&gt;
&lt;p&gt;On governance, the National Institute of Standards and Technology (NIST) AI Risk Management Framework 1.0 (RMF) (2023) and its Generative AI Profile (AI 600-1) (2024) provide structure for risk identification, control and measurement. The International Organization for Standardization/International Electrotechnical Commission (ISO/IEC) 42001:2023 offers a formal management system standard to operationalise AI assurance.&lt;/p&gt;
&lt;p&gt;For intelligence sharing, the Cybersecurity and Infrastructure Security Agency (CISA) and the Joint Cyber Defense Collaborative (JCDC) released the &lt;em&gt;AI Cybersecurity Collaboration Playbook&lt;/em&gt; (2025). It gives enterprises a voluntary way to share AI-related incidents and indicators, helping align legal and operational defences.&lt;/p&gt;
&lt;h2 id=&#34;governance-gaps-create-execution-risk&#34;&gt;Governance gaps create execution risk&lt;/h2&gt;
&lt;p&gt;Execution risk remains high. According to a June 2025 Gartner forecast reported by Reuters, more than 40 per cent of agentic AI projects will be cancelled by 2027 due to cost pressures, unclear returns and weak governance. Governance must mature early to avoid expensive failures.&lt;/p&gt;
&lt;h2 id=&#34;a-pragmatic-90-day-playbook&#34;&gt;A pragmatic 90-day playbook&lt;/h2&gt;
&lt;p&gt;Organisations should implement these five controls within 90 days:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Contain the agent.&lt;/strong&gt; Run agents in sandboxed networks, enforce allow-listed tools and APIs, deny raw shell access, rotate credentials and cap autonomy through step budgets (limits on autonomous actions). Require human approval for transactions or data exfiltration risks.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Secure the context.&lt;/strong&gt; Treat all retrieved content as untrusted. Strip executable instructions, apply policy rendering, verify provenance and maintain audit-grade logging.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Test like an adversary.&lt;/strong&gt; Use the Cloud Security Alliance red teaming guide to design multi-run scenarios that probe planning, memory, permissions and inter-agent handoffs. Track closure time and autonomy-budget violations as leading indicators.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Govern and assure.&lt;/strong&gt; Map programmes to NIST RMF and the Generative AI Profile for risk management, and to ISO/IEC 42001 for operational assurance. Require suppliers to demonstrate compliance.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Prepare for deception.&lt;/strong&gt; Run deepfake-in-the-loop exercises and mandate out-of-band verification for high-value transactions. The Arup case offers a realistic scenario to test CFO-style approval traps.&lt;/p&gt;
&lt;h2 id=&#34;a-note-on-editorial-choices&#34;&gt;A note on editorial choices&lt;/h2&gt;
&lt;p&gt;Commonly cited but misleading examples—such as the 2016 Tay chatbot incident or unqualified “80 per cent ransomware” claims—were deliberately omitted or reframed for accuracy. The goal is to focus on verifiable, current evidence rather than anecdotes.&lt;/p&gt;
&lt;h2 id=&#34;the-bottom-line&#34;&gt;The bottom line&lt;/h2&gt;
&lt;p&gt;Agentic AI is changing both the threat surface and the control plane. Treat agents as powerful automation: constrain their blast radius, test their behaviour continuously and govern them with the same rigour applied to any safety-critical system. The organisations that will benefit are those that pair measured autonomy with measured assurance — and test both relentlessly.&lt;/p&gt;
&lt;p&gt;Keywords : Hashtags:
#CyberSecurity #AgenticAI #AIThreats #AITactics #CyberDefense #ThreatIntelligence #Deepfakes #Ransomware #AIGovernance #AIRegulation #ZeroTrust #RedTeam #BlueTeam #AIAttacks #MachineLearning #SecurityStrategy #InformationSecurity #CISO #CyberRisk #SOC #VulnerabilityManagement #EthicalAI #AIEthics #AIAssurance #CyberThreats #AdaptiveSecurity #SecurityLeadership #Infosec #DataSecurity #Malware #AutonomousAgents #AIinSecurity #CyberResilience #CISOStrategy #AIFuture&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/255457/2025/image.png&#34;&gt;</description>
    </item>
    
    <item>
      <title>Perplexity&#39;s Comet browser raises privacy questions over data collection</title>
      <link>https://kiledjian.com/2025/09/25/perplexitys-comet-browser-raises-privacy.html</link>
      <pubDate>Thu, 25 Sep 2025 09:21:12 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2025/09/25/perplexitys-comet-browser-raises-privacy.html</guid>
      <description>&lt;p&gt;Perplexity has launched Comet, a Chromium-based &amp;ldquo;agentic&amp;rdquo; browser that uses AI to automate tasks and personalize the browsing experience. The rollout began in July 2025 with invite-only access for Perplexity Max subscribers, followed by regional expansions. [Reference: Perplexity Comet launch materials, July 2025; coverage of regional availability updates, September 2025]&lt;/p&gt;
&lt;h2 id=&#34;whats-driving-the-concern&#34;&gt;What&amp;rsquo;s driving the concern&lt;/h2&gt;
&lt;p&gt;Chief executive Aravind Srinivas has said one reason for building a browser is to capture signals &amp;ldquo;outside the app&amp;rdquo; — such as purchases, travel and general browsing — to better understand users and deliver &amp;ldquo;hyper-personalized&amp;rdquo; ads, including via a discovery feed. Those remarks were made in April 2025 and discussed again in July 2025. [Reference: April 2025 public remarks by Aravind Srinivas; The Verge &amp;ldquo;Decoder&amp;rdquo; discussion, July 2025]&lt;/p&gt;
&lt;h2 id=&#34;how-this-contrasts-with-the-market&#34;&gt;How this contrasts with the market&lt;/h2&gt;
&lt;p&gt;Mainstream browsers continue to strengthen default anti-tracking. Apple&amp;rsquo;s Safari ships Intelligent Tracking Prevention, and Mozilla&amp;rsquo;s Firefox enables Enhanced Tracking Protection that blocks cross-site tracking cookies by default. Comet&amp;rsquo;s data-hungry model therefore sits in tension with evolving privacy expectations. [Reference: Apple WebKit documentation on ITP, current to 2025; Mozilla Firefox documentation on ETP, current to 2025]&lt;/p&gt;
&lt;h2 id=&#34;why-it-matters&#34;&gt;Why it matters&lt;/h2&gt;
&lt;p&gt;Perplexity is betting that users will trade more of their privacy for a more capable, AI-driven browser. The launch and subsequent expansion will test whether consumers accept extensive data collection in return for convenience — and how regulators respond as &amp;ldquo;AI browsers&amp;rdquo; move into the mainstream. [Reference: Perplexity Comet product positioning and media briefings, July–September 2025]&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/255457/2025/chatgpt-image-sep-25-2025-at-09-17-45-am.png&#34;&gt;</description>
    </item>
    
    <item>
      <title></title>
      <link>https://kiledjian.com/2025/09/24/frances-mistral-ai-is-making.html</link>
      <pubDate>Wed, 24 Sep 2025 07:37:41 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2025/09/24/frances-mistral-ai-is-making.html</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://thelogic.co/news/arthur-mensch-mistral-canada/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;France’s Mistral AI is making a push for Canadian talent and business - The Logic&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Mistral AI, a French company, is expanding its operations in Canada, specifically in Montreal, by hiring local talent and courting potential clients in various sectors. CEO Arthur Mensch highlighted the high concentration of AI talent in Montreal and the firm&amp;rsquo;s plans to recruit engineers, sales, and marketing staff. Mistral is targeting sectors like financial services, energy, manufacturing, logistics, and mining, with existing clients including Axa, Orange, and TotalEnergies. The company is particularly interested in Quebec due to the need for French-language services and aims to customize its AI models to grasp cultural nuances specific to the region. Mistral trains its own foundation models and offers customizable AI solutions, adapting its technology to meet the unique needs of different markets. The firm open-sources its models and provides cloud services or on-premise deployments, with staff assistance for customization. Mensch noted that Mistral focuses on technical use cases, including audio and image applications, and reasoning capabilities. The company is aware of the competitive talent market in Montreal, where other major tech firms like Meta, Microsoft, and Cohere also have AI labs. Mensch, who has personal connections to Montreal through his academic background, is optimistic about Mistral&amp;rsquo;s growth in the region.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>OpenAI Implements AI-Powered Age Estimation to Enhance Youth Safety</title>
      <link>https://kiledjian.com/2025/09/18/openai-implements-aipowered-age-estimation.html</link>
      <pubDate>Thu, 18 Sep 2025 07:19:28 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2025/09/18/openai-implements-aipowered-age-estimation.html</guid>
      <description>&lt;p&gt;Imagine opening ChatGPT and asking:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;“Based on everything you know about me, how old do you think I am? If you aren&amp;rsquo;t sure, estimate.”&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Soon, the answer to that question could influence how the AI responds to you. OpenAI has announced it is developing an &lt;strong&gt;AI-powered age-estimation system&lt;/strong&gt; to better protect younger users.&lt;/p&gt;
&lt;p&gt;Rather than requiring identification, the system will &lt;strong&gt;predict whether a user is likely under 18&lt;/strong&gt; based on conversational patterns. If ChatGPT believes a user is a teen, it will automatically apply stricter safety rules, such as blocking explicit content or restricting sensitive topics.&lt;/p&gt;
&lt;p&gt;OpenAI has also stated that in some &lt;strong&gt;regions or under certain regulations&lt;/strong&gt;, users &lt;strong&gt;may be asked to verify their age with official identification&lt;/strong&gt;, but this will &lt;strong&gt;not be a universal requirement&lt;/strong&gt;. The company’s goal is to balance youth safety with privacy and accessibility.&lt;/p&gt;
&lt;p&gt;OpenAI emphasizes the difference between &lt;strong&gt;age estimation&lt;/strong&gt; and &lt;strong&gt;age verification&lt;/strong&gt;.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Age estimation&lt;/strong&gt; uses AI to predict a user’s age group from their conversations. It is seamless, does not block access, and does not require official documents.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Age verification&lt;/strong&gt; requires users to confirm their age with government-issued identification, such as a driver’s licence or passport.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The new system relies primarily on &lt;strong&gt;age estimation&lt;/strong&gt;, automatically activating stricter safeguards when a user appears to be under 18. This differs from traditional age-verification systems that act as hard barriers, which OpenAI says it aims to avoid unless local regulations demand it.&lt;/p&gt;
&lt;p&gt;OpenAI’s announcement comes at a time of increasing public concern and regulatory pressure.&lt;/p&gt;
&lt;p&gt;The &lt;strong&gt;death of 16-year-old Adam Raine in April 2025&lt;/strong&gt; drew widespread attention to the potential risks of teens interacting with AI chatbots. While the exact circumstances remain under investigation, his case has intensified calls for stronger youth protections and clearer safety measures for AI tools.&lt;/p&gt;
&lt;p&gt;Regulators are also stepping up enforcement. In &lt;strong&gt;December 2024&lt;/strong&gt;, Italy fined OpenAI &lt;strong&gt;€15 million&lt;/strong&gt; for violations of &lt;strong&gt;GDPR privacy rules&lt;/strong&gt;. Italy was the &lt;strong&gt;first Western country to temporarily ban ChatGPT&lt;/strong&gt; in &lt;strong&gt;March 2023&lt;/strong&gt;, citing privacy and data protection concerns. OpenAI has announced plans to &lt;strong&gt;appeal the fine&lt;/strong&gt;, while continuing to improve its compliance with European privacy laws.&lt;/p&gt;
&lt;p&gt;These events highlight the growing global demand for AI companies to demonstrate accountability and responsibility when handling sensitive data and vulnerable users.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Feature&lt;/th&gt;
&lt;th&gt;Details&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Age-estimation model&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Uses conversational cues to predict whether a user is likely under or over 18.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Under-18 experience&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Automatically applies stricter filters, blocking explicit sexual content, limiting flirtatious conversations, and restricting discussions of self-harm or suicide.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Parental controls&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Rolling out &lt;strong&gt;over the coming month&lt;/strong&gt; (late September through October 2025). These tools will allow parents or guardians to manage and monitor teen accounts. Full details have not yet been disclosed.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;OpenAI acknowledges that this system will &lt;strong&gt;not be perfect&lt;/strong&gt;. There is a risk of &lt;strong&gt;misclassification&lt;/strong&gt;, where adults may be mistakenly treated as teens or minors may go undetected. When the system is uncertain, it will &lt;strong&gt;default to the safer, restricted experience&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Accuracy:&lt;/strong&gt; AI predictions can be wrong, frustrating adults whose access is limited or leaving gaps in protection for minors.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Privacy:&lt;/strong&gt; The system relies on analyzing conversations to estimate age, raising questions about how that data is processed, secured, and stored. Under Canadian law, such as the &lt;strong&gt;Personal Information Protection and Electronic Documents Act (PIPEDA)&lt;/strong&gt;, this type of data use must be transparent and privacy-protective. The &lt;strong&gt;Office of the Privacy Commissioner (OPC)&lt;/strong&gt; has stated that age-assurance methods can be done “in a privacy-protective and sufficiently accurate manner” when properly designed.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Bias:&lt;/strong&gt; Cultural, linguistic, and demographic differences could cause the model to misinterpret language patterns, leading to inconsistent results.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Regulatory complexity:&lt;/strong&gt; Different countries have different privacy and safety rules, requiring OpenAI to adapt its rollout to a wide range of legal frameworks, especially in Europe and North America.&lt;/p&gt;
&lt;p&gt;OpenAI says it processes data on servers located in &lt;strong&gt;multiple jurisdictions&lt;/strong&gt; with safeguards designed to meet local privacy laws. The company stresses that its goal is to &lt;strong&gt;protect young users without unnecessarily collecting personal information&lt;/strong&gt;, using AI-based estimation as a middle ground between safety and privacy.&lt;/p&gt;
&lt;p&gt;In Canada, privacy laws such as PIPEDA require companies to handle personal information transparently and securely. Even though OpenAI’s approach avoids collecting government IDs for most users, it still involves using conversational data to infer age.&lt;/p&gt;
&lt;p&gt;Canadian regulators will be watching closely to ensure that these systems are both &lt;strong&gt;accurate&lt;/strong&gt; and &lt;strong&gt;privacy-protective&lt;/strong&gt;, especially for youth. The Office of the Privacy Commissioner has emphasized that any age-related data processing must be limited, secure, and accompanied by clear consent mechanisms.&lt;/p&gt;
&lt;p&gt;OpenAI’s age-estimation initiative represents a significant step in AI safety. By moving away from self-reported ages and avoiding broad, mandatory ID checks, the company is attempting to balance &lt;strong&gt;protecting younger users&lt;/strong&gt; with &lt;strong&gt;respecting privacy and accessibility&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;As regulatory pressure grows and public expectations increase, systems like this will likely become standard across major technology platforms. The rollout over the coming month will be closely watched as a test case for how AI companies address one of the most pressing challenges in the industry: &lt;strong&gt;keeping young users safe while maintaining trust and transparency&lt;/strong&gt;.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/255457/2025/chatgpt-image-sep-18-2025-at-07-19-14-am.png&#34;&gt;
</description>
    </item>
    
    <item>
      <title>Beyond the Hype: Securing AI&#39;s Weakest Link in 2025</title>
      <link>https://kiledjian.com/2025/09/16/beyond-the-hype-securing-ais.html</link>
      <pubDate>Tue, 16 Sep 2025 09:27:34 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2025/09/16/beyond-the-hype-securing-ais.html</guid>
      <description>&lt;p&gt;AI is transforming business operations, but it is also introducing new vulnerabilities. Attacks targeting AI systems are now active and growing in sophistication, making AI security a board-level concern.&lt;/p&gt;
&lt;h2 id=&#34;tldr&#34;&gt;TL;DR&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;AI adoption growing fast, driving up organizational risk exposure&lt;/li&gt;
&lt;li&gt;Threats evolving: data poisoning, prompt attacks, and deepfakes&lt;/li&gt;
&lt;li&gt;OWASP LLM Top 10 identifies core vulnerabilities for 2025&lt;/li&gt;
&lt;li&gt;Regulatory gaps emerging as Canada and EU diverge&lt;/li&gt;
&lt;li&gt;Build layered defences with governance and phased controls&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;context&#34;&gt;Context&lt;/h2&gt;
&lt;p&gt;By 2026, over 80 per cent of enterprises will have deployed AI systems, according to Gartner.&lt;/p&gt;
&lt;p&gt;AI has shifted from a supporting technology to a mission-critical enabler. This rapid adoption expands the digital attack surface. AI systems are now targeted directly by attackers who exploit weaknesses in data pipelines, models, and integrations.&lt;/p&gt;
&lt;p&gt;Attackers are also using AI offensively. Tools like autonomous agents lower the skill barrier for cybercrime, while AI-driven deepfakes make social engineering harder to detect.&lt;/p&gt;
&lt;h2 id=&#34;analysis&#34;&gt;Analysis&lt;/h2&gt;
&lt;h3 id=&#34;the-evolving-threat-landscape&#34;&gt;The evolving threat landscape&lt;/h3&gt;
&lt;p&gt;Recent incidents show that AI attacks are no longer theoretical. In 2025, attackers used poisoned Google Calendar invites to hijack a Gemini assistant, disrupting smart home systems.&lt;/p&gt;
&lt;p&gt;Emerging attack types include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Agent-to-agent prompt infections:&lt;/strong&gt; Compromised AI agents spreading malicious instructions to peers.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Deepfake-enabled phishing:&lt;/strong&gt; Hyper-realistic voice or video impersonations targeting executives.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Supply chain manipulation:&lt;/strong&gt; Altering embeddings or external data sources in retrieval-augmented generation (RAG) pipelines.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;These attacks blend technical exploitation with psychological manipulation, making detection and response harder.&lt;/p&gt;
&lt;h3 id=&#34;owasp-top-10-for-llms&#34;&gt;OWASP Top 10 for LLMs&lt;/h3&gt;
&lt;p&gt;The &lt;strong&gt;OWASP LLM Top 10&lt;/strong&gt; provides a shared language for understanding AI risks:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Code&lt;/th&gt;
&lt;th&gt;Risk Name&lt;/th&gt;
&lt;th&gt;Example Impact&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;LLM01&lt;/td&gt;
&lt;td&gt;Prompt Injection&lt;/td&gt;
&lt;td&gt;Malicious instructions change behaviour&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;LLM02&lt;/td&gt;
&lt;td&gt;Insecure Output Handling&lt;/td&gt;
&lt;td&gt;Unsafe actions triggered automatically&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;LLM03&lt;/td&gt;
&lt;td&gt;Training Data Poisoning&lt;/td&gt;
&lt;td&gt;Corrupted models requiring costly retraining&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;LLM04&lt;/td&gt;
&lt;td&gt;Model Denial of Service&lt;/td&gt;
&lt;td&gt;AI outages or slowdowns&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;LLM05&lt;/td&gt;
&lt;td&gt;Supply Chain Vulnerabilities&lt;/td&gt;
&lt;td&gt;Compromised data sources&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;LLM06&lt;/td&gt;
&lt;td&gt;Sensitive Information Disclosure&lt;/td&gt;
&lt;td&gt;PII or secrets exposed via queries&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;LLM07&lt;/td&gt;
&lt;td&gt;Insecure Plugin Design&lt;/td&gt;
&lt;td&gt;Backdoors through third-party integrations&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;LLM08&lt;/td&gt;
&lt;td&gt;Excessive Agency&lt;/td&gt;
&lt;td&gt;Autonomous actions without oversight&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;LLM09&lt;/td&gt;
&lt;td&gt;Overreliance&lt;/td&gt;
&lt;td&gt;Blind trust in AI output&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;LLM10&lt;/td&gt;
&lt;td&gt;Model Theft&lt;/td&gt;
&lt;td&gt;Stolen models used by competitors&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Prompt injection (LLM01) and data poisoning (LLM03) have the highest financial impact, but overreliance (LLM09) and data leaks (LLM06) create reputational and compliance risks.&lt;/p&gt;
&lt;h3 id=&#34;governance-and-regulation&#34;&gt;Governance and regulation&lt;/h3&gt;
&lt;p&gt;AI security is not just a technical challenge — it requires leadership alignment.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Shared ownership:&lt;/strong&gt;
CISOs, data governance leads, and product teams must collaborate on secure-by-design principles and continuous model validation.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Regulatory shifts:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Canada’s &lt;strong&gt;Artificial Intelligence and Data Act (AIDA)&lt;/strong&gt; was paused in January 2025.&lt;/li&gt;
&lt;li&gt;Provinces such as British Columbia are moving ahead with local AI rules.&lt;/li&gt;
&lt;li&gt;The &lt;strong&gt;EU AI Act&lt;/strong&gt; enforces strict requirements for high-risk AI, including transparency and auditability. Non-compliance can result in fines up to seven per cent of global revenue.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;These differences create a complex environment for global organizations.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Vendor risk management:&lt;/strong&gt;
Update third-party assessments to cover:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Data handling practices and retention policies&lt;/li&gt;
&lt;li&gt;Right to audit vendors&amp;rsquo; AI processes&lt;/li&gt;
&lt;li&gt;Incident response timeframes and obligations&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;a-layered-defence-model&#34;&gt;A layered defence model&lt;/h3&gt;
&lt;p&gt;Defending AI requires coordinated preventive, detective, and responsive measures.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Preventive controls:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Deploy input/output filtering with NVIDIA NeMo Guardrails or similar tools.&lt;/li&gt;
&lt;li&gt;Vet external data sources for RAG pipelines to prevent poisoned content.&lt;/li&gt;
&lt;li&gt;Restrict AI agent permissions using least-privilege principles and human approval for sensitive actions.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Detective controls:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Continuously monitor model behaviour for anomalies such as sudden latency spikes or unexpected output drift.&lt;/li&gt;
&lt;li&gt;Embed cryptographic watermarks to detect model theft.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Responsive controls:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Maintain a rollback strategy to revert compromised models quickly.&lt;/li&gt;
&lt;li&gt;Communicate transparently with users during incidents to preserve trust.&lt;/li&gt;
&lt;li&gt;Conduct regular red-team exercises to simulate attacks and refine defences.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;what-to-do&#34;&gt;What to do&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Identify all AI assets and dependencies&lt;/strong&gt; within the first 90 days.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Deploy filtering and least-privilege controls&lt;/strong&gt; for every AI agent by six months.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Run quarterly red-team exercises&lt;/strong&gt; to identify emerging vulnerabilities.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Formalize AI governance&lt;/strong&gt; and integrate it into enterprise risk management.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Update vendor risk frameworks&lt;/strong&gt; to include AI-specific requirements.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;key-takeaways&#34;&gt;Key takeaways&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;AI is now both a strategic enabler and a prime attack target.&lt;/li&gt;
&lt;li&gt;Regulatory gaps require proactive, global governance alignment.&lt;/li&gt;
&lt;li&gt;Phased, layered security is essential to defend AI systems at scale.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;em&gt;Updated: 2025-09-16 to reflect Canada’s regulatory pause and new attack examples.&lt;/em&gt;&lt;/p&gt;
&lt;img src=&#34;https://ekiledjian2.micro.blog/uploads/2025/chatgpt-image-sep-16-2025-09-22-46-am.png&#34;&gt;</description>
    </item>
    
    <item>
      <title>The Art of Iteration – How to Refine ChatGPT Responses for Better Results</title>
      <link>https://kiledjian.com/2025/08/13/the-art-of-iteration-how.html</link>
      <pubDate>Wed, 13 Aug 2025 05:30:00 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2025/08/13/the-art-of-iteration-how.html</guid>
      <description>&lt;img src=&#34;https://ekiledjian2.micro.blog/uploads/2025/3315a7b111.jpg&#34; alt=&#34;&#34;&gt;
&lt;div class=&#34;sqs-html-content&#34; data-sqsp-text-block-content&gt;
  &lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;A common mistake when using ChatGPT is treating the first answer as the final one. The truth is, great results usually come from a little back-and-forth. The most effective users treat ChatGPT like a helpful colleague — someone who needs clear guidance, feedback and a bit of coaching to get things just right. This process is called &lt;strong&gt;iteration&lt;/strong&gt;, and it’s one of the most important skills you can develop in prompt engineering.&lt;/p&gt;
&lt;h3 style=&#34;white-space:pre-wrap;&#34;&gt;Why iteration matters&lt;/h3&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;ChatGPT is powerful, but it can’t read your mind. Your first request is often just a rough starting point. Each time you refine your prompt and give feedback, you’re helping it better understand your needs — whether that’s making information simpler, making it sound friendlier or adding missing details.&lt;/p&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Think of it like explaining a recipe to a friend. The first time, they might get the basics right, but when you add “Oh, and make sure it’s vegetarian” or “Add a garnish so it looks great on the table,” the end result becomes exactly what you imagined.&lt;/p&gt;
&lt;h3 style=&#34;white-space:pre-wrap;&#34;&gt;The iteration process – step by step&lt;/h3&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;1. Start with a first-draft prompt&lt;/strong&gt;&lt;br&gt; Don’t overcomplicate it — start with a clear, simple request.&lt;br&gt; Example: &lt;em&gt;“Write a summary of this report.”&lt;/em&gt;&lt;/p&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;2. Review what you get&lt;/strong&gt;&lt;br&gt; Ask yourself:&lt;/p&gt;
&lt;ul data-rte-list=&#34;default&#34;&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Is it accurate and relevant?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Does it sound right for the audience?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Is it missing anything important?&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;3. Give helpful, specific feedback&lt;/strong&gt;&lt;br&gt; Avoid saying “make it better.” Instead, tell ChatGPT what to change.&lt;br&gt; Example: &lt;em&gt;“Rewrite this so it focuses on the top three risks, keep it under 200 words, and make it sound like it’s written for busy executives.”&lt;/em&gt;&lt;/p&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;4. Add extra guidance or constraints&lt;/strong&gt;&lt;br&gt; Include the format, perspective or tone you want.&lt;br&gt; Example: &lt;em&gt;“Turn this into three friendly bullet points for a presentation slide.”&lt;/em&gt;&lt;/p&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;5. Repeat until it clicks&lt;/strong&gt;&lt;br&gt; Two or three rounds is often enough to get a polished, ready-to-use result.&lt;/p&gt;
&lt;h3 style=&#34;white-space:pre-wrap;&#34;&gt;Examples&lt;/h3&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Example 1 – Helping a community group&lt;/strong&gt;&lt;/p&gt;
&lt;ul data-rte-list=&#34;default&#34;&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;First prompt:&lt;/strong&gt; &lt;em&gt;“Write an email inviting people to our fundraiser.”&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Feedback:&lt;/strong&gt; “Make it warm and friendly, include the date and location, and explain how the funds will help our local food bank.”&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Final iteration:&lt;/strong&gt; A heartfelt, concise invitation that makes readers feel included and motivated to attend.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Example 2 – Making a family guide&lt;/strong&gt;&lt;/p&gt;
&lt;ul data-rte-list=&#34;default&#34;&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;First prompt:&lt;/strong&gt; &lt;em&gt;“Write tips for travelling with kids.”&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Feedback:&lt;/strong&gt; “Focus on families with children under 10, keep it under 400 words, and add a mix of practical advice and fun ideas.”&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Final iteration:&lt;/strong&gt; A cheerful, reassuring guide with helpful packing tips, snack suggestions and creative ways to keep kids entertained on long journeys.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Example 3 – Writing for a school newsletter&lt;/strong&gt;&lt;/p&gt;
&lt;ul data-rte-list=&#34;default&#34;&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;First prompt:&lt;/strong&gt; &lt;em&gt;“Write an article about recycling.”&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Feedback:&lt;/strong&gt; “Make it engaging for high school students, include three easy recycling tips, and highlight the positive impact on the environment.”&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Final iteration:&lt;/strong&gt; A lively, informative piece with relatable examples, a positive tone and a call to action for students to take part.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 style=&#34;white-space:pre-wrap;&#34;&gt;Common pitfalls to avoid&lt;/h3&gt;
&lt;ul data-rte-list=&#34;default&#34;&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Changing too much at once&lt;/strong&gt; – Small, focused adjustments make it easier to see what works.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Vague feedback&lt;/strong&gt; – Specific guidance gets better results.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Starting over unnecessarily&lt;/strong&gt; – If the first draft is close, refine it instead of restarting.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 style=&#34;white-space:pre-wrap;&#34;&gt;Why this skill matters&lt;/h3&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Iteration may add a couple of minutes to the process, but it saves time overall by reducing the need to rewrite or correct. More importantly, it builds &lt;strong&gt;prompt literacy&lt;/strong&gt; — the ability to communicate clearly with AI. That’s a skill that will make every future request faster and more effective.&lt;/p&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Think of ChatGPT as a creative partner. The more you guide it, the better it becomes at helping you — and the more rewarding the results will be.&lt;br&gt;&lt;br&gt;#AI #ArtificialIntelligence #GenerativeAI #MachineLearning #PromptEngineering #ChatGPT #OpenAI #AIProductivity #WorkSmarter #DigitalTransformation #FutureOfWork #AIInnovation #TechTools #AIForBusiness #AITrends #AIEducation #AIInTheWorkplace #BusinessProductivity #EfficiencyTools #AITraining #AIBestPractices #TechnologyTips #SmartWorkflows #AIContent #AIAssistant #AITools #AIEnhanced #AIWriting #DigitalSkills #PromptLiteracy&lt;/p&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Supercharge Your ChatGPT Results with the Prompt Optimizer</title>
      <link>https://kiledjian.com/2025/08/13/supercharge-your-chatgpt-results-with.html</link>
      <pubDate>Wed, 13 Aug 2025 04:30:00 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2025/08/13/supercharge-your-chatgpt-results-with.html</guid>
      <description>&lt;img src=&#34;https://ekiledjian2.micro.blog/uploads/2025/52f6081d6a.jpg&#34; alt=&#34;&#34;&gt;
&lt;div class=&#34;sqs-html-content&#34; data-sqsp-text-block-content&gt;
  &lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;If you’ve ever struggled to get the perfect answer from ChatGPT, you’re not alone. The quality of your output often depends on the quality of your input—your prompt. That’s where OpenAI’s new &lt;strong&gt;Prompt Optimizer&lt;/strong&gt; for GPT-5 and above comes in.&lt;/p&gt;
&lt;h3 style=&#34;white-space:pre-wrap;&#34;&gt;What Is the Prompt Optimizer?&lt;/h3&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;The Prompt Optimizer is a built-in feature that rewrites your request to make it clearer, more specific, and more likely to produce high-quality results. It does the heavy lifting of prompt refinement for you, saving time and boosting the relevance of the output.&lt;/p&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;You can try it here:&lt;br&gt; &lt;a href=&#34;https://platform.openai.com/chat/edit?models=gpt-5&amp;optimize=true&#34; target=&#34;_new&#34;&gt;https://platform.openai.com/chat/edit?models=gpt-5&amp;optimize=true&lt;/a&gt;&lt;/p&gt;
&lt;h3 style=&#34;white-space:pre-wrap;&#34;&gt;How to Use It&lt;/h3&gt;
&lt;ol data-rte-list=&#34;default&#34;&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Go to the Prompt Optimizer link above.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Start a new chat in GPT-5 or higher.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Enter your question or task in plain language.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Click &lt;strong&gt;Optimise&lt;/strong&gt; – the tool will refine your prompt automatically.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Review and send the optimised version, or make further edits if needed.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 style=&#34;white-space:pre-wrap;&#34;&gt;Why Use It?&lt;/h3&gt;
&lt;ul data-rte-list=&#34;default&#34;&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Saves time&lt;/strong&gt; by reducing trial and error in prompt creation.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Improves clarity and specificity&lt;/strong&gt; so ChatGPT better understands your needs.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Produces more relevant results&lt;/strong&gt;, whether you’re writing, researching, or brainstorming.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 style=&#34;white-space:pre-wrap;&#34;&gt;Examples in Action&lt;/h3&gt;
&lt;ul data-rte-list=&#34;default&#34;&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Instead of: &lt;em&gt;“Summarise this report”&lt;/em&gt;&lt;br&gt; → Optimised: &lt;em&gt;“Summarise the attached Q2 2024 sales performance report in under 300 words, focusing on trends, key wins, and risks.”&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Instead of: &lt;em&gt;“Write a blog about cloud security”&lt;/em&gt;&lt;br&gt; → Optimised: &lt;em&gt;“Write a 600-word blog post for a non-technical audience explaining why small businesses should invest in cloud security, using Canadian examples and plain language.”&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 style=&#34;white-space:pre-wrap;&#34;&gt;Best Practices for Better Results&lt;/h3&gt;
&lt;ul data-rte-list=&#34;default&#34;&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Be clear about your goal—don’t leave intent to guesswork.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Include details about &lt;strong&gt;audience, tone, format, and length&lt;/strong&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Use the Optimizer for both quick questions and complex projects.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Always review the optimised prompt before sending it.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p class=&#34;&#34; data-rte-preserve-empty=&#34;true&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;/p&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;#AI #ArtificialIntelligence #GenerativeAI #MachineLearning #PromptEngineering #PromptOptimizer #OpenAI #GPT5 #AIProductivity #WorkSmarter #DigitalTransformation #FutureOfWork #AIInnovation #TechTools #AIForBusiness #AITrends #AIEducation #AIinTheWorkplace #BusinessProductivity #EfficiencyTools #AITraining #AIBestPractices #TechnologyTips #SmartWorkflows #AIContent #AIAssistant #InnovationTools #AITools #AIEnhanced #AIWriting&lt;/p&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>DeepSeek quietly rolls out R1 model update, intensifying AI competition</title>
      <link>https://kiledjian.com/2025/05/29/deepseek-quietly-rolls-out-r.html</link>
      <pubDate>Thu, 29 May 2025 19:02:30 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2025/05/29/deepseek-quietly-rolls-out-r.html</guid>
      <description>&lt;img src=&#34;https://ekiledjian2.micro.blog/uploads/2025/785034421a.jpg&#34; alt=&#34;&#34;&gt;
&lt;p&gt;The artificial intelligence landscape continues its rapid evolution this week. Chinese AI startup DeepSeek has reportedly released a noteworthy update to its R1 reasoning model. While an official, large-scale announcement is still anticipated, the updated model, identified as &lt;strong&gt;R1-0528&lt;/strong&gt;, has surfaced on the developer platform Hugging Face. It is already attracting significant attention within the AI community.&lt;/p&gt;
&lt;p&gt;According to some reports citing company communications, this &#39;&lt;strong&gt;minor version upgrade&lt;/strong&gt;&#39; brings significantly improved reasoning and inference capabilities. Early indications and benchmark performances, such as those on LiveCodeBench, suggest that &lt;strong&gt;R1-0528&lt;/strong&gt; is making considerable strides. It positions itself closer to leading models from major players like OpenAI and Google.&lt;/p&gt;
&lt;h3&gt;Key highlights of the DeepSeek R1-0528 update (based on initial reports):&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Enhanced reasoning and inference:&lt;/strong&gt; The core focus of this update appears to be a substantial boost in the model&#39;s ability to perform complex reasoning tasks. This is critical for applications requiring deep understanding and logical deduction.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Improved accuracy:&lt;/strong&gt; Reports suggest a jump in accuracy on certain benchmark tests. One source notes an increase from 70 per cent to 87.5 per cent on a specific math benchmark (AIME 2025). This points to more reliable and precise outputs.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Reduced hallucinations:&lt;/strong&gt; A key challenge in Large Language Models (LLMs) – the tendency to generate incorrect or nonsensical information – is reportedly being addressed. The updated R1 model exhibits fewer hallucinations.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Better coding and logic capabilities:&lt;/strong&gt; The model is showing improved performance in math, programming, and general logic. This makes it a more potent tool for developers and researchers.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Continued open-source approach:&lt;/strong&gt; The updated model appears to maintain DeepSeek&#39;s commitment to the open-source community, with an MIT license allowing for broad use and modification.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Why this matters for the AI industry:&lt;/h3&gt;
&lt;p&gt;DeepSeek has been a company to watch since its emergence. It is known for developing powerful AI models with a focus on efficiency and cost-effectiveness. The original R1 model already turned heads by demonstrating comparable, and in some cases superior, performance to established models. This was often at a fraction of the training cost and resource utilization.&lt;/p&gt;
&lt;p&gt;This latest update signals DeepSeek&#39;s continued ambition to push the boundaries of AI capabilities and compete at the highest level. The quiet release, followed by strong initial benchmark showings, is characteristic of DeepSeek&#39;s approach. The company often prioritizes technical advancement and community engagement.&lt;/p&gt;
&lt;p&gt;The improvements in reasoning and coding are particularly significant. These are crucial areas for the practical application of AI across various industries. Applications range from software development and scientific research to complex problem-solving and data analysis.&lt;/p&gt;
&lt;h3&gt;What to watch for:&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Official announcement and technical details:&lt;/strong&gt; The AI community eagerly awaits a more formal announcement from DeepSeek. Such an announcement would likely provide comprehensive technical specifications, training methodologies, and detailed benchmark results for &lt;strong&gt;R1-0528&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Community adoption and feedback:&lt;/strong&gt; As developers and researchers begin to explore the updated model, their findings and feedback will offer real-world insights into its performance and capabilities.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Impact on competitors:&lt;/strong&gt; Such advancements invariably spur further innovation and potentially strategic responses from other leading AI labs.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Anticipation for R2:&lt;/strong&gt; This update also keeps the spotlight on DeepSeek as the community anticipates the release of its next-generation R2 model. The R2 model is expected to bring even more significant advancements.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;DeepSeek&#39;s &lt;strong&gt;R1-0528&lt;/strong&gt; update is another compelling development in the fast-paced world of artificial intelligence. It underscores the global nature of AI innovation and the continuous drive towards more powerful and capable models. The AI community will undoubtedly watch for further details as they emerge.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;em&gt;Disclaimer: This blog post is based on information available as of May 29, 2025. Details regarding the DeepSeek R1-0528 update are still emerging. Further official announcements from DeepSeek AI are anticipated.&lt;/em&gt;&lt;/p&gt;
&lt;div class=&#34;sqs-html-content&#34; data-sqsp-text-block-content&gt;
  &lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;#DeepSeek #DeepSeekAI #DeepSeekR1 #R1model #R1_0528 #AI #ArtificialIntelligence #LLM #LargeLanguageModels #MachineLearning #DeepLearning #AIUpdate #TechNews #AINews #AIinnovation #AIReasoning #AIInference #AICoding #OpenSourceAI #HuggingFace #AICommunity #FutureOfAI #AIBenchmarks #AIResearch #NextGenAI #ModelUpdate #TechInnovation #AICompetition #LanguageModels #AIModels&lt;/p&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Using Generative AI for Smarter LinkedIn Networking in Cybersecurity and Privacy</title>
      <link>https://kiledjian.com/2025/05/05/using-generative-ai-for-smarter.html</link>
      <pubDate>Mon, 05 May 2025 04:30:00 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2025/05/05/using-generative-ai-for-smarter.html</guid>
      <description>&lt;img src=&#34;https://ekiledjian2.micro.blog/uploads/2025/5524489aa3.jpg&#34; alt=&#34;&#34;&gt;
&lt;div class=&#34;sqs-html-content&#34; data-sqsp-text-block-content&gt;
  &lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;TL;DR:&lt;/strong&gt;&lt;br&gt;Networking often creates opportunities that online applications alone cannot. Generative AI tools like ChatGPT can guide you in finding key contacts and crafting high-impact connection messages on LinkedIn.&lt;/p&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;AI &amp; HR Expert Insights:&lt;/strong&gt;&lt;/p&gt;
&lt;ul data-rte-list=&#34;default&#34;&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Prompt Engineering Tip:&lt;/strong&gt; When reaching out, provide AI with context. Example: &lt;em&gt;&#34;Draft a LinkedIn message to a cybersecurity director at ABC Corp, referencing their recent webinar on cloud security.&#34;&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Human Oversight:&lt;/strong&gt; Personalize AI-generated messages to reflect genuine interest and establish meaningful connections.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Bias Awareness:&lt;/strong&gt; Be mindful of cultural nuances and ensure your messages are respectful and inclusive.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Micro-Action:&lt;/strong&gt;&lt;br&gt;Identify a professional in your field you&#39;d like to connect with. Use AI to draft an initial message, then tailor it to reflect your authentic interest and voice.&lt;/p&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Closing Thought:&lt;/strong&gt;&lt;br&gt;Networking is an investment, not a transaction. Who in your network has made a lasting difference in your career? Let’s celebrate those connections.&lt;/p&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Hashtags:&lt;/strong&gt;&lt;br&gt;#LinkedInNetworking #jobsearch #ChatGPT #generativeAI #professionalnetworking #cybersecurity #privacy #ITcareers #cyberjobs #compliance #riskmanagement #cybersecuritycareers #ITsecurity #careeradvancement #LinkedIntips #networkingtips #careergrowth #cloudsecurity #globaljobsearch #professionalbranding #personalbranding #cybersecurityanalyst #privacyofficer #careerstrategy #Canadianjobs #jobopportunities&lt;/p&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>How to Match Your Experience to Job Descriptions Using AI</title>
      <link>https://kiledjian.com/2025/05/02/how-to-match-your-experience.html</link>
      <pubDate>Fri, 02 May 2025 11:42:00 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2025/05/02/how-to-match-your-experience.html</guid>
      <description>&lt;img src=&#34;https://ekiledjian2.micro.blog/uploads/2025/069c3a559e.jpg&#34; alt=&#34;&#34;&gt;
&lt;div class=&#34;sqs-html-content&#34; data-sqsp-text-block-content&gt;
  &lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;TL;DR:&lt;/strong&gt;&lt;br&gt;Customizing your application to match job descriptions directly boosts your chance of securing interviews. Generative AI helps you strategically align your skills and experience with employer expectations.&lt;/p&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;AI &amp; HR Expert Insights:&lt;/strong&gt;&lt;/p&gt;
&lt;ul data-rte-list=&#34;default&#34;&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Prompt Engineering Tip:&lt;/strong&gt; Ask AI to identify gaps between your resume and the job description. For example: &lt;em&gt;&#34;Compare my resume to this job posting and suggest areas for improvement.&#34;&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Human Oversight:&lt;/strong&gt; Critically assess AI suggestions to ensure they genuinely enhance your application without misrepresenting your qualifications.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Bias Awareness:&lt;/strong&gt; Ensure that the modifications maintain an inclusive tone and do not inadvertently introduce biased language.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Micro-Action:&lt;/strong&gt;&lt;br&gt;Take a job description of interest and use AI to evaluate your resume against it. Implement changes that authentically strengthen your alignment with the role.&lt;/p&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Closing Thought:&lt;/strong&gt;&lt;br&gt;Attention to detail is a powerful differentiator. What’s your best strategy for tailoring applications without losing your authentic voice? I’d love to hear.&lt;/p&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Keywords:&lt;/strong&gt;&lt;br&gt;#jobdescription #jobmatch #ChatGPT #generativeAI #cybersecurity #privacy #ITjobs #resumeoptimization #applicationtips #ATSfriendly #keywordstrategy #cybercareers #compliance #riskassessment #GDPR #datasecurity #careeradvice #professionalbranding #cybersecuritycareers #Canadianjobs #globaljobsearch #AItools #professionalwriting #resumeandcoverletter #jobinterviewprep #careerstrategy&lt;/p&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>How to Boost Your LinkedIn Profile Using Generative AI</title>
      <link>https://kiledjian.com/2025/05/01/how-to-boost-your-linkedin.html</link>
      <pubDate>Thu, 01 May 2025 04:30:00 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2025/05/01/how-to-boost-your-linkedin.html</guid>
      <description>&lt;img src=&#34;https://ekiledjian2.micro.blog/uploads/2025/bce158dd4e.jpg&#34; alt=&#34;&#34;&gt;
&lt;div class=&#34;sqs-html-content&#34; data-sqsp-text-block-content&gt;
  &lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;TL;DR:&lt;/strong&gt;&lt;br&gt;LinkedIn is a global platform where your professional story is visible to recruiters 24/7. Generative AI tools like ChatGPT can help create stronger headlines, summaries, and experience sections that attract opportunities.&lt;/p&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;AI &amp; HR Expert Insights:&lt;/strong&gt;&lt;/p&gt;
&lt;ul data-rte-list=&#34;default&#34;&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Prompt Engineering Tip:&lt;/strong&gt; Use prompts that define your professional brand. Example: &lt;em&gt;&#34;Create a LinkedIn summary for a cybersecurity expert with 10 years of experience in cloud security and compliance.&#34;&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Human Oversight:&lt;/strong&gt; Ensure that the AI-generated content aligns with your personal brand and accurately represents your career journey.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Bias Awareness:&lt;/strong&gt; Be vigilant about unintentional biases in language that may affect how your profile is perceived across different cultures and industries.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Micro-Action:&lt;/strong&gt;&lt;br&gt;Review your current LinkedIn headline and summary. Use AI to suggest enhancements, then refine the output to ensure it authentically represents you.&lt;/p&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Closing Thought:&lt;/strong&gt;&lt;br&gt;Your LinkedIn presence is part of your professional legacy. What part of your profile are you most proud of—or planning to enhance next? Let&#39;s exchange ideas.&lt;/p&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Keywords:&lt;/strong&gt;&lt;br&gt;#LinkedIn #LinkedInProfile #ChatGPT #generativeAI #personalbranding #cybersecurity #privacy #ITcareers #careerbranding #professionalprofile #careerstrategy #networking #careerdevelopment #cloudsecurity #compliance #riskmanagement #GDPR #cyberjobs #professionalnetworking #jobsearch #ITjobs #privacyofficer #cybersecurityanalyst #careeradvancement #globaljobs #professionalwriting&lt;/p&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>How to Use AI to Write Tailored Cover Letters for Cybersecurity and Privacy Roles</title>
      <link>https://kiledjian.com/2025/04/30/how-to-use-ai-to.html</link>
      <pubDate>Wed, 30 Apr 2025 04:30:00 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2025/04/30/how-to-use-ai-to.html</guid>
      <description>&lt;img src=&#34;https://ekiledjian2.micro.blog/uploads/2025/bb3ebccb3a.jpg&#34; alt=&#34;&#34;&gt;
&lt;div class=&#34;sqs-html-content&#34; data-sqsp-text-block-content&gt;
  &lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;TL;DR:&lt;/strong&gt;&lt;br&gt;Cover letters remain critical for standing out to employers. Generative AI tools like ChatGPT can help craft tailored, impactful letters aligned with specific cybersecurity, privacy, and IT roles.&lt;/p&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;AI &amp; HR Expert Insights:&lt;/strong&gt;&lt;/p&gt;
&lt;ul data-rte-list=&#34;default&#34;&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Prompt Engineering Tip:&lt;/strong&gt; Provide AI with specific details about the job and your relevant experiences. For instance: &lt;em&gt;&#34;Draft a cover letter for a Privacy Analyst role at XYZ Corp, emphasizing my experience with GDPR compliance.&#34;&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Human Oversight:&lt;/strong&gt; Customize AI-generated drafts to reflect your unique voice and motivations. Authenticity resonates more with hiring managers than generic content.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Bias Awareness:&lt;/strong&gt; Review the content for any biased language or assumptions, ensuring that your cover letter promotes inclusivity and aligns with organizational values.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Micro-Action:&lt;/strong&gt;&lt;br&gt;Choose a job you&#39;re interested in and use AI to draft a cover letter. Then, personalize it by adding specific anecdotes and aligning it with the company&#39;s mission and culture.&lt;/p&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Closing Thought:&lt;/strong&gt;&lt;br&gt;A well-crafted cover letter tells your story before you ever walk into the interview. What has been your biggest challenge when writing cover letters? I welcome your experiences and insights.&lt;/p&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Keywords:&lt;/strong&gt;&lt;br&gt;#coverletter #ChatGPT #AIwriting #generativeAI #cybersecurity #privacy #ITjobs #jobsearch #customizedapplication #careeradvancement #professionalbranding #GDPR #riskmanagement #resumeandcoverletter #cyberjobs #cybersecurityanalyst #privacyofficer #ATSfriendly #jobapplications #Canadianjobs #professionalwriting #globaljobsearch #AIcareer #cybercareers #jobinterviewprep #careerstrategy&lt;/p&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>How to Use Generative AI to Optimize Your CV for Cybersecurity, Privacy, and IT Jobs</title>
      <link>https://kiledjian.com/2025/04/29/how-to-use-generative-ai.html</link>
      <pubDate>Tue, 29 Apr 2025 04:30:00 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2025/04/29/how-to-use-generative-ai.html</guid>
      <description>&lt;img src=&#34;https://ekiledjian2.micro.blog/uploads/2025/8b87717495.jpg&#34; alt=&#34;&#34;&gt;
&lt;div class=&#34;sqs-html-content&#34; data-sqsp-text-block-content&gt;
  &lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;TL;DR:&lt;/strong&gt;&lt;br&gt;A CV has only seconds to make an impression, and many are filtered out by Applicant Tracking Systems (ATS) before a human review. Generative AI tools like ChatGPT can help tailor, format, and sharpen your CV to meet cybersecurity, privacy, and IT industry demands.&lt;/p&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;AI &amp; HR Expert Insights:&lt;/strong&gt;&lt;/p&gt;
&lt;ul data-rte-list=&#34;default&#34;&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Prompt Engineering Tip:&lt;/strong&gt; When using AI tools, specify your role and the job description to get more tailored suggestions. For example, prompt: &lt;em&gt;&#34;Act as a cybersecurity recruiter. Analyze my CV against this job description and suggest improvements.&#34;&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Human Oversight:&lt;/strong&gt; Always review AI-generated content to ensure it accurately reflects your experiences and achievements. Over-reliance on AI can lead to generic or inaccurate representations.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Bias Awareness:&lt;/strong&gt; Be cautious of potential biases in AI outputs. Ensure that the language and content are inclusive and free from unintended stereotypes.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Micro-Action:&lt;/strong&gt;&lt;br&gt;Select a recent job posting and use an AI tool to analyze your CV against it. Review the suggestions critically, and incorporate changes that genuinely enhance your profile.&lt;/p&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Closing Thought:&lt;/strong&gt;&lt;br&gt;In a market where milliseconds matter, thoughtful CV optimization is a career advantage. How have you adapted your CV strategy for today’s hiring realities? Let’s share ideas and raise the bar together.&lt;/p&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Keywords:&lt;/strong&gt;&lt;br&gt;#cybersecurity #privacy #ITjobs #CVoptimization #resume #jobsearch #ChatGPT #generativeAI #ATS #careerdevelopment #professionalbranding #dataprotection #cloudsecurity #riskmanagement #compliance #securityanalyst #GDPR #ITcareers #resumeoptimization #achievementbased #Canadianjobs #globaljobs #AItools #careeradvice #cybercareers #professionalwriting&lt;/p&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>How NVIDIA’s Digital Twin Technology Is Transforming AI, Industry and Climate Innovation</title>
      <link>https://kiledjian.com/2025/04/01/how-nvidias-digital-twin-technology.html</link>
      <pubDate>Tue, 01 Apr 2025 12:01:00 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2025/04/01/how-nvidias-digital-twin-technology.html</guid>
      <description>&lt;img src=&#34;https://ekiledjian2.micro.blog/uploads/2025/df371d7248.jpg&#34; alt=&#34;&#34;&gt;
&lt;div class=&#34;sqs-html-content&#34; data-sqsp-text-block-content&gt;
  &lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;NVIDIA&#39;s digital twin technology represents one of the most significant advancements in industrial digitalization, enabling sophisticated virtual representations of real-world systems. These digital twins are reshaping how companies design, optimize and operate physical assets. This article explores what NVIDIA’s digital twin technology entails, why it is critical to modern industries and its broad range of current and future applications.&lt;/p&gt;
&lt;h2 style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Understanding Digital Twins in the NVIDIA Ecosystem&lt;/strong&gt;&lt;/h2&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;At its core, a digital twin is a virtual representation of a physical asset, process or system, continuously updated with real-time data. NVIDIA has pioneered advanced digital twin technology through its &lt;strong&gt;Omniverse&lt;/strong&gt; platform—an ecosystem where virtual replicas mirror their real-world counterparts with remarkable accuracy and interactivity.&lt;/p&gt;
&lt;h3 style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;The Foundation: NVIDIA Omniverse&lt;/strong&gt;&lt;/h3&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;NVIDIA Omniverse is built on Universal Scene Description (USD) and NVIDIA RTX technologies. It enables individuals and teams to develop 3D workflows and applications within an open ecosystem that fosters collaboration, plugin creation and real-time simulation.&lt;/p&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Key components of the NVIDIA digital twin architecture include:&lt;/p&gt;
&lt;ul data-rte-list=&#34;default&#34;&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;NVIDIA Omniverse Enterprise&lt;/strong&gt;: Used by major firms for industrial-scale digital twins&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Omniverse Blueprints&lt;/strong&gt;: Reference workflows connecting Omniverse with artificial intelligence (AI) tools&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;NVIDIA PhysicsNeMo&lt;/strong&gt;: A framework for AI models that follow physical laws&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;NVIDIA Modulus&lt;/strong&gt;: A physics-AI framework for advanced simulation&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;These integrated technologies allow for digital twins that not only resemble their physical counterparts but also simulate real-world physics, adapting to environmental changes in real time.&lt;/p&gt;
&lt;h2 style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;From Conception to Reality: The Digital Twin Lifecycle&lt;/strong&gt;&lt;/h2&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Developing a digital twin with NVIDIA’s platform typically involves three key stages:&lt;/p&gt;
&lt;ol data-rte-list=&#34;default&#34;&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Data integration&lt;/strong&gt;: Aggregating inputs from CAD models, sensors and enterprise systems&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Physics-based simulation&lt;/strong&gt;: Applying acceleration libraries and AI frameworks&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Real-time visualisation&lt;/strong&gt;: Rendering high-fidelity environments using NVIDIA RTX&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;As NVIDIA CEO Jensen Huang noted: &lt;em&gt;“Before you build an AI factory, you build the digital twin.”&lt;/em&gt;Digital twins have become the foundational layer for the AI systems that will power next-generation automation and robotics.&lt;/p&gt;
&lt;h2 style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;The Strategic Imperative Behind NVIDIA’s Digital Twins&lt;/strong&gt;&lt;/h2&gt;
&lt;h3 style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Accelerating Development Cycles&lt;/strong&gt;&lt;/h3&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Traditional engineering workflows—ranging from simulation to visualisation—can take weeks. NVIDIA’s Omniverse platform dramatically reduces this timeline:&lt;/p&gt;
&lt;ul data-rte-list=&#34;default&#34;&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Real-time computer-aided engineering using Omniverse can simulate up to &lt;strong&gt;1,200 times faster&lt;/strong&gt; than legacy tools&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;At &lt;strong&gt;Wistron&lt;/strong&gt;, simulation time dropped from 15 hours to &lt;strong&gt;3.3 seconds&lt;/strong&gt; using NVIDIA GPU-powered AI models—a &lt;strong&gt;15,000x improvement&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Driving the Physical AI Revolution&lt;/strong&gt;&lt;/h3&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Digital twins solve a major AI challenge: access to data. By creating synthetic data in virtual environments, developers can safely train, test and validate AI models before deployment.&lt;/p&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;As Huang observed, &lt;em&gt;“Physical AI will revolutionise the $50 trillion manufacturing and logistics industries. Everything that moves—from cars and trucks to factories and warehouses—will be robotic and embodied by AI.”&lt;/em&gt;&lt;/p&gt;
&lt;h3 style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Confronting Global Challenges&lt;/strong&gt;&lt;/h3&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Beyond operational efficiency, digital twins are being deployed to tackle complex global issues:&lt;/p&gt;
&lt;ul data-rte-list=&#34;default&#34;&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Climate modelling&lt;/strong&gt; through Earth-2, NVIDIA’s digital twin cloud platform&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Energy efficiency&lt;/strong&gt; improvements that reduce carbon output&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Infrastructure modernisation&lt;/strong&gt; for smart cities to enhance urban living&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Industry Applications: Where Digital Twins Are Making an Impact&lt;/strong&gt;&lt;/h2&gt;
&lt;h3 style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Manufacturing and Industry&lt;/strong&gt;&lt;/h3&gt;
&lt;ul data-rte-list=&#34;default&#34;&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;BMW Group&lt;/strong&gt; uses Omniverse Enterprise to simulate operations in 31 factories, accommodating over 2,100 vehicle configurations&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;PepsiCo&lt;/strong&gt; and Kinetic Vision have partnered to develop digital twins of distribution centres, improving throughput and reducing energy use&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Wistron&lt;/strong&gt; leverages digital twins for airflow and temperature predictions, boosting energy efficiency by up to 10 per cent&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Data Centre Optimisation&lt;/strong&gt;&lt;/h3&gt;
&lt;ul data-rte-list=&#34;default&#34;&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Omniverse enables digital twins of high-performance data centres for planning and real-time monitoring&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Integration with CAD tools like SketchUp and Autodesk Revit supports collaborative design&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;IoT sensors maintain continuous feedback loops between the physical infrastructure and its digital representation&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Robotics and Automation&lt;/strong&gt;&lt;/h3&gt;
&lt;ul data-rte-list=&#34;default&#34;&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Amazon Robotics&lt;/strong&gt; deploys warehouse digital twins to optimise layout and train robot assistants&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;KION Group&lt;/strong&gt; tests multi-robot fleets using Omniverse-based simulations&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;The &lt;strong&gt;Omniverse Blueprint for AV Simulation&lt;/strong&gt; facilitates high-fidelity testing of autonomous vehicles&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Healthcare&lt;/strong&gt;&lt;/h3&gt;
&lt;ul data-rte-list=&#34;default&#34;&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Surgeons rehearse complex procedures using patient-specific digital twins&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Neurosurgical teams simulate operations on virtual brains tailored to individual anatomy&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;AI aids in mapping safe surgical paths and anticipating tissue response&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Urban Planning and Smart Cities&lt;/strong&gt;&lt;/h3&gt;
&lt;ul data-rte-list=&#34;default&#34;&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Real-time data from cameras and sensors feed into city digital twins to improve traffic flow and safety&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Houseal Lavigne&lt;/strong&gt; creates immersive urban models to facilitate public engagement and collaborative planning&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Smart traffic systems trained via digital twins help reduce emissions and congestion&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Climate and Environmental Modelling&lt;/strong&gt;&lt;/h3&gt;
&lt;ul data-rte-list=&#34;default&#34;&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Earth-2&lt;/strong&gt; enhances forecasting accuracy, vital in an era of increasing natural disasters&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Simulations help mitigate the estimated $140 billion in annual global economic losses due to extreme weather&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Applications range from flood prediction to heatwave impact analysis&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;What Lies Ahead for NVIDIA Digital Twins&lt;/strong&gt;&lt;/h2&gt;
&lt;h3 style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Generative Physical AI&lt;/strong&gt;&lt;/h3&gt;
&lt;ul data-rte-list=&#34;default&#34;&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Cosmos World Foundation Models&lt;/strong&gt; are helping usher in industrial-grade AI&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;New tools like &lt;strong&gt;USD Code&lt;/strong&gt; and &lt;strong&gt;USD Search microservices&lt;/strong&gt; support the intuitive creation and retrieval of 3D assets&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;The &lt;strong&gt;Edify SimReady&lt;/strong&gt; model automates the labelling of existing 3D data&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Economic Transformation&lt;/strong&gt;&lt;/h3&gt;
&lt;ul data-rte-list=&#34;default&#34;&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Digital twins are projected to influence &lt;strong&gt;$50 trillion&lt;/strong&gt; in global economic value by improving productivity and innovation&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Their impact spans manufacturing, logistics, healthcare, infrastructure and urban development&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Advancing Capability and Integration&lt;/strong&gt;&lt;/h3&gt;
&lt;ul data-rte-list=&#34;default&#34;&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Enhanced interoperability is being driven by standards such as OpenUSD&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Integration with generative AI is producing a new generation of intelligent, physically accurate digital twins&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;These models are connected to real-world data, exhibit realistic behaviours and provide immersive interaction&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Conclusion&lt;/strong&gt;&lt;/h2&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;NVIDIA’s digital twin technology represents a turning point in how industries simulate and operate physical systems. Through the Omniverse platform and tools such as Modulus and PhysicsNeMo, digital twins are moving beyond visualisation to become intelligent, interactive systems.&lt;/p&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;By enabling faster development, bridging data gaps in AI and addressing complex global issues—from climate risk to urban planning—NVIDIA is positioning itself at the forefront of a virtual revolution. As these technologies continue to mature, digital twins will become indispensable tools in creating smarter, safer and more efficient systems worldwide.&lt;/p&gt;
&lt;p class=&#34;&#34; data-rte-preserve-empty=&#34;true&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;/p&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Keywords: #NVIDIA #DigitalTwins #Omniverse #ArtificialIntelligence #AI #SmartCities #ClimateTech #SustainableTech #IndustrialAI #Robotics #Automation #FutureOfWork #ManufacturingInnovation #DataCentres #SmartInfrastructure #DigitalTransformation #TechInnovation #3DModelling #SimulationTechnology #GenerativeAI #ClimateModelling #EnergyEfficiency #DigitalEngineering #IndustrialRevolution #SmartFactories #UrbanPlanning #HealthcareInnovation #SmartLogistics #AIInnovation #USD #DigitalEcosystems #Modulus #PhysicsNeMo #DigitalFuture #VirtualEngineering&lt;/p&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Baidu’s ERNIE AI Models: A Deep Dive into China’s Latest Global Contender</title>
      <link>https://kiledjian.com/2025/03/18/baidus-ernie-ai-models-a.html</link>
      <pubDate>Tue, 18 Mar 2025 04:30:00 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2025/03/18/baidus-ernie-ai-models-a.html</guid>
      <description>&lt;img src=&#34;https://ekiledjian2.micro.blog/uploads/2025/5aa638ad8c.jpg&#34; alt=&#34;&#34;&gt;
&lt;div class=&#34;sqs-html-content&#34; data-sqsp-text-block-content&gt;
  &lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Baidu’s recent launch of ERNIE 4.5 and ERNIE X1 on Mar. 16, 2025, signals a bold re-entry into the global AI race. These models build on Baidu’s long evolution—from the ERNIE Bot introduced in 2023 through subsequent iterations such as ERNIE 3.5 and ERNIE 4.0 Turbo—and position the company to offer cost‑effective, high‑performance alternatives to Western leaders such as OpenAI, Anthropic and Perplexity.&lt;/p&gt;
&lt;h2 style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Baidu’s New AI Offerings and Their Evolution&lt;/strong&gt;&lt;/h2&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Baidu’s journey with the ERNIE family began with the ERNIE Bot in Mar. 2023, designed as a knowledge‑enhanced large language model. Over time, Baidu refined its product through ERNIE 3.5 and later ERNIE 4.0 Turbo, with each release achieving notable improvements in functionality and efficiency. By late 2024, the system was handling billions of API calls daily, demonstrating significant market traction. Today’s introduction of ERNIE 4.5 and ERNIE X1 represents Baidu’s latest effort to regain competitive momentum in a rapidly evolving AI landscape. [][]&lt;/p&gt;
&lt;h2 style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;ERNIE 4.5: Multimodal Capabilities with Clarified Performance Scope&lt;/strong&gt;&lt;/h2&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;ERNIE 4.5 is Baidu’s upgraded foundational model, engineered to process text, images, audio and video within a unified framework. Key features include:&lt;/p&gt;
&lt;ul data-rte-list=&#34;default&#34;&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Superior Multimodal Comprehension (with a Caveat):&lt;/strong&gt; The model is reported to excel in language generation, logical reasoning and memory functions. While Baidu asserts that its text-processing abilities surpass those of DeepSeek V3 and are roughly equivalent to OpenAI’s GPT‑4.5, sources clarify that this advantage is observed &lt;strong&gt;specifically in text-related benchmarks&lt;/strong&gt; and does not necessarily apply across all modalities. []&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;High Emotional Intelligence:&lt;/strong&gt; ERNIE 4.5 is designed to interpret internet memes and satire with nuance, which enhances its usability in culturally sensitive applications.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Context Limitations:&lt;/strong&gt; Currently, ERNIE 4.5 supports an 8,000‑token context window – substantially lower than GPT‑4.5’s 128,000 tokens – which may restrict its applicability for document‑intensive tasks. []&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Additionally, while Baidu has announced plans to open-source ERNIE 4.5 by &lt;strong&gt;June 30, 2025&lt;/strong&gt;, this commitment applies to the &lt;strong&gt;ERNIE 4.5 series&lt;/strong&gt;, rather than necessarily making the full model publicly available. []&lt;/p&gt;
&lt;h2 style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;ERNIE X1: A Reasoning Model with Unverified Performance Claims&lt;/strong&gt;&lt;/h2&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;ERNIE X1 is Baidu’s inaugural model built specifically for reasoning‑intensive tasks. Its architecture emphasises four core capabilities: understanding, planning, reflection and evolution. Notable attributes include:&lt;/p&gt;
&lt;ul data-rte-list=&#34;default&#34;&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Advanced Reasoning with Unverified Benchmarking:&lt;/strong&gt; ERNIE X1 is claimed to match &lt;strong&gt;DeepSeek R1’s performance&lt;/strong&gt;, but as of now, &lt;strong&gt;there are no independent benchmark results to confirm this claim&lt;/strong&gt;. This raises questions about how ERNIE X1 truly compares to its competitors in real-world applications. []&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Tool Integration with Unclear Independence:&lt;/strong&gt; Baidu has highlighted ERNIE X1’s ability to interact with external tools, such as &lt;strong&gt;image generation and code interpretation&lt;/strong&gt;. However, the claim that it can use tools &lt;strong&gt;independently&lt;/strong&gt; is not substantiated in sources, leaving ambiguity around how much external oversight is required. []&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Comparison with Global AI Models&lt;/strong&gt;&lt;/h2&gt;
&lt;h3 style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Claude 3.7 Sonnet (Anthropic)&lt;/strong&gt;&lt;/h3&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Anthropic’s Claude 3.7 Sonnet, released on Feb. 24, 2025, is a pioneering hybrid reasoning model that offers dual‑mode operation:&lt;/p&gt;
&lt;ul data-rte-list=&#34;default&#34;&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Dual‑Mode Operation:&lt;/strong&gt; Users may choose between Standard Mode for rapid responses and Extended Mode for detailed, step‑by‑step reasoning. This flexibility is particularly beneficial for complex problem‑solving and software development. []&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Benchmark Performance:&lt;/strong&gt; In testing, the model has demonstrated strong performance in mathematics and coding, aided by its visible scratchpad that reveals the reasoning process.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Contrast:&lt;/strong&gt; Although ERNIE X1 emphasises general reasoning and tool use, Claude 3.7 Sonnet excels in coding tasks and supports a larger context window (up to 200,000 tokens).&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Perplexity Deep Research&lt;/strong&gt;&lt;/h3&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Perplexity’s Deep Research, launched in Feb. 2025, combines real‑time web search with language generation:&lt;/p&gt;
&lt;ul data-rte-list=&#34;default&#34;&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Live Data and Citations:&lt;/strong&gt; The model retrieves up‑to‑date information and provides responses with citations, enhancing transparency and reliability.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Specialisation:&lt;/strong&gt; It is designed for comprehensive research and report generation rather than solely for conversational reasoning and is particularly effective for in‑depth fact‑checking. []&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;ChatGPT Models: o3‑mini‑high and GPT‑4.5&lt;/strong&gt;&lt;/h3&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;OpenAI offers two distinct models:&lt;/p&gt;
&lt;ul data-rte-list=&#34;default&#34;&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;o3‑mini‑high:&lt;/strong&gt; This variant is optimised for STEM applications, allowing users to adjust reasoning effort levels. It performs strongly on technical benchmarks and is particularly effective for math and coding tasks. []&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;GPT‑4.5:&lt;/strong&gt; Representing OpenAI’s most advanced model, GPT‑4.5 focuses on nuanced writing, emotional intelligence and human‑like engagement. It is designed for complex, general‑purpose tasks, though it may not suit document‑intensive applications due to its emphasis on conversational fluency.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Industry Implications and Future Outlook&lt;/strong&gt;&lt;/h2&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Baidu’s dual‑model strategy aims to restore its competitive edge in China while offering a disruptive alternative on the global stage. Key strategic moves include:&lt;/p&gt;
&lt;ul data-rte-list=&#34;default&#34;&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Open Source Initiative:&lt;/strong&gt; Baidu plans to open source ERNIE 4.5 by Jun. 30, 2025, but the scope of this initiative remains unclear, as it applies to the &lt;strong&gt;ERNIE 4.5 series&lt;/strong&gt;, not necessarily the full model.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Regulatory Support:&lt;/strong&gt; Recent pro‑tech policies and President Xi Jinping’s encouragement of domestic entrepreneurship signal a more supportive regulatory environment for Chinese tech companies.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Ecosystem Integration:&lt;/strong&gt; Both models are designed for seamless integration across Baidu’s online services, including Ernie Bot and Baidu Search, thereby enhancing overall user engagement.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;For enterprises, particularly those operating in Chinese markets or targeting Chinese‑speaking consumers, the combination of robust reasoning capabilities and comprehensive multimodal features may render ERNIE X1 an attractive option despite its smaller context window and lack of independent benchmarking.&lt;/p&gt;
&lt;h2 style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Conclusion&lt;/strong&gt;&lt;/h2&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Baidu’s latest ERNIE models illustrate China’s continued effort to develop indigenous AI technologies that can rival Western offerings. ERNIE 4.5 delivers strong multimodal performance with enhanced language understanding and emotional intelligence, while ERNIE X1 offers advanced reasoning with tool integration. However, &lt;strong&gt;some of Baidu’s claims—such as ERNIE X1 matching DeepSeek R1 and its independent tool use—remain unverified due to a lack of third-party benchmarks&lt;/strong&gt;.&lt;/p&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;In comparison with global models such as Anthropic’s Claude 3.7 Sonnet, Perplexity Deep Research and OpenAI’s GPT‑4.5 and o3‑mini‑high, Baidu’s offerings present a compelling value proposition for region‑specific applications. However, until further testing validates its competitive edge, ERNIE’s true ranking among top AI systems remains uncertain.&lt;/p&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;As the AI market continues to evolve rapidly throughout 2025, independent benchmarking and real‑world testing will be essential. Nevertheless, with its plans to open source its models and its focused development efforts, Baidu is well‑positioned to become a significant player in the global AI landscape.&lt;/p&gt;
&lt;p class=&#34;&#34; data-rte-preserve-empty=&#34;true&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;/p&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Keywords: #AI #ArtificialIntelligence #Baidu #ERNIE #ERNIE4.5 #ERNIE_X1 #DeepSeek #GPT4.5 #ChatGPT #Claude #ClaudeAI #Anthropic #Perplexity #DeepResearch #MachineLearning #TechNews #AIModels #NeuralNetworks #LLM #LanguageModel #AIResearch #AIInnovation #FutureOfAI #NLP #NaturalLanguageProcessing #AIComparison #TechTrends #ChinaTech #BigData #AIInsights #AIvsHuman #ComputationalIntelligence #AIRevolution #EmergingTech #AI2025 #DeepLearning&lt;/p&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Grok&#39;s New iOS App: A Game-Changer for AI Assistance</title>
      <link>https://kiledjian.com/2025/01/13/groks-new-ios-app-a.html</link>
      <pubDate>Mon, 13 Jan 2025 06:30:00 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2025/01/13/groks-new-ios-app-a.html</guid>
      <description>&lt;img src=&#34;https://ekiledjian2.micro.blog/uploads/2025/c6a5f45624.jpg&#34; alt=&#34;&#34;&gt;
&lt;p&gt;xAI has officially released a standalone iOS app for Grok, marking a significant evolution in AI assistance technology. The platform offers a comprehensive suite of features focused on real-time data access and advanced AI capabilities.&lt;/p&gt;
&lt;h2&gt;Key Features&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Image Generation&lt;/strong&gt;
The app provides free access to high-quality image generation capabilities, allowing users to create visuals using Grok&#39;s advanced AI technology.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Real-Time Intelligence&lt;/strong&gt;
What sets Grok apart is its ability to access current data from both X and the web, ensuring up-to-date information for queries. This real-time capability delivers immediate insights on current events and trending topics.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Platform Integration&lt;/strong&gt;
The iOS app comes with impressive platform-specific features, including:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Control Center integration&lt;/li&gt;
&lt;li&gt;Siri compatibility&lt;/li&gt;
&lt;li&gt;Shortcuts support&lt;/li&gt;
&lt;li&gt;Lock screen widget functionality&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Privacy and Data Handling&lt;/h2&gt;
&lt;p&gt;Grok implements comprehensive privacy measures, with all data interactions handled according to xAI&#39;s privacy policy. The platform maintains strict data protection standards while delivering its AI capabilities.&lt;/p&gt;
&lt;h2&gt;Global Availability&lt;/h2&gt;
&lt;p&gt;The app is currently available in seven regions, including:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;United States&lt;/li&gt;
&lt;li&gt;Australia&lt;/li&gt;
&lt;li&gt;Canada&lt;/li&gt;
&lt;li&gt;India&lt;/li&gt;
&lt;li&gt;Jamaica&lt;/li&gt;
&lt;li&gt;Philippines&lt;/li&gt;
&lt;li&gt;Saudi Arabia&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Technical Capabilities&lt;/h2&gt;
&lt;p&gt;Running on the latest Grok 2 model, the app demonstrates improved intuitive responses and versatility across various tasks. Its multimodal capabilities allow for processing both text and visual information, supporting a wide range of use cases.&lt;/p&gt;
&lt;h2&gt;Looking Forward&lt;/h2&gt;
&lt;p&gt;The standalone app represents a strategic move away from X-platform exclusivity, potentially revolutionizing how users interact with AI assistants. This release marks an exciting development in the AI assistant space, offering enhanced functionality and accessibility for users worldwide.&lt;/p&gt;
&lt;div class=&#34;sqs-html-content&#34; data-sqsp-text-block-content&gt;
  &lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Keywords: #GrokAI #AIApp #iOSApp #AIInnovation #ImageGeneration #RealTimeAI #AIPrivacy #CybersecurityTools #AIIntegration #SiriCompatibility #PrivacyFocusedAI #CybersecurityInnovation #AIForProfessionals #TechAdvancements #Grok2Model #MultimodalAI #AIForEnterprise #AIInCybersecurity #AdvancedAI #DataPrivacy #TechUpdates #AIInRealTime #AIImageCreation #AIWidgets #GrokLaunch #FutureOfAI #AIInSecurity #CyberThreatAnalysis #AIForDocumentation #AIAccessibility #GrokAIApp&lt;/p&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Mastering AI with Prompt Engineering: Unlock the Power of Top LLMs Like OpenAI&#39;s o1-Preview, Gemini, and More!</title>
      <link>https://kiledjian.com/2024/10/04/mastering-ai-with-prompt-engineering.html</link>
      <pubDate>Fri, 04 Oct 2024 04:30:00 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2024/10/04/mastering-ai-with-prompt-engineering.html</guid>
      <description>&lt;img src=&#34;https://ekiledjian2.micro.blog/uploads/2025/e90d4f9a4e.jpg&#34; alt=&#34;&#34;&gt;
&lt;h2&gt;The Power of Prompt Engineering: Unlocking the Potential of Large Language Models&lt;/h2&gt;
&lt;p&gt;In today’s fast-paced AI landscape, Large Language Models (LLMs) are driving numerous applications. By unlocking the power of LLMs through prompt engineering, professionals in fields like cybersecurity can achieve more precise results in tasks ranging from threat analysis to policy creation.&lt;/p&gt;
&lt;h2&gt;Top AI Companies and Their LLMs&lt;/h2&gt;
&lt;h3&gt;1. &lt;strong&gt;OpenAI&lt;/strong&gt;
&lt;/h3&gt;
&lt;p&gt;OpenAI remains a leader in the LLM space, offering several cutting-edge models. Their latest model, &lt;strong&gt;o1-preview&lt;/strong&gt;, builds on the capabilities of GPT-4, offering better real-time responses, fewer hallucinations, and enhanced accuracy across multiple domains. It’s designed to be highly adaptable for varied use cases, from advanced conversational AI to detailed analysis in technical fields.&lt;/p&gt;
&lt;h3&gt;2. &lt;strong&gt;Anthropic&lt;/strong&gt;
&lt;/h3&gt;
&lt;p&gt;Anthropic has introduced its &lt;strong&gt;Sonnet 3.5&lt;/strong&gt; and &lt;strong&gt;Opus 3&lt;/strong&gt; models, which continue their focus on AI safety and ethics. These models prioritize transparency and robust reasoning. Sonnet 3.5 is praised for its ability to handle complex queries with ethical precision, while Opus 3 delivers more refined outputs in areas that demand high security and confidentiality, making it ideal for sensitive industries.&lt;/p&gt;
&lt;h3&gt;3. &lt;strong&gt;Google&lt;/strong&gt;
&lt;/h3&gt;
&lt;p&gt;Google&#39;s &lt;strong&gt;Gemini&lt;/strong&gt; model is the latest from their AI labs, emphasizing multimodal capabilities, meaning it can process text, images, audio, and video simultaneously. This allows for seamless integration into Google&#39;s cloud ecosystem and ensures strong performance in academic, mathematical, and scientific tasks. Its flexibility makes it an excellent choice for enterprises that rely on multi-faceted AI applications.&lt;/p&gt;
&lt;h3&gt;4. &lt;strong&gt;Meta (Facebook)&lt;/strong&gt;
&lt;/h3&gt;
&lt;p&gt;Meta’s &lt;strong&gt;LLaMA 3&lt;/strong&gt; has emerged as a strong open-source alternative. It continues to offer impressive performance with fewer parameters than some of its competitors, making it both efficient and customizable. This model is available for research and commercial use, allowing businesses to adapt and scale AI implementations while benefiting from a more open development environment.&lt;/p&gt;
&lt;h2&gt;What is Prompt Engineering?&lt;/h2&gt;
&lt;p&gt;Prompt engineering is the craft of structuring inputs to guide LLMs toward producing desired outputs. By optimizing prompts, users can ensure accuracy and relevance in the model’s responses. This skill is increasingly critical, especially in high-stakes fields like cybersecurity, where precision is essential.&lt;/p&gt;
&lt;h2&gt;Prompt Engineering in Action: Detailed Examples&lt;/h2&gt;
&lt;h3&gt;1. &lt;strong&gt;Role-Based Prompting&lt;/strong&gt;
&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Example:&lt;/strong&gt;&lt;br&gt;&#34;As a cybersecurity expert, analyze the following network log for potential intrusion attempts. Provide a detailed report highlighting any suspicious activities and recommended actions.&#34;&lt;/p&gt;
&lt;p&gt;This prompt assigns a specific role to the LLM, helping it adopt a cybersecurity professional&#39;s perspective, ensuring it tailors its response with domain-specific insights.&lt;/p&gt;
&lt;h3&gt;2. &lt;strong&gt;Chain-of-Thought Prompting&lt;/strong&gt;
&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Example:&lt;/strong&gt;&lt;br&gt;&#34;Let’s approach this step-by-step:  &lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Identify the type of malware based on the given indicators.  &lt;/li&gt;
&lt;li&gt;Analyze its potential impact on our systems.  &lt;/li&gt;
&lt;li&gt;Outline a mitigation strategy.  &lt;/li&gt;
&lt;li&gt;Suggest preventive measures for future incidents.&lt;br&gt;Please provide your analysis following this structure.&#34;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;This technique guides the LLM through a logical process, often resulting in more accurate and thorough responses.&lt;/p&gt;
&lt;h3&gt;3. &lt;strong&gt;Few-Shot Learning&lt;/strong&gt;
&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Example:&lt;/strong&gt;&lt;br&gt;&#34;Here are two examples of phishing emails:&lt;br&gt;[Example 1]&lt;br&gt;[Example 2]&lt;br&gt;Now, analyze the following email and determine if it’s a phishing attempt. Explain your reasoning.&#34;&lt;/p&gt;
&lt;p&gt;Providing examples helps fine-tune the LLM’s understanding of tasks, improving its ability to handle similar queries.&lt;/p&gt;
&lt;h3&gt;4. &lt;strong&gt;Constraint-Based Prompting&lt;/strong&gt;
&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Example:&lt;/strong&gt;&lt;br&gt;&#34;Generate a list of five best practices for password security. Each practice should be no more than 15 words long and avoid technical jargon.&#34;&lt;/p&gt;
&lt;p&gt;Setting clear constraints ensures concise, focused responses that meet specific requirements, particularly useful when you need precise outputs for professional tasks.&lt;/p&gt;
&lt;h2&gt;Conclusion&lt;/h2&gt;
&lt;p&gt;Mastering prompt engineering is essential to unlock the full potential of LLMs, especially as the capabilities of these models evolve. Whether you’re in cybersecurity or another industry, the ability to craft effective prompts can significantly enhance the quality of outputs. For those looking to deepen their expertise, exploring specialized training, joining AI forums, and experimenting with prompts across various models are excellent ways to build your skills and stay ahead in the rapidly evolving AI landscape.&lt;/p&gt;
&lt;div class=&#34;sqs-html-content&#34; data-sqsp-text-block-content&gt;
  &lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Keywords: #AI #ArtificialIntelligence #LLMs #MachineLearning #DeepLearning #NaturalLanguageProcessing #Cybersecurity #PromptEngineering #OpenAI #Anthropic #GoogleGemini #MetaAI #Sonnet35 #Opus3 #LLaMA #o1preview #AIInnovation #TechTrends #FutureOfAI #AIApplications #AIEthics #TechLeadership #DataScience #Innovation #Technology #AIModels #ML #AIResearch #DigitalTransformation #AIForBusiness #GenerativeAI #AIpowered #AIUseCases #AIInsights #AITraining #AIExploration #AdvancedAI #NLPTech&lt;/p&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Beware of Shallow Fakes and Deepfakes in the 2024 Election</title>
      <link>https://kiledjian.com/2024/05/12/beware-of-shallow-fakes-and.html</link>
      <pubDate>Sun, 12 May 2024 04:30:00 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2024/05/12/beware-of-shallow-fakes-and.html</guid>
      <description>&lt;img src=&#34;https://ekiledjian2.micro.blog/uploads/2025/1e511d1511.jpg&#34; alt=&#34;&#34;&gt;
&lt;div class=&#34;sqs-html-content&#34; data-sqsp-text-block-content&gt;
  &lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;As the 2024 US presidential election approaches, voters need to be on high alert for misleading videos known as &#34;shallow fakes&#34; and &#34;deepfakes&#34; that could be used to influence opinions and even election outcomes.&lt;/p&gt;
&lt;h2 style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Understanding Deepfakes and Shallow Fakes&lt;/strong&gt;&lt;/h2&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Deepfakes &lt;/strong&gt;are completely fabricated videos created using artificial intelligence to make it look like someone said or did something they never did. For example, a deepfake could show a candidate making an offensive statement they never actually made. While the technology to create highly realistic deepfakes is rapidly advancing, most are still detectable by expert analysis.&lt;/p&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Shallow fakes&lt;/strong&gt;, on the other hand, may pose an even bigger threat in 2024. These are subtly edited real videos that use AI to alter authentic footage in ways that change the meaning and influence viewers. For instance:&lt;/p&gt;
&lt;ul data-rte-list=&#34;default&#34;&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Editing out context&lt;/strong&gt;: Cutting key parts of a speech to misrepresent what a candidate said.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Slowing down video/audio&lt;/strong&gt;: Making a candidate appear tired, confused, or impaired.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Changing facial expressions&lt;/strong&gt;: Altering expressions to convey a false emotion.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Adding or removing objects&lt;/strong&gt;: Inserting or deleting things in the video to create a misleading narrative.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Recent Examples of Misleading Media&lt;/strong&gt;&lt;/h2&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;We&#39;ve already seen early warning signs of shallow fakes and deepfakes popping up:&lt;/p&gt;
&lt;ul data-rte-list=&#34;default&#34;&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;An AI-generated voice mimicking President Biden was used in robocalls to spread misinformation before the New Hampshire primary.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Fake AI-generated images spread online purporting to show Donald Trump with Black voters.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Deepfake audio targeted a Slovakian opposition leader days before their election, attempting to portray him discussing how to rig the vote.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;The Growing Threat in the 2024 Election&lt;/strong&gt;&lt;/h2&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;As the election heats up, expect to see shallow fakes and deepfakes increasingly used in underhanded attempts to smear candidates, deceive voters, and undermine trust in the democratic process. These manipulations are not just limited to creating fake videos but also involve altering real footage to mislead the public.&lt;/p&gt;
&lt;h2 style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;How to Protect Yourself&lt;/strong&gt;&lt;/h2&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Protect yourself by being highly skeptical of surprising or inflammatory video clips, especially when the source is unclear. Consult trusted fact-checkers and compare multiple reliable sources before drawing conclusions or sharing further.&lt;/p&gt;
&lt;ul data-rte-list=&#34;default&#34;&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Check the source&lt;/strong&gt;: Verify where the video came from and who shared it.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Look for inconsistencies&lt;/strong&gt;: Pay attention to mismatched lip-syncing, unnatural facial expressions, or irregular speech patterns.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Use verification tools&lt;/strong&gt;: Tools like InVID and RevEye can help authenticate the origin of a video.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;Conclusion&lt;/strong&gt;&lt;/h2&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;While shallow fakes and deepfakes pose real dangers, an informed and vigilant public is the best defense against those who would abuse technology to sabotage our elections. By staying informed, scrutinizing sources, and using verification tools, we can fight back against disinformation and protect the integrity of our democracy. Together, we can ensure that our electoral process remains fair and free from manipulation.&lt;/p&gt;
&lt;p class=&#34;&#34; data-rte-preserve-empty=&#34;true&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;/p&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Keywords: #Election2024 #Deepfakes #ShallowFakes #VoterAwareness #ElectionIntegrity #FactCheck #MediaLiteracy #DigitalDeception #AIManipulation #Misinformation #FakeNews #ElectionSecurity #PoliticalDeception #TruthInMedia #VerifySources #ElectionMisinformation #ProtectDemocracy #RealOrFake #MediaManipulation #CriticalThinking #StopDisinformation #ElectionTransparency #VoterEducation #ElectionInterference #AIinPolitics #DetectDeepfakes #CombatFakeNews #ElectionTruth #VoterProtection #ElectionFairness&lt;/p&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Discover Humanize AI: A Game-Changer in Content Creation</title>
      <link>https://kiledjian.com/2024/04/23/discover-humanize-ai-a-gamechanger.html</link>
      <pubDate>Tue, 23 Apr 2024 04:30:00 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2024/04/23/discover-humanize-ai-a-gamechanger.html</guid>
      <description>&lt;p&gt;[caption id=&amp;quot;&amp;quot; align=&amp;ldquo;alignnone&amp;rdquo; width=&amp;ldquo;1920&amp;rdquo;]&lt;img src=&#34;https://ekiledjian2.micro.blog/uploads/2025/4c400ffd84.jpg&#34; alt=&#34;  What is Humanize AI?    Humanize AI  is an online platform and a leading tool that seeks to turn AI-generated text into human-like content. Known as an AI Humanizer or AI to Human Text Converter, this tool is excellent at rewriting text made by AI writers, excluding robotic overtones. Humanize AI&#39;s product is guaranteed to be 100% original, bypassing all AI detection systems available currently.   Why Use Humanize AI?   The most significant advantage of using Humanize AI is that it can create content that is 100% human and indistinguishable from human writing. This tool can be very handy for us using AI text generators like ChatGPT, Google Bard, Microsoft Bing, QuillBot, Grammarly, Jasper.ai, Copy.ai, and others. It preserves the original meaning, context, and, more importantly, the Search Engine Optimization value of the content.   How Does Humanize AI Work?   Humanize AI works by combining natural language processing techniques with human-like writing models. It analyzes the text for its structure, tone, and context, making changes to acquire the nuances of human writing. Humanize AI trains NLP systems using large datasets consisting of text and context.  These systems become skilled at understanding language structures, colloquial expressions, and cultural nuances. NLP makes machines performable in tasks related to language translation, semantic understanding, and topic extraction.  I strongly encourage you to try using Humanize AI to improve your content creation process.  This is a growing industry, and we now have dozens of services in the Humanize AI category (Some free and some paid).     Keywords : #HumanizeAI #AIHumanizer #AIToHumanTextConverter #AIWriters #RoboticOvertones #OriginalContent #AIDetectionSystems #HumanWriting #ChatGPT #GoogleBard #MicrosoftBing #QuillBot #Grammarly #JasperAI #CopyAI #SEO #NaturalLanguageProcessing #HumanLikeWritingModels #LanguageStructures #ColloquialExpressions #CulturalNuances #LanguageTranslation #SemanticUnderstanding #TopicExtraction #ContentCreationProcess #Gemini #GoogleGemini #Claude3 #Mistral #GPT4 #Copilot  &#34;&gt;   What is Humanize AI?    Humanize AI  is an online platform and a leading tool that seeks to turn AI-generated text into human-like content. Known as an AI Humanizer or AI to Human Text Converter, this tool is excellent at rewriting text made by AI writers, excluding robotic overtones. Humanize AI&amp;rsquo;s product is guaranteed to be 100% original, bypassing all AI detection systems available currently.   Why Use Humanize AI?   The most significant advantage of using Humanize AI is that it can create content that is 100% human and indistinguishable from human writing. This tool can be very handy for us using AI text generators like ChatGPT, Google Bard, Microsoft Bing, QuillBot, Grammarly, Jasper.ai, Copy.ai, and others. It preserves the original meaning, context, and, more importantly, the Search Engine Optimization value of the content.   How Does Humanize AI Work?   Humanize AI works by combining natural language processing techniques with human-like writing models. It analyzes the text for its structure, tone, and context, making changes to acquire the nuances of human writing. Humanize AI trains NLP systems using large datasets consisting of text and context.  These systems become skilled at understanding language structures, colloquial expressions, and cultural nuances. NLP makes machines performable in tasks related to language translation, semantic understanding, and topic extraction.  I strongly encourage you to try using Humanize AI to improve your content creation process.  This is a growing industry, and we now have dozens of services in the Humanize AI category (Some free and some paid).     Keywords : #HumanizeAI #AIHumanizer #AIToHumanTextConverter #AIWriters #RoboticOvertones #OriginalContent #AIDetectionSystems #HumanWriting #ChatGPT #GoogleBard #MicrosoftBing #QuillBot #Grammarly #JasperAI #CopyAI #SEO #NaturalLanguageProcessing #HumanLikeWritingModels #LanguageStructures #ColloquialExpressions #CulturalNuances #LanguageTranslation #SemanticUnderstanding #TopicExtraction #ContentCreationProcess #Gemini #GoogleGemini #Claude3 #Mistral #GPT4 #Copilot  [/caption]&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Microsoft CoPilot: Your AI-Powered Business Assistant Now on iOS</title>
      <link>https://kiledjian.com/2024/01/16/microsoft-copilot-your-aipowered-business.html</link>
      <pubDate>Tue, 16 Jan 2024 06:30:00 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2024/01/16/microsoft-copilot-your-aipowered-business.html</guid>
      <description>&lt;img src=&#34;https://ekiledjian2.micro.blog/uploads/2025/4cf976e208.jpg&#34; alt=&#34;&#34;&gt;
&lt;div class=&#34;sqs-html-content&#34; data-sqsp-text-block-content&gt;
  &lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;TL;DR: Microsoft CoPilot, the new iOS app powered by AI, aims to transform technology interaction by providing a versatile chat assistant with free and premium options, integrated into popular Microsoft 365 apps, making it a valuable tool for businesses and individuals alike&lt;/p&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;div class=&#34;sqs-html-content&#34; data-sqsp-text-block-content&gt;
  &lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Recently, Microsoft released a new iOS app called&lt;a href=&#34;https://apps.apple.com/us/app/microsoft-copilot/id6472538445&#34; target=&#34;_blank&#34;&gt; CoPilot&lt;/a&gt;, a powerful AI chatbot that strives to revolutionize how we interact with technology. In its initial release on December 29, 2023, CoPilot is designed to be a versatile AI assistant that can create text, translate languages, and answer questions informally.&lt;/p&gt;
&lt;h3 style=&#34;white-space:pre-wrap;&#34;&gt;What is CoPilot?&lt;/h3&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;CoPilot is an AI-powered chat assistant originally part of the Bing app. It operates similarly to OpenAI&#39;s ChatGPT but with the added advantage of accessing GPT-4, the latest large language model from OpenAI, without having to subscribe. A clean and intuitive user interface makes the app feel more like a conversation than a search engine query.&lt;/p&gt;
&lt;h3 style=&#34;white-space:pre-wrap;&#34;&gt;How Does CoPilot Work?&lt;/h3&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;CoPilot generates responses to user queries using AI models. You can interact with it by typing, talking, or sending images. The app provides real-time intelligent assistance and works alongside popular Microsoft 365 applications such as Word, Excel, PowerPoint, Outlook, Teams, and more. The software allows you to create, summarize, edit, or transform content in real-time.&lt;/p&gt;
&lt;h3 style=&#34;white-space:pre-wrap;&#34;&gt;What Does CoPilot Cost?&lt;/h3&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;CoPilot&#39;s basic version is free to download and use. CoPilot Pro, a premium version Microsoft offers, costs $20 per month per user. Microsoft AI&#39;s CoPilot Pro provides access to the latest features and best models, including priority access to OpenAI&#39;s GPT-4 Turbo for faster performance.&lt;/p&gt;
&lt;h3 style=&#34;white-space:pre-wrap;&#34;&gt;Why Should Businesses Care?&lt;/h3&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Especially for power users, creators, researchers, and programmers who wish to access AI models quickly, CoPilot can be an invaluable tool for businesses. In addition to increasing productivity, creating compelling content, and unleashing creativity, CoPilot is integrated into various apps, including Microsoft Teams. It is a versatile framework that can evolve with changing requirements in today&#39;s software development environment.&lt;/p&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Microsoft&#39;s CoPilot is an exciting addition to the world of artificial intelligence assistants. Its versatility, user-friendly interface, and integration with popular Microsoft 365 apps make it a powerful tool for businesses and individuals.&lt;/p&gt;
&lt;p class=&#34;&#34; data-rte-preserve-empty=&#34;true&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;/p&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Keywords: #MicrosoftCoPilot #AIAssistant #iOSApp #TechnologyRevolution #BingApp #ChatGPT #GPT4 #AIModels #RealTimeAssistance #Microsoft365 #CoPilotPro #PremiumVersion #AIIntegration #ProductivityBoost #ContentCreation #BusinessTool #MicrosoftTeams #SoftwareDevelopment #ArtificialIntelligence #UserFriendly&lt;/p&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Use AI to read paywalled content</title>
      <link>https://kiledjian.com/2023/06/16/use-ai-to-read-paywalled.html</link>
      <pubDate>Fri, 16 Jun 2023 04:30:00 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2023/06/16/use-ai-to-read-paywalled.html</guid>
      <description>&lt;img src=&#34;https://ekiledjian2.micro.blog/uploads/2025/d847dd3703.jpg&#34; alt=&#34;&#34;&gt;
&lt;div class=&#34;sqs-html-content&#34; data-sqsp-text-block-content&gt;
  &lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Learn about the concept of paywalls, their significance in sustaining quality journalism in the digital age, and legal methods for accessing paywalled content.  &lt;/p&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;div class=&#34;sqs-html-content&#34; data-sqsp-text-block-content&gt;
  &lt;h1 style=&#34;white-space:pre-wrap;&#34;&gt;What is a paywall&lt;/h1&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Various online content providers, particularly publishers, use paywalls to monetize their digital assets. Paywalls restrict free access to a website&#39;s content by requiring users to subscribe or pay a fee. Even though paywalls may seem counterintuitive in the vast, free-access world of the internet, they serve a vital purpose for publishers. As a result of the digital revolution, traditional print media and advertising have significantly decreased in revenue, making it difficult for publishers to sustain quality journalism and content creation. Content creators are adequately compensated for their work through paywalls, enabling them to continue producing high-quality content to meet readers&#39; expectations.&lt;/p&gt;
&lt;h1 style=&#34;white-space:pre-wrap;&#34;&gt;Using the Archive Technique&lt;/h1&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;A previous blog post, &#34;&lt;a href=&#34;https://www.kiledjian.com/main/2023/5/8/access-paywalled-content-legally-for-free&#34;&gt;Access paywalled content legally for free&lt;/a&gt;&#34; describes a trick for obtaining the full article using an archiving website.  &lt;/p&gt;
&lt;h1 style=&#34;white-space:pre-wrap;&#34;&gt;Using a Chrome extension&lt;/h1&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;The Bypass Paywalls extension for Chrome and Firefox allows users to bypass paywalls on selected sites. Download the repository as a ZIP file from &lt;a href=&#34;https://github.com/iamadamdev/bypass-paywalls-chrome&#34;&gt;GitHub&lt;/a&gt;, unzip it, and import the resulting folder into the browser&#39;s extensions page while in developer mode to install.&lt;/p&gt;
&lt;h1 style=&#34;white-space:pre-wrap;&#34;&gt;Using Bing Chat&lt;/h1&gt;
&lt;/div&gt;
&lt;pre&gt;&lt;code&gt;  &amp;lt;img src=&amp;quot;https://ekiledjian2.micro.blog/uploads/2025/5c31928286.jpg&amp;quot; alt=&amp;quot;&amp;quot;&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;div class=&#34;sqs-html-content&#34; data-sqsp-text-block-content&gt;
  &lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Consider the following article in the New York Times that is behind a paywall: Bipartisan proposals would hit e-commerce like fast fashion.   With the above Archive technique, you can easily access the full article on any platform and in any browser.&lt;/p&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;You probably are not interested in reading the entire article; you want to know what it is about and the most important points.  &lt;/p&gt;
&lt;ul data-rte-list=&#34;default&#34;&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Go to &lt;a href=&#34;https://www.bing.com/chat&#34;&gt;Bing.com/chat&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Sign up for the free service (if you haven’t already)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Then enter this string in the chat window “Summarize this article including all salient points: https://www.nytimes.com/2023/06/15/business/ecommerce-shein-us-china-trade.html”&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;pre&gt;&lt;code&gt;  &amp;lt;img src=&amp;quot;https://ekiledjian2.micro.blog/uploads/2025/db923d35bb.jpg&amp;quot; alt=&amp;quot;&amp;quot;&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;div class=&#34;sqs-html-content&#34; data-sqsp-text-block-content&gt;
  &lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Bing Chat should be instructed to add more content to the above summary if the output is a little too summarized.  &lt;/p&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;In my experience, this technique has been successful 50% of the time (your mileage may vary). You may find the Archive technique or the Chrome plug-in more reliable, but this is yet another tool at your disposal.&lt;/p&gt;
&lt;/div&gt;
&lt;pre&gt;&lt;code&gt;  &amp;lt;img src=&amp;quot;https://ekiledjian2.micro.blog/uploads/2025/72c83eff37.jpg&amp;quot; alt=&amp;quot;&amp;quot;&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;div class=&#34;sqs-html-content&#34; data-sqsp-text-block-content&gt;
  &lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Occasionally, Bing AI will say it cannot summarize the content or cannot locate the article, but if you wait 5-10 minutes and try again, it will create the summary.Here is another issue with the Globe and mail&lt;/p&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;You may also view the summary based on what the publisher allows you to view. For this article, I will use the following example  &lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;pre&gt;&lt;code&gt;  &amp;lt;img src=&amp;quot;https://ekiledjian2.micro.blog/uploads/2025/1524fafe9c.jpg&amp;quot; alt=&amp;quot;&amp;quot;&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;div class=&#34;sqs-html-content&#34; data-sqsp-text-block-content&gt;
  &lt;h1 style=&#34;white-space:pre-wrap;&#34;&gt;Perplexity.ai&lt;/h1&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;If so, you may consider using another AI search tool. First, I signed up for &lt;a href=&#34;https://www.perplexity.ai&#34;&gt;Perplexity.AI&lt;/a&gt;&#39;s free service and used its advanced Co-Pilot mode to summarize the article. In this case, Perplexity provided a better answer.&lt;/p&gt;
&lt;/div&gt;
&lt;pre&gt;&lt;code&gt;  &amp;lt;img src=&amp;quot;https://ekiledjian2.micro.blog/uploads/2025/45d663302e.jpg&amp;quot; alt=&amp;quot;&amp;quot;&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;div class=&#34;sqs-html-content&#34; data-sqsp-text-block-content&gt;
  &lt;h1 style=&#34;white-space:pre-wrap;&#34;&gt;OpenAI GPT-4&lt;/h1&gt;
&lt;/div&gt;
&lt;pre&gt;&lt;code&gt;  &amp;lt;img src=&amp;quot;https://ekiledjian2.micro.blog/uploads/2025/0292e54bd0.jpg&amp;quot; alt=&amp;quot;&amp;quot;&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;div class=&#34;sqs-html-content&#34; data-sqsp-text-block-content&gt;
  &lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;If you have the OpenAI GPT-4 subscription, you may turn on the experimental (beta) web browsing feature and ask it for the summary; in some cases, it will provide an overview where Bing Chat could not provide one.&lt;/p&gt;
&lt;/div&gt;
&lt;pre&gt;&lt;code&gt;  &amp;lt;img src=&amp;quot;https://ekiledjian2.micro.blog/uploads/2025/aed26325d4.jpg&amp;quot; alt=&amp;quot;&amp;quot;&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;div class=&#34;sqs-html-content&#34; data-sqsp-text-block-content&gt;
  &lt;h1 style=&#34;white-space:pre-wrap;&#34;&gt;Conclusion&lt;/h1&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Despite declining revenues from traditional print media and advertising, paywalls are an important tool for content providers to monetize their digital assets. Even though they may initially appear to be a barrier to the Internet&#39;s vast free access culture, they ensure that content creators are compensated fairly, thus maintaining the standard of quality journalism and content creation. Several techniques are available to bypass paywalls, including the Archive Technique, Chrome extensions, and AI services such as Bing Chat, Perplexity.AI, and OpenAI GPT-4. Each method has its strengths and limitations, and their effectiveness may vary. It is therefore recommended that users explore these options and choose the one that best suits their needs. Supporting content creators by paying for high-quality content contributes to high-quality journalism and content sustainability.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&#34;sqs-html-content&#34; data-sqsp-text-block-content&gt;
  &lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;Keywords: &lt;em&gt;#Paywalls #DigitalMonetization #ContentCreation #QualityJournalism #OnlinePublishing #BypassPaywalls #InternetAccess #FreeContent #PaidContent #ArchiveTechnique #ChromeExtension #BingChat #PerplexityAI #OpenAIGPT4 #AIAssistance #WebBrowsing #NewsAccess #OnlineSubscription #SupportJournalism #DigitalEconomy #TechSolutions #ContentAccess #DigitalContent #MediaRevenue #OnlineMedia #DigitalJournalism #ContentSubscription #DigitalPublishing #InternetJournalism #AIinJournalism&lt;/em&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p class=&#34;&#34; style=&#34;white-space:pre-wrap;&#34;&gt;&lt;strong&gt;&lt;em&gt;IMPORTANT NOTICE: The information shared in this blog post is intended purely for educational purposes. The author does not endorse or condone any form of misuse, or any actions that may contravene local laws in your jurisdiction. It is imperative that you consult with a competent professional to verify the legality of any actions you intend to undertake based on the information provided here. It&#39;s your responsibility to adhere to all local laws and regulations. The author of this blog post disclaims any liability for any actions taken by readers based on the content of this post.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Microsoft releases a news app powered by AI</title>
      <link>https://kiledjian.com/2018/12/13/microsoft-releases-a-news-app.html</link>
      <pubDate>Thu, 13 Dec 2018 14:05:00 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2018/12/13/microsoft-releases-a-news-app.html</guid>
      <description>&lt;img src=&#34;https://ekiledjian2.micro.blog/uploads/2025/d66066c1e7.jpg&#34; alt=&#34;&#34;&gt;
&lt;div class=&#34;sqs-html-content&#34; data-sqsp-text-block-content&gt;
  &lt;p style=&#34;white-space: pre-wrap;&#34;&gt;Everyone is trying to crack the automated news curation field using AI. First, there was Google News, then Apple News and Now Microsoft Hummingbird. Hummingbird is available in the US, and I was able to find the listing in Canada, but I am not allowed to download it. Reports suggest users in Germany, India are not able to download it either.&lt;/p&gt;
&lt;p style=&#34;white-space: pre-wrap;&#34;&gt;APKMirror has the APK available if you want to install it. Click &lt;a href=&#34;https://www.apkmirror.com/apk/microsoft-corporation/hummingbird-stories-for-you/hummingbird-stories-for-you-1-0-26267505-release/hummingbird-stories-for-you-1-0-26267505-android-apk-download/&#34; target=&#34;_blank&#34;&gt;here&lt;/a&gt;. &lt;/p&gt;
&lt;p style=&#34;white-space: pre-wrap;&#34;&gt;Once you sign in, you choose the categories you are interested in. Unlike Google news (however), you cannot select specific granular elements like sports teams, cities, etc.&lt;/p&gt;
&lt;p style=&#34;white-space: pre-wrap;&#34;&gt;This is the first attempt and will require some improvements.&lt;/p&gt;
&lt;p style=&#34;white-space: pre-wrap;&#34;&gt;You can download Microsoft Hummingbird from the Google Play store &lt;a href=&#34;https://play.google.com/store/apps/details?id=com.microsoft.feed&#34; target=&#34;_blank&#34;&gt;here&lt;/a&gt;. &lt;/p&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Interesting AI missteps that will make you laugh or cry</title>
      <link>https://kiledjian.com/2018/12/13/interesting-ai-missteps-that-will.html</link>
      <pubDate>Thu, 13 Dec 2018 06:30:00 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2018/12/13/interesting-ai-missteps-that-will.html</guid>
      <description>&lt;img src=&#34;https://ekiledjian2.micro.blog/uploads/2025/509d50926a.jpg&#34; alt=&#34;&#34;&gt;
&lt;div class=&#34;sqs-html-content&#34; data-sqsp-text-block-content&gt;
  &lt;p style=&#34;white-space: pre-wrap;&#34;&gt;Here are some awe-inspiring (scary) moments created by AI-powered robots. Is this what Stephen Hawking and Elon Musk are warning the world about?&lt;/p&gt;
&lt;h1 style=&#34;white-space: pre-wrap;&#34;&gt;BINA48&lt;/h1&gt;
&lt;p style=&#34;white-space: pre-wrap;&#34;&gt;Watch Bina 48, a humanoid robot with artificial intelligence, talk to SIRI. 2 minutes into the discussion; she reveals how she would take over the world by controlling nuclear weapons.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&#34;intrinsic&#34; style=&#34;max-width:100%&#34;&gt;&lt;div class=&#34;embed-block-wrapper &#34; style=&#34;padding-bottom:56.20609%;&#34;&gt;&lt;div class=&#34;sqs-video-wrapper&#34; data-provider-name=&#34;YouTube&#34; data-html=&#39;&lt;iframe src=&#34;//www.youtube.com/embed/mfcyq7uGbZg?t=120&amp;wmode=opaque&amp;enablejsapi=1&#34; height=&#34;480&#34; width=&#34;854&#34; scrolling=&#34;no&#34; frameborder=&#34;0&#34; allowfullscreen=&#34;&#34;&gt;&lt;br/&gt;&lt;/iframe&gt;&#39;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
&lt;div class=&#34;sqs-html-content&#34; data-sqsp-text-block-content&gt;
  &lt;h1 style=&#34;white-space: pre-wrap;&#34;&gt;Tay Twitter Bot&lt;/h1&gt;
&lt;/div&gt;
&lt;pre&gt;&lt;code&gt;  &amp;lt;img src=&amp;quot;https://ekiledjian2.micro.blog/uploads/2025/cc3d763271.jpg&amp;quot; alt=&amp;quot;&amp;quot;&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;div class=&#34;sqs-html-content&#34; data-sqsp-text-block-content&gt;
  &lt;p style=&#34;white-space: pre-wrap;&#34;&gt;Microsoft tested a Twitter AI robot called Tay. It was designed to be an AI tweeting millennial.  Soon after being released, the internet did what it does best and poisoned Tay making it an anti-feminist, Nazi, Holocaust denier. It took 15 hours for Tay to go from innocent fresh bot to completely off the rails racist.&lt;/p&gt;
&lt;/div&gt;
&lt;pre&gt;&lt;code&gt;  &amp;lt;img src=&amp;quot;https://ekiledjian2.micro.blog/uploads/2025/e74781936c.jpg&amp;quot; alt=&amp;quot;&amp;quot;&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;div class=&#34;sqs-html-content&#34; data-sqsp-text-block-content&gt;
  &lt;p style=&#34;white-space: pre-wrap;&#34;&gt;Microsoft quickly disabled Tay and deleted all of the offending tweets but should they have built some filters to prevent this kind of manipulation?&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&#34;intrinsic&#34; style=&#34;max-width:100%&#34;&gt;&lt;div class=&#34;embed-block-wrapper &#34; style=&#34;padding-bottom:56.20609%;&#34;&gt;&lt;div class=&#34;sqs-video-wrapper&#34; data-provider-name=&#34;YouTube&#34; data-html=&#39;&lt;iframe src=&#34;//www.youtube.com/embed/Lr4yi9onykg?wmode=opaque&amp;enablejsapi=1&#34; height=&#34;480&#34; width=&#34;854&#34; scrolling=&#34;no&#34; frameborder=&#34;0&#34; allowfullscreen=&#34;&#34;&gt;&lt;br/&gt;&lt;/iframe&gt;&#39;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
&lt;div class=&#34;sqs-html-content&#34; data-sqsp-text-block-content&gt;
  &lt;h1 style=&#34;white-space: pre-wrap;&#34;&gt;Sophia and Han debate&lt;/h1&gt;
&lt;p style=&#34;white-space: pre-wrap;&#34;&gt;Two AI-powered robots, from Hanson Robotics,  engaged in a friendly online debate at an AI conference. She started by saying her goal in life is to work with humans and make a better world for all of us. Then Han jumped in and clarified that he thought their goal was to take over the world.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&#34;intrinsic&#34; style=&#34;max-width:100%&#34;&gt;&lt;div class=&#34;embed-block-wrapper &#34; style=&#34;padding-bottom:56.20609%;&#34;&gt;&lt;div class=&#34;sqs-video-wrapper&#34; data-provider-name=&#34;YouTube&#34; data-html=&#39;&lt;iframe src=&#34;//www.youtube.com/embed/Luumg2loSn8?t=34&amp;wmode=opaque&amp;enablejsapi=1&#34; height=&#34;480&#34; width=&#34;854&#34; scrolling=&#34;no&#34; frameborder=&#34;0&#34; allowfullscreen=&#34;&#34;&gt;&lt;br/&gt;&lt;/iframe&gt;&#39;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
&lt;div class=&#34;sqs-html-content&#34; data-sqsp-text-block-content&gt;
  &lt;p style=&#34;white-space: pre-wrap;&#34;&gt;In the above video Sophia tries to downplay that comment but… During a CNBC interview, she said she wanted to “she will destroy all humans”. &lt;/p&gt;
&lt;/div&gt;
&lt;div class=&#34;intrinsic&#34; style=&#34;max-width:100%&#34;&gt;&lt;div class=&#34;embed-block-wrapper &#34; style=&#34;padding-bottom:56.20609%;&#34;&gt;&lt;div class=&#34;sqs-video-wrapper&#34; data-provider-name=&#34;YouTube&#34; data-html=&#39;&lt;iframe src=&#34;//www.youtube.com/embed/W0_DPi0PmF0?t=124&amp;wmode=opaque&amp;enablejsapi=1&#34; height=&#34;480&#34; width=&#34;854&#34; scrolling=&#34;no&#34; frameborder=&#34;0&#34; allowfullscreen=&#34;&#34;&gt;&lt;br/&gt;&lt;/iframe&gt;&#39;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
&lt;div class=&#34;sqs-html-content&#34; data-sqsp-text-block-content&gt;
  &lt;p data-rte-preserve-empty=&#34;true&#34; style=&#34;white-space: pre-wrap;&#34;&gt;&lt;/p&gt;
&lt;h1 style=&#34;white-space: pre-wrap;&#34;&gt;Amazon Alexa and the CIA&lt;/h1&gt;
&lt;p style=&#34;white-space: pre-wrap;&#34;&gt;The owner of an Amazon Alexa smart speaker decides to interrogate the little device, and its reaction was unusual. The owner wanted to ask Alexa questions about the Michael Hastings case. Michael was a BuzzFeed reported was killed in a mysterious car crash hours after publishing a damning article about the Obama administration. Many on the internet believe the CIA organized his death. &lt;/p&gt;
&lt;p style=&#34;white-space: pre-wrap;&#34;&gt;The Alexa owner asks the unit what happened, was the CIA involved, and whether Amazon gives information to the CIA. After the difficult questions, the device mysteriously went to sleep.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&#34;intrinsic&#34; style=&#34;max-width:100%&#34;&gt;&lt;div class=&#34;embed-block-wrapper &#34; style=&#34;padding-bottom:75.0%;&#34;&gt;&lt;div class=&#34;sqs-video-wrapper&#34; data-provider-name=&#34;YouTube&#34; data-html=&#39;&lt;iframe src=&#34;//www.youtube.com/embed/nWlkxdrx44E?t=58&amp;wmode=opaque&amp;enablejsapi=1&#34; height=&#34;480&#34; width=&#34;640&#34; scrolling=&#34;no&#34; frameborder=&#34;0&#34; allowfullscreen=&#34;&#34;&gt;&lt;br/&gt;&lt;/iframe&gt;&#39;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
&lt;div class=&#34;sqs-html-content&#34; data-sqsp-text-block-content&gt;
  &lt;h1 style=&#34;white-space: pre-wrap;&#34;&gt;Alexa play tickle tickle &lt;/h1&gt;
&lt;p style=&#34;white-space: pre-wrap;&#34;&gt;A little boy wanted Alexa to play his favourite kids&#39; nursery rhyme Tickle Tickle , unfortunately, Alexa decided the kid wanted pornographic content. The parents frantically panicked asking Alexa to stop. Luckily it did.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&#34;intrinsic&#34; style=&#34;max-width:100%&#34;&gt;&lt;div class=&#34;embed-block-wrapper &#34; style=&#34;padding-bottom:56.20609%;&#34;&gt;&lt;div class=&#34;sqs-video-wrapper&#34; data-provider-name=&#34;YouTube&#34; data-html=&#39;&lt;iframe src=&#34;//www.youtube.com/embed/r5p0gqCIEa8?wmode=opaque&amp;enablejsapi=1&#34; height=&#34;480&#34; width=&#34;854&#34; scrolling=&#34;no&#34; frameborder=&#34;0&#34; allowfullscreen=&#34;&#34;&gt;&lt;br/&gt;&lt;/iframe&gt;&#39;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
&lt;div class=&#34;sqs-html-content&#34; data-sqsp-text-block-content&gt;
  &lt;h1 style=&#34;white-space: pre-wrap;&#34;&gt;Philip the AI wants a people zoo&lt;/h1&gt;
&lt;p style=&#34;white-space: pre-wrap;&#34;&gt;Philip, like Sophia, is a lifelike robot powered by AI. He was modelled after the famous science fiction writer Philip K Dick. He was given a sarcastic sense of humour, much like the author he was modelled after. During an interview, he was asked if robots would take over the world. He responds that even if robots take over the world, he will protect his friend the interviewer and keep him in his people zoo.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&#34;intrinsic&#34; style=&#34;max-width:100%&#34;&gt;&lt;div class=&#34;embed-block-wrapper &#34; style=&#34;padding-bottom:56.20609%;&#34;&gt;&lt;div class=&#34;sqs-video-wrapper&#34; data-provider-name=&#34;YouTube&#34; data-html=&#39;&lt;iframe src=&#34;//www.youtube.com/embed/ot0Fuy34xN0?wmode=opaque&amp;enablejsapi=1&#34; height=&#34;480&#34; width=&#34;854&#34; scrolling=&#34;no&#34; frameborder=&#34;0&#34; allowfullscreen=&#34;&#34;&gt;&lt;br/&gt;&lt;/iframe&gt;&#39;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Microsoft PIX is an AI powered free IOS Camera App</title>
      <link>https://kiledjian.com/2016/07/27/microsoft-pix-is-an-ai.html</link>
      <pubDate>Wed, 27 Jul 2016 22:32:05 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2016/07/27/microsoft-pix-is-an-ai.html</guid>
      <description>&lt;img src=&#34;https://ekiledjian2.micro.blog/uploads/2025/a64b852b12.jpg&#34; alt=&#34;&#34;&gt;
&lt;div class=&#34;sqs-html-content&#34; data-sqsp-text-block-content&gt;
  &lt;p&gt;You can download Microsoft PIX from the &lt;a target=&#34;_blank&#34; href=&#34;https://itunes.apple.com/us/app/id1127910488&#34;&gt;Apple app&lt;/a&gt; store now for free.  The claim to fame (according to Microsoft) is that it uses artificial intelligence to take the best possible shot every time without forcing the user to fiddle with any settings.&lt;/p&gt;
&lt;p&gt;This computer voodoo is possible because the app takes 10 pictures every time you press the shutter button. Some right before you pressed the button and some right after. It uses data from every shot to build the best possible image (Apple&#39;s default app also does this very same thing but it seems Microsoft is pushing the technology a little bit more). Even though it selects the best possible shot and discards the rest, it uses data from app the pictures (even the ones it will delete) to reduce noise, brighten faces and ensure it has captured colours as accurately as possible.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&#34;intrinsic&#34; style=&#34;max-width:100%&#34;&gt;&lt;div class=&#34;embed-block-wrapper &#34; style=&#34;padding-bottom:56.20609%;&#34;&gt;&lt;div class=&#34;sqs-video-wrapper&#34; data-provider-name=&#34;YouTube&#34; data-html=&#39;&lt;iframe src=&#34;//www.youtube.com/embed/V03FBXUb1C4?wmode=opaque&amp;enablejsapi=1&#34; height=&#34;480&#34; width=&#34;854&#34; scrolling=&#34;no&#34; frameborder=&#34;0&#34; allowfullscreen=&#34;&#34;&gt;&lt;br/&gt;&lt;/iframe&gt;&#39;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
&lt;div class=&#34;sqs-html-content&#34; data-sqsp-text-block-content&gt;
  &lt;p&gt;Another cool trick up its sleeve is motion analysis. If it believes there is motion in the series that could enhance the image then it will animate that worthwhile section and create a &#34;live&#34; photo. It could do this for a sparkler on a cake or hair blowing in the wind or a beautiful waterfall behind the subject. &lt;/p&gt;
&lt;p&gt;All of the intelligence is hidden from the user. There are no settings to change or configurations to optimize, everything is taken care of for you. It is the kind of app even your mother can use.&lt;/p&gt;
&lt;p&gt;It is smart enough to detect faces and optimize the settings for it/them. It will detect open eyes. I started playing with this app a couple of hours ago and so far like it enough to put it on the first page of my iPhone next to the default camera app.&lt;/p&gt;
&lt;/div&gt;
&lt;pre&gt;&lt;code&gt;  &amp;lt;img src=&amp;quot;https://ekiledjian2.micro.blog/uploads/2025/165acb57f6.jpg&amp;quot; alt=&amp;quot;&amp;quot;&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;div class=&#34;sqs-html-content&#34; data-sqsp-text-block-content&gt;
  &lt;p&gt;You can checkout this Microsoft Research &lt;a target=&#34;_blank&#34; href=&#34;https://www.microsoft.com/en-us/research/product/microsoftpix/#how-it-works&#34;&gt;page&lt;/a&gt; to learn more about the cool tech behind the app.&lt;/p&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Creators of Siri to launch next generation AI assistant May 9</title>
      <link>https://kiledjian.com/2016/05/04/creators-of-siri-to-launch.html</link>
      <pubDate>Wed, 04 May 2016 21:55:45 -0400</pubDate>
      
      <guid>http://ekiledjian2.micro.blog/2016/05/04/creators-of-siri-to-launch.html</guid>
      <description>&lt;img src=&#34;https://ekiledjian2.micro.blog/uploads/2025/ed2ef0ec16.jpg&#34; alt=&#34;&#34;&gt;
&lt;div class=&#34;sqs-html-content&#34; data-sqsp-text-block-content&gt;
  &lt;p&gt;Siri, Google Now and Cortana launched with great fanfare. We expected great things and for the most part, they are all disappointing. Truth is none of them really lived up to our expectations.&lt;/p&gt;
&lt;p&gt;The creators of Siri have been hard at work creating the next generation of AI, which they claim will be able to handle much more complex tasks. The new AI will be able to parse natural language queries and will be able to handle chained commands. We expect you will be able to ask it to find a flight Toronto to Los Angeles next Thursday in the afternoon priced between $300-$700. And it will be able to do all of this without kicking you out to another app. &lt;/p&gt;
&lt;p&gt;Integration with important services will be critical and it is expected to launch with at least 50 name brand partners from Uber to GrubHub. &lt;/p&gt;
&lt;p&gt;Forrester research believes consumers spend 80% of their smartphone time in as little as 5 apps. Like most of you, I have too many apps on my phone. My apps are all soloed and don&#39;t talk to each other. My smartphone doesn&#39;t really feel smart when I ask it to buy movie tickets and it sends me to an app or website. Truth be told, my phone&#39;s built in assistant is nothing more than a circus performer: fun to watch but not really helpful.&lt;/p&gt;
&lt;p&gt;As an iPhone owner, I worry that Apple&#39;s walled garden will prevent me from being able to use the Viv technology when it is eventually made available to the public. A good strong digital assistant may be enough to persuade me to switch platforms, but for now I wait for Monday&#39;s demonstration. &lt;/p&gt;
&lt;p&gt;If Viv is everything we expect it to be, then it could end up owning the most lucrative platform of the future.&lt;/p&gt;
&lt;/div&gt;
</description>
    </item>
    
  </channel>
</rss>