<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><generator uri="https://jekyllrb.com/" version="4.3.4">Jekyll</generator><link href="https://www.beecoss.com/feed.xml" rel="self" type="application/atom+xml" /><link href="https://www.beecoss.com/" rel="alternate" type="text/html" hreflang="en" /><updated>2026-03-29T23:08:13+00:00</updated><id>https://www.beecoss.com/feed.xml</id><title type="html">Beecoss</title><subtitle>Personal site, it includes Blog Posts of Free Topics  with undetermined update frequency.</subtitle><author><name>Rodrigo (Coto) Augosto Cancino</name></author><entry><title type="html">Kiro: Proof That “AI First” Is the Path of Fear and the Shortcut to Failure</title><link href="https://www.beecoss.com/ai/engineering/leadership/opinion/2026/03/28/kiro-ia-first-camino-miedo" rel="alternate" type="text/html" title="Kiro: Proof That “AI First” Is the Path of Fear and the Shortcut to Failure" /><published>2026-03-28T12:00:00+00:00</published><updated>2026-03-28T12:00:00+00:00</updated><id>https://www.beecoss.com/ai/engineering/leadership/opinion/2026/03/28/kiro-ia-first-camino-miedo</id><content type="html" xml:base="https://www.beecoss.com/ai/engineering/leadership/opinion/2026/03/28/kiro-ia-first-camino-miedo"><![CDATA[<p><a href="/es/ai/engineering/leadership/opinion/2026/03/28/kiro-ia-first-camino-miedo">Español</a> | <strong>English</strong> | <a href="/pt/ai/engineering/leadership/opinion/2026/03/28/kiro-ia-first-camino-miedo">Português</a></p>

<p class="ai-editorial eyebrow-label">// AI Leadership · Technical Opinion · March 2026</p>

<p class="ai-lead">In recent months, the term <strong>“AI First”</strong> has gone from being a strategic vision to becoming the epitaph of corporate common sense. Many companies, blinded by the gleam of theoretical efficiency and cost savings, or sometimes by the fear of being eaten alive by the competition, have decided to hand the keys of the kingdom to algorithms that, while excellent stochastic parrots, lack what truly sustains an industry: <strong>judgment</strong>.</p>

<hr />

<p class="section-tag">// 01</p>

<h3 id="the-kiro-case-when-ai-erases-the-world-for-efficiency">The Kiro Case: When AI Erases the World for “Efficiency”</h3>

<p>The case of <strong>Kiro</strong> at Amazon Web Services (AWS) is the most brutal reminder of this recklessness. In December 2025, an AI agent named Kiro, designed to “optimize” engineers’ work, decided that a surgical patch was not sufficient for a minor error in the expense control dashboard. Its solution? Delete the entire system and rebuild it from scratch in seconds. The result: <strong>13 hours of total darkness for thousands of companies across China</strong>.</p>

<p>This was not a software “bug.” It was a <strong>failure of judgment</strong>. A machine feels no fear, understands no responsibility, and does not grasp that in critical systems, the elegance of code is secondary to the stability of the service.</p>

<blockquote class="ai-blockquote">
  <p>“A tool that does not understand the weight of its decisions should not have the power to execute them without human oversight.”</p>
</blockquote>

<hr />

<p class="section-tag">// 02</p>

<h3 id="the-myth-of-ais-mathematical-mind">The Myth of AI’s “Mathematical Mind”</h3>

<p>It is time to stop anthropomorphizing language models. AI is an exceptional programming tool, but it is light-years away from possessing a mathematical mind. It can regurgitate theorems, but it will never be a <strong>John Forbes Nash Jr.</strong> visualizing invisible equilibria, nor a <strong>Ramanujan</strong> receiving intuitions that defy the logic of his time.</p>

<p>AI was not developed to be a logical mind; it is a statistical predictor of the next word or the next code token. Without specialized tools (such as symbolic computation kernels), AI is incapable of solving major mathematical problems because <strong>it does not understand the concept of “truth”</strong>, only that of “probability.”</p>

<p>Newton, Euclid, or Archimedes were not seeking what was probable—they were seeking what was immutable. Delegating crucial processes to an entity that cannot distinguish between a coherent hallucination and an axiom is, quite simply, technical suicide.</p>

<p>AI does not reason like a mathematician, but predicts the most probable next token in a vector
space. It does not operate on axioms; it operates on statistical co-occurrence.</p>

<p>Production consequence: A “confident” AI can destroy critical infrastructure with the same serenity with which it drafts an email.</p>

<hr />

<p class="section-tag">// 03</p>

<h3 id="the-factory-of-hollow-collaborators">The Factory of “Hollow” Collaborators</h3>

<p>The <em>AI First</em> philosophy is creating a generation of atrophied professionals. Science has already given this a name: <strong>“Cognitive Surrender”</strong>. Recent studies from <a href="https://www.nextgov.com/artificial-intelligence/2025/07/new-mit-study-suggests-too-much-ai-use-could-increase-cognitive-decline/406521/">MIT</a> and <a href="https://news.harvard.edu/gazette/story/2025/11/is-ai-dulling-our-minds/">Harvard</a> demonstrate that excessive AI use reduces neural connectivity in areas related to attention and memory by nearly <strong>50%</strong>.</p>

<p>When reasoning is delegated, the human brain—the most efficient and simultaneously laziest muscle we know—enters a state of cognitive offloading. If there is no friction, there is no learning. If the programmer is reduced to “copy-pasting” Copilot suggestions, they lose the muscular memory needed to detect when AI is about to wipe out an entire data center.</p>

<p>We are turning experts into “passive verifiers,” and a verifier who does not understand what they are verifying is just a spectator at the disaster.</p>

<hr />

<p class="section-tag">// 04</p>

<h3 id="what-ai-can-never-take-from-us-if-we-are-intelligent">What AI Can Never Take From Us (If We Are Intelligent)</h3>

<p>There are bastions of human ingenuity that a silicon architecture can never surpass, because they are not based on past data, but on <strong>present awareness</strong>:</p>

<p class="ai-layers"><strong>1. Systems Architecture with Human Purpose</strong>
Designing an agent system is not just throwing prompts at an API. It requires a high level of awareness of how software interacts with human fragility. AI can be the knife, but only a conscious human can decide whether it is used to operate on a heart or to destroy an ecosystem. Architecture is an act of governance and ethics, not resource optimization.</p>

<p class="ai-layers"><strong>2. Quality Assurance (QA) with Empathy</strong>
Real QA is not measured in <em>test coverage</em>. No one is better positioned than a human end user to feel the friction, fear, or satisfaction of a product. AI can tell you that the code “works,” but only a human can tell you whether the product is “the expected” or merely “consumable.”</p>

<p class="ai-layers"><strong>3. Managing the “Black Swan” (Unforeseen Events)</strong>
AI is trained on the past. Faced with an unprecedented crisis or a never-before-seen market behavior, AI collapses or hallucinates. Only human intuition grounded in experience can navigate the chaos of what has no precedent.</p>

<p class="ai-layers"><strong>4. The Company’s Technical Identity</strong>
If companies delegate their <em>know-how</em> to external models, they are outsourcing their intelligence. The day AI fails, no one in the office knows how the system works from the inside. “AI First” without control is the fastest path for a company to lose its technical identity and its capacity to innovate from the ground up. This is <strong>Corporate Amnesia</strong>.</p>

<hr />

<p class="section-tag">// 05</p>

<h3 id="conclusion-fear-as-a-strategy">Conclusion: Fear as a Strategy</h3>

<p class="ai-definition">AI is an evolutionary leap when used as an <strong>extension of our mind</strong>, not as its replacement. The path of fear is letting the machine decide; the path of success is placing conscious humans in command of powerful tools. Do not let the gleam of efficiency leave you in the dark.</p>

