Essays & Observations

Writing

Welcome to our workspace notebook. This is where we record our ongoing research into student presence, engagement mechanics, and the quiet shifts happening across modern education technology.

Whether exploring why classic attendance systems break or documenting our journey building Skaeo, we publish when we have something meaningful to share.

For over a century, higher education institutions have relied on static methods to record student attendance: verbal roll calls, sign-in sheets passed down rows of lecture halls, and later, magnetic card readers installed at entryways. While technology evolved, the fundamental premise remained unchanged—attendance was treated as a transactional checkmark.

The Friction of Traditional Verification

The problem with traditional attendance tracking isn't merely administrative overhead; it's the psychological dynamic it creates between educators and students. When faculty must spend the first ten minutes of a 50-minute lecture verifying identities, precious instructional time is converted into audit time.

"True presence isn't about counting heads in a room—it's about creating an environment where physical presence naturally signals readiness to learn."

Moreover, proxy attendance and manual errors remain widespread. Professors find themselves forced into enforcement roles, managing disputes over missing marks rather than focusing on pedagogical delivery.

Enter Spatial Telemetry & Seamless Authentication

At Skaeo, we began asking a different question: What if attendance tracking required zero active effort from both students and instructors?

By leveraging secure, privacy-preserving spatial beaconing and encrypted device handshakes, we can verify physical presence automatically as students enter learning spaces. The benefits are threefold:

  • Zero Class Interruption: Lectures begin instantly without administrative delay.
  • Real-time Engagement Analytics: Institutions gain high-fidelity insights into space utilization and attendance trends across courses.
  • Privacy First: Location data is anonymized and scoped exclusively to scheduled class windows, keeping personal privacy uncompromised.

When technology removes friction, presence stops feeling like an obligation and returns to being what it was always meant to be: the starting point of meaningful community.

When we launched our first pilot program, we believed our biggest challenge would be hardware compatibility. We were wrong. The real hurdle in higher-ed software is designing for an ecosystem with vastly different stakeholders: IT directors, professors, department heads, and students.

Listening to Campus Admins

Early on, we sat down with chief information officers across multiple university campuses. Their feedback was consistent and direct: "If it takes more than 15 minutes to configure or requires custom campus infrastructure overhauls, we cannot deploy it."

That constraint redefined our entire product architecture. We abandoned complex server-side installations in favor of a lightweight, edge-compatible deployment model that integrates directly with existing Student Information Systems (SIS) like Canvas, Blackboard, and Workday.

"Simplicity isn't a feature you add at the end—it's the primary constraint you design around from day one."

The Engineering Mindset

Building for enterprise scale required rigorous security guarantees. We implemented end-to-end cryptographic token exchanges, ensuring that device handshakes could never be spoofed or replayed across sessions.

Today, as Skaeo powers daily check-ins across multiple departments, those early pilot lessons continue to guide every release we ship.

As educational institutions adopt digital tools for tracking and analytics, student privacy has rightly become a central topic of discussion. Without strict boundaries, automated tools risk crossing the line from helpful verification into invasive surveillance.

Zero-Knowledge Location Proofs

We designed Skaeo around a strict data-minimization philosophy: Collect only what is strictly necessary, verify locally, and purge raw signals immediately after confirmation.

Our system uses zero-knowledge proof concepts. The student’s mobile device calculates a cryptographic proof that it is within the target room boundaries during the class window. Only this boolean proof—never raw GPS or continuous BLE traces—is transmitted to the server.

  • No continuous location tracking outside scheduled class times.
  • No background telemetry or device scanning outside designated zones.
  • Complete student visibility into what data is logged and when.

By establishing clear ethical boundaries in code, we prove that powerful analytics and uncompromising privacy can co-exist naturally.

In radio frequency engineering, 300 devices attempting to broadcast or scan in a single enclosed room creates a classic high-density signal congestion problem. Standard BLE advertisement packets collide, leading to dropped handshakes and latency spikes.

Adaptive Beaconing & Dynamic Time Slots

To overcome signal collision, Skaeo utilizes an adaptive time-slotted broadcast protocol. Instead of all client devices continuously advertising simultaneously, our BLE beacons orchestrate micro-window handshakes using randomized jitter intervals.

This approach reduces packet collisions by over 94%, ensuring sub-second check-in times even in auditorium-scale environments without draining student battery life.