Connect with us

Tech

AI as Used in Manufacturing

With the current trend of AI being used in almost every industry, it is no wonder that manufacturing companies are turning to it to help them improve efficiency. Find out what areas AI can be used in and how and why it has been such a major factor in the manufacturing process.

Avatar photo

Published

on

There is an upsurge in more and more manufacturing companies resorting to using

some AI-based technology in their manufacturing. With advantages like higher

throughput, artificial intelligence in manufacturing is nothing short of revolutionary.

That’s not even the end of it with more and more benefits coming in the shape of

predictive maintenance to reduce downtime and verify the quality of product.

AI chip companies

Areas You Can Use AI in Manufacturing

 

The sheer ability of AI is only bottlenecked by technological advancements. But the

pace of technological growth has improved dramatically in the last decade. AI can do a

lot for you. It is for this very reason that AI chip companies have been making a killing

with more and more companies trying out AI in manufacturing.

 

In your assembly line, you can use AI in the following ways:

 

Quality Assurance

Manufacturing without a doubt requires impeccable attention to detail. This fact is

magnified even further in more delicate industries like electronics.

 

Quality assurance has been in the past a manual job with a very highly skilled engineer

checking the quality of all the produce. All the electronics and microprocessors made

have to be up to standard and everything well configured.

 

AI comes in with image processing algorithms that can automatically validate if an item

is well produced. It is all done in real time with cameras set up in different key points

along the factory floor.

 

Assembly Line Optimization

A lot goes into a single assembly line and automation of some of these processes

certainly doesn’t hurt. Artificial intelligence in manufacturing is the way to achieve some

level of assembly line automation.

 

You could start with something as simple as the system activating contingency plans

automatically in the event of equipment failure.

 

Defect Detection

The artificial intelligence industry really hasn’t taken root well enough to have lots of

assembly lines that can automatically detect defects along the production line. To be

fair, there are some in place although they are not that advanced and require an

 

engineer for all the coding that needs to be done to differentiate functional and defective

components.

AI and machine learning are often mentioned in the same breath and in this regard,

machine learning allows the assembly line to integrate new information. Without AI,

these systems cannot learn, which can result in tons of false positives, doubling the load

because they have to be manually checked.

 

Tips to Getting AI in Manufacturing Right

 

Before dipping your toes into the artificial intelligence industry for all your manufacturing

needs, take note of these very helpful tips:

 

Know Your Unit Economics

Your unit economics is essentially your revenues and costs in relation to a unit – a unit

that creates value, of course. In this case, the unit is whatever assembly line you have

running on AI for instance.

 

With that in mind, keep an eye on just how much value you are getting from the unit

compared to how much it costs you.

 

One way it’s going to cost you is all the cloud services. To be fair, cloud services are

rather cheap – until you start using computing resources, then it gets quite costly. If it's

just storage of data, then cloud services are extremely cheap. Find yourself a cost-

effective solution across different cloud solutions providers and AI chip companies with

regard to your unit economics.

 

There Is No One Size Fits All

As convenient and handy as it would be, there really is no one size fits all solution in

artificial intelligence and manufacturing. Take time to understand your process and how

everything works then tweak it accordingly with regard to what’s more important and

what’s not.

 

As a matter of fact, you may end up spending more on an alleged ‘one size fits all’ but

still get a less-than-optimal solution.

Continue Reading

Tech

How AI Agents Actually Get Compromised: A Walkthrough

Published

on

Horizontal bar chart showing an illustrative view of which stage of the AI agent lifecycle most compromises are typically caught at.

An AI agent compromise rarely looks like a single dramatic breach. It usually looks like a small permission that should not have been granted, a prompt that should not have been trusted, or a behavior change nobody was watching for. Understanding where these failures actually originate is more useful than treating agent security as one generic risk category.

Where does the exposure usually start?

Most agent compromises trace back to over-broad permissions granted at setup, not to some sophisticated exploit. An agent built to answer questions about public product information gets connected to a shared drive that also contains HR records, because it was faster than scoping access precisely.

This is the same review gap that agentic AI security work is meant to close: catching over-broad access at configuration time, before the agent is ever exposed to untrusted input.

How does prompt injection actually change an agent’s behavior?

Prompt injection works by embedding instructions inside content the agent is supposed to process, such as an email, a document, or a webpage, so the agent treats attacker input as a legitimate instruction from its operator. The agent has no inherent way to distinguish trusted instructions from instructions smuggled inside the data it was asked to read.