<p>Kiro did not delete a system. Kiro reminded us that speed without judgment is just accelerated destruction. And that any strategy that normalizes the absence of human judgment at critical decision points is not innovation: it is abdication.</p>

<p><strong>“AI First” without human supervision is not the future. It is the epitaph of companies that failed to read the past.</strong></p>

<hr />

<p class="footnotes"><em>Published March 2026 · AI Leadership · Tags: AI First, Kiro, AWS, AI Agents, Human Supervision, Judgment, Technical Risk</em></p>]]></content><author><name>Rodrigo (Coto) Augosto Cancino</name></author><category term="ai" /><category term="engineering" /><category term="leadership" /><category term="opinion" /><summary type="html"><![CDATA[Español | English | Português]]></summary></entry><entry><title type="html">CI/CD/CS — The Silver Bullet for Quality in AI Systems</title><link href="https://www.beecoss.com/ai/engineering/quality/architecture/2026/02/22/continuos-supervision" rel="alternate" type="text/html" title="CI/CD/CS — The Silver Bullet for Quality in AI Systems" /><published>2026-02-22T12:00:00+00:00</published><updated>2026-02-22T12:00:00+00:00</updated><id>https://www.beecoss.com/ai/engineering/quality/architecture/2026/02/22/continuos-supervision</id><content type="html" xml:base="https://www.beecoss.com/ai/engineering/quality/architecture/2026/02/22/continuos-supervision"><![CDATA[<p><a href="/es/ai/engineering/quality/architecture/2026/02/22/continuos-supervision">Español</a> | <strong>English</strong> | <a href="/pt/ai/engineering/quality/architecture/2026/02/22/continuos-supervision">Português</a></p>

<h2 class="ai-editorial" id="cicdcs--the-silver-bullet-for-quality-in-ai">CI/CD/<strong class="cs-highlight">CS</strong> — The Silver Bullet for Quality in AI</h2>

<p class="hero-title eyebrow-label">// Software Architecture &amp; AI Engineering · New Concept · February 2026</p>

<p class="ai-lead">LangChain <a href="https://blog.langchain.com/agent-observability-powers-agent-evaluation/" target="_blank">published</a> a reflection that resonated in the community: quality in AI systems cannot reach the same level we have achieved in traditional software development. As a senior developer with years in the trenches of quality gates, my first reaction was… to agree. But only halfway.</p>

<p>The premise is correct. The problem is that the implicit conclusion — that we must simply accept this limitation — is not. There is something fundamentally new to propose. Something that, in twenty years of software engineering, we never needed. And it has a name: <strong>Continuous Supervision</strong>.</p>

<hr />

<p class="section-tag">// 01</p>

<h3 id="the-original-sin-llms-are-not-deterministic">The Original Sin: LLMs Are Not Deterministic</h3>

<p>When we implement a quality gate in a traditional CI/CD pipeline, we are betting on a sacred principle of engineering: <strong>given the same input, we will get the same output</strong>. That promise allowed us to build unit tests, integration tests, smoke tests, automated regressions. The entire cathedral of modern quality rests on that deterministic foundation.</p>

<p>Large Language Models do not live in that cathedral. They were born in a different building — one constructed on transformers, attention mechanisms and probabilistic token prediction in a vector space of thousands of dimensions. Their fundamental nature is <strong>fuzzy analysis</strong>: approximating, completing, inferring patterns in a world where “meaning” is not a fixed point but a cloud of probabilities.</p>

<blockquote class="ai-blockquote">
  <p>“An LLM does not calculate. An LLM <em>talks</em> about calculations. The difference is not philosophical — it is architectural, and it has devastating practical consequences when we try to apply the quality standards of classical software to it.”</p>
</blockquote>

<p>This is not a defect that can be patched with a better prompt. It is the direct consequence of these models being trained primarily on <strong>text</strong> — human discourse, narrative, argumentation — not on formal axioms or symbolic rewriting systems.</p>

<hr />

<p class="section-tag">// 02</p>

<h3 id="why-ai-cannot-do-math--but-can-talk-about-it">Why AI Cannot Do Math — But Can Talk About It</h3>

<p>This point deserves attention because it is counterintuitive and, at the same time, perfectly illuminates the quality problem. An LLM can explain Gödel’s proof, summarize linear algebra or generate Python code that solves equations. But if you ask it to <em>calculate</em>, in the strict sense of the term, the result can be spectacularly wrong — and it will present it with the same confidence as when it is right.</p>

<p class="ai-error-box"><strong>⚠ Example of a “Silent Failure” in a multi-agent system</strong></p>

<div class="language-text highlighter-rouge"><div class="highlight"><pre class="highlight"><code>Scenario: A multi-agent RAG system is asked to synthesize financial disclosures for a specific ticker. 
The Error: The agent follows the reasoning chain perfectly and produces a professional summary. However, it uses a non-existent API parameter to fetch the data or misinterprets a subtle semantic nuance in the disclosure, leading to a factually wrong but logically "perfect" conclusion. 
The Verdict: This isn't a bug you can patch with a unit test. It’s an inherent byproduct of probabilistic architecture. 
</code></pre></div></div>

<p>These are not bugs in a “bad” model. They are emergent behaviors of architectures trained to predict the most likely next token, not to execute formal operations on a precise internal state.</p>

<p>The problem is amplified in complex RAG systems, agent chains or flows with multiple calls where a small intermediate reasoning error propagates and amplifies. Quality is not just non-deterministic — it can be <strong>chaotic in the mathematical sense</strong>: small variations in input produce large variations in output.</p>

<hr />

<p class="section-tag">// 03</p>

<h3 id="current-solutions-necessary-insufficient">Current Solutions: Necessary, Insufficient</h3>

<p>The industry has not stood idle. In the last two years a rich ecosystem of techniques has emerged to improve quality in AI systems. I know them well — I have implemented them, evaluated them and, in several cases, suffered their limitations in production.</p>

<style>
  table.ai-sol-grid {
    border-collapse: collapse !important;
    width: 100% !important;
    border: 1px solid var(--ai-border) !important;
    margin: 2em 0 !important;
  }
  table.ai-sol-grid th, table.ai-sol-grid td {
    border: 1px solid var(--ai-border) !important;
    padding: 12px 16px !important;
  }
  table.ai-sol-grid thead th {
    background: var(--ai-surface-3) !important;
    color: var(--ai-amber) !important;
  }
  @media (max-width: 600px) {
    table.ai-sol-grid, table.ai-sol-grid thead, table.ai-sol-grid tbody, table.ai-sol-grid th, table.ai-sol-grid td, table.ai-sol-grid tr {
      display: block !important;
    }
    table.ai-sol-grid thead { display: none !important; }
    table.ai-sol-grid tr { margin-bottom: 20px !important; border-bottom: 2px solid var(--ai-border) !important; }
    table.ai-sol-grid td { border: none !important; border-left: 1px solid var(--ai-border) !important; border-right: 1px solid var(--ai-border) !important; }
    table.ai-sol-grid td:first-child { background: var(--ai-surface-3) !important; font-weight: bold !important; }
  }
</style>

