<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <id>https://spectrabrain.ai/en/blog</id>
    <title>spectrabrain Blog</title>
    <updated>2026-08-07T19:00:00.000Z</updated>
    <generator>https://github.com/jpmonette/feed</generator>
    <link rel="alternate" href="https://spectrabrain.ai/en/blog"/>
    <subtitle>spectrabrain Blog</subtitle>
    <icon>https://spectrabrain.ai/en/images/favicon-32.png</icon>
    <entry>
        <title type="html"><![CDATA[EVA Release v3.1]]></title>
        <id>https://spectrabrain.ai/en/blog/Release/eva_v_3_1</id>
        <link href="https://spectrabrain.ai/en/blog/Release/eva_v_3_1"/>
        <updated>2026-08-07T19:00:00.000Z</updated>
        <summary type="html"><![CDATA[EVA v3.1: Easier Connections, Clearer Understanding]]></summary>
        <content type="html"><![CDATA[<h2 class="anchor anchorWithStickyNavbar_LWe7" id="eva-v31-easier-connections-clearer-understanding">EVA v3.1: Easier Connections, Clearer Understanding<a href="https://spectrabrain.ai/en/blog/Release/eva_v_3_1#eva-v31-easier-connections-clearer-understanding" class="hash-link" aria-label="Direct link to EVA v3.1: Easier Connections, Clearer Understanding" title="Direct link to EVA v3.1: Easier Connections, Clearer Understanding">​</a></h2>
<p>EVA v3.1 focuses on making EVA easier to access for users operating multiple EVA servers and large numbers of cameras, while helping administrators manage accounts and permissions more efficiently.</p>
<p>This release introduces <strong>unified authentication and SSO</strong>, which lets users access Apps across multiple EVA servers with one login; <strong>Knowledge-based EVA Chat</strong>, which can answer questions using manuals and customer documents; and <strong>camera groups</strong>, which organize cameras by work area and purpose.</p>
<br>
<p>This release includes the following major updates:</p>
<ul>
<li><strong>Unified authentication and SSO</strong> for accessing multiple EVA servers with one login</li>
<li><strong>Knowledge-based EVA Chat</strong> grounded in EVA manuals and customer documents</li>
<li><strong>Camera groups</strong> for organizing cameras by work area, location, and purpose</li>
<li><strong>M2M authentication</strong> for secure API access from external systems</li>
</ul>
<br>
<hr>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="unified-authentication-and-sso-across-multiple-eva-servers">Unified Authentication and SSO Across Multiple EVA Servers<a href="https://spectrabrain.ai/en/blog/Release/eva_v_3_1#unified-authentication-and-sso-across-multiple-eva-servers" class="hash-link" aria-label="Direct link to Unified Authentication and SSO Across Multiple EVA Servers" title="Direct link to Unified Authentication and SSO Across Multiple EVA Servers">​</a></h2>
<p>A single EVA server can connect approximately 100 cameras. As operations grow and multiple EVA servers need to be managed, users previously had to log in to each server repeatedly, while administrators had to configure accounts and permissions separately on every server.</p>
<p>As the number of servers increases, so does the work of creating the same users repeatedly and managing password policies and permissions independently. A permission change or account deactivation on one server could also leave the previous state in existing sessions on other servers.</p>
<p>EVA v3.1 applies unified authentication and SSO through a central authentication server.</p>
<div class="language-text codeBlockContainer_Ckt0 theme-code-block" style="--prism-background-color:hsl(230, 1%, 98%);--prism-color:hsl(230, 8%, 24%)"><div class="codeBlockContent_QJqH"><pre tabindex="0" class="prism-code language-text codeBlock_bY9V thin-scrollbar" style="background-color:hsl(230, 1%, 98%);color:hsl(230, 8%, 24%)"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:hsl(230, 8%, 24%)"><span class="token plain">Log in once through the App on EVA Server A</span><br></span><span class="token-line" style="color:hsl(230, 8%, 24%)"><span class="token plain">  → Central authentication completed</span><br></span><span class="token-line" style="color:hsl(230, 8%, 24%)"><span class="token plain">  → Access the App on EVA Server B</span><br></span><span class="token-line" style="color:hsl(230, 8%, 24%)"><span class="token plain">  → Continue without another login</span><br></span></code></pre></div></div>
<p>After the initial login, users can access every EVA server for which they have permission without entering another ID or password. Administrators can manage users and server-specific access permissions from a central account screen instead of creating users individually on every server.</p>
<p>Whether there are two EVA servers or dozens, users no longer need to log in to each server separately, and administrators can apply the same account and security policies from one place.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="security-policies-are-applied-consistently">Security policies are applied consistently<a href="https://spectrabrain.ai/en/blog/Release/eva_v_3_1#security-policies-are-applied-consistently" class="hash-link" aria-label="Direct link to Security policies are applied consistently" title="Direct link to Security policies are applied consistently">​</a></h3>
<table><thead><tr><th>Policy</th><th>Behavior</th></tr></thead><tbody><tr><td>Password</td><td>Length and composition rules, recent-password reuse prevention, 60-day expiration</td></tr><tr><td>Failed login</td><td>Temporary lock after five incorrect password attempts</td></tr><tr><td>Long-term inactivity</td><td>Automatic lock after 30 days without access</td></tr><tr><td>Session expiration</td><td>Session expires after 60 minutes of inactivity</td></tr><tr><td>Concurrent login</td><td>The most recent login is kept and the previous session is terminated</td></tr><tr><td>Global logout</td><td>Logging out from one server also ends sessions on other servers</td></tr><tr><td>Permission changes</td><td>Existing sessions on multiple servers are ended and recreated with the new permissions</td></tr></tbody></table>
<p>Account deletion, deactivation, and permission changes are now reflected immediately in existing sessions across multiple servers. Administrators do not need to configure the user again on every server or log the user out manually.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="m2m-authentication-for-external-integrations">M2M authentication for external integrations<a href="https://spectrabrain.ai/en/blog/Release/eva_v_3_1#m2m-authentication-for-external-integrations" class="hash-link" aria-label="Direct link to M2M authentication for external integrations" title="Direct link to M2M authentication for external integrations">​</a></h3>
<p>EVA APIs can be called not only by browser-based users, but also by external systems such as EVA Mentor and EVA Scope.</p>
<p>Because external systems do not log in as a user, EVA applies M2M authentication using a <code>Client ID</code> and <code>Client Secret</code> instead of a user account.</p>
<div class="language-text codeBlockContainer_Ckt0 theme-code-block" style="--prism-background-color:hsl(230, 1%, 98%);--prism-color:hsl(230, 8%, 24%)"><div class="codeBlockContent_QJqH"><pre tabindex="0" class="prism-code language-text codeBlock_bY9V thin-scrollbar" style="background-color:hsl(230, 1%, 98%);color:hsl(230, 8%, 24%)"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:hsl(230, 8%, 24%)"><span class="token plain">External system</span><br></span><span class="token-line" style="color:hsl(230, 8%, 24%)"><span class="token plain">  → Request an Access Token with Client ID + Client Secret</span><br></span><span class="token-line" style="color:hsl(230, 8%, 24%)"><span class="token plain">  → Call EVA App APIs within the permitted scope</span><br></span><span class="token-line" style="color:hsl(230, 8%, 24%)"><span class="token plain">  → EVA Backend validates the token and API permissions</span><br></span></code></pre></div></div>
<p>The API areas and Read/Write permissions required by each external system can be limited, so a general user account does not need to be shared for integrations.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="what-changes-for-users-and-administrators">What changes for users and administrators?<a href="https://spectrabrain.ai/en/blog/Release/eva_v_3_1#what-changes-for-users-and-administrators" class="hash-link" aria-label="Direct link to What changes for users and administrators?" title="Direct link to What changes for users and administrators?">​</a></h3>
<ul>
<li>No repeated login is required when using multiple EVA servers.</li>
<li>Users and access permissions can be managed centrally instead of being created separately on every server.</li>
<li>Permission changes and account deactivation are reflected immediately in existing sessions.</li>
<li>Administrators can control concurrent logins and log out across all servers.</li>
<li>External systems use limited M2M permissions instead of user accounts to access EVA APIs.</li>
</ul>
<br>
<hr>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="knowledge-based-chat-using-eva-manuals-and-customer-documents">Knowledge-Based Chat Using EVA Manuals and Customer Documents<a href="https://spectrabrain.ai/en/blog/Release/eva_v_3_1#knowledge-based-chat-using-eva-manuals-and-customer-documents" class="hash-link" aria-label="Direct link to Knowledge-Based Chat Using EVA Manuals and Customer Documents" title="Direct link to Knowledge-Based Chat Using EVA Manuals and Customer Documents">​</a></h2>
<p>When operating EVA, users often need to check manuals for questions about detection intervals, scenario configuration, and how to use features. Previously, answers were mainly generated by placing content for each question type in the Chat prompt in advance.</p>
<p>In EVA v3.1, Chat searches Knowledge for documents related to the question and generates an answer grounded in the retrieved content.</p>
<div class="language-text codeBlockContainer_Ckt0 theme-code-block" style="--prism-background-color:hsl(230, 1%, 98%);--prism-color:hsl(230, 8%, 24%)"><div class="codeBlockContent_QJqH"><pre tabindex="0" class="prism-code language-text codeBlock_bY9V thin-scrollbar" style="background-color:hsl(230, 1%, 98%);color:hsl(230, 8%, 24%)"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:hsl(230, 8%, 24%)"><span class="token plain">User question</span><br></span><span class="token-line" style="color:hsl(230, 8%, 24%)"><span class="token plain">  → Search for related documents</span><br></span><span class="token-line" style="color:hsl(230, 8%, 24%)"><span class="token plain">  → Build the relevant pages into the answer context</span><br></span><span class="token-line" style="color:hsl(230, 8%, 24%)"><span class="token plain">  → Generate an answer grounded in the documents</span><br></span></code></pre></div></div>
<blockquote>
<p>💡 <strong>For technical details on the tool-calling architecture and Knowledge retrieval flow behind Knowledge-based Chat, see the Tech Blog.</strong> <br>
→ <a href="https://spectrabrain.ai/en/blog_tech/Research/tool_calling_chat">Tech Blog | From Router-Based Agents to Tool-Calling Agents</a></p>
</blockquote>
<p>This allows EVA to do more than generate a general answer: it can hold a conversation based on the features and usage instructions defined in the EVA manuals.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="customer-specific-documents-can-also-be-added">Customer-specific documents can also be added<a href="https://spectrabrain.ai/en/blog/Release/eva_v_3_1#customer-specific-documents-can-also-be-added" class="hash-link" aria-label="Direct link to Customer-specific documents can also be added" title="Direct link to Customer-specific documents can also be added">​</a></h3>
<p>In addition to the standard EVA manuals, customers can add the documents they need for their operations to Knowledge.</p>
<p>For example, the following documents can be used together:</p>
<ul>
<li>Customer-specific operating manuals</li>
<li>Site-specific equipment or process guides</li>
<li>Internal safety regulations and work procedures</li>
<li>Scenario operation guides created during EVA deployment</li>
<li>Inspection and response documents used only at a specific server or site</li>
</ul>
<p>Added documents go through the Ingest process and are managed as searchable Knowledge. When a user asks a question, Chat finds related documents and uses them as the basis for its answer.</p>
<blockquote>
<p>“When an alarm for a worker not wearing a safety helmet occurs in our process, what should we check first?”</p>
</blockquote>
<p>If the customer’s operating guide contains the relevant procedure, EVA Chat can answer based on that site-specific procedure instead of providing only a general explanation.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="how-document-based-answers-work">How document-based answers work<a href="https://spectrabrain.ai/en/blog/Release/eva_v_3_1#how-document-based-answers-work" class="hash-link" aria-label="Direct link to How document-based answers work" title="Direct link to How document-based answers work">​</a></h3>
<table><thead><tr><th>User question</th><th>Information referenced by Chat</th></tr></thead><tbody><tr><td>“What is the current detection interval?”</td><td>The actual EVA Runtime setting</td></tr><tr><td>“What is a detection interval?”</td><td>The feature description in the EVA manual</td></tr><tr><td>“What should we do when a fire alarm goes off at our site?”</td><td>Customer or site response documents</td></tr><tr><td>“How do I change the detection interval to 30 seconds?”</td><td>The configuration procedure in the EVA manual</td></tr></tbody></table>
<p>Questions that require current system state use Runtime information, while questions about features or operating procedures search the relevant Knowledge documents.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="what-changes-for-users">What changes for users?<a href="https://spectrabrain.ai/en/blog/Release/eva_v_3_1#what-changes-for-users" class="hash-link" aria-label="Direct link to What changes for users?" title="Direct link to What changes for users?">​</a></h3>
<ul>
<li>Customer and site-specific documents can be added to use organizational knowledge.</li>
<li>Answers grounded in relevant document content can be distinguished from general answers.</li>
<li>Users can check current settings, feature explanations, and site operating procedures in one conversation.</li>
</ul>
<br>
<hr>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="camera-groups-that-show-only-the-cameras-you-need">Camera Groups That Show Only the Cameras You Need<a href="https://spectrabrain.ai/en/blog/Release/eva_v_3_1#camera-groups-that-show-only-the-cameras-you-need" class="hash-link" aria-label="Direct link to Camera Groups That Show Only the Cameras You Need" title="Direct link to Camera Groups That Show Only the Cameras You Need">​</a></h2>
<p>Previously, every user saw the same camera list. As the number of cameras grew, it became harder to find the right camera and more difficult to limit access based on each user.</p>
<p>EVA v3.1 lets administrators group cameras and assign only the groups each user needs.</p>
<p>For example, cameras can be organized into groups such as:</p>
<ul>
<li>Plant A</li>
<li>2FCC process</li>
<li>Safety helmet detection</li>
<li>First-floor entrance</li>
</ul>
<p>A camera can belong to multiple groups at the same time. This makes it possible to combine process, location, and business-purpose criteria instead of classifying each camera in only one way.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="how-to-use-camera-groups">How to use camera groups<a href="https://spectrabrain.ai/en/blog/Release/eva_v_3_1#how-to-use-camera-groups" class="hash-link" aria-label="Direct link to How to use camera groups" title="Direct link to How to use camera groups">​</a></h3>
<ol>
<li>Enter a group name and description.</li>
<li>Add cameras to the group.</li>
<li>Assign the users who should be able to view the group.</li>
<li>Modify the groups assigned to existing cameras when needed.</li>
<li>Change the display order based on importance as the number of groups grows.</li>
</ol>
<blockquote>
<p>📷 Camera group settings</p>
</blockquote>
<div class="div_center"><img src="https://spectrabrain.ai/en/assets/images/group-dcb0b15a7b794ca108eab3b8a061d127.png" width="80%"></div>
<p>When adding cameras to a group, users can select the required cameras from the registered camera list.</p>
<blockquote>
<p>📷 Adding cameras to a group</p>
</blockquote>
<div class="div_center"><img src="https://spectrabrain.ai/en/assets/images/add_group-97eaff9a092fd70491976ffde84c7f28.png" width="80%"></div>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="permissions-by-user-type">Permissions by user type<a href="https://spectrabrain.ai/en/blog/Release/eva_v_3_1#permissions-by-user-type" class="hash-link" aria-label="Direct link to Permissions by user type" title="Direct link to Permissions by user type">​</a></h3>
<table><thead><tr><th>User</th><th>Capabilities</th></tr></thead><tbody><tr><td>Admin</td><td>Create and edit groups, add cameras and users, and manage group order</td></tr><tr><td>Manager</td><td>Assign their groups to cameras and manage assigned cameras</td></tr><tr><td>User</td><td>View cameras in their assigned groups and cameras not assigned to a group</td></tr></tbody></table>
<p>If a Manager does not belong to any group, cameras can still be registered without a group. Cameras not connected to a group remain visible to users who need to access them, as before.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="what-changes-for-users-1">What changes for users?<a href="https://spectrabrain.ai/en/blog/Release/eva_v_3_1#what-changes-for-users-1" class="hash-link" aria-label="Direct link to What changes for users?" title="Direct link to What changes for users?">​</a></h3>
<ul>
<li>Users can quickly check the cameras assigned to them.</li>
<li>The right camera is easier to find even in environments with many cameras.</li>
<li>Cameras can be organized around processes, locations, and operational purposes.</li>
<li>Separating access by user improves security.</li>
<li>Changing the group order also changes the order shown in the camera list and related settings screens.</li>
</ul>
<br>
<hr>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="a-suggested-eva-v31-workflow">A Suggested EVA v3.1 Workflow<a href="https://spectrabrain.ai/en/blog/Release/eva_v_3_1#a-suggested-eva-v31-workflow" class="hash-link" aria-label="Direct link to A Suggested EVA v3.1 Workflow" title="Direct link to A Suggested EVA v3.1 Workflow">​</a></h2>
<p>The features in this release can be used together in the following workflow:</p>
<ol>
<li><strong>Log in with SSO</strong>: Log in once and access the EVA servers you are authorized to use.</li>
<li><strong>Configure camera groups</strong>: An administrator creates groups by process or location and assigns the responsible users.</li>
<li><strong>Check the required cameras</strong>: Users view only the cameras they are authorized to access.</li>
<li><strong>Add Knowledge documents</strong>: The customer’s manuals and site operating documents are registered in EVA Knowledge.</li>
<li><strong>Use EVA Chat</strong>: Users ask questions about current settings, feature usage, and site response procedures based on the documents.</li>
</ol>
<p>For example, an administrator can group cameras for the 2FCC process across multiple EVA servers and make them visible only to the responsible staff. After logging in once with SSO, a staff member can check the required cameras without logging in to each server and ask EVA Chat, “When a fire alarm occurs, what should I check first according to our site procedure?”</p>
<br>
<hr>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="closing-less-repetition-more-site-knowledge">Closing: Less Repetition, More Site Knowledge<a href="https://spectrabrain.ai/en/blog/Release/eva_v_3_1#closing-less-repetition-more-site-knowledge" class="hash-link" aria-label="Direct link to Closing: Less Repetition, More Site Knowledge" title="Direct link to Closing: Less Repetition, More Site Knowledge">​</a></h2>
<p>EVA v3.1 focuses on reducing the repeated work involved in operating multiple EVA servers and many cameras: logging in, managing accounts and permissions, finding cameras, and checking manuals.</p>
<ul>
<li>SSO connects login and account/permission management across multiple EVA servers.</li>
<li>Knowledge-based Chat uses EVA manuals and customer documents as the basis for conversation.</li>
<li>Camera groups show users only the cameras they need.</li>
<li>M2M authentication provides external systems with only the API permissions they require.</li>
</ul>
<p>As a result, EVA is evolving into a platform that is <strong>easier to access, able to use organizational knowledge, and adaptable to each user’s work</strong>.</p>
<p>EVA will continue expanding its Knowledge-based capabilities so that customer documents and operating practices can be used more effectively within the product.</p>]]></content>
        <author>
            <name>Gyulim Gu</name>
        </author>
        <category label="Release" term="Release"/>
        <category label="EVA" term="EVA"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[EVA Release v3.0]]></title>
        <id>https://spectrabrain.ai/en/blog/Release/eva_v_3_0</id>
        <link href="https://spectrabrain.ai/en/blog/Release/eva_v_3_0"/>
        <updated>2026-06-16T15:00:00.000Z</updated>
        <summary type="html"><![CDATA[EVA v3.0: Less Setup, More Deployment]]></summary>
        <content type="html"><![CDATA[<h2 class="anchor anchorWithStickyNavbar_LWe7" id="eva-v30-less-setup-more-deployment">EVA v3.0: Less Setup, More Deployment<a href="https://spectrabrain.ai/en/blog/Release/eva_v_3_0#eva-v30-less-setup-more-deployment" class="hash-link" aria-label="Direct link to EVA v3.0: Less Setup, More Deployment" title="Direct link to EVA v3.0: Less Setup, More Deployment">​</a></h2>
<p>This release is not just about adding new features. It focuses on making EVA easier to adopt, easier to configure, and more efficient to operate at scale.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="key-updates">Key Updates<a href="https://spectrabrain.ai/en/blog/Release/eva_v_3_0#key-updates" class="hash-link" aria-label="Direct link to Key Updates" title="Direct link to Key Updates">​</a></h3>
<ul>
<li><strong>Detection Modes &amp; Advanced Settings</strong> to reduce configuration complexity</li>
<li><strong>Scenario Templates</strong> for reusing validated detection scenarios</li>
<li><strong>Multi-Scenario Architecture</strong> supporting up to four scenarios per camera</li>
<li><strong>Bulk Camera Registration</strong> for large-scale deployments</li>
</ul>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="detection-modes--advanced-settings-easier-configuration-smarter-detection">Detection Modes &amp; Advanced Settings: Easier Configuration, Smarter Detection<a href="https://spectrabrain.ai/en/blog/Release/eva_v_3_0#detection-modes--advanced-settings-easier-configuration-smarter-detection" class="hash-link" aria-label="Direct link to Detection Modes &amp; Advanced Settings: Easier Configuration, Smarter Detection" title="Direct link to Detection Modes &amp; Advanced Settings: Easier Configuration, Smarter Detection">​</a></h2>
<p>Achieving reliable detection results requires selecting the right detection strategy for each scenario.</p>
<p>Previously, users needed to understand and manually configure settings such as VM, VM + VLM, and Frame Mode. For first-time users, it was often difficult to determine which options were most appropriate for a given use case.</p>
<p>EVA v3.0 significantly simplifies this process.</p>
<p>When a user describes a scenario, <strong>the EVA Agent analyzes the request, selects the most suitable detection mode, and automatically configures the required settings.</strong></p>
<p>Depending on the characteristics of the scenario, EVA applies one of the following detection modes:</p>
<table><thead><tr><th>Detection Mode</th><th>Description</th></tr></thead><tbody><tr><td><strong>Stepwise</strong></td><td>Evaluates complex conditions based on detection steps and exception rules.</td></tr><tr><td><strong>PPE</strong></td><td>Optimized for detecting the presence or absence of personal protective equipment such as helmets, safety harnesses, and masks.</td></tr><tr><td><strong>Thinking</strong></td><td>Uses reasoning-based analysis to evaluate situations that are difficult to determine through object recognition alone, such as fires, falls, or hazardous incidents.</td></tr><tr><td><strong>Simple</strong></td><td>Suitable for straightforward object presence detection scenarios.</td></tr></tbody></table>
<br>
<p>For example, a scenario such as <em>"Detect workers not wearing safety helmets"</em> will automatically use <strong>PPE Mode</strong>, while a scenario such as <em>"Detect fire or smoke incidents"</em> will use <strong>Thinking Mode</strong>.</p>
<p>This allows users to benefit from the most appropriate detection strategy without needing in-depth knowledge of EVA's underlying detection architecture.</p>
<p>Advanced options have also been moved into a dedicated <strong>Advanced Configuration</strong> section.</p>
<p>General users can quickly deploy scenarios using EVA's recommended settings, while experienced users can access advanced controls whenever fine-tuning is required.</p>
<blockquote>
<p>📷 Automatic Detection Mode Selection and Configuration by EVA Agent</p>
</blockquote>
<div class="div_center"><img src="https://spectrabrain.ai/en/assets/images/detection_senario-09c83334ef0fdd10a9ba195c5724517d.png" width="80%"></div>
<p>For a deeper technical explanation of how detection modes work, please refer to the following technical articles:</p>
<ul>
<li><a href="https://spectrabrain.ai/blog_tech/Research/thinking_mode" target="_blank" rel="noopener noreferrer">Thinking Mode: Reasoning-Based Risk Detection</a></li>
<li><a href="https://spectrabrain.ai/blog_tech/Research/ppe_mode" target="_blank" rel="noopener noreferrer">PPE Mode: Personal Protective Equipment Detection</a></li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="whats-improved">What’s Improved<a href="https://spectrabrain.ai/en/blog/Release/eva_v_3_0#whats-improved" class="hash-link" aria-label="Direct link to What’s Improved" title="Direct link to What’s Improved">​</a></h3>
<ul>
<li>New users can configure scenarios without understanding every advanced option.</li>
<li>Detection modes are automatically selected based on scenario characteristics, reducing configuration effort.</li>
<li>Advanced settings are separated into a dedicated section, making the primary workflow more intuitive.</li>
<li>Experienced users can still fine-tune detection behavior when necessary.</li>
</ul>
<br>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="scenario-templates-create-once-reuse-across-multiple-cameras">Scenario Templates: Create Once, Reuse Across Multiple Cameras<a href="https://spectrabrain.ai/en/blog/Release/eva_v_3_0#scenario-templates-create-once-reuse-across-multiple-cameras" class="hash-link" aria-label="Direct link to Scenario Templates: Create Once, Reuse Across Multiple Cameras" title="Direct link to Scenario Templates: Create Once, Reuse Across Multiple Cameras">​</a></h2>
<p>One of EVA's greatest strengths is the flexibility to create detection scenarios using natural language.</p>
<p>However, when managing multiple cameras, users often find themselves creating the same or very similar scenarios repeatedly. Common use cases such as helmet violation detection, worker fall detection, and fire or smoke detection are frequently applied across multiple cameras.</p>
<p>Previously, users had to manually recreate or copy these scenarios for each camera.</p>
<p>EVA v3.0 introduces <strong>Scenario Templates</strong>, allowing users to save and reuse validated scenarios across their deployment.</p>
<p>Once a scenario has been tested and verified in operation, it can be saved as a template and quickly applied to additional cameras without requiring manual reconfiguration.</p>
<blockquote>
<p>📷 Selecting and Applying a Scenario Template</p>
</blockquote>
<div class="div_center"><img src="https://spectrabrain.ai/en/assets/images/senario_template1-152ea1f96fc4bd32f985866bedd15fc7.png" width="80%"></div>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="whats-improved-1">What’s Improved<a href="https://spectrabrain.ai/en/blog/Release/eva_v_3_0#whats-improved-1" class="hash-link" aria-label="Direct link to What’s Improved" title="Direct link to What’s Improved">​</a></h3>
<ul>
<li>Reduce setup time by eliminating the need to recreate identical scenarios across multiple cameras.</li>
<li>Maintain consistent configurations across cameras by reusing validated scenarios.</li>
<li>Help new users deploy EVA more easily by leveraging existing templates.</li>
<li>Minimize configuration errors caused by repetitive manual input.</li>
</ul>
<br>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="multi-scenario-architecture-independently-manage-multiple-situations-on-a-single-camera">Multi-Scenario Architecture: Independently Manage Multiple Situations on a Single Camera<a href="https://spectrabrain.ai/en/blog/Release/eva_v_3_0#multi-scenario-architecture-independently-manage-multiple-situations-on-a-single-camera" class="hash-link" aria-label="Direct link to Multi-Scenario Architecture: Independently Manage Multiple Situations on a Single Camera" title="Direct link to Multi-Scenario Architecture: Independently Manage Multiple Situations on a Single Camera">​</a></h2>
<p>In real-world environments, a single camera rarely monitors just one type of event.</p>
<p>For example, a production-line camera may need to monitor fire incidents, worker falls, restricted-area intrusions, and other safety-related situations simultaneously.</p>
<p>Previously, EVA handled multiple detection requirements within a single scenario. As detection requirements increased, scenarios became more complex and more difficult to maintain.</p>
<p>To address this limitation, EVA v3.0 introduces a <strong>Multi-Scenario Architecture</strong>, allowing up to four independent scenarios per camera.</p>
<p>Users can now create, manage, and configure multiple detection scenarios independently. Each scenario can have its own detection targets, settings, and operational lifecycle.</p>
<p>Specific scenarios can also be modified, disabled, or updated without affecting others.</p>
<blockquote>
<p>📷 Multi-Scenario Creation and Management per Camera</p>
</blockquote>
<div class="div_center"><img src="https://spectrabrain.ai/en/assets/images/multi_senario-286a725c804cb897a0816d77ebe6adc1.png" width="80%"></div>
<p>Webhook integration has also been enhanced.</p>
<p>Previously, all detection events generated by a camera were delivered through the same notification channel. With EVA v3.0, users can configure notifications on a per-scenario basis, allowing external systems to receive only the events that matter.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="whats-improved-2">What’s Improved<a href="https://spectrabrain.ai/en/blog/Release/eva_v_3_0#whats-improved-2" class="hash-link" aria-label="Direct link to What’s Improved" title="Direct link to What’s Improved">​</a></h3>
<ul>
<li>Manage multiple detection objectives more effectively on a single camera.</li>
<li>Update or maintain individual scenarios without impacting others.</li>
<li>Improve operational visibility by separating complex requirements into dedicated scenarios.</li>
<li>Increase integration efficiency by selectively forwarding only relevant detection events.</li>
</ul>
<br>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="bulk-camera-registration-less-repetitive-work-faster-deployment">Bulk Camera Registration: Less Repetitive Work, Faster Deployment<a href="https://spectrabrain.ai/en/blog/Release/eva_v_3_0#bulk-camera-registration-less-repetitive-work-faster-deployment" class="hash-link" aria-label="Direct link to Bulk Camera Registration: Less Repetitive Work, Faster Deployment" title="Direct link to Bulk Camera Registration: Less Repetitive Work, Faster Deployment">​</a></h2>
<p>Registering cameras is often one of the most time-consuming tasks when deploying EVA.</p>
<p>In environments with dozens or even hundreds of cameras, administrators must repeatedly register cameras, enter RTSP information, and apply detection scenarios.</p>
<p>As deployments grow, repetitive configuration increases the risk of input errors, missing settings, and inconsistent configurations. For large-scale projects spanning multiple production lines or sites, camera onboarding can become a significant deployment bottleneck.</p>
<p>EVA v3.0 introduces <strong>Bulk Camera Registration</strong> to streamline this process.</p>
<p>Administrators simply fill out the provided Excel template with the following information:</p>
<table><thead><tr><th>Field</th><th>Description</th></tr></thead><tbody><tr><td>Camera Name</td><td>Camera name</td></tr><tr><td>RTSP Source</td><td>Camera RTSP address</td></tr><tr><td>Scenario Template</td><td>Scenario template to apply</td></tr></tbody></table>
<br>
<p>After uploading the completed Excel file, EVA automatically registers cameras and applies the specified scenario templates.</p>
<p>In addition, if registration fails, EVA provides detailed error information for each failed camera. Issues such as invalid RTSP addresses, missing required fields, or non-existent scenario templates can be identified immediately, allowing administrators to resolve problems quickly.</p>
<blockquote>
<p>📷 Camera Registration Results and Failure Analysis</p>
</blockquote>
<div class="div_center"><img src="https://spectrabrain.ai/en/assets/images/camera_bulk-1374d3c83f3076146a0c80f114c546a4.png" width="80%"></div>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="whats-improved-3">What’s Improved<a href="https://spectrabrain.ai/en/blog/Release/eva_v_3_0#whats-improved-3" class="hash-link" aria-label="Direct link to What’s Improved" title="Direct link to What’s Improved">​</a></h3>
<ul>
<li>Register multiple cameras simultaneously to significantly reduce deployment time.</li>
<li>Eliminate repetitive configuration tasks and reduce administrative effort.</li>
<li>Apply standardized scenario templates across multiple cameras for greater consistency.</li>
<li>Quickly identify failed registrations and their root causes to accelerate troubleshooting.</li>
</ul>
<br>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="closing-thoughts-less-setup-more-deployment">Closing Thoughts: Less Setup, More Deployment<a href="https://spectrabrain.ai/en/blog/Release/eva_v_3_0#closing-thoughts-less-setup-more-deployment" class="hash-link" aria-label="Direct link to Closing Thoughts: Less Setup, More Deployment" title="Direct link to Closing Thoughts: Less Setup, More Deployment">​</a></h2>
<p>The true value of AI-powered video analytics is not only in detection performance, but also in how easily and reliably it can be operated in real-world environments.</p>
<p>EVA v3.0 focuses on reducing repetitive tasks and improving operational efficiency through Scenario Templates, Multi-Scenario Architecture, Detection Mode Automation, and Bulk Camera Registration.</p>
<p>Configuration is now simpler, operations are more structured, and scaling across large deployments is easier than ever.</p>
<p>EVA will continue to evolve not only through advances in AI technology, but also by improving the day-to-day experience of the people who operate it.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="-coming-soon-preview-of-v31">🚀 Coming Soon: Preview of v3.1<a href="https://spectrabrain.ai/en/blog/Release/eva_v_3_0#-coming-soon-preview-of-v31" class="hash-link" aria-label="Direct link to 🚀 Coming Soon: Preview of v3.1" title="Direct link to 🚀 Coming Soon: Preview of v3.1">​</a></h3>
<ul>
<li>Camera Group Management</li>
<li>Single Sign-On (SSO) Integration</li>
</ul>]]></content>
        <author>
            <name>Danbi Lee</name>
        </author>
        <category label="Release" term="Release"/>
        <category label="EVA" term="EVA"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Launching EVA: The World’s First Commercial VLM Service on Rebellions NPU]]></title>
        <id>https://spectrabrain.ai/en/blog/News/rebellions_release</id>
        <link href="https://spectrabrain.ai/en/blog/News/rebellions_release"/>
        <updated>2026-05-26T10:00:00.000Z</updated>
        <summary type="html"><![CDATA[Launching EVA: The World’s First Commercial VLM Service on Rebellions NPU]]></summary>
        <content type="html"><![CDATA[<h2 class="anchor anchorWithStickyNavbar_LWe7" id="launching-eva-the-worlds-first-commercial-vlm-service-on-rebellions-npu">Launching EVA: The World’s First Commercial VLM Service on Rebellions NPU<a href="https://spectrabrain.ai/en/blog/News/rebellions_release#launching-eva-the-worlds-first-commercial-vlm-service-on-rebellions-npu" class="hash-link" aria-label="Direct link to Launching EVA: The World’s First Commercial VLM Service on Rebellions NPU" title="Direct link to Launching EVA: The World’s First Commercial VLM Service on Rebellions NPU">​</a></h2>
<p>In close collaboration with Rebellions, the EVA team has continuously advanced the technology stack and successfully built a production-grade <strong>NPU-based runtime environment for EVA</strong>. We are now moving beyond technical validation and officially entering the phase of <strong>commercial service deployment</strong>.</p>
<br>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="1-atom-max-npu-performance-validation-a-new-standard-for-vlm-inference-as-is">1. ATOM-MAX NPU Performance Validation: A New Standard for VLM Inference (As-Is)<a href="https://spectrabrain.ai/en/blog/News/rebellions_release#1-atom-max-npu-performance-validation-a-new-standard-for-vlm-inference-as-is" class="hash-link" aria-label="Direct link to 1. ATOM-MAX NPU Performance Validation: A New Standard for VLM Inference (As-Is)" title="Direct link to 1. ATOM-MAX NPU Performance Validation: A New Standard for VLM Inference (As-Is)">​</a></h3>
<p>EVA recently evaluated operational feasibility with the <strong>Qwen3 VL 8B</strong> model on Rebellions' latest <strong>ATOM-MAX NPU</strong> environment. This was not just a benchmark for model accuracy, but a validation of key operational requirements for real industrial services.</p>
<ul>
<li>
<strong>Rebellions ATOM / Qwen3 VL 8B / Accuracy 0.7996 / F1 0.6733</strong>
</li>
<li>
<strong>GPU A100 / Qwen3 VL 8B FP8 / Accuracy 0.7779 / F1 0.5979</strong>
</li>
</ul>
<p>Compared with GPU (A100), EVA achieved <strong>equivalent or better performance</strong> on overall inference metrics. In particular, in <strong>fire and smoke detection scenarios</strong>, the NPU environment demonstrated stronger processing capability, proving applicability to high-complexity industrial safety monitoring.</p>
<br>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="2-optimization-and-stability-for-commercial-operations-as-is">2. Optimization and Stability for Commercial Operations (As-Is)<a href="https://spectrabrain.ai/en/blog/News/rebellions_release#2-optimization-and-stability-for-commercial-operations-as-is" class="hash-link" aria-label="Direct link to 2. Optimization and Stability for Commercial Operations (As-Is)" title="Direct link to 2. Optimization and Stability for Commercial Operations (As-Is)">​</a></h3>
<p>In real-world deployments, AI systems must handle far more than clean benchmark inputs. Mixed text-image requests and multiple simultaneous camera streams can easily create bottlenecks. To address this, EVA has continuously improved optimization at both the NPU compiler and system levels.</p>
<p>It is critical to build a resource orchestration framework that efficiently distributes CPU, memory, and NPU workloads, so multiple AI Agents can run concurrently without performance degradation. It is equally important to resolve unexpected failures and ensure stable, uninterrupted operation when text-only and image-analysis requests arrive at the same time.</p>
<ul>
<li><strong>Complex data processing stabilization:</strong> We fully resolved potential malfunctions in multi-core environments where Text Only and Text + Image requests are mixed, significantly improving operational reliability.</li>
<li><strong>Resource efficiency optimization:</strong> By precisely controlling data processing policies across CPU, memory, and NPU, we achieved a high-efficiency runtime where multiple VLM instances can run simultaneously without inference speed degradation.</li>
</ul>
<br>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="3-throughput-optimization-based-on-parallel-architecture-to-be">3. Throughput Optimization Based on Parallel Architecture (To-Be)<a href="https://spectrabrain.ai/en/blog/News/rebellions_release#3-throughput-optimization-based-on-parallel-architecture-to-be" class="hash-link" aria-label="Direct link to 3. Throughput Optimization Based on Parallel Architecture (To-Be)" title="Direct link to 3. Throughput Optimization Based on Parallel Architecture (To-Be)">​</a></h3>
<p>EVA is also pushing forward full-stack parallelization to maximize the multi-core architecture of Rebellions NPU and further advance end-to-end technology integration.</p>
<ul>
<li><strong>Parallelization strategy:</strong> We are developing techniques to remove VLM inference bottlenecks by applying data parallelism (DP) to the Vision Encoder and tensor parallelism (TP) to the Text Decoder.</li>
<li><strong>Integrated operations strategy:</strong> We are defining the optimal number of concurrent instances and core allocation ratios across multiple NPU resources. This enables GPU-level throughput while significantly improving performance-per-watt and reducing TCO (Total Cost of Ownership).</li>
</ul>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="closing-the-commercial-era-of-efficient-industrial-ai">Closing: The Commercial Era of Efficient Industrial AI<a href="https://spectrabrain.ai/en/blog/News/rebellions_release#closing-the-commercial-era-of-efficient-industrial-ai" class="hash-link" aria-label="Direct link to Closing: The Commercial Era of Efficient Industrial AI" title="Direct link to Closing: The Commercial Era of Efficient Industrial AI">​</a></h2>
<p>The combination of EVA and Rebellions NPU is not a simple hardware replacement. It represents a full-stack transformation toward always-on AI inference in the field with predictable operations and a strong balance of high performance, high efficiency, and high stability. Based on validated NPU optimization technologies, EVA will accelerate digital transformation in industrial environments with a more cost-efficient operating model.</p>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="related-reading">Related Reading<a href="https://spectrabrain.ai/en/blog/News/rebellions_release#related-reading" class="hash-link" aria-label="Direct link to Related Reading" title="Direct link to Related Reading">​</a></h2>
<ul>
<li><a href="https://spectrabrain.ai/en/blog/News/rebellions">EVA on NPU Technology Roadmap</a></li>
<li><a href="https://spectrabrain.ai/en/blog/News/rebellions_eva">EVA X Rebellions Technology Collaboration</a></li>
</ul>]]></content>
        <author>
            <name>Daniel Cho</name>
        </author>
        <category label="News" term="News"/>
        <category label="EVA" term="EVA"/>
        <category label="NPU" term="NPU"/>
        <category label="VLM" term="VLM"/>
        <category label="Physical AI" term="Physical AI"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[EVA Release v2.7]]></title>
        <id>https://spectrabrain.ai/en/blog/Release/eva_v_2_7</id>
        <link href="https://spectrabrain.ai/en/blog/Release/eva_v_2_7"/>
        <updated>2026-04-20T10:00:00.000Z</updated>
        <summary type="html"><![CDATA[EVA v2.7: Lighter Setup, Tighter Operations]]></summary>
        <content type="html"><![CDATA[<h2 class="anchor anchorWithStickyNavbar_LWe7" id="eva-v27-lighter-setup-tighter-operations">EVA v2.7: Lighter Setup, Tighter Operations<a href="https://spectrabrain.ai/en/blog/Release/eva_v_2_7#eva-v27-lighter-setup-tighter-operations" class="hash-link" aria-label="Direct link to EVA v2.7: Lighter Setup, Tighter Operations" title="Direct link to EVA v2.7: Lighter Setup, Tighter Operations">​</a></h2>
<p>When introducing Vision AI to the field, the focus often falls solely on detection performance—how accurately it can find things.<br>
However, once you move into real-world operations, a fundamental truth becomes clear: <b>"Operational continuity is just as important as detection performance."</b><br>
Detection scenarios constantly change, the number of cameras grows, and light and shadows shift from moment to moment.<br>
No matter how sharp the vision is, if configuration is complex and the system is fragile to environmental changes, earning trust in the field is difficult.<br>
EVA v2.7 began with a clear goal: to reduce <b>operational friction</b> in real-world environments to zero.<br></p>
<ul>
<li><b>Model selection fatigue:</b> The operational burden of having to find and compare the optimal model whenever a scenario changes</li>
<li><b>Lighting uncertainty:</b> Instability caused by brightness changes due to time of day and weather, leading to degraded detection performance</li>
<li><b>Limits of detection area setup:</b> Simple configuration methods that fail to reflect complex real-world structures such as pillars, walls, and corridors</li>
<li><b>Fragmented management:</b> Scattered information across individual cameras that hinders intuitive understanding and rapid response</li>
</ul>
<p>This update goes beyond adding features. Guided by the principle of <b>"Simpler setup, more precise detection"</b>, EVA v2.7 lays a solid foundation to elevate operational quality in the field.<br>
Experience the evolution of EVA v2.7, where complexity is hidden behind the technology and only clarity is delivered.</p>
<br>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="which-model-is-bestnow-eva-decides-for-you">“Which model is best?”—Now EVA decides for you<a href="https://spectrabrain.ai/en/blog/Release/eva_v_2_7#which-model-is-bestnow-eva-decides-for-you" class="hash-link" aria-label="Direct link to “Which model is best?”—Now EVA decides for you" title="Direct link to “Which model is best?”—Now EVA decides for you">​</a></h2>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="automatic-vision-model-vm-recommendation-based-on-detection-scenarios">Automatic Vision Model (VM) Recommendation Based on Detection Scenarios<a href="https://spectrabrain.ai/en/blog/Release/eva_v_2_7#automatic-vision-model-vm-recommendation-based-on-detection-scenarios" class="hash-link" aria-label="Direct link to Automatic Vision Model (VM) Recommendation Based on Detection Scenarios" title="Direct link to Automatic Vision Model (VM) Recommendation Based on Detection Scenarios">​</a></h3>
<p>One of the most frustrating moments in operating Vision AI is standing in front of a long list of AI models, unsure which one to choose.<br>
Questions like “Is Model A better for fall detection, or is Model B more accurate?” or “Which model responds more sensitively to nighttime fire detection?” create psychological pressure and consume valuable time.<br>
EVA v2.7 completely removes this technical barrier. Once the operator defines a detection scenario, <strong>EVA automatically recommends the Vision Model (VM) optimized for that scenario.</strong><br></p>
<ul>
<li><strong>Expert-level results without expertise:</strong> You don’t need to know the detailed characteristics of each model. Simply selecting a scenario instantly recommends the best model combination for the site.</li>
<li><strong>Consistently high detection quality:</strong> Prevents detection performance from varying based on operator experience, ensuring the system consistently delivers optimal performance in any environment.</li>
<li><strong>Dramatically reduced setup time:</strong> By eliminating the need to test and compare multiple models, the workflow for building new scenarios and deploying them on-site becomes significantly faster.</li>
</ul>
<p>While EVA’s internal capabilities continue to grow more advanced and complex, <strong>the interface users encounter is becoming even simpler.</strong> EVA absorbs the technical complexity so users can focus solely on what matters most: safety and operations.</p>
<br>
<div class="div_center"><img src="https://spectrabrain.ai/en/assets/images/AIModel-5ff2e1eb34a5c5902dcbfda69e94cd94.png" width="100%"></div>
<br>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="drawing-real-world-detail-with-lines-and-surfaces">Drawing Real-World Detail with Lines and Surfaces<a href="https://spectrabrain.ai/en/blog/Release/eva_v_2_7#drawing-real-world-detail-with-lines-and-surfaces" class="hash-link" aria-label="Direct link to Drawing Real-World Detail with Lines and Surfaces" title="Direct link to Drawing Real-World Detail with Lines and Surfaces">​</a></h2>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="precise-area-configuration-with-polygon-based-detection-zones">Precise Area Configuration with Polygon-Based Detection Zones<a href="https://spectrabrain.ai/en/blog/Release/eva_v_2_7#precise-area-configuration-with-polygon-based-detection-zones" class="hash-link" aria-label="Direct link to Precise Area Configuration with Polygon-Based Detection Zones" title="Direct link to Precise Area Configuration with Polygon-Based Detection Zones">​</a></h3>
<p>Real-world sites never behave like neat rectangular diagrams. Thick pillars block the view, corridors twist and turn, and certain areas take on irregular shapes due to machinery and equipment.<br>
Traditional rectangle-based configuration was easy to set up, but it was always <strong>slightly insufficient for fully capturing complex real-world environments.</strong><br>
To overcome these physical limitations, EVA v2.7 introduces <strong>polygon-based free-form area configuration.</strong><br>
Now, instead of forcing spaces to fit the system, the system flexibly adapts to the actual shape of the space.<br></p>
<ul>
<li><strong>Seamless handling of complex structures:</strong> Precisely draw only the truly relevant detection areas by freely connecting points while avoiding obstacles such as pillars, walls, and storage units.</li>
<li><strong>Fundamental reduction of false positives:</strong> By perfectly filtering unnecessary movements near boundaries or interference from adjacent zones at the software level, alert reliability is significantly improved.</li>
</ul>
<p>EVA is evolving not by simplifying and distorting real-world spaces, but by <strong>acknowledging and faithfully reflecting their three-dimensional complexity.</strong> This goes beyond convenience—it becomes a key indicator of how accurately Vision AI understands the real world.</p>
<div class="div_center"><img src="https://spectrabrain.ai/en/assets/images/area_polygon-c0dee0a1e976b2500d779fcc3a7c9381.png" width="100%"></div>
<br>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="a-steady-gaze-under-any-light">A Steady Gaze Under Any Light<a href="https://spectrabrain.ai/en/blog/Release/eva_v_2_7#a-steady-gaze-under-any-light" class="hash-link" aria-label="Direct link to A Steady Gaze Under Any Light" title="Direct link to A Steady Gaze Under Any Light">​</a></h2>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="screen-brightness-adjustment-for-lighting-optimization">Screen Brightness Adjustment for Lighting Optimization<a href="https://spectrabrain.ai/en/blog/Release/eva_v_2_7#screen-brightness-adjustment-for-lighting-optimization" class="hash-link" aria-label="Direct link to Screen Brightness Adjustment for Lighting Optimization" title="Direct link to Screen Brightness Adjustment for Lighting Optimization">​</a></h3>
<p>Environmental conditions in the field are never static—harsh midday sunlight, suddenly dark scenes during heavy rain, or insufficient lighting at night. For Vision AI, these <strong>lighting changes</strong> are among the most challenging factors affecting detection accuracy.<br>
EVA v2.7 introduces a new brightness optimization feature that allows operators to immediately control these uncertainties.<br>
Without modifying the video source itself or making complex camera setting changes, <strong>all lighting optimization is handled directly within EVA’s screen brightness settings.</strong><br></p>
<ul>
<li><strong>Intuitive slider control:</strong> Adjust brightness precisely using a slider ranging from -50 to +50. Reduce brightness when objects appear washed out, or increase it when shapes are unclear due to darkness.</li>
<li><strong>Instant real-time application:</strong> Changes are applied immediately without rebooting or reconnecting streams. Operators can find the optimal “golden brightness” in real time.</li>
<li><strong>Maximum environmental adaptability:</strong> Even cameras in poorly lit blind spots or areas with drastic lighting changes throughout the day can now maintain stable, 24/7 detection quality through software-based correction alone.</li>
</ul>
<p>Light may change, but EVA’s detection performance should not. With this update, experience a <strong>robust vision that remains steady under even the harshest lighting conditions.</strong></p>
<div class="div_center"><img src="https://spectrabrain.ai/en/assets/images/brightness-4ac4e77439c9b2f2cb56ecd65bb90a4c.png" width="100%"></div>
<br>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="from-detection-to-action">From Detection to Action<a href="https://spectrabrain.ai/en/blog/Release/eva_v_2_7#from-detection-to-action" class="hash-link" aria-label="Direct link to From Detection to Action" title="Direct link to From Detection to Action">​</a></h2>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="on-site-automation-through-expanded-workflow-builder-webhook-channels">On-Site Automation Through Expanded Workflow Builder Webhook Channels<a href="https://spectrabrain.ai/en/blog/Release/eva_v_2_7#on-site-automation-through-expanded-workflow-builder-webhook-channels" class="hash-link" aria-label="Direct link to On-Site Automation Through Expanded Workflow Builder Webhook Channels" title="Direct link to On-Site Automation Through Expanded Workflow Builder Webhook Channels">​</a></h3>
<p>The true completion of field operations is not answering “What was detected?” but <b>“So what action should be taken?”</b><br>
If Vision AI once stopped at identifying and notifying critical situations, it must now extend into automating the response that follows.<br></p>
<p>EVA v2.7 significantly expands <strong>Webhook channels for integration with Workflow Builder.</strong><br>
By removing the complex development effort previously required for external system integration, EVA now provides a fast lane where captured <strong>Real World Data</strong> leads directly to immediate action.<br></p>
<ul>
<li><strong>Integration with intelligent Workflow Builder:</strong> Detection data sent by EVA is interpreted and branched in real time within Workflow Builder. For example: “If PPE non-compliance is detected → First, send a messenger alert; second, broadcast a warning.”</li>
<li><strong>Physical action triggers:</strong> Move beyond digital notifications to immediately trigger real-world actions such as alarms, access gate control, or emergency equipment shutdown—securing the critical golden time before human intervention.</li>
<li><strong>Unlimited scalability:</strong> Combine EVA with thousands of apps supported by Workflow Builder—including email, ERP systems, and IoT devices—to design custom response scenarios tailored to your site.</li>
</ul>
<p>EVA now stands at the center of an integrated response process that flows from <b>[Detection → Workflow Optimization → Immediate Action]</b>. Experience the true value of <strong>Physical AI</strong>, where data transforms into tangible safety and operational efficiency.</p>
<div class="div_center"><img src="https://spectrabrain.ai/en/assets/images/workflowbuilder-9c8d10632f4de10a9a9f8870c53bf000.png" width="90%"></div>
<br>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="an-optimized-layout-that-expands-the-operators-view">An Optimized Layout That Expands the Operator’s View<a href="https://spectrabrain.ai/en/blog/Release/eva_v_2_7#an-optimized-layout-that-expands-the-operators-view" class="hash-link" aria-label="Direct link to An Optimized Layout That Expands the Operator’s View" title="Direct link to An Optimized Layout That Expands the Operator’s View">​</a></h2>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="complete-overhaul-of-camera-detail-screen-uiux">Complete Overhaul of Camera Detail Screen UI/UX<a href="https://spectrabrain.ai/en/blog/Release/eva_v_2_7#complete-overhaul-of-camera-detail-screen-uiux" class="hash-link" aria-label="Direct link to Complete Overhaul of Camera Detail Screen UI/UX" title="Direct link to Complete Overhaul of Camera Detail Screen UI/UX">​</a></h3>
<p>As the number of cameras to manage increases, even a single unnecessary click or eye movement significantly adds to operator fatigue.<br>
EVA v2.7 reorganizes previously scattered configuration elements according to the operator’s workflow. Now, with <b>"easy configuration and clear information"</b>, management becomes intuitive.<br></p>
<ul>
<li><strong>Top-fixed core settings (Action Zone):</strong> Frequently adjusted items—camera name, detection scenario, detection targets and areas, alert channels—are now placed prominently at the top of the streaming screen for instant access.</li>
<li><strong>Unified information layer at the bottom (Information Zone):</strong> System operation status, such as the active model and inference cycle, is consistently organized in the lower section, dramatically improving situational awareness across multiple cameras.</li>
<li><strong>Clean feature organization (More Menu):</strong> Less frequently used functions like brightness adjustment or camera deletion are neatly consolidated into the top “more” (···) menu, minimizing visual clutter during everyday operations.</li>
</ul>
<p>This UI overhaul is more than a visual refresh—it is an update that enhances EVA as a <strong>tool designed to accelerate operator response speed.</strong></p>
<div class="div_center"><img src="https://spectrabrain.ai/en/assets/images/action_info_zone-d37ba10ba4c8171d72c212af8c70b176.png" width="80%"></div>
<br>
<br>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="closing-easy-to-operate-ai-is-the-most-powerful-ai">Closing: “Easy-to-Operate AI” Is the Most Powerful AI<a href="https://spectrabrain.ai/en/blog/Release/eva_v_2_7#closing-easy-to-operate-ai-is-the-most-powerful-ai" class="hash-link" aria-label="Direct link to Closing: “Easy-to-Operate AI” Is the Most Powerful AI" title="Direct link to Closing: “Easy-to-Operate AI” Is the Most Powerful AI">​</a></h3>
<p>The true value of Vision AI is not proven by high accuracy in a laboratory, but by its ability to operate reliably every day amid the complexity of real-world sites.<br>
<strong>EVA v2.7</strong> builds upon strong detection fundamentals with a solid layer of <b>operational sustainability</b>.<br>
Setup is lighter, operations are more stable, and external integration is more flexible. EVA will continue to evolve as a platform that prioritizes the real challenges faced by operators behind the technology.<br></p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="coming-soon-a-preview-of-v30">🚀Coming Soon: A Preview of v3.0<a href="https://spectrabrain.ai/en/blog/Release/eva_v_2_7#coming-soon-a-preview-of-v30" class="hash-link" aria-label="Direct link to 🚀Coming Soon: A Preview of v3.0" title="Direct link to 🚀Coming Soon: A Preview of v3.0">​</a></h2>
<ul>
<li><strong>Detection scenario preset features</strong></li>
<li><strong>Improved multi-scenario input and management structure</strong></li>
<li><strong>Support for large-scale camera registration</strong></li>
</ul>]]></content>
        <author>
            <name>Danbi Lee</name>
        </author>
        <category label="Release" term="Release"/>
        <category label="EVA" term="EVA"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[EVA Release v2.6]]></title>
        <id>https://spectrabrain.ai/en/blog/Release/eva_v_2_6</id>
        <link href="https://spectrabrain.ai/en/blog/Release/eva_v_2_6"/>
        <updated>2026-03-11T10:00:00.000Z</updated>
        <summary type="html"><![CDATA[EVA v2.6: Understanding Situations More Deeply, Enabling Clearer Operational Decisions]]></summary>
        <content type="html"><![CDATA[<h2 class="anchor anchorWithStickyNavbar_LWe7" id="eva-v26-understanding-situations-more-deeply-enabling-clearer-operational-decisions">EVA v2.6: Understanding Situations More Deeply, Enabling Clearer Operational Decisions<a href="https://spectrabrain.ai/en/blog/Release/eva_v_2_6#eva-v26-understanding-situations-more-deeply-enabling-clearer-operational-decisions" class="hash-link" aria-label="Direct link to EVA v2.6: Understanding Situations More Deeply, Enabling Clearer Operational Decisions" title="Direct link to EVA v2.6: Understanding Situations More Deeply, Enabling Clearer Operational Decisions">​</a></h2>
<p>EVA v2.6 is a release that begins with a real operational question: <b>"How should detection results be interpreted, and which alerts should be handled first?"</b> As accurate detection performance has become the baseline, what matters more in the field today is the clarity of operational judgment—questions such as <b>"Is this alert truly critical?"</b> and <b>"Does this situation require immediate action?"</b>
This v2.6 update goes beyond what AI sees, focusing instead on how operators understand and utilize detection results.</p>
<ul>
<li><strong>Clearer prioritization criteria</strong> as the number of alerts increases</li>
<li>A structure that accumulates <strong>detection results as operational metrics</strong>, not just isolated incidents</li>
<li>Detection that understands the <strong>flow of a situation</strong>, not just a single image</li>
<li><strong>Selectable detection processes</strong> that do not treat all scenarios equally<br></li>
</ul>
<p>v2.6 represents a step forward for EVA—from a simple detection system to an <strong>AI operations platform that supports operator decision-making</strong>.</p>
<br>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="emergency-alert-settings-making-critical-alerts-impossible-to-miss">Emergency Alert Settings: Making Critical Alerts Impossible to Miss<a href="https://spectrabrain.ai/en/blog/Release/eva_v_2_6#emergency-alert-settings-making-critical-alerts-impossible-to-miss" class="hash-link" aria-label="Direct link to Emergency Alert Settings: Making Critical Alerts Impossible to Miss" title="Direct link to Emergency Alert Settings: Making Critical Alerts Impossible to Miss">​</a></h2>
<p>As the number of scenarios increases, so does the volume of alerts. When all alerts are displayed with the same level of importance, operators are once again forced to rely on human judgment to determine priorities.
To reduce this burden, v2.6 introduces a feature that allows <strong>text-based definition of alert types requiring urgent response</strong>. Alerts designated as emergency alerts are clearly distinguished from general alerts, enabling operators to immediately recognize situations that must be checked first—even among a large number of notifications.</p>
<p>As alerts increase, what matters is not the number of alerts, but <strong>which alert requires action first</strong>. Emergency alert settings in v2.6 make operational judgment criteria clearer and more actionable.</p>
<br>
<div class="div_center"><img src="https://spectrabrain.ai/en/assets/images/emergency_alert-2eb6152768fa405f0f44c9b3100928e4.png" width="80%"></div>
<br>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="expanded-falsetrue-detection-feedback-managing-feedback-as-operational-records-and-metrics">Expanded False/True Detection Feedback: Managing Feedback as Operational Records and Metrics<a href="https://spectrabrain.ai/en/blog/Release/eva_v_2_6#expanded-falsetrue-detection-feedback-managing-feedback-as-operational-records-and-metrics" class="hash-link" aria-label="Direct link to Expanded False/True Detection Feedback: Managing Feedback as Operational Records and Metrics" title="Direct link to Expanded False/True Detection Feedback: Managing Feedback as Operational Records and Metrics">​</a></h2>
<p>Previously, feedback could only be recorded for false detections. In v2.6, <strong>feedback can now be entered for true detections as well</strong>. Operators can explicitly record whether each detection result is false or true, and this data is accumulated and managed as <strong>scenario-level true detection rate metrics</strong>.
As a result, detection results evolve from simple event logs into <strong>quantitative data used to evaluate and improve operational quality</strong>.<br>
In addition, feedback history functions as an <strong>operational record</strong>, allowing teams to trace which alerts were actually reviewed and what decisions and responses were made. UI improvements also ensure that operators can immediately see whether feedback has been entered directly from the alert list in the chat window—without navigating to a detail page.<br></p>
<div class="div_center"><img src="https://spectrabrain.ai/en/assets/images/feedback-095a24eb70aeb103552997cb1287c3ae.png" width="80%"></div>
<br>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="main-screen-improvements-only-the-information-operators-truly-need-presented-more-intuitively">Main Screen Improvements: Only the Information Operators Truly Need, Presented More Intuitively<a href="https://spectrabrain.ai/en/blog/Release/eva_v_2_6#main-screen-improvements-only-the-information-operators-truly-need-presented-more-intuitively" class="hash-link" aria-label="Direct link to Main Screen Improvements: Only the Information Operators Truly Need, Presented More Intuitively" title="Direct link to Main Screen Improvements: Only the Information Operators Truly Need, Presented More Intuitively">​</a></h2>
<p>The main screen is where operators spend most of their time. In v2.6, the list structure has been reorganized based on actual operational workflows.
Information with low immediate decision-making value—such as model names or detection targets—has been removed. Instead, columns have been restructured around <strong>operation-focused information</strong>, including alert severity, recent alert summaries, scenario summaries, and webhook configuration status.
This enables operators to <strong>grasp what is happening right now and what actions are required at a glance</strong>, allowing for faster and more confident responses.</p>
<br>
<div class="div_center"><img src="https://spectrabrain.ai/en/assets/images/main_table-bb39a9b46004b045d55e597912ed1f53.png" width="100%"></div>
<br>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="multi-image-based-detection-understanding-situations-as-a-flow-not-a-single-image">Multi-Image-Based Detection: Understanding Situations as a Flow, Not a Single Image<a href="https://spectrabrain.ai/en/blog/Release/eva_v_2_6#multi-image-based-detection-understanding-situations-as-a-flow-not-a-single-image" class="hash-link" aria-label="Direct link to Multi-Image-Based Detection: Understanding Situations as a Flow, Not a Single Image" title="Direct link to Multi-Image-Based Detection: Understanding Situations as a Flow, Not a Single Image">​</a></h2>
<p>Most real-world situations do not occur in a static moment, but within a sequence of continuous changes. Traditional single-image-based detection evaluates only a single frame, making it difficult to accurately assess scenarios where context before and after an action is critical.<br>
For example, a person lying on the floor in a gym could be stretching, resting, or experiencing a real medical emergency.<br>
This distinction is <strong>difficult to determine without considering preceding and subsequent frames</strong>. To address this limitation, v2.6 introduces <strong>multi-image-based detection</strong>. By analyzing multiple consecutive images together, EVA can <strong>comprehensively assess motion flow and state changes</strong>. This significantly improves detection accuracy for scenarios where the <em>process of an action</em>—such as intrusion, assault, or collapse—is essential.<br>
EVA is no longer reacting to isolated moments, but evolving toward an approach that understands how situations unfold over time.<br></p>
<blockquote>
<p>💡 <strong>For a detailed explanation of the technical design and decision logic behind multi-image-based detection, please refer to our Tech Blog.</strong> <br>
→ <a href="https://spectrabrain.ai/en/blog_tech/Research/mfm" target="_blank" rel="noopener noreferrer">Tech Blog | Multi-Frame-based VLM Detection: Beyond Single-Image Limitations Toward Temporal Context</a></p>
</blockquote>
<br>
<div class="div_center"><img src="https://spectrabrain.ai/en/assets/images/multi_image-b98ec894a55eac339160977fd796110b.png" width="70%"></div>
<br>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="vm-only-detection-when-faster-alerts-matter-more-than-complex-interpretation">VM Only Detection: When Faster Alerts Matter More Than Complex Interpretation<a href="https://spectrabrain.ai/en/blog/Release/eva_v_2_6#vm-only-detection-when-faster-alerts-matter-more-than-complex-interpretation" class="hash-link" aria-label="Direct link to VM Only Detection: When Faster Alerts Matter More Than Complex Interpretation" title="Direct link to VM Only Detection: When Faster Alerts Matter More Than Complex Interpretation">​</a></h2>
<p>Not all detections require complex scenario interpretation. In some environments, <b>"the presence of a specific object"</b> alone is immediately meaningful.<br>
Previously, EVA followed a pipeline of Vision Model (VM) → Vision Language Model (VLM), performing scenario interpretation after object detection. While effective for complex judgments, this approach could introduce unnecessary latency for simpler scenarios.<br>
To address this, v2.6 introduces a new <strong>VM Only detection process</strong>. Alerts are triggered immediately upon object detection, bypassing the VLM stage and thereby <strong>improving both detection speed and resource efficiency</strong>.<br>
For example, in scenarios such as "Notify me when an ambulance appears," <strong>faster responses are possible through object detection alone</strong>, without complex interpretation. Operators can now choose detection methods based on scenario characteristics—distinguishing between cases where <strong>accurate interpretation</strong> is critical and those where <strong>rapid response</strong> is the priority.</p>
<br>
<br>
<br>
<p>EVA is not simply a system that generates alerts.<br>
It aims to be an <strong>AI operations platform where operator judgment and experience are continuously accumulated</strong>.<br>
v2.6 most clearly represents this direction.<br>
Beyond improving detection accuracy, it enhances operational judgment flows, prioritization, records, and metrics together.<br>
EVA will continue to evolve to better understand complex real-world environments and support operators in making faster, clearer decisions.<br>
Your usage experiences and feedback are the most important foundation for taking EVA to the next level.<br></p>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="-coming-soon-a-preview-of-v27">🚀 Coming Soon: A Preview of v2.7<a href="https://spectrabrain.ai/en/blog/Release/eva_v_2_6#-coming-soon-a-preview-of-v27" class="hash-link" aria-label="Direct link to 🚀 Coming Soon: A Preview of v2.7" title="Direct link to 🚀 Coming Soon: A Preview of v2.7">​</a></h2>
<ul>
<li><strong>Scenario-based automatic detection configuration</strong></li>
<li><strong>Polygon-based detection area settings</strong></li>
<li><strong>Change history alerts for detection scenarios and targets</strong></li>
</ul>
<br>]]></content>
        <author>
            <name>Danbi Lee</name>
        </author>
        <category label="Release" term="Release"/>
        <category label="EVA" term="EVA"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[EVA Signs Supply Agreement with KOCOM and Golden Seoul Hotel – A New Milestone for Expansion into Construction and Hospitality Markets]]></title>
        <id>https://spectrabrain.ai/en/blog/News/kocom_partnership</id>
        <link href="https://spectrabrain.ai/en/blog/News/kocom_partnership"/>
        <updated>2026-02-25T15:30:00.000Z</updated>
        <summary type="html"><![CDATA[EVA Signs Supply Agreement with KOCOM and Golden Seoul Hotel – A New Milestone for Expansion into Construction and Hospitality Markets]]></summary>
        <content type="html"><![CDATA[<div class="div_center"><img src="https://spectrabrain.ai/en/assets/images/kocom_partnership-1b2fc6b6441c959d582f60c0d548c87c.png" width="80%"></div>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="eva-signs-supply-agreement-with-kocom-and-golden-seoul-hotel--a-new-milestone-for-expansion-into-construction-and-hospitality-markets"><strong>EVA Signs Supply Agreement with KOCOM and Golden Seoul Hotel – A New Milestone for Expansion into Construction and Hospitality Markets</strong><a href="https://spectrabrain.ai/en/blog/News/kocom_partnership#eva-signs-supply-agreement-with-kocom-and-golden-seoul-hotel--a-new-milestone-for-expansion-into-construction-and-hospitality-markets" class="hash-link" aria-label="Direct link to eva-signs-supply-agreement-with-kocom-and-golden-seoul-hotel--a-new-milestone-for-expansion-into-construction-and-hospitality-markets" title="Direct link to eva-signs-supply-agreement-with-kocom-and-golden-seoul-hotel--a-new-milestone-for-expansion-into-construction-and-hospitality-markets">​</a></h2>
<p>EVA has taken its first meaningful step toward strategic collaboration with KOCOM, a leading smart home solutions provider in Korea.
The two companies have signed an EVA license supply agreement and will officially launch a project to apply AI-based video analytics in real-world operational environments.</p>
<p>This agreement goes beyond a simple solution supply contract. It represents a strategic partnership aimed at expanding AI-driven safety management systems across diverse industries.</p>
<br>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="a-validation-driven-collaboration-beginning-with-kocom-headquarters-and-golden-seoul-hotel"><strong>A Validation-Driven Collaboration Beginning with KOCOM Headquarters and Golden Seoul Hotel</strong><a href="https://spectrabrain.ai/en/blog/News/kocom_partnership#a-validation-driven-collaboration-beginning-with-kocom-headquarters-and-golden-seoul-hotel" class="hash-link" aria-label="Direct link to a-validation-driven-collaboration-beginning-with-kocom-headquarters-and-golden-seoul-hotel" title="Direct link to a-validation-driven-collaboration-beginning-with-kocom-headquarters-and-golden-seoul-hotel">​</a></h3>
<p>Under this agreement, EVA will first be deployed at KOCOM headquarters and Golden Seoul Hotel.
By leveraging AI video analytics in real operational environments, the system will detect hazardous situations, identify abnormal behaviors, and manage operational risks in real time—raising on-site safety standards to a new level.</p>
<p>Hotels and office facilities accommodate large numbers of people daily, making proactive risk detection and response systems essential. This deployment is expected to serve as a key validation reference, demonstrating EVA’s stability and operational effectiveness in real-world settings.</p>
<blockquote>
<p>💡 Expected Impact: Moving beyond simple monitoring, AI will recognize situations and proactively manage risks to create an <strong>intelligent safety operation environment</strong>.</p>
</blockquote>
<br>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="securing-strategic-references-for-expansion-into-construction-and-hospitality-markets"><strong>Securing Strategic References for Expansion into Construction and Hospitality Markets</strong><a href="https://spectrabrain.ai/en/blog/News/kocom_partnership#securing-strategic-references-for-expansion-into-construction-and-hospitality-markets" class="hash-link" aria-label="Direct link to securing-strategic-references-for-expansion-into-construction-and-hospitality-markets" title="Direct link to securing-strategic-references-for-expansion-into-construction-and-hospitality-markets">​</a></h3>
<p>KOCOM brings extensive experience and market networks in smart homes, intercom systems, CCTV, and construction-focused security solutions.
By combining EVA’s AI analytics technology with KOCOM’s industry expertise, a scalable model for AI-driven safety solutions—centered on construction and hospitality markets—is expected to gain momentum.</p>
<p>This project will go beyond individual deployments and serve as a <strong>standard reference model</strong> applicable to multiple domains, including construction site safety management, hotel and commercial facility operations, and integrated smart building management.</p>
<blockquote>
<p>🏗️ Market Significance: This initiative marks a starting point in establishing the perception that <strong>“AI safety is not an option, but infrastructure.”</strong></p>
</blockquote>
<br>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="a-partnership-that-grows-beyond-technology"><strong>A Partnership That Grows Beyond Technology</strong><a href="https://spectrabrain.ai/en/blog/News/kocom_partnership#a-partnership-that-grows-beyond-technology" class="hash-link" aria-label="Direct link to a-partnership-that-grows-beyond-technology" title="Direct link to a-partnership-that-grows-beyond-technology">​</a></h3>
<p>This collaboration is not a one-time supply agreement but a long-term partnership focused on jointly developing the market.</p>
<p>EVA is a proven Physical AI solution across various industries, enabling rapid and efficient AI adoption using existing CCTV infrastructure. Combined with KOCOM’s customer touchpoints and industry network, the pace of real market expansion is expected to accelerate.</p>
<blockquote>
<p>🤝 Partnership Direction: Building markets together based on technological excellence and delivering tangible value to customers.</p>
</blockquote>
<br>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="a-new-leap-in-the-ai-safety-solutions-market"><strong>A New Leap in the AI Safety Solutions Market</strong><a href="https://spectrabrain.ai/en/blog/News/kocom_partnership#a-new-leap-in-the-ai-safety-solutions-market" class="hash-link" aria-label="Direct link to a-new-leap-in-the-ai-safety-solutions-market" title="Direct link to a-new-leap-in-the-ai-safety-solutions-market">​</a></h3>
<p>Starting with deployments at KOCOM headquarters and Golden Seoul Hotel, this project is set to become a flagship reference demonstrating EVA’s competitiveness in the construction and hospitality sectors.</p>
<p>Building on this foundation, the two companies plan to further expand their collaboration in AI-based safety management and continuously introduce solutions applicable across diverse industrial environments.</p>
<p>This partnership is expected to become a meaningful reference for the adoption of AI safety solutions in construction and hospitality markets, while creating a mutually beneficial growth opportunity for both companies in the broader AI solutions landscape.</p>
<p>EVA will continue to drive Physical AI innovation together with its partners, building safer and smarter physical environments.</p>]]></content>
        <author>
            <name>Andy Yun</name>
        </author>
        <category label="News" term="News"/>
        <category label="Business" term="Business"/>
        <category label="AI CCTV" term="AI CCTV"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Beyond GPUs to NPUs: EVA Achieves End-to-End Service Validation on Rebellions ATOM™-Max]]></title>
        <id>https://spectrabrain.ai/en/blog/News/rebellions_eva</id>
        <link href="https://spectrabrain.ai/en/blog/News/rebellions_eva"/>
        <updated>2026-02-24T10:00:00.000Z</updated>
        <summary type="html"><![CDATA[In a previous post, I shared our commitment to collaborating with Rebellions NPUs to enable 24/7 “always-on AI” for industrial environments.]]></summary>
        <content type="html"><![CDATA[<div class="div_center"><img src="https://spectrabrain.ai/en/assets/images/rebellions_npu_eva-7de5ed3283d2fc91f2ddb4a1b2dca341.png" width="80%"></div>
<br>
<p>In a previous post, I shared our commitment to collaborating with Rebellions NPUs to enable <strong>24/7 “always-on AI”</strong> for industrial environments.</p>
<p><a href="https://spectrabrain.ai/en/blog/News/rebellions" target="_blank" rel="noopener noreferrer">https://spectrabrain.ai/en/blog/News/rebellions</a></p>
<p>Today, I’m pleased to announce that this commitment has resulted in a tangible technical milestone.</p>
<p>spectrabrain.ai’s <strong>EVA (Evolved Vision Agent)</strong> has successfully completed end-to-end service validation on Rebellions’ latest server-grade NPU, <strong>ATOM™-Max</strong>, integrating Vision models, LLMs, and VLMs into a unified production pipeline.</p>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="️-beyond-running-a-model--executing-the-entire-service-pipeline">🛠️ Beyond Running a Model — Executing the Entire Service Pipeline<a href="https://spectrabrain.ai/en/blog/News/rebellions_eva#%EF%B8%8F-beyond-running-a-model--executing-the-entire-service-pipeline" class="hash-link" aria-label="Direct link to 🛠️ Beyond Running a Model — Executing the Entire Service Pipeline" title="Direct link to 🛠️ Beyond Running a Model — Executing the Entire Service Pipeline">​</a></h2>
<p>Running a single model on an NPU is fundamentally different from operating an entire production service reliably. Through this validation, EVA demonstrated uninterrupted execution of the full pipeline on ATOM™-Max:</p>
<br>
<blockquote>
<strong>Camera Input → Object Detection (Vision) → Scenario Interpretation (VLM) → Situation Assessment (LLM) → Alert &amp; Control Dispatch</strong>
</blockquote>
<br>
<p>This result confirms that complex AI pipelines required in real-world operations — beyond isolated model benchmarks — can be fully orchestrated on NPUs.</p>
<p>Rebellions has also recognized this milestone as
<strong>“the first real-world operation of a VLM-based AI service on a commercial NPU platform,”</strong>
expressing strong expectations for future adoption.</p>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="-next-phase-quantifying-tco-innovation-through-stress-testing">📈 Next Phase: Quantifying TCO Innovation Through Stress Testing<a href="https://spectrabrain.ai/en/blog/News/rebellions_eva#-next-phase-quantifying-tco-innovation-through-stress-testing" class="hash-link" aria-label="Direct link to 📈 Next Phase: Quantifying TCO Innovation Through Stress Testing" title="Direct link to 📈 Next Phase: Quantifying TCO Innovation Through Stress Testing">​</a></h2>
<p>Following successful end-to-end validation, EVA now enters the stress testing phase, simulating real factory environments.</p>
<p>We will analyze system stability, throughput, and power efficiency under extreme conditions where multiple cameras generate simultaneous input streams. The insights gained will be delivered to customers as <strong>actionable guidance</strong>, including:</p>
<ol>
<li>
<p><strong>Optimal NPU Configuration Standards</strong>
Cost-efficient hardware configuration guidelines based on camera count and required inference performance.</p>
</li>
<li>
<p><strong>Quantified TCO Reduction vs. GPUs</strong>
Practical economic analysis including power consumption and operational costs — not just hardware pricing.</p>
</li>
<li>
<p><strong>Minimized Deployment Risk</strong>
Standardized NPU configurations that shorten deployment time and accelerate large-scale adoption.</p>
</li>
</ol>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="-conclusion-reducing-gpu-dependence-and-enabling-sustainable-ai">✨ Conclusion: Reducing GPU Dependence and Enabling Sustainable AI<a href="https://spectrabrain.ai/en/blog/News/rebellions_eva#-conclusion-reducing-gpu-dependence-and-enabling-sustainable-ai" class="hash-link" aria-label="Direct link to ✨ Conclusion: Reducing GPU Dependence and Enabling Sustainable AI" title="Direct link to ✨ Conclusion: Reducing GPU Dependence and Enabling Sustainable AI">​</a></h2>
<p>The key takeaway from this validation is clear:
<strong>Multimodal industrial AI has reached a level where real-world operations are possible using NPUs alone.</strong></p>
<p>For organizations that have hesitated to adopt AI due to high GPU costs, the combination of EVA and Rebellions offers a practical and powerful alternative.</p>
<p>By breaking the high-cost barrier and enabling safer, higher-quality, and more productive operations at lower cost, EVA and Rebellions are working together to establish a new standard for <strong>sustainable industrial AI</strong>.</p>]]></content>
        <author>
            <name>Gyulim Gu</name>
        </author>
        <category label="News" term="News"/>
        <category label="EVA" term="EVA"/>
        <category label="AI Agent" term="AI Agent"/>
        <category label="NPU" term="NPU"/>
        <category label="VLM" term="VLM"/>
        <category label="LLM" term="LLM"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[EVA Release v2.5]]></title>
        <id>https://spectrabrain.ai/en/blog/Release/eva_v_2_5_0</id>
        <link href="https://spectrabrain.ai/en/blog/Release/eva_v_2_5_0"/>
        <updated>2026-02-11T10:00:00.000Z</updated>
        <summary type="html"><![CDATA[EVA v2.5: Providing a clearer, more convenient, and more stable operating experience]]></summary>
        <content type="html"><![CDATA[<h2 class="anchor anchorWithStickyNavbar_LWe7" id="eva-v25-providing-a-clearer-more-convenient-and-more-stable-operating-experience">EVA v2.5: Providing a clearer, more convenient, and more stable operating experience<a href="https://spectrabrain.ai/en/blog/Release/eva_v_2_5_0#eva-v25-providing-a-clearer-more-convenient-and-more-stable-operating-experience" class="hash-link" aria-label="Direct link to EVA v2.5: Providing a clearer, more convenient, and more stable operating experience" title="Direct link to EVA v2.5: Providing a clearer, more convenient, and more stable operating experience">​</a></h2>
<p>EVA v2.5 focuses on eliminating recurring inconveniences found in real-world operations and helping users more easily understand and manage the system’s status. This version introduces new features such as <strong>automatic face blurring to reduce exposure risks, license‑based operational visibility, and improved usability during configuration.</strong> Operators can now experience a more predictable and stable EVA environment.</p>
<br>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="automatic-face-blur-clear-in-real-time-safe-when-recorded-or-shared">Automatic Face Blur: Clear in real time, safe when recorded or shared<a href="https://spectrabrain.ai/en/blog/Release/eva_v_2_5_0#automatic-face-blur-clear-in-real-time-safe-when-recorded-or-shared" class="hash-link" aria-label="Direct link to Automatic Face Blur: Clear in real time, safe when recorded or shared" title="Direct link to Automatic Face Blur: Clear in real time, safe when recorded or shared">​</a></h2>
<p>Faces detected in images are now <strong>automatically blurred,</strong> minimizing <strong>unnecessary exposure</strong> even when images are shared via chat notifications or Webhook. Importantly, the <strong>real‑time streaming view during monitoring remains clear,</strong> just like before. This means you <strong>maintain the same ability to make fast, accurate decisions on site,</strong> while only the stored or externally shared images are blurred—<strong>reducing the burden during the record‑and‑share stages.</strong></p>
<br>
<div class="div_center"><img src="https://spectrabrain.ai/en/assets/images/person_masking-c9068c29d6560882d4eca86eb9698107.png" width="90%"></div>
<br>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="license-status-at-a-glance-instantly-check-how-long-and-how-much-you-can-use">License Status at a Glance: Instantly check how long and how much you can use<a href="https://spectrabrain.ai/en/blog/Release/eva_v_2_5_0#license-status-at-a-glance-instantly-check-how-long-and-how-much-you-can-use" class="hash-link" aria-label="Direct link to License Status at a Glance: Instantly check how long and how much you can use" title="Direct link to License Status at a Glance: Instantly check how long and how much you can use">​</a></h2>
<p>After registering a license key, you can immediately check the <strong>remaining validity period, the number of cameras allowed, and whether the license is Trial or Standard. Advance notifications alert you before expiration,</strong> preventing accidental lapses, and EVA automatically stops operation once the license expires—avoiding unintended continued operation. Users can now <strong>easily verify the installed EVA’s license status without additional inquiries or internal checks,</strong> enabling more planned and convenient management.</p>
<br>
<div class="div_center"><img src="https://spectrabrain.ai/en/assets/images/license-70509f7ed2166d2fbc1e0f9dfb459242.png" width="70%"></div>
<br>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="object-detection-sensitivity-adjust-with-numbers-for-clearer-control-of-results">Object Detection Sensitivity: Adjust with numbers for clearer control of results<a href="https://spectrabrain.ai/en/blog/Release/eva_v_2_5_0#object-detection-sensitivity-adjust-with-numbers-for-clearer-control-of-results" class="hash-link" aria-label="Direct link to Object Detection Sensitivity: Adjust with numbers for clearer control of results" title="Direct link to Object Detection Sensitivity: Adjust with numbers for clearer control of results">​</a></h2>
<p>The previous term “Detection Sensitivity” has been updated to the more precise <b>“Object Detection Sensitivity”,</b> and instead of “Low/High,” it is now <strong>adjusted using a numeric value between 0 and 1,</strong> allowing you to intuitively understand how each setting affects detection results and tune it quickly. Lower values detect more objects across a wider range, while higher values detect only more confident cases. This value is used as the <strong>threshold</strong> applied by the Vision Model (VM) when detecting objects, and the detected object information is then <strong>passed to the Vision‑Language Model (VLM), directly affecting final scenario evaluation.</strong> With clearer terminology and detailed guidance, you can select the appropriate value for your environment and achieve the detection performance you want. In addition, <strong>the next version will introduce an Agent feature that automatically sets object detection sensitivity based on detection results,</strong> adjusting sensitivity for each camera according to its configured scenario—providing even more convenient and stable detection performance for users.</p>
<br>
<div class="div_center"><img src="https://spectrabrain.ai/en/assets/images/threshold-848c8f3f2e7e3c6ddac9169c35c0572a.png" width="55%"></div>
<br>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="understand-eva-features-more-easily-through-conversation">Understand EVA Features More Easily Through Conversation<a href="https://spectrabrain.ai/en/blog/Release/eva_v_2_5_0#understand-eva-features-more-easily-through-conversation" class="hash-link" aria-label="Direct link to Understand EVA Features More Easily Through Conversation" title="Direct link to Understand EVA Features More Easily Through Conversation">​</a></h2>
<p>If you have questions about the various features and configuration options provided by EVA, you can check them directly through the in-app chat window. The existing guidance capability has been <strong>further enhanced</strong>, delivering <strong>clearer and more structured explanations</strong>—including how specific features work, the meaning of configuration values, and how to apply them. You can ask about any EVA-related feature or setting at any time.</p>
<p>There is no need to navigate through complex menus one by one. Simply enter your question in natural language to receive <strong>immediate guidance for faster and more efficient operations</strong>. Beyond basic feature descriptions, EVA provides <strong>an enhanced support experience</strong> that helps you quickly understand features and configure them with confidence.</p>
<br>
<div class="div_center"><img src="https://spectrabrain.ai/en/assets/images/chat_guide-4a0eee74f8e640d229b32a9063edb3be.png" width="100%"></div>
<br>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="camera-setup-faster-and-easier-with-step-navigation--instant-save">Camera Setup: Faster and easier with step navigation + instant save<a href="https://spectrabrain.ai/en/blog/Release/eva_v_2_5_0#camera-setup-faster-and-easier-with-step-navigation--instant-save" class="hash-link" aria-label="Direct link to Camera Setup: Faster and easier with step navigation + instant save" title="Direct link to Camera Setup: Faster and easier with step navigation + instant save">​</a></h2>
<p>The inconvenience of having to <strong>navigate back and forth through multiple steps</strong> to modify or save values within the four‑step camera configuration screen has been resolved. You can now <strong>save at any step,</strong> eliminating the need to move to the final step and return again. By clicking the step number at the top of the configuration screen, you can <strong>jump directly to the desired step,</strong> and the save button in each step allows you to quickly apply only the necessary changes. When configuring multiple cameras consecutively, fewer clicks are required, making the overall setup process significantly faster and more convenient.</p>
<br>
<br>
<p><strong>EVA continues to evolve based on real operational experiences from our customers.</strong> <br>
The EVA development team reflects customer needs and on‑site feedback faster than anyone and continues to advance our technology to enhance <strong>accuracy and stability.</strong><br>
We will keep delivering innovations that transform expectations of a <b>“properly built product” into clear value.</b> <br>
<strong>Your feedback is the most important driving force that makes EVA a stronger and more complete solution!</strong></p>
<br>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="coming-soon-preview-of-v260">🚀Coming Soon: Preview of v2.6.0<a href="https://spectrabrain.ai/en/blog/Release/eva_v_2_5_0#coming-soon-preview-of-v260" class="hash-link" aria-label="Direct link to 🚀Coming Soon: Preview of v2.6.0" title="Direct link to 🚀Coming Soon: Preview of v2.6.0">​</a></h2>
<ul>
<li><strong>Improved accuracy with multi‑image‑based detection</strong></li>
<li><strong>Lightweight Vision Model detection mode for optimized operations</strong></li>
<li><strong>Significantly enhanced UX for feedback submission and review</strong></li>
</ul>
<br>]]></content>
        <author>
            <name>Danbi Lee</name>
        </author>
        <category label="Release" term="Release"/>
        <category label="EVA" term="EVA"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[POSTECH Future Technology Center Leaps Forward as the Heart of ‘AI That Reads the World’ with EVA]]></title>
        <id>https://spectrabrain.ai/en/blog/News/postech</id>
        <link href="https://spectrabrain.ai/en/blog/News/postech"/>
        <updated>2026-02-09T11:00:00.000Z</updated>
        <summary type="html"><![CDATA[POSTECH (Pohang University of Science and Technology), the epicenter of engineering education and research in Korea, has officially confirmed the adoption of spectrabrain.ai’s EVA at its Future Technology Center.]]></summary>
        <content type="html"><![CDATA[<br>
<div class="div_center"><img src="https://spectrabrain.ai/en/assets/images/postech-cf3038241c147e57d34a824e00f749f2.png" width="80%"></div>
<br>
<p>POSTECH (Pohang University of Science and Technology), the epicenter of engineering education and research in Korea, has officially confirmed the adoption of <strong>spectrabrain.ai’s EVA</strong> at its Future Technology Center.
This collaboration goes far beyond enhancing campus security—it marks a major milestone in building a <strong>Data Living Lab</strong>, where all visual data generated on campus is transformed into valuable research assets.</p>
<br>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="️-the-entire-campus-as-a-massive-ai-laboratory">🏛️ The Entire Campus as a Massive AI Laboratory<a href="https://spectrabrain.ai/en/blog/News/postech#%EF%B8%8F-the-entire-campus-as-a-massive-ai-laboratory" class="hash-link" aria-label="Direct link to 🏛️ The Entire Campus as a Massive AI Laboratory" title="Direct link to 🏛️ The Entire Campus as a Massive AI Laboratory">​</a></h3>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="an-integrated-indoor--outdoor-sensor-network">An Integrated Indoor &amp; Outdoor Sensor Network<a href="https://spectrabrain.ai/en/blog/News/postech#an-integrated-indoor--outdoor-sensor-network" class="hash-link" aria-label="Direct link to An Integrated Indoor &amp; Outdoor Sensor Network" title="Direct link to An Integrated Indoor &amp; Outdoor Sensor Network">​</a></h3>
<p>The POSTECH Future Technology Center will unify its existing campus-wide CCTV infrastructure through the EVA platform.
By integrating sensors across the entire campus, the university establishes an infrastructure capable of <strong>real-time perception and reasoning</strong>—understanding and interpreting events in the physical world without human intervention.</p>
<br>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="-a-new-fuel-for-rd">🧪 A New Fuel for R&amp;D<a href="https://spectrabrain.ai/en/blog/News/postech#-a-new-fuel-for-rd" class="hash-link" aria-label="Direct link to 🧪 A New Fuel for R&amp;D" title="Direct link to 🧪 A New Fuel for R&amp;D">​</a></h3>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="from-discarded-footage-to-high-value-data">From “Discarded Footage” to “High-Value Data”<a href="https://spectrabrain.ai/en/blog/News/postech#from-discarded-footage-to-high-value-data" class="hash-link" aria-label="Direct link to From “Discarded Footage” to “High-Value Data”" title="Direct link to From “Discarded Footage” to “High-Value Data”">​</a></h3>
<p>Until now, campus video data has been treated as ephemeral information, deleted after a certain retention period. EVA fundamentally changes this paradigm by turning video into long-term research assets.</p>
<ul>
<li>
<p><strong>A Catalyst for LLM &amp; VLM Innovation</strong>
EVA automatically converts unstructured video into structured data. This creates high-quality multimodal datasets for training next-generation Large Language Models (LLMs) and Vision-Language Models (VLMs), allowing researchers to focus on insight generation rather than data preprocessing.</p>
</li>
<li>
<p><strong>Spatiotemporal Metadata Enrichment</strong>
Instead of storing video alone, EVA enriches data with contextual information—such as congestion levels during <em>exam periods (Time)</em> or in <em>library spaces (Space)</em>—significantly increasing data density and analytical value.</p>
</li>
</ul>
<br>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="-privacy-by-design">🔒 Privacy-by-Design<a href="https://spectrabrain.ai/en/blog/News/postech#-privacy-by-design" class="hash-link" aria-label="Direct link to 🔒 Privacy-by-Design" title="Direct link to 🔒 Privacy-by-Design">​</a></h3>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="secure-research-assets-completed-at-the-moment-of-collection">Secure Research Assets, Completed at the Moment of Collection<a href="https://spectrabrain.ai/en/blog/News/postech#secure-research-assets-completed-at-the-moment-of-collection" class="hash-link" aria-label="Direct link to Secure Research Assets, Completed at the Moment of Collection" title="Direct link to Secure Research Assets, Completed at the Moment of Collection">​</a></h3>
<p>As massive volumes of visual data are transformed into research assets, <strong>privacy protection</strong> stands as the highest priority of the POSTECH Living Lab.</p>
<ul>
<li>
<p><strong>Immediate Data Processing</strong>
Raw video captured by cameras is analyzed instantly at the point of collection, before being stored on servers.</p>
</li>
<li>
<p><strong>Automatic De-identification</strong>
Any personally identifiable information detected during analysis is immediately de-identified. This ensures that researchers can securely access high-quality research datasets without privacy concerns.</p>
</li>
</ul>
<br>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="-a-research-ecosystem-where-students-become-creators">🚀 A Research Ecosystem Where Students Become Creators<a href="https://spectrabrain.ai/en/blog/News/postech#-a-research-ecosystem-where-students-become-creators" class="hash-link" aria-label="Direct link to 🚀 A Research Ecosystem Where Students Become Creators" title="Direct link to 🚀 A Research Ecosystem Where Students Become Creators">​</a></h3>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="student-as-a-creator"><em>Student as a Creator</em><a href="https://spectrabrain.ai/en/blog/News/postech#student-as-a-creator" class="hash-link" aria-label="Direct link to student-as-a-creator" title="Direct link to student-as-a-creator">​</a></h3>
<p>The POSTECH Living Lab redefines students not as passive service users, but as active producers of technology.</p>
<ul>
<li>
<p><strong>AI Training with Real-World Data</strong>
Instead of textbook examples, students train AI models using real data generated from their own campus environment, implementing advanced decision-making logic firsthand.</p>
</li>
<li>
<p><strong>Development of On-Site, Practical Services</strong>
By deploying AI services that solve everyday problems—such as <em>cafeteria queue prediction</em> or <em>classroom energy optimization</em>—students directly experience the full potential of a Physical AI platform.</p>
</li>
</ul>
<br>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="reading-the-real-world-as-data-interpreting-it-with-ai-and-transforming-reality-for-the-better">“Reading the real world as data, interpreting it with AI, and transforming reality for the better.”<a href="https://spectrabrain.ai/en/blog/News/postech#reading-the-real-world-as-data-interpreting-it-with-ai-and-transforming-reality-for-the-better" class="hash-link" aria-label="Direct link to “Reading the real world as data, interpreting it with AI, and transforming reality for the better.”" title="Direct link to “Reading the real world as data, interpreting it with AI, and transforming reality for the better.”">​</a></h3>
<p>The virtuous cycle that POSTECH and EVA are building together is a compelling example of how a university campus can become a hub for future technologies.
As everyday life at POSTECH turns into data—and that data, in turn, shapes the technologies of tomorrow—we invite you to follow this journey into the future.</p>]]></content>
        <author>
            <name>Daniel Cho</name>
        </author>
        <category label="News" term="News"/>
        <category label="Postech" term="Postech"/>
        <category label="LivingLab" term="LivingLab"/>
        <category label="EVA" term="EVA"/>
        <category label="Physical AI" term="Physical AI"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[2026 Government Economic Growth Strategy Announcement – A Turning Point for AI Safety Investment]]></title>
        <id>https://spectrabrain.ai/en/blog/News/ai_safety</id>
        <link href="https://spectrabrain.ai/en/blog/News/ai_safety"/>
        <updated>2026-01-31T18:00:00.000Z</updated>
        <summary type="html"><![CDATA[The government’s “2026 Economic Growth Strategy” is reshaping the safety management paradigm across industrial sites]]></summary>
        <content type="html"><![CDATA[<h2 class="anchor anchorWithStickyNavbar_LWe7" id="the-governments-2026-economic-growth-strategy-is-reshaping-the-safety-management-paradigm-across-industrial-sites">The government’s “2026 Economic Growth Strategy” is reshaping the safety management paradigm across industrial sites<a href="https://spectrabrain.ai/en/blog/News/ai_safety#the-governments-2026-economic-growth-strategy-is-reshaping-the-safety-management-paradigm-across-industrial-sites" class="hash-link" aria-label="Direct link to The government’s “2026 Economic Growth Strategy” is reshaping the safety management paradigm across industrial sites" title="Direct link to The government’s “2026 Economic Growth Strategy” is reshaping the safety management paradigm across industrial sites">​</a></h2>
<p><strong>The core message is clear.</strong><br>
Generous tax incentives will be provided for the adoption of safety facilities leveraging new technologies such as AI,<br>
while severe penalties—at a level that could threaten corporate survival—will be imposed for violations of safety obligations.</p>
<p><strong>This policy is not a recommendation.</strong><br>
By presenting both clear incentives for safety investment and devastating penalties in the event of accidents,<br>
the government is making safety investment a mandatory requirement rather than an optional choice for companies.</p>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="three-key-pillars-of-the-policy"><span style="color:#EE3634;font-weight:600">Three Key Pillars of the Policy</span><a href="https://spectrabrain.ai/en/blog/News/ai_safety#three-key-pillars-of-the-policy" class="hash-link" aria-label="Direct link to three-key-pillars-of-the-policy" title="Direct link to three-key-pillars-of-the-policy">​</a></h2>
<ul>
<li>
<p><strong>Three-Tier Tax Incentive Package</strong><br>
Expansion of tax credits up to <strong>12–40%</strong> for investments in AI-powered safety facilities<br>
(R&amp;D tax credit rates: General 2–25%, New Growth &amp; Core Technologies 20–40% / Investment tax credit rates: General 1–10%, New Growth &amp; Core Technologies 3–12%)<br></p>
</li>
<li>
<p><strong>Stronger Accountability</strong><br>
Introduction of new penalty fines equivalent to <strong>5% of operating profit</strong> or <strong>3% of revenue</strong> in the event of fatal accidents
(Legislation and amendments planned for the first half of 2026)</p>
</li>
<li>
<p><strong>Intensified Oversight</strong><br>
Expansion of industrial safety inspectors to <strong>2,095 personnel</strong> and introduction of restricted bidding for high-risk construction projects</p>
</li>
</ul>
<br>
<hr>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="safety-investment-is-now-state-supported"><span style="color:#EE3634;font-weight:600">Safety Investment Is Now State-Supported</span><a href="https://spectrabrain.ai/en/blog/News/ai_safety#safety-investment-is-now-state-supported" class="hash-link" aria-label="Direct link to safety-investment-is-now-state-supported" title="Direct link to safety-investment-is-now-state-supported">​</a></h2>
<p>The government has begun recognizing AI-based safety facilities as <strong>“New Growth &amp; Core Technologies.”</strong><br></p>
<p>This signals more than regulatory relaxation—it reflects a shift in perception,<br>
where safety technology investment is now regarded as a core pillar of national competitiveness.</p>
<ul>
<li><strong>AI Monitoring Systems Included in Integrated Investment Tax Credits</strong></li>
</ul>
<blockquote>
<p>Tax credit eligibility is significantly expanded to include AI-powered intelligent CCTV monitoring systems,<br>
even beyond legally mandated facilities.<br>
The EVA solution represents the standard for next-generation safety facilities recommended by the government.</p>
</blockquote>
<ul>
<li><strong>Preferential Treatment for R&amp;D and Facility Investments Under New Growth &amp; Core Technology Designation</strong></li>
</ul>
<blockquote>
<p>Investments in advanced safety technologies utilizing AI and robotics are eligible for tax credits<br>
ranging from up to <strong>12% for facilities</strong> to <strong>40% for R&amp;D</strong>.<br>
(R&amp;D tax credit rates: General 2–25%, New Growth &amp; Core Technologies 20–40% / Investment tax credit rates: General 1–10%, New Growth &amp; Core Technologies 3–12%)<br>
Now is the optimal time to deploy high-performance EVA solutions at the lowest possible cost.</p>
</blockquote>
<br>
<hr>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="a-single-accident-can-undermine-an-entire-company"><span style="color:#EE3634;font-weight:600">A Single Accident Can Undermine an Entire Company</span><a href="https://spectrabrain.ai/en/blog/News/ai_safety#a-single-accident-can-undermine-an-entire-company" class="hash-link" aria-label="Direct link to a-single-accident-can-undermine-an-entire-company" title="Direct link to a-single-accident-can-undermine-an-entire-company">​</a></h2>
<p>Regulatory scrutiny has become significantly more stringent.<br>
The introduction of a <strong>punitive penalty framework</strong> starting in 2026 makes reactive, after-the-fact responses no longer viable.</p>
<ul>
<li><strong>Penalty fines of 5% of operating profit or 3% of revenue in the event of fatal accidents (cap: KRW 100 billion)</strong></li>
</ul>
<blockquote>
<p>Under amendments to the Occupational Safety and Health Act and the Construction Safety Special Act,<br>
companies facing repeated fatal accidents may be fined up to 5% of operating profit or 3% of revenue
(legislation and amendments planned for the first half of 2026).<br></p>
</blockquote>
<p>This goes beyond a simple fine—it poses a direct threat to corporate management and sustainability.<br></p>
<p>EVA intelligently monitors worksites 24/7, proactively identifying and blocking fleeting risk factors that human operators are likely to miss.<br>
Accident prevention is now the most reliable cost-saving strategy.</p>
<br>
<hr>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="why-eva-a-full-stack-ai-safety-solution"><span style="color:#EE3634;font-weight:600">Why EVA: A Full-Stack AI Safety Solution</span><a href="https://spectrabrain.ai/en/blog/News/ai_safety#why-eva-a-full-stack-ai-safety-solution" class="hash-link" aria-label="Direct link to why-eva-a-full-stack-ai-safety-solution" title="Direct link to why-eva-a-full-stack-ai-safety-solution">​</a></h2>
<p>More than just an AI solution, EVA delivers a <strong>full-stack AI experience</strong> optimized for each customer’s business environment.<br>
Enjoy unparalleled operational efficiency and flexibility—free from dependence on any single technology stack.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="1-freedom-to-choose-ai-models-optimized-for-your-environment">1. Freedom to Choose AI Models Optimized for Your Environment<a href="https://spectrabrain.ai/en/blog/News/ai_safety#1-freedom-to-choose-ai-models-optimized-for-your-environment" class="hash-link" aria-label="Direct link to 1. Freedom to Choose AI Models Optimized for Your Environment" title="Direct link to 1. Freedom to Choose AI Models Optimized for Your Environment">​</a></h3>
<p>Select the AI stack best suited to your operational environment while maintaining powerful safety monitoring performance.</p>
<blockquote>
<p>Global leading AI models such as HyperCLOVA X, Qwen, Gemma, LLaMA, ChatGPT, and EXAONE,<br>
along with cutting-edge vision models including ultralytics YOLO, OWL-ViT, RT-DETR, and OmDet,<br>
can all be freely deployed on the EVA platform.</p>
</blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="2-one-quarter-of-the-total-cost-of-ownership-tco-compared-to-competitors">2. One-Quarter of the Total Cost of Ownership (TCO) Compared to Competitors<a href="https://spectrabrain.ai/en/blog/News/ai_safety#2-one-quarter-of-the-total-cost-of-ownership-tco-compared-to-competitors" class="hash-link" aria-label="Direct link to 2. One-Quarter of the Total Cost of Ownership (TCO) Compared to Competitors" title="Direct link to 2. One-Quarter of the Total Cost of Ownership (TCO) Compared to Competitors">​</a></h3>
<p>High deployment costs and slow maintenance hinder growth.<br>
EVA delivers overwhelming cost efficiency—from initial investment through ongoing operations.</p>
<table><thead><tr><th>Comparison Criteria</th><th>spectrabrain.ai EVA</th><th>Conventional AI CCTV Solutions</th></tr></thead><tbody><tr><td>Initial server requirements (100 CCTV cameras)</td><td><strong>1</strong> high-performance GPU server (NVIDIA L40S), initial cost approx. <strong>KRW 25M</strong></td><td><strong>4</strong> high-performance GPU servers (NVIDIA L40S), initial cost approx. <strong>KRW 100M</strong></td></tr><tr><td>Additional cost for scenario changes</td><td>No additional license required, no ongoing maintenance cost</td><td>Additional cost for every scenario change, approx. <strong>KRW 200K</strong> per update</td></tr><tr><td>Scenario configuration &amp; modification</td><td>Directly editable by operators, <strong>under 30 seconds</strong></td><td>Requires specialized personnel, approx. <strong>1–2 weeks</strong></td></tr></tbody></table>
<br>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="now-is-the-right-time-let-eva-be-your-trusted-safety-partner">Now Is the Right Time. Let EVA Be Your Trusted Safety Partner.<a href="https://spectrabrain.ai/en/blog/News/ai_safety#now-is-the-right-time-let-eva-be-your-trusted-safety-partner" class="hash-link" aria-label="Direct link to Now Is the Right Time. Let EVA Be Your Trusted Safety Partner." title="Direct link to Now Is the Right Time. Let EVA Be Your Trusted Safety Partner.">​</a></h2>
<br>]]></content>
        <author>
            <name>Sunmi Choi</name>
        </author>
        <category label="News" term="News"/>
        <category label="Strategy" term="Strategy"/>
        <category label="Government" term="Government"/>
        <category label="AI Safety" term="AI Safety"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Cisco Korea Manufacturing Summit 2026: EVA at the Center of Manufacturing Innovation]]></title>
        <id>https://spectrabrain.ai/en/blog/News/cisco_summit26</id>
        <link href="https://spectrabrain.ai/en/blog/News/cisco_summit26"/>
        <updated>2026-01-29T15:30:00.000Z</updated>
        <summary type="html"><![CDATA[EVA Meets Cisco Meraki: Strong On-Site Engagement Through the Ringnet Booth and Customer Case Presentation]]></summary>
        <content type="html"><![CDATA[<h2 class="anchor anchorWithStickyNavbar_LWe7" id="eva-meets-cisco-meraki-strong-on-site-engagement-through-the-ringnet-booth-and-customer-case-presentation">EVA Meets Cisco Meraki: Strong On-Site Engagement Through the Ringnet Booth and Customer Case Presentation<a href="https://spectrabrain.ai/en/blog/News/cisco_summit26#eva-meets-cisco-meraki-strong-on-site-engagement-through-the-ringnet-booth-and-customer-case-presentation" class="hash-link" aria-label="Direct link to EVA Meets Cisco Meraki: Strong On-Site Engagement Through the Ringnet Booth and Customer Case Presentation" title="Direct link to EVA Meets Cisco Meraki: Strong On-Site Engagement Through the Ringnet Booth and Customer Case Presentation">​</a></h2>
<p>On January 29, 2026, the <strong>Cisco Korea Manufacturing Summit 2026</strong>, a key event focused on digital transformation in the manufacturing industry, was successfully held.
At this event, <strong>spectrabrain.ai</strong> showcased its innovative Physical AI solution, <strong>EVA</strong>, presenting concrete ways to maximize safety and operational efficiency on manufacturing floors. In particular, the co-hosted booth with partner <strong>Ringnet</strong> and the live customer case presentation left a strong impression on attendees. Here are highlights from the vibrant现场.</p>
<br>
<hr>
<br>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="1-capturing-attention-on-the-floor-eva-x-meraki-at-the-ringnet-booth">1. Capturing Attention on the Floor: “EVA x Meraki” at the Ringnet Booth<a href="https://spectrabrain.ai/en/blog/News/cisco_summit26#1-capturing-attention-on-the-floor-eva-x-meraki-at-the-ringnet-booth" class="hash-link" aria-label="Direct link to 1. Capturing Attention on the Floor: “EVA x Meraki” at the Ringnet Booth" title="Direct link to 1. Capturing Attention on the Floor: “EVA x Meraki” at the Ringnet Booth">​</a></h3>
<div class="div_center"><img src="https://spectrabrain.ai/en/assets/images/picture2-cf887a8ea52ecaef1ea1d6cdecf4f701.jpg" width="70%"></div>
<p>At this summit, spectrabrain.ai demonstrated a real-time Physical AI solution that combines <strong>Cisco Meraki</strong> with <strong>EVA</strong> at the Ringnet booth.</p>
<p>The booth featured a live demonstration integrating <strong>Meraki cameras</strong>, backed by robust cloud-based infrastructure, with <strong>EVA</strong>, which analyzes visual data much like the human eye and brain. Visitors were able to see firsthand how simply connecting EVA to an existing CCTV infrastructure transforms it into an intelligent system capable of understanding and 판단 complex physical environments on its own.</p>
<blockquote>
<p>💡 On-site feedback: Many attendees showed strong interest in the ability to build an advanced AI analytics environment using their existing Meraki infrastructure—without investing in additional high-cost hardware. In particular, real-time dashboard visualizations for worker safety detection and restricted-area intrusion alerts, both critical in manufacturing environments, drew enthusiastic reactions from practitioners.</p>
</blockquote>
<br>
<hr>
<br>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="2-a-customer-case-presentation-filled-with-laughter-and-empathy">2. A Customer Case Presentation Filled with Laughter and Empathy<a href="https://spectrabrain.ai/en/blog/News/cisco_summit26#2-a-customer-case-presentation-filled-with-laughter-and-empathy" class="hash-link" aria-label="Direct link to 2. A Customer Case Presentation Filled with Laughter and Empathy" title="Direct link to 2. A Customer Case Presentation Filled with Laughter and Empathy">​</a></h3>
<div class="div_center"><img src="https://spectrabrain.ai/en/assets/images/picture3-3623fcf3811772e97030b41afcc4d2d7.jpg" width="70%"></div>
<p>Starting at 1:00 PM, the Case Study session was held under the theme <strong>“An Intelligent Platform Opening the Era of Physical AI.”</strong> Rather than a simple feature walkthrough, the session vividly illustrated how EVA is actually being used in real manufacturing sites.</p>
<p>The presentation covered concrete examples of how EVA has been deployed in production environments to protect workers and improve operational efficiency. As demonstrated in locations such as Pyeongtaek Digital Park, scenarios where EVA checks compliance with safety gear requirements or immediately alerts operators to dangerous situations resonated strongly with the audience as practical, real-world solutions.</p>
<blockquote>
<p>🗣️ Presentation atmosphere: Although it could have been a dry technical session, the speaker explained how EVA addresses on-site challenges with wit and clarity, keeping the audience engaged throughout. After the session, many attendees followed up with comments like “We want to apply this to our factory right away,” clearly demonstrating that EVA is not just theoretical technology, but a “living technology” ready for immediate deployment.</p>
</blockquote>
<br>
<hr>
<br>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="3-powerful-technology-designed-for-ease-of-use-eva">3. Powerful Technology Designed for Ease of Use: EVA<a href="https://spectrabrain.ai/en/blog/News/cisco_summit26#3-powerful-technology-designed-for-ease-of-use-eva" class="hash-link" aria-label="Direct link to 3. Powerful Technology Designed for Ease of Use: EVA" title="Direct link to 3. Powerful Technology Designed for Ease of Use: EVA">​</a></h3>
<p>The core value of EVA emphasized throughout the summit was <strong>“professional AI that anyone can use easily.”</strong></p>
<ul>
<li>✅ <strong>Natural language–based control</strong>: No complex coding is required. By entering scenarios in everyday language—such as “Find workers not wearing safety helmets”—EVA understands the intent and begins analysis. This enables on-site managers to operate AI systems without being IT experts.</li>
<li>✅ <strong>Cost-efficient architecture</strong>: Through its unique architecture, EVA significantly reduces the operational costs typically associated with high-priced multi-modal LLMs. As a result, enterprises can deploy high-performance AI across manufacturing sites without excessive infrastructure 부담.</li>
<li>✅ <strong>Beyond detection to action (Physical Action Trigger)</strong>: EVA does more than just observe. When a risk is detected, it can trigger real-world actions—such as turning on warning lights or controlling gates—by integrating with physical devices, delivering a complete closed-loop system.</li>
</ul>
<br>
<hr>
<br>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="4-moving-forward-with-continuous-innovation">4. Moving Forward with Continuous Innovation<a href="https://spectrabrain.ai/en/blog/News/cisco_summit26#4-moving-forward-with-continuous-innovation" class="hash-link" aria-label="Direct link to 4. Moving Forward with Continuous Innovation" title="Direct link to 4. Moving Forward with Continuous Innovation">​</a></h3>
<p>The Cisco Korea Manufacturing Summit 2026 clearly demonstrated the value that <strong>spectrabrain.ai EVA</strong> can create in the manufacturing industry. The strong interest at the Ringnet booth and the lively interaction during the presentation sessions reinforced our confidence in the direction we are heading.</p>
<p>Together with trusted partners such as <strong>Cisco Meraki</strong> and <strong>Ringnet</strong>, spectrabrain.ai will continue to lead innovation in <strong>Physical AI</strong>, helping manufacturing sites become safer, smarter, and more efficient.</p>]]></content>
        <author>
            <name>Andy Yun</name>
        </author>
        <author>
            <name>Byungmoon Lee</name>
        </author>
        <author>
            <name>Sunmi Choi</name>
        </author>
        <category label="News" term="News"/>
        <category label="Business" term="Business"/>
        <category label="Cisco" term="Cisco"/>
        <category label="Physical AI" term="Physical AI"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Rebellions x EVA – Full-Stack Integration from Hardware to Service]]></title>
        <id>https://spectrabrain.ai/en/blog/News/rebellions</id>
        <link href="https://spectrabrain.ai/en/blog/News/rebellions"/>
        <updated>2026-01-22T10:00:00.000Z</updated>
        <summary type="html"><![CDATA[👉 Industrial AI Powered by EVA: Finding the Answer in 'Economic Efficiency' Beyond Performance]]></summary>
        <content type="html"><![CDATA[<div class="div_center"><img src="https://spectrabrain.ai/en/assets/images/rebellions-a9606fbf5ed754f7e6f521cb706d533d.png" width="80%"></div>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="-industrial-ai-powered-by-eva-finding-the-answer-in-economic-efficiency-beyond-performance">👉 Industrial AI Powered by EVA: Finding the Answer in 'Economic Efficiency' Beyond Performance<a href="https://spectrabrain.ai/en/blog/News/rebellions#-industrial-ai-powered-by-eva-finding-the-answer-in-economic-efficiency-beyond-performance" class="hash-link" aria-label="Direct link to 👉 Industrial AI Powered by EVA: Finding the Answer in 'Economic Efficiency' Beyond Performance" title="Direct link to 👉 Industrial AI Powered by EVA: Finding the Answer in 'Economic Efficiency' Beyond Performance">​</a></h2>
<p>In industrial environments, AI is no longer a function to be called only when needed.</p>
<p>It must be an <strong>'Always-on' system</strong> that performs continuous inference 24/7, processing the constant stream of data generated by cameras and sensors.</p>
<p>However, operating massive AI models like Vision-Language Models (VLMs) on expensive GPU-based infrastructure around the clock imposes a significant cost burden on customers.</p>
<p>To break down this cost barrier and accelerate the adoption of industrial AI, spectrabrain.ai <strong>EVA</strong> has joined forces with <strong>Rebellions</strong>.</p>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="-1-npu-surpassing-gpu-limits-in-price-competitiveness-and-efficiency">👍 1. NPU: Surpassing GPU Limits in Price Competitiveness and Efficiency<a href="https://spectrabrain.ai/en/blog/News/rebellions#-1-npu-surpassing-gpu-limits-in-price-competitiveness-and-efficiency" class="hash-link" aria-label="Direct link to 👍 1. NPU: Surpassing GPU Limits in Price Competitiveness and Efficiency" title="Direct link to 👍 1. NPU: Surpassing GPU Limits in Price Competitiveness and Efficiency">​</a></h2>
<p>Innovation in infrastructure costs (TCO) is essential for the widespread adoption of industrial VLM services. Rebellions' NPU meets these demands with superior efficiency compared to general-purpose GPUs.</p>
<ul>
<li><strong>Unrivaled Inference Performance:</strong> Rebellions’ ATOM NPU has proven up to 3x faster processing speeds in the vision domain compared to equivalent GPUs in global benchmarks like MLPerf.</li>
<li><strong>Superior Performance-per-Watt and Cost Savings:</strong> In a 24/7 operational environment, the NPU <strong>reduces power consumption by more than 50% compared to GPUs while maintaining high throughput (TPS)</strong>. This directly leads to a reduction in the customer's operational cost burden.</li>
<li><strong>VLM Optimization:</strong> Latest large-scale model optimization technologies, such as FlashAttention and PagedAttention, are implemented at the hardware level, allowing heavy VLMs to run lightly and quickly.</li>
</ul>
<br>
<blockquote>
<p><strong>EVA running on Rebellions NPU means customers can own cutting-edge Physical AI at the most economical cost.</strong></p>
</blockquote>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="-2-vlm-optimization-extensive-model-testing-and-technical-validation">👍 2. VLM Optimization: Extensive Model Testing and Technical Validation<a href="https://spectrabrain.ai/en/blog/News/rebellions#-2-vlm-optimization-extensive-model-testing-and-technical-validation" class="hash-link" aria-label="Direct link to 👍 2. VLM Optimization: Extensive Model Testing and Technical Validation" title="Direct link to 👍 2. VLM Optimization: Extensive Model Testing and Technical Validation">​</a></h2>
<p>spectrabrain.ai is currently testing various state-of-the-art VLM models within the EVA platform in the Rebellions NPU environment.</p>
<p>We are going beyond simply replacing hardware; we are advancing our software stack to ensure that complex industrial scenarios are processed at optimal speeds on the NPU.</p>
<p>Through this process, we are finalizing the <strong>'NPU-based VLM Service, EVA'</strong> at a level ready for immediate field deployment.</p>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="-3-from-lg-electronics-deployment-to-global-supply-a-strategic-roadmap">👍 3. From LG Electronics Deployment to Global Supply: A Strategic Roadmap<a href="https://spectrabrain.ai/en/blog/News/rebellions#-3-from-lg-electronics-deployment-to-global-supply-a-strategic-roadmap" class="hash-link" aria-label="Direct link to 👍 3. From LG Electronics Deployment to Global Supply: A Strategic Roadmap" title="Direct link to 👍 3. From LG Electronics Deployment to Global Supply: A Strategic Roadmap">​</a></h2>
<p>The collaboration between spectrabrain.ai and Rebellions aims for substantial business expansion beyond a simple technical partnership.</p>
<ol>
<li><strong>Advanced VLM Optimization:</strong> We are in the validation stage to ensure optimal power efficiency and processing speed by testing various latest VLM models on Rebellions NPU.</li>
<li><strong>Deployment at LG Electronics Production Sites:</strong> Based on validated VLM models and NPU optimization technology, we are prioritizing the introduction of NPU-based AI into major production processes and safety monitoring systems within LG Electronics.</li>
<li><strong>External Supply of EVA+NPU Package:</strong> Leveraging successful references at LG Electronics, we plan to provide the EVA platform in an integrated solution package with Rebellions NPU for future external clients.</li>
</ol>
<p>By adopting EVA, customers can enjoy a <strong>full-stack service that combines optimized hardware and a robust platform</strong> at a reasonable price, without the hassle of selecting complex hardware themselves.</p>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="-conclusion-the-standard-for-sustainable-industrial-ai">👏 Conclusion: The Standard for Sustainable Industrial AI<a href="https://spectrabrain.ai/en/blog/News/rebellions#-conclusion-the-standard-for-sustainable-industrial-ai" class="hash-link" aria-label="Direct link to 👏 Conclusion: The Standard for Sustainable Industrial AI" title="Direct link to 👏 Conclusion: The Standard for Sustainable Industrial AI">​</a></h2>
<p>The combination of EVA and Rebellions NPU is a strategic choice to transform AI from a simple technology adoption into a <strong>service structure that operates continuously at a realistic cost.</strong></p>
<p>Through this powerful collaboration spanning from hardware to the service platform, spectrabrain.ai will become a partner that accelerates AI transformation in industrial fields and fundamentally resolves the infrastructure burden for our customers.</p>]]></content>
        <author>
            <name>Daniel Cho</name>
        </author>
        <category label="News" term="News"/>
        <category label="EVA" term="EVA"/>
        <category label="AI CCTV" term="AI CCTV"/>
        <category label="Physical AI" term="Physical AI"/>
        <category label="NPU" term="NPU"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[EVA Release v2.4]]></title>
        <id>https://spectrabrain.ai/en/blog/Release/eva_v_2_4_0</id>
        <link href="https://spectrabrain.ai/en/blog/Release/eva_v_2_4_0"/>
        <updated>2026-01-20T18:00:00.000Z</updated>
        <summary type="html"><![CDATA[EVA v2.4: Taking Detection Monitoring Efficiency to the Next Level]]></summary>
        <content type="html"><![CDATA[<h2 class="anchor anchorWithStickyNavbar_LWe7" id="eva-v24-taking-detection-monitoring-efficiency-to-the-next-level">EVA v2.4: Taking Detection Monitoring Efficiency to the Next Level<a href="https://spectrabrain.ai/en/blog/Release/eva_v_2_4_0#eva-v24-taking-detection-monitoring-efficiency-to-the-next-level" class="hash-link" aria-label="Direct link to EVA v2.4: Taking Detection Monitoring Efficiency to the Next Level" title="Direct link to EVA v2.4: Taking Detection Monitoring Efficiency to the Next Level">​</a></h2>
<p>The EVA v2.4 release reflects the requirements raised in real operational environments, significantly improving monitoring efficiency and user experience. This update focuses on <strong>Alarm Priority Sorting</strong>, <strong>Device Favorites</strong>, <strong>Expanded Language Support</strong>, and <strong>Enlarged View of Detection Result Images</strong>, delivering convenience that can be felt immediately in monitoring operations.</p>
<br>
<hr>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="alarm-priority-sorting--never-miss-real-time-responses-among-numerous-devices"><strong>Alarm Priority Sorting – Never Miss Real-Time Responses Among Numerous Devices</strong><a href="https://spectrabrain.ai/en/blog/Release/eva_v_2_4_0#alarm-priority-sorting--never-miss-real-time-responses-among-numerous-devices" class="hash-link" aria-label="Direct link to alarm-priority-sorting--never-miss-real-time-responses-among-numerous-devices" title="Direct link to alarm-priority-sorting--never-miss-real-time-responses-among-numerous-devices">​</a></h2>
<p>In a monitoring environment with numerous connected devices, the most important thing is <strong>immediate identification and response to alarm-triggered points</strong>. When a detection alarm occurs, EVA automatically moves the corresponding device <strong>to the top of the list</strong>, allowing you to <strong>quickly and easily identify</strong> the alarm-triggered device even in a complex list. This feature is designed to <strong>display the latest events at the top in order</strong>, even when multiple alarms occur simultaneously, so you can <strong>see the most critical screen at a glance without scrolling or searching</strong>. As a result, <strong>monitoring efficiency and response speed</strong> are greatly improved, and when combined with the <strong>Favorites feature</strong>, you can <strong>prioritize monitoring of key devices where alarms occur</strong>.</p>
<div class="div_center"><img src="https://spectrabrain.ai/en/assets/images/notification_priority-a78d643bf9bd28d6c840bf5deb37ae9e.png" width="87%"></div>
<br>
<hr>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="device-favorites--focused-monitoring-of-key-points-by-operator"><strong>Device Favorites – Focused Monitoring of Key Points by Operator</strong><a href="https://spectrabrain.ai/en/blog/Release/eva_v_2_4_0#device-favorites--focused-monitoring-of-key-points-by-operator" class="hash-link" aria-label="Direct link to device-favorites--focused-monitoring-of-key-points-by-operator" title="Direct link to device-favorites--focused-monitoring-of-key-points-by-operator">​</a></h2>
<p>The more cameras you monitor, the more important it is to quickly check critical points. With this update, EVA allows users to <strong>register key devices they manage as favorites</strong> and filter them for instant access. This feature is especially useful in environments where device responsibility varies by operator. Each operator can manage their critical devices as a favorites group to <strong>ensure no important point is missed and maintain focused monitoring</strong>. Grouping priority monitoring cameras such as entrances, high-value equipment storage areas, and safety management zones will further enhance monitoring efficiency.</p>
<div class="div_center"><img src="https://spectrabrain.ai/en/assets/images/favorite_flag-e3765a38a7a8b9e01718e5e1f9399c51.png" width="83%"></div>
<br>
<hr>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="expanded-language-support--eva-accessible-to-everyone"><strong>Expanded Language Support – EVA Accessible to Everyone</strong><a href="https://spectrabrain.ai/en/blog/Release/eva_v_2_4_0#expanded-language-support--eva-accessible-to-everyone" class="hash-link" aria-label="Direct link to expanded-language-support--eva-accessible-to-everyone" title="Direct link to expanded-language-support--eva-accessible-to-everyone">​</a></h2>
<p>EVA now supports <strong>both Korean and English</strong>. You can select your preferred language in the settings menu, and language changes can only be made by accounts with administrator or manager privileges. This update makes EVA easy to use even for users unfamiliar with AI by providing all screens and functions <strong>in Korean and simplifying technical terms</strong>. In addition, <strong>detection analysis results can be provided in the desired language to minimize communication errors</strong>, enabling <strong>quick adaptation for new users</strong> and consistent information sharing across teams.</p>
<div class="div_center"><img src="https://spectrabrain.ai/en/assets/images/language_setting-4ab1f4212b77e4e431154d7375f2cd3d.png" width="85%"></div>
<br>
<hr>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="enlarged-view-of-detection-result-images--faster-and-more-accurate-situational-assessment"><strong>Enlarged View of Detection Result Images – Faster and More Accurate Situational Assessment</strong><a href="https://spectrabrain.ai/en/blog/Release/eva_v_2_4_0#enlarged-view-of-detection-result-images--faster-and-more-accurate-situational-assessment" class="hash-link" aria-label="Direct link to enlarged-view-of-detection-result-images--faster-and-more-accurate-situational-assessment" title="Direct link to enlarged-view-of-detection-result-images--faster-and-more-accurate-situational-assessment">​</a></h2>
<p>In real-world monitoring environments, the quality of response depends heavily on <strong>how quickly and accurately detection result images can be reviewed after an alert is triggered.</strong> With EVA v2.4, the image enlargement experience—previously available only through external notifications such as Microsoft Teams or Slack—has been extended directly into EVA’s built-in chat interface. Detection result images delivered via the chat window can now be <strong>opened in a separate, enlarged view</strong>, allowing users to inspect high‑resolution images and freely zoom in with a single click. This eliminates the need to rely on small, embedded thumbnails within the chat area and enables immediate, clearer analysis of detection results on a larger screen. As a result, operators can closely examine critical detection elements—such as people, vehicles, and object locations—making it easier to distinguish false positives and <strong>significantly reducing the time required to decide on follow-up actions.</strong></p>
<div class="div_center"><img src="https://spectrabrain.ai/en/assets/images/image_size-2a4fa990d43c76dd1aed91484e1bbffd.png" width="85%"></div>
<br>
<hr>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="support-for-duplicate-camera-rtsp-registration--run-multiple-scenarios-from-a-single-camera"><strong>Support for Duplicate Camera RTSP Registration – Run Multiple Scenarios from a Single Camera</strong><a href="https://spectrabrain.ai/en/blog/Release/eva_v_2_4_0#support-for-duplicate-camera-rtsp-registration--run-multiple-scenarios-from-a-single-camera" class="hash-link" aria-label="Direct link to support-for-duplicate-camera-rtsp-registration--run-multiple-scenarios-from-a-single-camera" title="Direct link to support-for-duplicate-camera-rtsp-registration--run-multiple-scenarios-from-a-single-camera">​</a></h2>
<p>In many real-world environments, a single camera feed often needs to support multiple detection scenarios simultaneously. For example, a parking lot camera may need to detect illegal parking, pedestrian safety risks, vehicle wrong-way driving, loitering, or intrusion — each as separate monitoring scenarios. To improve this flexibility, EVA now supports <strong>duplicate RTSP registration.</strong> You can register the same RTSP address to multiple virtual cameras, and configure different detection scenarios independently for each one. With this enhancement, you can <strong>monitor various situations in parallel using a single live video stream</strong>, while greatly improving <strong>scenario configuration flexibility</strong> without adding hardware or modifying the network setup.</p>
<div class="div_center"><img src="https://spectrabrain.ai/en/assets/images/rtspurl-51caab714fe6a38777ae326f1d57800e.png" width="85%"></div>
<br>
<hr>
<br>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="other-key-improvements"><strong>Other Key Improvements</strong><a href="https://spectrabrain.ai/en/blog/Release/eva_v_2_4_0#other-key-improvements" class="hash-link" aria-label="Direct link to other-key-improvements" title="Direct link to other-key-improvements">​</a></h4>
<p>This release also includes the following enhancements:</p>
<ul>
<li>Session logout time can be configured to match the installation environment.</li>
<li>Improved repeated login requests when viewing detection images on mobile.</li>
<li>Enhanced UI for device registration and expanded detection scenario area.</li>
<li>Added device name editing feature.</li>
<li>Detection alarm images can now be viewed in Slack.</li>
</ul>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="eva-listens-to-your-feedback-and-improves-faster"><strong>EVA Listens to Your Feedback and Improves Faster</strong><a href="https://spectrabrain.ai/en/blog/Release/eva_v_2_4_0#eva-listens-to-your-feedback-and-improves-faster" class="hash-link" aria-label="Direct link to eva-listens-to-your-feedback-and-improves-faster" title="Direct link to eva-listens-to-your-feedback-and-improves-faster">​</a></h4>
<p>This release was implemented based on customer feedback. The EVA team is committed to <strong>quickly improving inconveniences through short release cycles</strong> and continuously enhancing <strong>accuracy and responsiveness</strong> based on data collected from PoC and commercial environments. UI/UX improvements prioritize <strong>on-site usability</strong>, and we will continue to deliver features that reflect customer needs quickly. Your feedback is the driving force that makes EVA a better product.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="experience-the-updated-eva-v24-now"><strong>Experience the Updated EVA v2.4 Now</strong><a href="https://spectrabrain.ai/en/blog/Release/eva_v_2_4_0#experience-the-updated-eva-v24-now" class="hash-link" aria-label="Direct link to experience-the-updated-eva-v24-now" title="Direct link to experience-the-updated-eva-v24-now">​</a></h4>
<p>If you have any feature requests or improvement suggestions, please feel free to share them with us.</p>]]></content>
        <author>
            <name>Jeongjun Park</name>
        </author>
        <category label="Release" term="Release"/>
        <category label="EVA" term="EVA"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[EVA’s Next Leap Forward with Ringnet]]></title>
        <id>https://spectrabrain.ai/en/blog/News/ringnet</id>
        <link href="https://spectrabrain.ai/en/blog/News/ringnet"/>
        <updated>2026-01-13T18:00:00.000Z</updated>
        <summary type="html"><![CDATA[We held strategic discussions with Ringnet CEO Lee Jeong-min regarding the expansion of the EVA business.]]></summary>
        <content type="html"><![CDATA[<div class="div_center"><img src="https://spectrabrain.ai/en/assets/images/ringnet-c5938b8e6212fd26c878fb56de8f8faa.png" width="100%"></div>
<p>We held strategic discussions with Ringnet CEO Lee Jeong-min regarding the expansion of the EVA business.</p>
<p>As the domestic distributor of Cisco Meraki, Ringnet is a specialized partner with powerful network/security infrastructure and on-site implementation capabilities. Through collaboration with LG Electronics, Ringnet will play a crucial role in expanding EVA's Physical AI technology across various industries, including manufacturing, logistics, and the public sector.</p>
<p>During this meeting, we discussed in-depth strategies for nationwide and global expansion, building on the success of the "Meraki CCTV + EVA" integration PoC (Proof of Concept) verified at the LG Electronics Pyeongtaek Digital Park. Based on the success factors of the Pyeongtaek case, we explored ways to seamlessly integrate EVA into the Meraki ecosystem, making it easier for domestic manufacturing companies to adopt the solution and establishing a foundation for long-term global market expansion.</p>
<p>Regarding the direction of the partnership, we agreed to promote mutual growth through various business models, such as proposing an integrated package of "EVA + Meraki CCTV + Action Trigger" sensors, as well as standalone EVA sales structures. Ringnet plans to identify key targets within its existing customer base in manufacturing, distribution, logistics, and the public sector through consultation with its sales force, which will further accelerate EVA's market penetration.</p>
<p>Notably, at the Manufacturing Summit hosted by Cisco Korea on January 29, EVA will be featured and demonstrated as the main solution at the Ringnet booth. Moving beyond a simple CCTV exhibition, we are co-developing real-time demo scenarios designed to capture customer interest. These collaborative efforts are opening new possibilities for EVA to lead innovation in safety, security, and operations at domestic manufacturing sites by combining with Meraki's global cloud infrastructure.</p>
<p>We look forward to the exciting developments ahead.</p>]]></content>
        <author>
            <name>Daniel Cho</name>
        </author>
        <category label="News" term="News"/>
        <category label="Business" term="Business"/>
        <category label="Physical AI" term="Physical AI"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[New Standards for Industrial AI: Set by EXAONE and EVA]]></title>
        <id>https://spectrabrain.ai/en/blog/News/ai_research</id>
        <link href="https://spectrabrain.ai/en/blog/News/ai_research"/>
        <updated>2025-12-23T10:00:00.000Z</updated>
        <summary type="html"><![CDATA[The era of "Actionable AI"—AI that moves beyond theoretical potential to solve real-world industrial challenges—has arrived. We are officially kicking off a strategic collaboration to fundamentally transform industrial sites by combining the deep Foundation AI research capabilities of our AI researchers with spectrabrain.ai’s innovative Physical AI platform, EVA.]]></summary>
        <content type="html"><![CDATA[<p>The era of "Actionable AI"—AI that moves beyond theoretical potential to solve real-world industrial challenges—has arrived. We are officially kicking off a strategic collaboration to fundamentally transform industrial sites by combining the deep Foundation AI research capabilities of our AI researchers with spectrabrain.ai’s innovative Physical AI platform, EVA.</p>
<p>While previous AI focused on providing general answers, our core mission is "Vertical AI."</p>
<ul>
<li>Researcher-led Vertical Foundation Models: Our AI researchers develop Foundation models equipped with specialized knowledge and reasoning capabilities optimized for specific industrial sectors.</li>
<li>Commercializing Industry-Specific Services with EVA: These Vertical models are immediately integrated into spectrabrain.ai’s EVA. Through EVA’s natural language-based scenario settings and real-time field control technology, they are transformed into AI applications that work instantly on-site without the need for complex coding.</li>
</ul>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="a-paradigm-shift-in-industrial-safety-for-construction-and-manufacturing">A Paradigm Shift in Industrial Safety for Construction and Manufacturing<a href="https://spectrabrain.ai/en/blog/News/ai_research#a-paradigm-shift-in-industrial-safety-for-construction-and-manufacturing" class="hash-link" aria-label="Direct link to A Paradigm Shift in Industrial Safety for Construction and Manufacturing" title="Direct link to A Paradigm Shift in Industrial Safety for Construction and Manufacturing">​</a></h2>
<p>Our primary focus is "Industrial Safety," a domain where the highest levels of precision and reliability are mandatory.</p>
<ul>
<li>Safety-Specific Models: We are building dedicated models that possess a deep understanding of the unique risk factors found in construction and manufacturing environments.</li>
<li>Intelligent Monitoring Solutions: By combining EVA’s vision capabilities—which "understand" rather than just "see"—we plan to supply next-generation safety solutions to major manufacturing and construction firms. These solutions go beyond simple intrusion detection to proactively predict and respond to risky worker behavior.</li>
</ul>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="leap-forward-as-a-key-player-in-the-exaone-ecosystem">Leap forward as a Key Player in the EXAONE Ecosystem<a href="https://spectrabrain.ai/en/blog/News/ai_research#leap-forward-as-a-key-player-in-the-exaone-ecosystem" class="hash-link" aria-label="Direct link to Leap forward as a Key Player in the EXAONE Ecosystem" title="Direct link to Leap forward as a Key Player in the EXAONE Ecosystem">​</a></h2>
<p>This collaboration aligns with the LG EXAONE Alliance, South Korea’s premier hyperscale AI ecosystem.</p>
<p>Core Agentic AI Platform: Within the EXAONE ecosystem, which currently features 23 leading partners, EVA serves as the core Agentic AI platform connecting the physical world with AI. Global GTM (Go-To-Market): Leveraging the powerful synergy of the EXAONE ecosystem, we will accelerate our global market entry and secure strong market competitiveness alongside partners from various domains.</p>
<p>Together with our AI researchers, we are standing at the center of innovation—a journey where technology crosses the threshold of the lab to prove its value in the most demanding industrial fields of our lives.</p>]]></content>
        <author>
            <name>Daniel Cho</name>
        </author>
        <category label="News" term="News"/>
        <category label="EVA" term="EVA"/>
        <category label="Vertical AI" term="Vertical AI"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Campus: Beyond Safety to Intelligence – Postech Living Lab Project with EVA]]></title>
        <id>https://spectrabrain.ai/en/blog/News/postech_livinglab</id>
        <link href="https://spectrabrain.ai/en/blog/News/postech_livinglab"/>
        <updated>2025-12-12T09:00:00.000Z</updated>
        <summary type="html"><![CDATA[Campus: Beyond Safety to Intelligence – Postech Living Lab Project with EVA]]></summary>
        <content type="html"><![CDATA[<h2 class="anchor anchorWithStickyNavbar_LWe7" id="campus-beyond-safety-to-intelligence--postech-living-lab-project-with-eva">Campus: Beyond Safety to Intelligence – Postech Living Lab Project with EVA<a href="https://spectrabrain.ai/en/blog/News/postech_livinglab#campus-beyond-safety-to-intelligence--postech-living-lab-project-with-eva" class="hash-link" aria-label="Direct link to Campus: Beyond Safety to Intelligence – Postech Living Lab Project with EVA" title="Direct link to Campus: Beyond Safety to Intelligence – Postech Living Lab Project with EVA">​</a></h2>
<p>A university campus is an ocean of data. Thousands of people move, live, and interact every day. Until now, cameras in this space existed only for “security” and “surveillance.” Countless recorded video data created no value and were discarded over time.</p>
<p>We asked a question:
<strong>"Instead of simply discarding this vast data, can we use it as an 'asset' to make the campus smarter?"</strong></p>
<p>From this question, the <strong>Postech Living Lab</strong> project based on <strong>EVA (Evolved Vision Agent)</strong> began.</p>
<br>
<hr>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="phase-1-the-first-step-toward-a-safer-campus-the-foundation">Phase 1. The First Step Toward a Safer Campus (The Foundation)<a href="https://spectrabrain.ai/en/blog/News/postech_livinglab#phase-1-the-first-step-toward-a-safer-campus-the-foundation" class="hash-link" aria-label="Direct link to Phase 1. The First Step Toward a Safer Campus (The Foundation)" title="Direct link to Phase 1. The First Step Toward a Safer Campus (The Foundation)">​</a></h2>
<p>Our first mission was clear: create an environment where Postech students and staff can live with peace of mind. We initially deployed the EVA solution to enhance the campus security system.</p>
<ul>
<li><strong>Monitoring without blind spots:</strong> Detecting risk factors in key campus areas</li>
<li><strong>Intelligent accident prevention:</strong> Immediate alert system for abnormal behaviors such as falls or intrusions</li>
</ul>
<p>At this stage, EVA has proven its fast and accurate video analysis capabilities, successfully serving as the reliable “eyes” that protect the campus.</p>
<div class="div_center"><img src="https://spectrabrain.ai/en/assets/images/postech_livinglab3-e1549d6e0fe678b0f461c77656cf3377.png" width="100%"></div>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="phase-2-evolution-into-a-data-driven-research-platform-the-expansion">Phase 2. Evolution into a Data-Driven Research Platform (The Expansion)<a href="https://spectrabrain.ai/en/blog/News/postech_livinglab#phase-2-evolution-into-a-data-driven-research-platform-the-expansion" class="hash-link" aria-label="Direct link to Phase 2. Evolution into a Data-Driven Research Platform (The Expansion)" title="Direct link to Phase 2. Evolution into a Data-Driven Research Platform (The Expansion)">​</a></h2>
<p>Now we move beyond physical safety toward intellectual innovation. EVA expands from a simple security tool into a <strong>core platform</strong> that transforms the campus into a massive <strong>“AI Living Lab.”</strong></p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="1-turning-discarded-data-into-assets-data-as-an-asset">1. Turning Discarded Data into Assets (Data as an Asset)<a href="https://spectrabrain.ai/en/blog/News/postech_livinglab#1-turning-discarded-data-into-assets-data-as-an-asset" class="hash-link" aria-label="Direct link to 1. Turning Discarded Data into Assets (Data as an Asset)" title="Direct link to 1. Turning Discarded Data into Assets (Data as an Asset)">​</a></h3>
<p>EVA breathes life into collected video data.</p>
<ul>
<li><strong>Automated processing:</strong> Analyze raw video data at the collection stage and convert it into research-ready datasets (including anonymization for privacy protection).</li>
<li><strong>Contextual integration:</strong> Go beyond “a person walked by” to combine spatiotemporal metadata such as “library focus level during exam period.” This builds a repository of <strong>high-quality data assets</strong> with strong research value.</li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="2-students-become-creators-not-consumers-student-as-a-creator">2. Students Become Creators, Not Consumers (Student as a Creator)<a href="https://spectrabrain.ai/en/blog/News/postech_livinglab#2-students-become-creators-not-consumers-student-as-a-creator" class="hash-link" aria-label="Direct link to 2. Students Become Creators, Not Consumers (Student as a Creator)" title="Direct link to 2. Students Become Creators, Not Consumers (Student as a Creator)">​</a></h3>
<p>The main actors of the Living Lab are students. Traditionally, students were mere consumers of school-provided services. But on the EVA platform, things change.</p>
<ul>
<li><strong>Real-world AI practice:</strong> Train AI models using real campus data—not textbook examples—based on where you walk and live.</li>
<li><strong>Service development leadership:</strong> “Is the cafeteria line too long?” Students can use EVA data to develop and deploy a “cafeteria congestion prediction service.” Through hackathons and idea competitions, students define problems and create solutions, growing into true <strong>Creators</strong>.</li>
</ul>
<br>
<hr>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="future-a-virtuous-cycle-where-daily-life-becomes-research">Future. A Virtuous Cycle Where Daily Life Becomes Research<a href="https://spectrabrain.ai/en/blog/News/postech_livinglab#future-a-virtuous-cycle-where-daily-life-becomes-research" class="hash-link" aria-label="Direct link to Future. A Virtuous Cycle Where Daily Life Becomes Research" title="Direct link to Future. A Virtuous Cycle Where Daily Life Becomes Research">​</a></h2>
<p>The future we envision for Postech is a <strong>Virtuous Cycle</strong>. Data accumulated through EVA becomes material for better AI models, which in turn return as services that improve campus convenience and safety.</p>
<ul>
<li><strong>Smart cafeteria:</strong> Enjoy meals without waiting during peak hours</li>
<li><strong>Energy optimization:</strong> Automatic HVAC control based on classroom usage patterns</li>
<li><strong>Safety research:</strong> AI that detects lab hazards before anyone else</li>
</ul>
<p><strong>EVA will make Postech not only the safest place but also fertile ground for the most innovative AI talent.</strong>
Starting from safety management and evolving into R&amp;D innovation, EVA will lead this journey together with Postech.</p>
<br>
<hr>
<br>
<p>Research achievements with Postech can be found in the blog below:</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="--performance-enhancement-through-instruction-tuning-based-on-user-feedback-data">- <a href="https://spectrabrain.ai/en/blog_tech/Research/tuning">Performance Enhancement through Instruction Tuning Based on User Feedback Data</a><a href="https://spectrabrain.ai/en/blog/News/postech_livinglab#--performance-enhancement-through-instruction-tuning-based-on-user-feedback-data" class="hash-link" aria-label="Direct link to --performance-enhancement-through-instruction-tuning-based-on-user-feedback-data" title="Direct link to --performance-enhancement-through-instruction-tuning-based-on-user-feedback-data">​</a></h4>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="--from-image-to-language-from-language-to-reasoning-boosting-vlm-performance-with-camera-context">- <a href="https://spectrabrain.ai/en/blog_tech/Research/context">From Image to Language, From Language to Reasoning: Boosting VLM Performance with Camera Context</a><a href="https://spectrabrain.ai/en/blog/News/postech_livinglab#--from-image-to-language-from-language-to-reasoning-boosting-vlm-performance-with-camera-context" class="hash-link" aria-label="Direct link to --from-image-to-language-from-language-to-reasoning-boosting-vlm-performance-with-camera-context" title="Direct link to --from-image-to-language-from-language-to-reasoning-boosting-vlm-performance-with-camera-context">​</a></h4>]]></content>
        <author>
            <name>Daniel Cho</name>
        </author>
        <category label="News" term="News"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[EVA Release v2.3]]></title>
        <id>https://spectrabrain.ai/en/blog/Release/eva_v_2_3_0</id>
        <link href="https://spectrabrain.ai/en/blog/Release/eva_v_2_3_0"/>
        <updated>2025-12-05T10:00:00.000Z</updated>
        <summary type="html"><![CDATA[EVA v2.3: Three Innovations to Make On-Site Operations Smarter and More Precise]]></summary>
        <content type="html"><![CDATA[<h2 class="anchor anchorWithStickyNavbar_LWe7" id="eva-v23-three-innovations-to-make-on-site-operations-smarter-and-more-precise">EVA v2.3: Three Innovations to Make On-Site Operations Smarter and More Precise<a href="https://spectrabrain.ai/en/blog/Release/eva_v_2_3_0#eva-v23-three-innovations-to-make-on-site-operations-smarter-and-more-precise" class="hash-link" aria-label="Direct link to EVA v2.3: Three Innovations to Make On-Site Operations Smarter and More Precise" title="Direct link to EVA v2.3: Three Innovations to Make On-Site Operations Smarter and More Precise">​</a></h2>
<p>The EVA v2.3 release is not just about adding new features—it’s an update designed to eliminate inefficiencies in large-scale camera operations, improve detection accuracy, and dramatically enhance the user experience. <strong>EVA is now smarter, more intuitive, and more powerful than ever.</strong></p>
<br>
<hr>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="say-goodbye-to-repetitive-tasks-common--custom-detection-scenarios">Say Goodbye to Repetitive Tasks! Common &amp; Custom Detection Scenarios<a href="https://spectrabrain.ai/en/blog/Release/eva_v_2_3_0#say-goodbye-to-repetitive-tasks-common--custom-detection-scenarios" class="hash-link" aria-label="Direct link to Say Goodbye to Repetitive Tasks! Common &amp; Custom Detection Scenarios" title="Direct link to Say Goodbye to Repetitive Tasks! Common &amp; Custom Detection Scenarios">​</a></h2>
<p>One of the biggest challenges in managing large-scale camera operations is the inefficiency of registering the same detection scenario across dozens or even hundreds of cameras. For example, if you manage 100 cameras, you previously had to register the same scenario 100 times—a time-consuming and labor-intensive process.</p>
<p>EVA v2.3 solves this problem by introducing the <strong>Common Scenario feature.</strong> Now, administrators only need to define a Common Scenario once in the EVA settings menu. Connected cameras can automatically apply this scenario, and if needed, you can add <strong>Custom Scenarios</strong> for individual cameras. Furthermore, EVA allows both Common and Custom Scenarios to be applied simultaneously, greatly improving operational flexibility.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="what-benefits-does-this-bring-to-eva-users">What benefits does this bring to EVA users?<a href="https://spectrabrain.ai/en/blog/Release/eva_v_2_3_0#what-benefits-does-this-bring-to-eva-users" class="hash-link" aria-label="Direct link to What benefits does this bring to EVA users?" title="Direct link to What benefits does this bring to EVA users?">​</a></h4>
<ul>
<li>Significantly reduces registration time and repetitive tasks in large-scale operations.</li>
<li>Updates to Common Scenarios are automatically reflected across all cameras, maximizing management efficiency.</li>
<li>Administrators can focus on strategic operations and safety enhancements instead of repetitive work.</li>
</ul>
<div class="div_center"><img src="https://spectrabrain.ai/en/assets/images/common_custom_en_ver2-4963e29ff30a7f0548e96aadaddd1590.png" width="100%"></div>
<br>
<hr>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="define-your-own-zones-for-more-precise-detection">Define Your Own Zones for More Precise Detection<a href="https://spectrabrain.ai/en/blog/Release/eva_v_2_3_0#define-your-own-zones-for-more-precise-detection" class="hash-link" aria-label="Direct link to Define Your Own Zones for More Precise Detection" title="Direct link to Define Your Own Zones for More Precise Detection">​</a></h2>
<p>EVA v2.3 introduces a new <strong>Detection Zone Setting feature.</strong>
This feature moves beyond the traditional approach of detecting across the entire screen, allowing users to freely define specific zones and apply customized scenarios to those zones. Users can draw rectangular areas on the camera stream, name them, and set detection scenarios for each. For example, you can easily implement a scenario like “Send an alert when someone enters Zone A.” But this feature isn’t limited to safety management. <strong>It can be used in various industrial environments—detecting defective products on a specific section of a production line, monitoring work status in a warehouse zone, or analyzing customer behavior around a particular display in retail stores.</strong> Now, administrators can go beyond monitoring the entire screen and <strong>focus on critical areas based on operational goals for precise detection.</strong> EVA supports scenarios that enhance safety, productivity, quality control, and customer behavior analysis.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="what-benefits-does-this-bring-to-eva-users-1">What benefits does this bring to EVA users?<a href="https://spectrabrain.ai/en/blog/Release/eva_v_2_3_0#what-benefits-does-this-bring-to-eva-users-1" class="hash-link" aria-label="Direct link to What benefits does this bring to EVA users?" title="Direct link to What benefits does this bring to EVA users?">​</a></h4>
<ul>
<li>Enables customized detection tailored to operational goals by defining specific zones.</li>
<li>Reduces unnecessary alerts and ensures accurate event responses.</li>
<li>Expands coverage and application range through diverse scenarios.</li>
</ul>
<div class="div_center"><img src="https://spectrabrain.ai/en/assets/images/area_setting-3d810b1f5e0fa09471cf8c558b8b506a.png" width="100%"></div>
<br>
<hr>
<br>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="more-intuitive-and-powerful-image-guided-detection">More Intuitive and Powerful Image Guided Detection<a href="https://spectrabrain.ai/en/blog/Release/eva_v_2_3_0#more-intuitive-and-powerful-image-guided-detection" class="hash-link" aria-label="Direct link to More Intuitive and Powerful Image Guided Detection" title="Direct link to More Intuitive and Powerful Image Guided Detection">​</a></h2>
<p>We’ve taken the <strong>Image Guided Detection</strong> feature to the next level. This feature allows users to specify images for detection. Previously, the process of selecting images, setting areas, deleting, and managing them was complex and difficult to use. In this update, we’ve made image selection, labeling, registration, editing, and deletion far more intuitive. Now, users can easily register desired images and implement customized detection with minimal effort.
This feature is extremely useful for detecting defective products in manufacturing processes, but its applications go much further. For example, <strong>checking specific packaging conditions in a warehouse, monitoring product display arrangements in retail stores, or tracking the location of specific equipment on construction sites.</strong> In situations where data is scarce or existing models cannot cover certain cases, Image Guided Detection becomes a powerful alternative.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="what-benefits-does-this-bring-to-eva-users-2">What benefits does this bring to EVA users?<a href="https://spectrabrain.ai/en/blog/Release/eva_v_2_3_0#what-benefits-does-this-bring-to-eva-users-2" class="hash-link" aria-label="Direct link to What benefits does this bring to EVA users?" title="Direct link to What benefits does this bring to EVA users?">​</a></h4>
<ul>
<li>Solves data scarcity issues, enabling customized detection.</li>
<li>Simplifies management processes, greatly improving user experience.</li>
<li>Enhances accuracy and reliability across diverse industrial environments.</li>
</ul>
<div class="div_center"><img src="https://spectrabrain.ai/en/assets/images/image_guided_en-a1aa2c934c3432e5ca463263ea25344a.png" width="100%"></div>
<br>
<hr>
<br>
<p>EVA continues to evolve. We will keep delivering smarter and more powerful features to support your operations.</p>]]></content>
        <author>
            <name>Danbi Lee</name>
        </author>
        <category label="Release" term="Release"/>
        <category label="EVA" term="EVA"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Cisco Meraki X EVA]]></title>
        <id>https://spectrabrain.ai/en/blog/News/cisco_251130</id>
        <link href="https://spectrabrain.ai/en/blog/News/cisco_251130"/>
        <updated>2025-11-30T09:00:00.000Z</updated>
        <summary type="html"><![CDATA[I had an insightful session with Raymond, VP and APAC Sales Lead at Cisco, exploring strategic collaboration opportunities between spectrabrain.ai EVA and Cisco’s cloud-managed Meraki camera platform.]]></summary>
        <content type="html"><![CDATA[<p>I had an insightful session with Raymond, VP and APAC Sales Lead at Cisco, exploring strategic collaboration opportunities between spectrabrain.ai EVA and Cisco’s cloud-managed Meraki camera platform.</p>
<p>The synergy between Meraki’s highly scalable, cloud-native video infrastructure and EVA’s lightweight yet high-precision AI vision engine offers significant potential across multiple industries. By combining Meraki’s centralized management and secure architecture with EVA’s advanced scenario detection capabilities, organizations can elevate an existing camera network into a powerful real-time intelligence platform—without additional hardware deployment.</p>
<p>During our discussion, we aligned on establishing an EVA demo environment at Cisco’s headquarters and initiating joint PoCs leveraging video data from Meraki cameras installed in public sectors such as schools and airports. These efforts aim to validate various safety, operational, and risk-detection use cases that can unlock new service models.</p>
<p>This collaboration represents a compelling opportunity to merge cloud-first infrastructure with cutting-edge AI. Exciting developments lie ahead.</p>
<div class="div_center"><img src="https://spectrabrain.ai/en/assets/images/cisco_251130-4d053e427e50a1e19489476a29c295e5.png" width="80%"></div>]]></content>
        <author>
            <name>Daniel Cho</name>
        </author>
        <category label="News" term="News"/>
        <category label="Business" term="Business"/>
        <category label="Physical AI" term="Physical AI"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[KOCOM AI-Based Business Collaboration]]></title>
        <id>https://spectrabrain.ai/en/blog/News/kocom</id>
        <link href="https://spectrabrain.ai/en/blog/News/kocom"/>
        <updated>2025-11-17T09:00:00.000Z</updated>
        <summary type="html"><![CDATA[We recently held a collaborative session at KOCOM’s Magok headquarters to explore deeper partnership opportunities. During the meeting, both teams engaged in an in-depth discussion on KOCOM’s business model and the technical strengths of spectrabrain.ai EVA, examining concrete pathways for applying AI-driven capabilities across real-world use cases.]]></summary>
        <content type="html"><![CDATA[<p>We recently held a collaborative session at KOCOM’s Magok headquarters to explore deeper partnership opportunities. During the meeting, both teams engaged in an in-depth discussion on KOCOM’s business model and the technical strengths of spectrabrain.ai EVA, examining concrete pathways for applying AI-driven capabilities across real-world use cases.</p>
<p>KOCOM expressed strong interest in EVA’s economic efficiency and scalability, and both sides agreed to pursue a joint Proof of Concept (PoC) along with continued discussions to refine potential business models.</p>
<p>The session also provided valuable insight into how advanced AI technology can drive innovation in smart buildings and home IoT solutions, highlighting promising opportunities within the residential market.</p>
<p>Building on this momentum, both companies will continue strengthening their collaboration to deliver next-generation AI-powered smart living experiences. More exciting developments lie ahead.</p>
<div class="div_center"><img src="https://spectrabrain.ai/en/assets/images/kocom-55470c7675a7f49732d5e65a49586d1a.png" width="80%"></div>]]></content>
        <author>
            <name>Daniel Cho</name>
        </author>
        <author>
            <name>Andy Yun</name>
        </author>
        <category label="News" term="News"/>
        <category label="Business" term="Business"/>
        <category label="Physical AI" term="Physical AI"/>
        <category label="AI CCTV" term="AI CCTV"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[LG Electronics Enterprise Safety & Health Leaders Workshop]]></title>
        <id>https://spectrabrain.ai/en/blog/News/lge_safety</id>
        <link href="https://spectrabrain.ai/en/blog/News/lge_safety"/>
        <updated>2025-11-14T10:00:00.000Z</updated>
        <summary type="html"><![CDATA[EVA Proposes AI-powered Intelligent Safety CCTV Innovation at LG Electronics Enterprise Safety & Health Leaders Workshop]]></summary>
        <content type="html"><![CDATA[<h2 class="anchor anchorWithStickyNavbar_LWe7" id="eva-proposes-ai-powered-intelligent-safety-cctv-innovation-at-lg-electronics-enterprise-safety--health-leaders-workshop">EVA Proposes AI-powered Intelligent Safety CCTV Innovation at LG Electronics Enterprise Safety &amp; Health Leaders Workshop<a href="https://spectrabrain.ai/en/blog/News/lge_safety#eva-proposes-ai-powered-intelligent-safety-cctv-innovation-at-lg-electronics-enterprise-safety--health-leaders-workshop" class="hash-link" aria-label="Direct link to EVA Proposes AI-powered Intelligent Safety CCTV Innovation at LG Electronics Enterprise Safety &amp; Health Leaders Workshop" title="Direct link to EVA Proposes AI-powered Intelligent Safety CCTV Innovation at LG Electronics Enterprise Safety &amp; Health Leaders Workshop">​</a></h2>
<p><em>📍 November 14, 2025 (Fri), LG Digital Park Learning Center</em></p>
<p>At the "2025 Second Half Enterprise Safety &amp; Health Leaders Workshop" held at the LG Digital Park Learning Center, we had the meaningful opportunity to introduce the EVA solution. The one-hour session focused on "AI-based Intelligent Safety CCTV" and presented EVA’s innovative safety management capabilities along with a roadmap for enterprise-wide deployment.</p>
<p>During the workshop, spectrabrain.ai EVA highlighted ease of operation and cost efficiency as its core values. Leveraging multimodal LLM-based technology, EVA demonstrated real-time detection of worker safety status through simultaneous analysis of video and text data, coupled with instant alert functionality. This approach represents a key strength that sets EVA apart from conventional high-cost AI systems.</p>
<p>Following the session, an active Q&amp;A took place, during which participants reaffirmed EVA’s potential to deliver tangible value in the safety and health domain across the following dimensions:</p>
<ul>
<li><strong>Ease of Operations</strong>: Easy deployment and operation at worksites</li>
<li><strong>Cost Efficiency</strong>: Remarkable economic advantage over existing solutions</li>
<li><strong>Scalability</strong>: Continuous expansion through ongoing updates to both the solution and foundation models</li>
</ul>
<p>During the workshop, EVA was proposed as a company-wide safety management solution. Through its adoption, we envision the establishment of an intelligent safety management system not only at LG Digital Park but across all LG workplaces, ensuring enhanced accident prevention and operational efficiency.</p>
<div class="div_center"><img src="https://spectrabrain.ai/en/assets/images/lge_safety-8f74e27185b58f2a33bfd82fd838a351.png" width="80%"></div>]]></content>
        <author>
            <name>Andy Yun</name>
        </author>
        <category label="News" term="News"/>
        <category label="Business" term="Business"/>
    </entry>
</feed>