This is why input validation for agents needs to go well beyond what worked for traditional applications. A field-length check does nothing against an instruction hidden inside a PDF the agent was asked to summarize.

The practical difficulty is that the agent’s core function, reading and acting on unstructured content, is the same mechanism an attacker exploits. Restricting what the agent can read would defeat its purpose, which is why the more workable answer sits at the permission and monitoring layer rather than at the content layer alone.

Why does static, pre-deployment review miss so much?

A one-time security review captures the agent’s configuration at a single point in time. It says nothing about how the agent behaves three months later, after its underlying model has been updated, after a well-meaning employee has expanded its permissions, or after it has been connected to a new data source.

Platforms built for real time adaptive agent protection are designed specifically to close this gap, establishing a behavioral baseline for each agent and flagging deviations as they happen rather than relying solely on the original review.

What does runtime monitoring actually catch that testing does not?

Pre-deployment testing can catch misconfigurations and known vulnerability patterns, but it cannot observe how an agent behaves against real, unpredictable input over time. Runtime monitoring is where behavior changes, unusual data access patterns, and signs of prompt injection typically surface first.

This is also where AI agent runtime protection becomes distinct from traditional application security tooling. It has to account for agents whose actions are generated dynamically rather than executing a fixed, pre-written code path.

Does the platform the agent runs on matter?

Agents built inside low-code and automation platforms inherit the security posture of that platform, for better or worse. A platform with weak default permission scoping makes it easier for an agent to end up over-privileged even when the person building it had no harmful intent.

Reviewing Microsoft Power Platform security risks specifically, rather than assuming general cloud security practices cover agent-building platforms adequately, tends to surface gaps that a generic review would miss.

Horizontal bar chart showing an illustrative view of which stage of the AI agent lifecycle most compromises are typically caught at.

Illustrative view of where AI agent compromises tend to surface across the lifecycle. General pattern, not a measured detection-rate study.

Where This Leaves Security Teams

None of these stages operates in isolation. Over-broad permissions make prompt injection more dangerous once it succeeds, and the absence of runtime monitoring means a compromised agent can operate unnoticed for a long stretch after the initial failure. Evaluating agent security across the full lifecycle, from initial permission scoping through ongoing runtime behavior, tends to predict real-world resilience far better than evaluating any single stage on its own.

Frequently Asked Questions

What is prompt injection in AI agents?

Prompt injection is a technique where instructions are embedded inside content an AI agent processes, such as a document or webpage, causing the agent to follow attacker-supplied instructions as if they came from its legitimate operator.

Can pre-deployment testing alone secure an AI agent?

Not on its own. Pre-deployment testing captures a snapshot of the agent’s configuration and known vulnerability patterns, but it cannot observe how the agent behaves over time as models update, permissions change, or new data sources get connected.

Why do AI agents need runtime monitoring specifically?

AI agents can change behavior after deployment in ways traditional static software does not, so runtime monitoring is often where unusual data access, permission creep, and signs of prompt injection are first detected.

Continue Reading

Tech

Why Cameras Built for Space Have to Survive Where Nothing Else Can

Published

on

Bar chart comparing operating and survival temperature range for a space-qualified imaging camera.

A camera that fails on a mountain shoot is an inconvenience. A camera that fails in orbit is unrecoverable. That single fact shapes almost every decision that goes into building a space imaging camera, and it explains why hardware that looks similar to a high-end aerial or studio camera on a spec sheet is, underneath, a substantially different engineering project once it is destined for Low Earth Orbit.

What actually breaks a camera in orbit?

Low Earth Orbit sits below the densest part of the Van Allen radiation belts, but it is far from radiation-free. Spacecraft there are exposed to energetic protons and electrons, with particular hotspots such as the South Atlantic Anomaly, where the inner radiation belt dips closer to the planet’s surface. Over time, this radiation can degrade semiconductor components or cause sudden single-event upsets, momentary glitches in memory or logic that, left unhandled, can corrupt data or crash a system entirely. A ground-based camera has no reason to defend against any of this. A space-qualified one has no choice.

How do you actually engineer around that?

The common approach mixes radiation-hardened components with careful selection of commercial off-the-shelf parts, combined with a real-time fault detection, isolation, and recovery system running onboard. That system’s job is to catch a single-event upset as it happens and recover from it automatically, without needing a ground operator to intervene. Because a satellite in Low Earth Orbit cannot be serviced by a technician, this kind of self-healing behavior is not a convenience feature; it is what allows a five-year mission to actually last five years instead of ending the first time cosmic radiation flips a bit at the wrong moment.