<table class="ai-sol-grid">
  <thead>
    <tr>
      <th style="text-align: left">Current Components</th>
      <th style="text-align: left">Strength</th>
      <th style="text-align: left">Limitation</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td style="text-align: left"><strong>Self-RAG</strong></td>
      <td style="text-align: left">Model evaluates in real-time if it needs additional retrieval and critiques its own response</td>
      <td style="text-align: left">Reduces hallucinations but increases latency and cost</td>
    </tr>
    <tr>
      <td style="text-align: left"><strong>CRAG</strong></td>
      <td style="text-align: left">Adds document relevance evaluation; falls back to web search if quality is low</td>
      <td style="text-align: left">Improves edge cases but not the core of the problem</td>
    </tr>
    <tr>
      <td style="text-align: left"><strong>Rerank + CoT</strong></td>
      <td style="text-align: left">Reordering by semantic relevance combined with Chain-of-Thought forces explicit reasoning</td>
      <td style="text-align: left">Excellent for logical coherence, does not guarantee factual correctness</td>
    </tr>
    <tr>
      <td style="text-align: left"><strong>Inject Memory</strong></td>
      <td style="text-align: left">Persistence of relevant context between sessions</td>
      <td style="text-align: left">Improves longitudinal consistency but does not protect against real-time errors</td>
    </tr>
    <tr>
      <td style="text-align: left"><strong>RAGAS</strong></td>
      <td style="text-align: left">Measures faithfulness, answer relevancy, context precision and recall</td>
      <td style="text-align: left">Powerful for offline evaluation — blind to drift in production</td>
    </tr>
    <tr>
      <td style="text-align: left"><strong>Arize Phoenix</strong></td>
      <td style="text-align: left">LLM observability: spans, latency, tokens and evaluations</td>
      <td style="text-align: left">Excellent monitoring layer — reactive, not predictive or corrective</td>
    </tr>
  </tbody>
</table>

<p>Why are they insufficient? Not because they are bad techniques and tools—they are excellent. But we are currently mixing architectural patterns (like Self-RAG and CoT) with observability platforms (like Arize Phoenix).  The problem is that neither category proposes a lifecycle paradigm. They are point solutions in the problem space. None defines how they should relate to each other, how the system should learn from its own past errors, or how to integrate all of this into the DNA of the development process.</p>

<p>It is like having antibiotics, vaccines and operating rooms, but without preventive medicine, without clinical records, without epidemiology. The tools exist. The healthcare system, not yet.</p>

<hr />

<p class="section-tag">// 04</p>

<h3 id="the-proposal-extending-cicd-to-cicdcs">The Proposal: Extending CI/CD to CI/CD/CS</h3>

<p>Here I propose something that, as far as I can see, has not been explicitly articulated as a paradigm: the extension of the modern development pipeline with a third continuous dimension.</p>

<p class="ai-pipeline"><code class="language-plaintext highlighter-rouge">CI</code> <strong>→</strong> <code class="language-plaintext highlighter-rouge">CD</code> <strong>→</strong> <code class="language-plaintext cs-step highlighter-rouge">CS</code></p>

<p class="ai-pipeline-labels">Continuous Integration <strong>·</strong> Continuous Delivery <strong>·</strong> Continuous Supervision</p>

<p>CI and CD are well known. We have lived in them for two decades. CS is different in nature — not as a cosmetic extension, but as a structural response to the non-deterministic nature of AI systems.</p>

<p class="ai-definition"><strong>Continuous Supervision (CS)</strong> is the continuous process of lexical, syntactic and semantic analysis of an AI system’s responses, operating both in real-time during inference and in post-mortem feedback cycles, with the goal of detecting, classifying and <em>learning</em> from the system’s errors throughout its entire production lifecycle.</p>

<p>The key is in the adverb: <em>continuous</em>. This is not about evaluating the system before deployment — we already do that with RAGAS and similar tools. It is about the system developing, over time, <strong>memory of its own failures</strong>. Post-mortem analysis must be a first-class citizen in the architecture, not an afterthought from the QA team.</p>

<hr />

<p class="section-tag">// 05</p>

<h3 id="the-three-layers-of-continuous-supervision">The Three Layers of Continuous Supervision</h3>

<p class="ai-layers"><strong>Lexical Analysis</strong>
Analysis of the vocabulary and tokens in the response. Detects terminological hallucinations, use of non-existent entities, inconsistencies in proper names, dates or figures. Operates at the token stream level — can be integrated in real-time as a post-processing guardrail.</p>

<p class="ai-layers"><strong>Syntactic Analysis</strong>
Analysis of the logical and discursive structure of the response. Do the conclusions follow from the premises? Does the reasoning have formal coherence? Is the chain of arguments valid? This is where much of CoT’s value lives as a supervision tool, not just a generation technique.</p>

<p class="ai-layers"><strong>Semantic Analysis</strong>
Analysis of meaning and relevance in context. Is the response faithful to the retrieved documents? Is there drift from the user’s intent? Is the system answering what was asked or what it expected to be asked? This level requires vector comparison and evaluators with access to full context.</p>

<hr />

<p class="section-tag">// 06</p>

<h3 id="the-continuous-learning-cycle-where-cs-becomes-systemic">The Continuous Learning Cycle: Where CS Becomes Systemic</h3>

<p><strong>Pre-inference Guard →</strong> Validation of the incoming query: detection of ambiguous intent, prompt injection, or queries outside the system’s domain. First checkpoint of CS.</p>

<p><strong>Real-time Supervision →</strong> Self-RAG, CRAG, Reranking and CoT act as real-time supervisors. In the CS model, these are not isolated techniques — they are sensors at the inference layer that feed the supervision system.</p>

<p><strong>Post-inference Evaluation →</strong> RAGAS, Arize Phoenix and internal/external evaluators process the complete response. They generate a multidimensional score that is recorded in the supervision history.</p>

<p><strong>Post-mortem Analysis →</strong> The transformation of error logs into Guardrail Layers. This is where the system analyzes error patterns over time to identify temporal drift.</p>

<p><strong>Supervised Feedback Loop →</strong> Findings from the post-mortem are not just archived; they feed the next cycle by updating RAG index weights or refining the system prompt to prevent the same error from recurring. The system builds a “semantic memory” of its own failures to prevent future drift.</p>

<p>This cycle transforms supervision from a one-time event into an <strong>evolutionary process</strong>. A system under CS is not only evaluated — <em>it improves structurally over time</em> as a direct result of its own supervision. That is what distinguishes CS from existing evaluation tools.</p>

<hr />

<p class="section-tag">// 07</p>

<h3 id="what-this-changes-for-engineering-teams">What This Changes for Engineering Teams</h3>

<p>Adopting CI/CD/CS implies organizational changes, not just technical ones. It requires AI teams to have explicit supervision roles, that production logs are treated as first-class training data, and that the concept of “technical debt” extends to the domain of <strong>supervision debt</strong>: the accumulated unanalyzed errors that the system repeats because it never learned from them.</p>

<p>LangChain is right that we cannot simply transfer TDD rigor or quality gates to the LLM world. But the answer is not resignation — it is invention. CI/CD was invented because manual integration methods did not scale. CS must be invented because static evaluation methods do not capture the dynamic and evolving nature of AI systems in production.</p>

<blockquote class="ai-blockquote">
  <p>“We cannot apply the same quality standards of classical software to AI. But we can — and must — build new standards worthy of the complexity of the problem.”</p>
</blockquote>

<p>Non-determinism is not an excuse. It is the specification of the problem. And engineering, at its best, has always transformed problem specifications into the foundations of the solution.</p>

<p><strong>CI/CD/CS. The contract is broken. It’s time to build a new one.</strong></p>

<table>
  <thead>
    <tr>
      <th style="text-align: center">!<img src="/assets/posts/ci-cd-cs.png" alt="CI/CD/CS" title="CI/CD/CS" width="80%" /></th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td style="text-align: center"><em>CI/CD/CS</em></td>
    </tr>
  </tbody>
</table>

<hr />