What about the temperature swings?

Orbit brings extreme thermal cycling as a spacecraft repeatedly moves in and out of the Earth’s shadow, and a camera built for this environment is typically rated across two distinct ranges: the temperatures it needs to keep operating within, and the wider range it needs to simply survive without permanent damage even if it is not actively capturing images at that moment. A representative current design is rated to operate between roughly minus 10 and plus 40 degrees Celsius, while being built to survive swings from minus 30 up to 70 degrees Celsius. That gap between operating range and survival range is deliberate headroom, a buffer against the reality that space does not always cooperate with a mission plan.

Bar chart comparing operating and survival temperature range for a space-qualified imaging camera.

Operating versus survival temperature range for a current space-qualified imaging sensor package.

Does image quality actually suffer for the sake of durability?

It is a fair assumption, but the current generation of space imaging hardware suggests otherwise. A representative iXM-SP150 camera system pairs a 150-megapixel back-illuminated CMOS sensor with roughly 83 decibels of dynamic range and read noise of about 3.4 electrons, numbers that would be respectable in a ground-based scientific imaging system, let alone one that also has to survive launch vibration, vacuum, and years of radiation exposure. The snapshot-style capture used by this class of camera also avoids a specific problem common to line-scanning satellite sensors: because the whole frame is exposed at once rather than built up strip by strip as the satellite moves, there is no risk of the geometric smearing or distortion that line-scan time-delay-integration designs can introduce.

Why does any of this matter beyond the space industry itself?

Earth observation from orbit increasingly underpins work well outside traditional aerospace: environmental monitoring, disaster response, agricultural planning, and defense and security applications all depend on a steady stream of reliable, high-resolution imagery. According to the wider technical literature on Low Earth Orbit, missions in this altitude range benefit from lower latency and reduced launch cost compared with higher orbits, which is part of why commercial small-satellite programs have grown so quickly in recent years, and why demand for compact, durable, high-resolution camera systems has grown alongside them. See, for reference, an overview of the radiation environment satellites face in Low Earth Orbit, which lays out why radiation hardening is treated as a baseline requirement rather than an optional upgrade for hardware operating at these altitudes.

None of this makes a space camera exotic for its own sake. Every added layer, from radiation-tolerant electronics to a wider survival temperature range to autonomous fault recovery, exists to answer one practical question: can this system keep delivering usable images for years, unattended, in an environment that offers no second chances. Judged against that question, the current generation of compact, high-resolution space imaging hardware represents a fairly direct engineering response to a genuinely difficult problem.

Frequently Asked Questions

Why can’t a standard high-resolution camera be used in space?

Standard cameras are not built to tolerate orbital radiation, extreme thermal cycling, vacuum, or launch vibration, and they have no way to detect and recover from radiation-induced faults without a technician present.

What is a single-event upset and why does it matter for satellite cameras?

It is a momentary glitch in electronics caused by a high-energy particle strike, such as a flipped memory bit. Onboard fault detection and recovery systems are used to catch and correct these automatically since a satellite cannot be serviced in orbit.

Why do snapshot-style sensors matter for satellite imaging?

Snapshot sensors expose an entire frame at once, avoiding the geometric smearing that can occur with line-scanning time-delay-integration sensors as a satellite moves during capture.

Continue Reading

Tech

WiFi HaLow vs LoRaWAN: Which Long-Range IoT Standard Actually Wins in the Field

Published

on

Bar chart comparing the data rate ranges of LoRaWAN and WiFi HaLow on a log scale

The IoT market is not slowing down. Industry estimates project the global installed base of connected devices will roughly double over the course of this decade, and most of that growth depends on wireless links that were not part of the conversation ten years ago. LoRaWAN has been the default choice for long range, low power sensor networks for years. WiFi HaLow, the sub-GHz IEEE 802.11ah standard, is now being positioned as a serious alternative. Neither one is a universal answer. The right choice depends on how far your devices are spread out, how much data they need to move, and how much power they have to spend doing it.

Range and Coverage

LoRaWAN was purpose built for long range communication at very low power. Its creator, Semtech, states that LoRa can reach up to five kilometers in urban environments and as far as fifteen kilometers in rural, low interference settings. That makes it a strong fit for widely dispersed devices such as agricultural sensors, environmental monitors, and supply chain trackers where a handful of gateways need to cover a large geographic footprint.