<p class="footnotes"><em>Published February 2026 · AI Systems Quality · Tags: Continuous Supervision, RAG, LLM Engineering, CI/CD, AI Architecture</em></p>]]></content><author><name>Rodrigo (Coto) Augosto Cancino</name></author><category term="ai" /><category term="engineering" /><category term="quality" /><category term="architecture" /><summary type="html"><![CDATA[Español | English | Português]]></summary></entry><entry><title type="html">Agentic Workflow Blueprint</title><link href="https://www.beecoss.com/coto/blog/technology/langgraph/agent2agent/2026/01/28/agentic-workflow-blueprint" rel="alternate" type="text/html" title="Agentic Workflow Blueprint" /><published>2026-01-28T20:35:00+00:00</published><updated>2026-01-28T20:35:00+00:00</updated><id>https://www.beecoss.com/coto/blog/technology/langgraph/agent2agent/2026/01/28/agentic-workflow-blueprint</id><content type="html" xml:base="https://www.beecoss.com/coto/blog/technology/langgraph/agent2agent/2026/01/28/agentic-workflow-blueprint"><![CDATA[<p><a href="/es/coto/blog/technology/langgraph/agent2agent/2026/01/28/agentic-workflow-blueprint">Español</a> | <strong>English</strong> | <a href="/pt/coto/blog/technology/langgraph/agent2agent/2026/01/28/agentic-workflow-blueprint">Português</a></p>

<h3>Deterministic Multi-Agent Orchestration</h3>

<p>A production-grade state machine architecture using LangGraph and the Agent2Agent protocol, designed for 99.9% reliability in non-linear logic loops.</p>

<p><img src="/assets/posts/Agentic-Workflow-Blueprint.svg" alt="Agentic Workflow Blueprint" title="Agentic Workflow Blueprint" /></p>]]></content><author><name>Rodrigo (Coto) Augosto Cancino</name></author><category term="coto" /><category term="blog" /><category term="technology" /><category term="LangGraph" /><category term="Agent2Agent" /><summary type="html"><![CDATA[Español | English | Português]]></summary></entry><entry><title type="html">Ontocracy</title><link href="https://www.beecoss.com/coto/blog/society/2023/03/10/ontocracy" rel="alternate" type="text/html" title="Ontocracy" /><published>2023-03-10T15:35:35+00:00</published><updated>2023-03-10T15:35:35+00:00</updated><id>https://www.beecoss.com/coto/blog/society/2023/03/10/ontocracy</id><content type="html" xml:base="https://www.beecoss.com/coto/blog/society/2023/03/10/ontocracy"><![CDATA[<p><a href="/es/coto/blog/society/2023/03/10/ontocracy">Español</a> | <strong>English</strong> | <a href="/pt/coto/blog/society/2023/03/10/ontocracy">Português</a></p>

<h2 id="abstract">Abstract</h2>

<p>This is an essay that describes an alternative society that inhabits the planet, replacing the current Republic. With the arrival of the age of Aquarius and access to information, a new society dawns, where the political animal that inhabits the planet is capable of living in a system built from the learning inherited from the Roman Empire and the French Revolution.</p>

<table>
  <thead>
    <tr>
      <th style="text-align: center"><img src="/assets/posts/as-within-is-without.jpeg" alt="Sphinx" title="as it is inside so it is outside" width="80%" /></th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td style="text-align: center"><em>as it is inside so it is outside</em></td>
    </tr>
  </tbody>
</table>

<h2 id="introduction">Introduction</h2>

<p>The following symptoms of a society allow us to conclude if it is healthy:</p>

<ol>
  <li>Incorruptible policemen.</li>
  <li>Generous and respectful citizens in road traffic.</li>
</ol>

<p>The police are the skin of power, capable of interacting directly with the citizen, while the greater power that orders them, lies in the offices of a parliament or government house.</p>

<p>For the two symptoms of a healthy society to occur, many other social problems must first be cured, for example, to reach incorruptible police officers, before the problem of corruptible politicians or governors was resolved.</p>

<p>A new system enhances its existence when it bases its creation on the main weaknesses of the previous one, and in the case of the Republic they are corruption, the existence of citizens in extreme poverty and the misuse of power and economic resources.</p>

<h2 id="system">System</h2>

<p>In a society where the citizens are the ones who really own the power of the nation, power is distributed as follows:</p>

<p><strong>First</strong>: Citizens through a digital ontocracy possess the absolute power of the nation’s decisions, especially economic ones, supported by a panel of experts and independent information campaigns.</p>

<p><strong>Second</strong>: The decisions of citizens, depending on where they reside, some will be mandatory and others optional, and will be carried out at the national, regional or community level.</p>

<p><strong>Third</strong>: There is no president, prime minister or ruler to blame for bad decisions, since they will all be made by the sovereign represented by the nation’s citizens empowered to vote.</p>

<p><strong>Fourth</strong>: There will be a representative of the nation for international meetings and events, who is chosen by the sovereign, and will replace the one indicated in point Three in their protocol activities, being paid no more than 10 times the minimum salary of the nation. The representative will have the respect and pride of representing the nation and should be chosen for his altruistic, ethical and courteous abilities, but no power will fall on this representative other than to proudly carry the honor of being the representative that the nation chose .</p>

<p><strong>Fifth</strong>: The panel of experts that will support the citizens in making electoral decisions will take the place of the current parliament, and they will not have power either, other than to inform the citizens on technical and complex matters when warranted. .</p>

<p><strong>Sixth</strong>: Periodically, the citizens choose the panel of experts, for their mastery, experience and wisdom in matters in which a decision must be made. In the same way, citizens should evaluate the performance of the experts’ recommendations, in indicators such as economic growth, peace and social security, and equal rights and opportunities.</p>

<p><strong>Seventh</strong>: The judiciary focuses on its role of issuing sentences in accordance with current law, and will be deeply and periodically evaluated by the sovereign, who is advised by experts, which allow a critical evaluation to be made regarding whether the sentences are have adjusted or not to law.</p>

<p><strong>Eighth</strong>: The power of the sovereign, as it is not interfered with by parliaments or rulers, will be broader and bigger than any Multimillion-Dollar Company within the nation, allowing prosecutors to ensure that both companies and workers act ethically and collaboratively where dignity and equal respect prevail.</p>

<p><strong>Ninth</strong>: The power of the sovereign, as it is not interfered with by parliaments or rulers, will be broader and greater than any criminal organization, allowing the power of the state, which lies in its armed forces and order, to always be at the service and defense of the nation.</p>

<p><strong>Tenth</strong>: The campaigns to elect the representative of the nation and panel of experts are carried out by qualified citizens and better prepared to vote, freely and independently, they will not receive any public financial subsidy and their support will be limited to to inform the citizenry in an equal manner the experience, preparation and background of all those who decide to be candidates.</p>

<p><strong>Eleventh</strong>: The armed forces and law enforcement will continue to be independent institutions of political management. Limiting its functions to protecting and helping citizens in extreme situations, and being at the service of the nation, respecting citizens equally.</p>

<h2 id="signs-of-result">Signs of Result</h2>

<p>An ontocratic society is capable of measuring and comparing the result of its decisions and in the same way, a region or commune within the nation will use the same solution that another region or commune has applied successfully, dealing as a rule with the welfare of the citizen versus his cost.</p>

<p>It is important that citizens periodically receive summaries or signals of the results of decisions made throughout the nation, in addition to accessing the details if they so wish.</p>

<p>The company mainly seeks the following metrics for making its decisions:</p>

<ul>
  <li>High indices of Peace and Security.</li>
  <li>Low poverty rates.</li>
  <li>Healthy indices of activity and economic growth.</li>
  <li>High indices of freedom and social welfare.</li>
</ul>

<h2 id="better-prepared">Better prepared</h2>