WiFi HaLow trades some of that maximum range for higher throughput. Operating in the unlicensed 900 MHz band rather than the crowded 2.4, 5, or 6 GHz bands used by conventional WiFi, it delivers meaningfully better penetration through walls and obstacles than standard WiFi, and covers a campus or building footprint rather than a multi-kilometer radius. For deployments where devices are dense but confined to a site, that tradeoff tends to work in HaLow’s favor.

Data Rates: Where the Two Standards Diverge Most

This is the single biggest difference between the two technologies. LoRaWAN’s supported data rates run from roughly 250 bits per second up to about 22 kilobits per second, a range built for short, infrequent sensor readings rather than continuous data streams. WiFi HaLow supports 150 kilobits per second up to 15 megabits per second, roughly 600 times the ceiling LoRaWAN offers. The chart below shows both ranges on a log scale, since the gap is too large to read clearly on a linear axis.

Bar chart comparing the data rate ranges of LoRaWAN and WiFi HaLow on a log scale

Security Posture

WiFi HaLow inherits its security model from the broader WiFi Alliance ecosystem. It supports WPA3 and Enhanced Open, based on Opportunistic Wireless Encryption, along with AES encryption for over the air traffic and secure firmware upgrade paths. That gives it a standardized, actively maintained security baseline. LoRaWAN’s security story is less uniform. The LoRa Alliance itself has acknowledged that implementation gaps, such as mishandled encryption keys or reused sequence numbers, can leave networks and devices vulnerable, and there is no equivalent guarantee that every deployment has been reviewed by independent security specialists.

Power Consumption

LoRaWAN remains the stronger option for battery powered devices that need to last months or years without a service visit, largely because its transmission pattern is intermittent and scheduled rather than continuous. WiFi HaLow strikes a different balance: it draws more power than LoRaWAN but far less than conventional WiFi, which makes it workable for battery powered sensors that also need to move meaningfully more data. Choosing between them often comes down to whether a deployment is bandwidth constrained or battery constrained first. For teams weighing this tradeoff against a broader industrial IoT gateway selection, power budget is usually the deciding factor before range or throughput.

Side by Side Comparison

Factor LoRaWAN WiFi HaLow
Typical range Up to 5 km urban, 15 km rural Building or campus scale, longer than standard WiFi
Data rate 250 bps to 22 Kbps 150 Kbps to 15 Mbps
Power draw Very low, optimized for battery life Moderate, balances power and throughput
Security standard Varies by implementation WPA3, Enhanced Open (OWE), AES encryption
Best fit Agriculture, environmental monitoring, wide-area sensors Telecom, energy, water, healthcare, dense industrial IoT

Where Each One Actually Wins

LoRaWAN is the better fit when devices are spread across a wide area, power budgets are extremely tight, and the data being sent is small and infrequent, think soil moisture readings or asset location pings. WiFi HaLow wins when a site has a dense population of IoT devices that need to move more data than LoRaWAN can realistically handle, such as remote IoT asset monitoring across a utility substation, an industrial campus, or a smart building. Neither standard makes the other obsolete. Many deployments end up running both, using LoRaWAN for the long tail of low bandwidth sensors and HaLow for the subset of devices that need more throughput within a confined footprint.

How 802.11ah Changed the Calculation

WiFi HaLow’s arrival is not an incremental tweak to existing WiFi, it is a different physical layer built around a different set of tradeoffs. By operating in the sub-GHz band instead of the 2.4, 5, or 6 GHz bands used by conventional WiFi, HaLow gets both range and penetration benefits that standard access points cannot match, while still using a MAC and PHY certification process governed by the WiFi Alliance rather than a separate industry consortium. That matters for procurement and long-term support, since it puts HaLow devices on a more familiar certification and interoperability path than some IoT-specific radio standards. For organizations already standardized on WiFi Alliance certified equipment elsewhere in their network, that continuity can simplify vendor management even as the underlying radio technology changes.

Choosing a Gateway That Supports Both

Because most real deployments end up mixing connectivity types rather than standardizing on one, the more practical question is often not which standard to pick but which gateway platform can support LoRaWAN, WiFi HaLow, and cellular options such as private cellular connectivity for utilities side by side, so the network can evolve as device density and data needs change without a forklift replacement of the gateway layer.

Continue Reading

Trending