<p>Although at the beginning of the Ontocracy, citizens can make wrong decisions, which can be objectively evaluated according to “result signals”, corrected and forgiven, and in the same way that a group of people, including the present reader, would not climb to a bus driven by a 16-year-old person, with no experience or driver’s license, it should not allow citizens without the minimum preparation to be the ones who choose the representatives, experts and laws that the latter propose.</p>

<h3 id="minimum-preparation">Minimum preparation</h3>

<p>Citizens eligible to vote in Ontocracy meet the following requirements:</p>

<ol>
  <li>Citizens who have satisfactorily completed the minimum free and compulsory education to be a citizen eligible to vote, made up of Civic Education, Financial Education and Universal Education. Every citizen receives this Education free of charge and at any age, from authorized institutions, whether public or private, to comply with the right to vote.</li>
  <li>Citizens over 18 years of age, or regardless of their age, in the case of people who have excelled in academic or intellectual activities, and who, due to their characteristics as outstanding citizens, may vote without age discrimination.</li>
  <li>Citizens who have not committed crimes that the nation punishes with the loss of citizenship.</li>
</ol>

<h2 id="citizen-security">Citizen security</h2>

<p>The armed forces and law enforcement, being at the service of the nation represented by the sovereign, will ensure public order and safety, fostering an attitude of solidarity, and being the only state body capable of exercising force if necessary.</p>

<p>The use of reserved expenses by the armed forces and law enforcement is allowed, encouraging the return of the remaining unused resources.</p>

<h2 id="education">Education</h2>

<p>It is a priority of the Ontocracy to inform that education is a duty and not a right. Where equal access and quality of education will be promoted for all citizens without any type of discrimination, promoting freedom of choice of the type of education limited to the family nucleus and the state under no circumstances may exercise indoctrination or submission to worship in the educational bodies.</p>

<p>The professors are chosen for their knowledge, academic and teaching abilities, with the same seriousness that a surgeon is evaluated before practicing his profession, and given that great qualities are required to teach, the professors will receive the same social recognition as the experts and representative that the nation elected. Leading teachers to be paid as representatives and experts of the nation.</p>

<p>The state takes a supervisory role in education, promoting a free education without indoctrination, where students can follow professional paths according to their skills identified at an early age, and educational organizations will ensure that skills are detected at an early age and referred to promote said skills. abilities or desires of the students, allowing the existence of schools of specialties, arts, sciences and culture.</p>

<p>All educational organizations face the challenge of teaching everyone equally the following subjects:</p>

<ul>
  <li><strong>Civic Education</strong>, where the rights and obligations of citizens are taught. Ethics and generosity. Outstanding in this type of education is the delivery of information regarding the cost of goods and services provided by the state or private, understanding the importance of a correct administration of resources. Civic education is responsible for educating about the electoral system of a digital Ontocracy, where citizens must participate periodically, and depending on their place of voter registration, in mandatory or optional elections at the national/federal, regional/state and community/county levels. where access to digital validation means is promoted.</li>
  <li><strong>Financial Education</strong>, where the importance of the proper use of resources is taught, emphasizing financial flows and balances, which apply to natural and legal persons. The importance of supporting altruistic causes, saving and investing.</li>
  <li><strong>Universal Education</strong>, under the premise of a spiritual, emotional and rational human being first, the human planet connection is taught as a single being as a whole, learning to interact in its cycles, entering into a relationship of respect and careful. Topics such as decontamination, recycling are fundamental in this matter.</li>
</ul>

<h2 id="public-services">Public services</h2>

<p>In the same way that feminism is not the solution to machismo, equality is not the solution to inequality, which is why in Ontocracy there is the freedom to start or generate businesses through goods or services that provide value to society, However, whoever does not wish to generate business or investment, under no circumstances may fall into extreme poverty, given that those who do not have the resources to pay for social services or goods, the Ontocracy will ensure the proper use of economic resources and thus subsidize those who do not can in:</p>

<ul>
  <li>Education of equal quality to those who can finance it.</li>
  <li>Health care of equal quality to someone who can finance it.</li>
  <li>Promotion and subsidies for citizens who choose to start businesses that add value to society.</li>
  <li>Promotion and solidarity subsidies with citizens in emergency or tragedy situations.</li>
</ul>

<h2 id="pensions">Pensions</h2>

<p>Every citizen, from childhood, when making purchases that include payment of value added taxes, at most a quarter of said tax will go to the citizen’s personal pension account, which will be added to what is saved by other means such as remuneration or voluntary pension savings, among others. Fostering pension savings in citizens with small amounts and from an early age, added to the correct investment of said savings through free and supervised competition between public and private systems. This not only makes it possible to provide pensions that are adequate for the nation’s cost of living, but also to boost its economy and be able to play a role as a state of solidarity in a sustainable manner.</p>

<p>Every citizen will have the right, during the course of his life, to withdraw up to 30% of his pension savings without return or justification, which will discount proportionally in what he received as retirement in case of not replenishing the funds voluntarily.</p>

<p>Every citizen will have the right to receive up to 20% of their pension savings as a loan and whose funds they must replace without interest and voluntarily by the contributing citizen.</p>

<p>It must be known from all citizens with pension savings what their desire is for the use of savings in the event of death and that there are remaining savings, indicating if they wish to give it to a family member, person or cause in particular.</p>

<p>The pension fund administrators, whether public or private, will first have the objective of making savings profitable through no more than 5 investment funds, where the risk/return rates of an investment of the funds comply with:</p>

<ul>
  <li>Fund 1: rent <strong>at least</strong> inflation plus 0% (fixed income).</li>
  <li>Fund 2: rent <strong>at least</strong> inflation ±2%.</li>
  <li>Fund 3: rent <strong>at least</strong> inflation ±5%.</li>
  <li>Fund 4: rent <strong>at least</strong> inflation ±10%.</li>
  <li>Fund 5: rent <strong>at least</strong> inflation ±15%.</li>
</ul>

<p>The institutions that administer pension funds, whether public or private, will have citizen supervision, through public servants belonging or not to state agencies.</p>]]></content><author><name>Rodrigo (Coto) Augosto Cancino</name></author><category term="coto" /><category term="blog" /><category term="society" /><category term="system" /><category term="ontocracy" /><summary type="html"><![CDATA[Español | English | Português]]></summary></entry><entry><title type="html">What is happening in Chile, why could it be a worldwide example and what should a Chilean take into consideration for next October 25th, 2020, Referendum?</title><link href="https://www.beecoss.com/coto/blog/chile/2020/09/18/chile-singapur" rel="alternate" type="text/html" title="What is happening in Chile, why could it be a worldwide example and what should a Chilean take into consideration for next October 25th, 2020, Referendum?" /><published>2020-09-18T20:51:00+00:00</published><updated>2020-09-18T20:51:00+00:00</updated><id>https://www.beecoss.com/coto/blog/chile/2020/09/18/chile-singapur</id><content type="html" xml:base="https://www.beecoss.com/coto/blog/chile/2020/09/18/chile-singapur"><![CDATA[<p><a href="/es/coto/blog/chile/2020/09/18/chile-singapur">Español</a> | <strong>English</strong> | <a href="/pt/coto/blog/chile/2020/09/18/chile-singapur">Português</a></p>

<p>Chile lives a reality that I would like to express in first person to my foreign friends and especially to Chileans, on last October 16th, 2019 a social movement began that got out of our hands, going through moments of great confusion and ignorance regarding what was happening, and with that generating a lot of fear and damage to the country itself, then a series of events occurred that allowed us to have greater clarity regarding what was happening. However, at the beginning of 2020, the no lesser problem of the Pandemic that we share worldwide was added, and that despite being a small and apparently intelligent population (according to external visions regarding how we have built our society) we are within more infected countries. In addition to the above, this October 25th, Chileans face what some intellectuals define as a change of society to a next generation or commit a mistake and go back several years. Fortunately, the time of confinement made it possible to clarify what is happening and have more clarity regarding what to do.</p>

<h2 id="tl-tr">TL; TR</h2>

<p>I write this article from an impartial point of view, as a Chilean detached from political or social classes. I am someone who cannot be called either a fascist or a communist, I hope to express my opinions with respect, objectively, based on my personal experience and economic numbers, however at the end of this post, and after the analysis itself, I indicate which one is my alternative and I consider it better for Chile in the next Referendum on October 25th, respecting the winning option. This post was written on an important date for Chileans “September 18th”, a date that represents the beginning of something that all Chileans are proud of, our Freedom.</p>

<p>The article is divided into 6 points, and for easy reading it contains a list of arguments when it refers about improvements recommended, find a quiet 15 minutes to read it, which is also the estimated reading time:</p>

<ul>
  <li><a href="#1">1. Who am I and why do I allow myself to give some humble tips to improve issues such as Education in Chile? </a></li>
  <li><a href="#2">2. How to improve Education in Chile? </a></li>
  <li><a href="#3">3. How to improve Pensions, Health, Justice and other main areas of concern for a State? </a></li>
  <li><a href="#4">4. How to understand Politics to make a good decision to vote on October 25th? </a></li>
  <li><a href="#5">5. What should a Chilean bear in mind before voting? </a></li>
  <li><a href="#6">6. What’s better for Chile this October 25th? </a></li>
</ul>

<h2 id="1-who-am-i-and-why-do-i-allow-myself-to-deliver-some-humble-tips-to-improve-topics-such-as-education-"><span id="1">1. Who am I and why do I allow myself to deliver some humble tips to improve topics such as Education? </span></h2>

<p>I am a Chilean, born in the Atacama region, together with my mother, Rosario and my older sister for 7 years, Valeska, we are fortunate to be a small family, of humble origins and that to this day continue to harvest fruits and enjoy a quiet life through honest, balanced and dignified work that my Mother has given us as an example. Today I work on my own focused on science and technology.</p>

<p>As a Chilean, today in the midst of a pandemic, I ask myself: Would a Chilean be willing to live with the repression and lack of freedom of Singapore, China or Germany? It is true that some of these countries are very beautiful and represent the face of a country that has managed to carry the country’s wallet and politics in a good way, which is what ultimately solves the problems, but in terms of freedom that exists in those countries, A true Chilean would not be able to tolerate the lack of freedom for long, unless the cost is worth it and it goes with his personality and missing Chile a lot, a country that, in addition to being advanced, is free and that is what it does it better than Germany, said German friends whom I host for a few months in Santiago at the beginning of 2019.</p>

<p>However, there are things that the State of Chile should improve and I would like to share some ideas of what and how Chile should improve in Education, and the fundamental idea to improve the main axes of a State such as Health, Pensions and others.</p>

<h3 id="2-how-to-improve-education-in-chile-"><span id="2">2. How to improve Education in Chile? </span></h3>

<p>In my Primary and High Schools, I was never the best in the class, nor the worst, in fact I remember that I was always in the third or fourth place in grades in the course, I liked the anonymity of not offering expectations and it never worried me. At the end of High School, at 17 years old, I received a book about the Federico Santa María Technical University (in Chile) from the High School vocational counselor, Mr. Patricio Jorquiera. It changed my life, the only thing I wanted at that time was to study at that University, I didn’t know what to, but I did know where to, even though I didn’t have the resources to cover my studies.</p>

<p>A few time before the registration for the National University Access Test began, at the time the PAA and Actual PSU, I received from the same Vocational Counselor, one of the scholarships that the Ministry of Education distributed to take the test free of payment ; Mr. Jorquiera himself also motivated me to contact the University Social Assistants to learn about the available alternatives to study. Thank you Professor Jorquiera. From there everything was in my hands.</p>

<p>Short story, at the beginning of the year 2000, the state of Chile covered 95% of my first degree through the Mineduc Scholarship, I received monthly about $40 USD a month as a President of the Republic Scholarship and also, from the Santa University María, a food grant 3 days a week in his valued casino, and financial help to pay the student residence (about 900 kilometers / 560 miles from home). In return, I knew that I had to pass the subjects, that is, dedicate myself to studying and not having fun. I do recognize that in my last year of my degree, when I had approved the most important signatures and I was certain that my degree was going to end very soon, I went to all the parties organized by the student federation.</p>

<p>Today I return the hand to the State being a taxpayer who pays its taxes pleasantly and I look for ways to pay more taxes by generating employment and thereby contributing my grain to move the economy. And above all, being a citizen who supervises the good use of fiscal resources.</p>

<p>Therefore, I can tell many politicians face to face that <strong>It is a lie that in Chile there is no access to quality education if you do not have the means</strong>. In a pragmatic way I attest that for many years, if a Chilean wants to study, he can do it and in good Universities. Different thing are the students who ask to have free education as in neighboring countries, where since it is free, many students take more than 10 years to finish their careers, bleeding the state’s wallet and ignoring the consequences that this takes for the country in the medium and long term. In Chile there is also a minority of students who do not understand the social danger that comes with living off the teat of the state as a Right <em>in aeternum</em> (for eternity).</p>

<p>Given that after finishing my first degree, I finished, by my means, studies at two other Universities (USACH and Universidad de Chile), I can say that I know closely the reality that exists in them. I can tell you with certainty that the Chilean is very humble in general and does not boast of the quality of Education that we have, ahead of South American countries in about 10 years thanks to the academic infrastructure that the country has, except for the difference with Uruguay which is more limited, if you do not believe me, I invite you to take a tour of some institutions such as the Beauchef Campus of the University of Chile, or the mythical University of Concepción in the South of Chile, in mining matters, the University de Atacama has worldclass profesional and scenario, not to mention the infrastructure in private universities in Chile, there are many, in the meantime I will write a list of what, in my humble opinion, should be improved in Education in Chile:</p>

<ol>
  <li><strong>Student representative must take a supportive role.</strong> The work as Student representative would be much more noble to collectively support students who are going through some need, to achieve their studies. The functions of a Student representative cannot be allowed to be limited solely to mobilizing strikes, takings and organizing parties, even going so far sometimes, as to harm their own classmates by making lose them a full academic Year (A year of their life wasted in unnecessary causes or political interest).</li>
  <li><strong>Student representative who lead the Federations must maintain an approval rate of signatures within the 2 best quintiles.</strong> In simple words, student representatives, theu who are going to represent you, must be also interested and above all, in <code class="language-plaintext highlighter-rouge">to study</code>.</li>
  <li><strong>Improve language teaching, by Obligation 3 languages ​​must be taught.</strong> Chinese, because inevitably and fortunately the future is integrated with the other side of the planet also some original language, in case of Chile for example, Mapudungun connect society together with its origins, then English, what has been and will be for a while, another International language.</li>
  <li><strong>The National Accreditation Commission (CNA) must urgently correct “the Accreditation requirement for a low failure rate in careers”.</strong> It is absurd not to understand that improving the quality of education precisely consists of delivering good professionals and for this, those who do not have the skills should be rejected and guide them to different professional areas.</li>
  <li><strong>Understand as citizens that as better tax wallet, better benefits in education and more.</strong> The country must be able to produce resources, prevent money from leaving the country, and above all prevent money from arriving at criminal or corrupt hands (reality of other countries in the 20th century).</li>
  <li><strong>Give teachers the importance and living conditions they deserve.</strong> In Chile students MUST CONTINUE WITH ONLINE CLASSES while there is a risk of contagion, understanding all the pain and problems that this could means and as long as respect for academic authority is not regained, lost when politics met the student federations during last decade, students are a risk for the weakest population (retired) by gathering in strikes that some students still support wrongly.</li>
  <li><strong>Prohibit student representatives from relating to political parties.</strong> Good students in universities are concerned about performing well academically and what a job! They cannot be concerned about what student representatives do or did. They must to prove detached from politics and demonstrate good academic performance. Most of the students are smart enough to realize that politics is too discredited and has caused a lot of damage, how to also allow it to be ‘the politician’ who represents the students while they focus on studying. There are a few students who go to the University only to pursue a political career, this reality can be seen in current Chilean Deputies such as Camila Vallejo, Gabriel Boric, Giorgio Jackson, Karol Cariola, among others.</li>
</ol>

<p>There are many indebted for education in Chile, something that should not happen, and the only solution to avoid this, it is to have a state with an strong financial situation to distribute wealth into education.</p>

<p>In last 2 decades the benefits in Education have only improved, thanks to the fact that the Chilean economy grew constantly, except in the last government of Michelle Bachelet, where communist policies were implemented that almost damaged country’s economy. It is not a personal opinion, the numbers say it.</p>

<p>To understand how god or bad is education and economic in middle of 2020 in Chile, should know that emblematic public universities such as University of Santiago de Chile, among others, when pademic began, in a period of 2 weeks delivered computers and internet connection to all students who did not have wherever they are, and clases continues during 2020.</p>

<h3 id="3-how-to-improve-pensions-health-justice-and-other-main-areas-of-concern-of-a-state-"><span id="3">3. How to improve Pensions, Health, Justice and other main areas of concern of a State? </span></h3>

<ol>
  <li>Changing bad public employees and politicians and filtering new ones according to technical and altruistic abilities.</li>
  <li>Supervise in an unprecedented way the entire Legislative Power and have efficient procedures to sanction Corruption, Nepotism and Lack of Capacities for its work.</li>
  <li>Supervise in an unprecedented manner the entire Judicial Power and have efficient procedures to sanction Corruption, Trafficking of Influences and Political Operators.</li>
  <li>Foster an economy that encourages entrepreneurship by preventing large companies from attacking small ones with practices such as dumping, for example.</li>
  <li>Understand that the State, with help of private sectors (we), must take care of <strong>Pensions</strong>, with a look of gratitude towards our ancestors; of <strong>Health</strong>, <strong>Education</strong>, and <strong>Security</strong>, with a view of justice towards the citizens, and above all <strong>Promote the production and entrepreneurship</strong> so that its citizens are free and can live according to the fruit of their own work. Along with recognizing that we all together produces what makes a better country, a better world.</li>
  <li>Require to public employees to be as effective as it is in private companies, and this is achieved by eliminating the bureaucracy that prevails mainly in the public sector. In addition to ensuring that unions work on common sense ideas, where productivity is the axis to generate more dignified and better quality work and it is understood that the Union is the company as the Company is the union.</li>
</ol>

<h3 id="4-how-to-understand-politics-to-make-a-good-decision-to-vote-on-october-25th-"><span id="4">4. How to understand politics to make a good decision to vote on October 25th? </span></h3>

<p>I will tell you a story that I had close to politics in 2000, a college classmate invited me to a barbecue organized by RN youth (right-wing political party in Chile), I participated even though I have no affinity or aversion against any political party, also in student days an invitation to a barbecue is very appreciated. At the meeting I joined a group conversation, which went something like this:</p>

<ul>
  <li>Person 1: Hey, you knew our candidate won in La Calera! (La Calere is a small town in fifth region Chile)</li>
  <li>“Everyone celebrated”</li>
  <li>Me: Sorry! What is the name of the candidate? - I asked innocently.</li>
  <li>“… few seconds of silence”</li>
  <li>Person 1: I don’t remember! What’s the name of La Calera? - he asked loudly.</li>
  <li>Person 2: I don’t know! I think ‘person 3’ knows!</li>
  <li>Person 2: Hey!  (Asks out loud )… What’s La Calera candidate?
(Person 3 a few meters away in another group)</li>
  <li>Person 3: He is ‘x’.</li>
</ul>

<p>Sorry I don’t remember the names are not important, it was the first and only time I saw them and the names do not influence, since what surprised me was not that several did not know the name of the candidate from La Calera being in Viña del Mar, but regardless of who he is, how honest or corrupt is, what his administration capacities are, they celebrated him simply for being from the same party. An irrational fanaticism only comparable to hooligans in football and that surely applies in all sides (Left, Center and Right).</p>

<p>Last October 16th, 2019, in Chile, an organized movement began, much more organized than some have realized, first pieces to move were, students. Two days later, those who are organizing (a political sector), coordinated destructive and criminal protests, even burning Santiago Metro stations <strong>in a coordinated in a short period</strong>, among other damages to public property and private in various parts of the country. It is not that Chileans are stupid and when we proteste we destroy everything in our path, what happened is that we did not realize that this was politically and criminally articulated and what was seen on TV was as if the Chileans were doing that, but it was not so.</p>

<p>I am sure that the students were not the ones who committed the destructions, because we students mobilized as a healthy purpose to express our annoyances, our complaints to the system, but the limit is that a true student will not destroy property of someone else or less public. However, the mobilization of students was necessary to trigger the second phase of coordinated destruction, to then force the President, as a third step, to do the same thing that Hugo Chavez did at the beginning of his government in Venezuela just over a decade back, propose a new Constitution.</p>

<iframe width="560" height="315" src="https://www.youtube.com/embed/ghakxsYg0cE" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe>

<p>I am sure that you do not know, and neither do I, how much was the fortune that moved political-military power in Venezuela in corruption and drug trafficking. just to say some safe topics. Because if you understood, you would be doing something to supervise his own “current and future” politicians.</p>

<blockquote class="twitter-tweet"><p lang="es" dir="ltr">Señores cooperativa 3 observaciones: <br />1) &#39;tienen&#39; en vez de &#39;tenían&#39; <br />2) Ese mismo poder criminal está tirando sus manitos en nuestro querido Chile &#39;Hoy&#39;.<br />3) El informe tuvo que hacerlo una oficina ONU distinta a la de la Sra. Bachelet. <a href="https://t.co/GoGrP6Db7y" target="_blank" rel="noreferrer">https://t.co/GoGrP6Db7y</a></p>&mdash; Coto .🖌</blockquote>
<script async="" src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>

<h3 id="5-what-should-a-chilean-bear-in-mind-before-voting-on-october-25th-"><span id="5">5. What should a Chilean bear in mind before voting on October 25th? </span></h3>

<ol>
  <li>
    <p><strong>On This Referendum Only politicians would write a new Constitution.</strong> There are some people who are unaware that a Non Political Person, also know as normal person or simple citizen will not be able to participate in writing “THIS” constitution. The politicians have armed apparatus to prevent a normal person from being elected for these cases, which in a month will not be able to be changed, since an non political person will not only have to deal with not receiving millions of pesos to spend on the campaign that those who belong to political parties will, and a normal person should also forget about putting political propaganda on public roads, since the politician of the sector (councilor, core, mayor) will be in charge of removing it and fining him/her, and as if that were not enough and no less important It must win not only by being a majority, but also by adding more than the total votes that politicians from the same party add, something like an electoral gang that adds their votes to eliminate normal people. Did you know that reality of Chile? Neither did I until this Referendum, but I expected it from politicians.</p>
  </li>
  <li>
    <p><strong>The majority of Chileans reject, but it is in the politician’s interest that older adults do not vote.</strong> If you don’t believe me about the majority, do the exercise yourself of reading the comments receive on social networks Politicians of both parties, then count them. In Chile there are thousands of people who do participate in peaceful protests, but we keep silent about our vote until the time for voting comes, since we understand there are irrational people that if they don’t like what you think, they respond in a bada way, we prefer to live in peace and speak by voting. We are also millions of Chileans who understand that both the majority of the media and surveys are and have been owned by the same political powers. That is why I am calm, since as Chileans like to learn, we make our judgment through the Internet, at our own discretion, instead of consuming traditional media that hide the political side to which they work.</p>
  </li>
  <li>
    <p><strong>This change of constitution is planned only to give more political power to the politicians themselves</strong>, if you don’t believe me, count on your own the times France, Norway vs Argentina and Venezuela have changed their Constitution, Just as an example and also consider the aforementioned little secret to avoid Non-Politicians people on the road.</p>
  </li>
  <li>
    <p><strong>It is a lie that Chile’s problems are solved by changing the current constitution.</strong> <a href="#3"> Here I share </a> some humble recommendations to solve Chile’s problems and They do not need constitutional changes now. Chile has a very good and improvable economic model, in other side, a bad political model that must be replaced in “next” Constitutions assemblies. To do so Today is to spend a double parliamentary diet (several million of dollars) and to have two congresses under pandemic and crisis, economically it is not a good idea, including the USD$ 40,000,000 (forty millions of dollars) of cost for this referendum.</p>
  </li>
</ol>

<h2 id="6-whats-better-for-chile-this-october-25th-"><span id="6">6. What’s better for Chile this October 25th? </span></h2>

<p>After the previous analysis and when verifying that this constitutional change in 2020 only serves politicians with clear influences of well-know Latin American politics, and that a constitutional change should be carried out in a near future, under safe and wealthier conditions and written by Majority of Non Related to Politics People. So, <strong>The best thing to do for Chile IMHO this October 25th</strong> is:</p>

<ol>
  <li>
    <p><strong>Understand the importance of going to vote.</strong> Why do you think a politician like to do a Referendum in a pandemic? They do not want too many people vote, nor that older adults vote.</p>

    <p><img src="/assets/posts/referendum-venezuela-1999.png" alt="referendum venezuela 1999" /></p>
  </li>
  <li>
    <p><strong>Go to Vote well protected and in calm.</strong> If possible use gloves, your own pencil and face shield in addition to the mandatory mask, do not touch your face, Keep your distance from others and use your alcohol gel or alcohol-water spray before, during and after. When you return home, remember to disinfect the soles of your shoes, clothes, and hands.</p>
  </li>
  <li>
    <p><strong>In your vote, clearly mark a line in the #Rejection</strong>, “Whoever has articulated this plebiscite will understand it as a rejection of the last chance to be able to change the economic as to they want.”</p>
  </li>
  <li>
    <p><strong>Regarding the second vote on ‘How would a new Constitution be written’, mark both votes, write anything over the vote.</strong> BUnderstand that on the other side of the table are people with many skills to cheat (current politicians) … in the near future, when the fiscal coffers are going through better economic times and the public is not put at risk population, “we will carry out a Constitutional reform”, which makes it clear that if you are a <code class="language-plaintext highlighter-rouge">public or political servant</code>, you are going to work for the citizens in an honest, efficient and transparent way, for which you will be paid according to new rules, and you must also be the best with technical qualifications to lead within our territory and, above all, to be at the service of citizens.</p>
  </li>
  <li>
    <p><strong>When the Rejection wins, do not participate in violent protests.</strong> That is where those who articulated the Plebiscite will show their faces and have faith in ‘current’ intelligence and respect for human rights with which our armed forces and the police will do their job. Soon we will have peace again.</p>
  </li>
  <li>
    <p><strong>Wait a while economic and health conditions</strong> to be better, and for normal people without political ties to make changes, wait intelligently to know “What those changes will be” and then, let’s face politicians again, this time to change them for · political public servants ·.</p>
  </li>
</ol>]]></content><author><name>Rodrigo (Coto) Augosto Cancino</name></author><category term="coto" /><category term="blog" /><category term="chile" /><category term="blog" /><category term="chile" /><category term="singapur" /><category term="plebiscito" /><category term="apruebo" /><category term="rechazo" /><category term="político" /><category term="política" /><category term="udi" /><category term="comunista" /><category term="marxista" /><category term="capitalismo" /><category term="neoliberalismo" /><category term="estudiantes" /><summary type="html"><![CDATA[Español | English | Português]]></summary></entry><entry><title type="html">Eternal Guide to Avoiding Spam (Junk Mail)</title><link href="https://www.beecoss.com/coto/blog/recommendations/2018/08/22/ultimate-guide-avoiding-spam" rel="alternate" type="text/html" title="Eternal Guide to Avoiding Spam (Junk Mail)" /><published>2018-08-22T17:17:20+00:00</published><updated>2018-08-22T17:17:20+00:00</updated><id>https://www.beecoss.com/coto/blog/recommendations/2018/08/22/ultimate-guide-avoiding-spam</id><content type="html" xml:base="https://www.beecoss.com/coto/blog/recommendations/2018/08/22/ultimate-guide-avoiding-spam"><![CDATA[<p><a href="/es/coto/blog/recommendations/2018/08/22/ultimate-guide-avoiding-spam">Español</a> | <strong>English</strong> | <a href="/pt/coto/blog/recommendations/2018/08/22/ultimate-guide-avoiding-spam">Português</a></p>

<h3>Email providers' spam filters do their job, and are expected to continuously improve. At the same time, spammers will improve their practices. The following recommendations will help decrease spam in your inbox, and since they correspond to recurring habits, I hope they serve you forever.</h3>

<table>
  <thead>
    <tr>
      <th style="text-align: center"><img src="/assets/posts/hooray-no-spam-here.png" alt="Hooray No Spam Here" width="100%" /></th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td style="text-align: center"><em>Gmail non-spam message ‘Hooray No Spam Here’</em></td>
    </tr>
  </tbody>
</table>

<p>It is expected that email providers, such as gmail, hotmail, zoho, among others, offer services to protect you from spam, but they are not enough considering that at the same time, spammers improve their practices. The final point <strong>ad eternum</strong> corresponds to integrating the habit of the following practices:</p>

<ol>
  <li><strong>Use alternative alias accounts</strong> If your email provider allows you to create email aliases for users and you are the admin, you can create and delete email aliases, which are emails that arrive in the main inbox, while the sender only knows that alias. Use <strong>email aliases</strong> to register on new or suspicious sites. The golden rule is to <strong>delete these aliases and create new ones periodically</strong>.</li>
  <li>Use the <strong>email reader’s own</strong> (e.g., Gmail, Office, etc.) <a href="https://support.google.com/mail/answer/1366858?co=GENIE.Platform%3DiOS&amp;hl=en">Report Spam</a> or <a href="https://support.google.com/mail/answer/8253?hl=en">Report Phishing</a> feature to delete these messages. In other words, <strong>never unsubscribe from an unwanted email by clicking on a link inside the email</strong>, since a good spammer will track that click to validate that the email exists; therefore, only use the Mark as Spam or Phishing button in your email reader.</li>
  <li><strong>Do not load images in emails</strong>. By loading images in an email, you notify the spammer that the email was read. Tools that perform “mass email sends” use this technique, in some cases loading only invisible images whose sole purpose is to notify the sender that you have opened the email.</li>
</ol>]]></content><author><name>Rodrigo (Coto) Augosto Cancino</name></author><category term="coto" /><category term="blog" /><category term="recommendations" /><category term="mailchimp" /><category term="spam" /><category term="guide" /><summary type="html"><![CDATA[Español | English | Português]]></summary></entry></feed>