Inspiration
My inspiration for CogniWeave comes from a fundamental, and deeply personal, observation: the digital world, for all its power, was built with a one-size-fits-all blueprint. For the 15-20% of the population who are neurodivergent—those with dyslexia, ADHD, and other learning differences—the internet is not a gateway to information, but a barrier. I saw the frustration of students and professionals alike, navigating a patchwork of clunky, slow, and disjointed assistive tools that often create more cognitive load than they relieve. The current approach of "retrofitting accommodations" is slow and stigmatizing, forcing users to disclose their conditions to get help. I was inspired to dismantle this broken paradigm. I didn't want to build another tool; I wanted to re-architect the experience of the web itself, making it fluidly, proactively, and privately adapt to the unique wiring of every individual's mind.
What it does
CogniWeave is not an app or a simple extension; it is an edge-native AI fabric that seamlessly integrates with a user's digital life. It works in real-time to transform any web content before it's even rendered on the screen. Based on a user's unique cognitive profile, CogniWeave dynamically reformats text into shorter paragraphs, simplifies complex vocabulary, provides contextual summaries, and filters out distracting visual elements like ads and non-essential images. It effectively rebuilds the web, brick by brick, to match how each user thinks and learns. This creates a seamless, low-latency, and deeply personalized browsing experience that empowers users, preserves their focus, and provides a truly equitable and barrier-free digital environment without requiring them to ask for it.
How I built it
I engineered CogniWeave as a sophisticated, distributed system that intelligently leverages the best of cloud and edge computing, built entirely on AWS.
The Cloud Brain (Backend): I used Amazon Bedrock with Anthropic's Claude 3 model as my "macro-brain." It performs the complex reasoning needed to analyze a user's initial onboarding questionnaire and generate their detailed, nuanced cognitive profile. This profile is then securely stored in Amazon DynamoDB. For continuous model improvement, Amazon SageMaker serves as my R&D hub, where I fine-tune and distill powerful foundation models into hyper-efficient versions specialized for accessibility tasks.
The Edge Brain (Real-Time Transformation): The core innovation is my edge compute layer. The specialized models trained on SageMaker are deployed to run on a user's local device, an AWS Snowcone on a campus network, or an AWS Wavelength Zone at the edge of a 5G network. This "micro-brain" intercepts web content and applies the user's profile rules to transform it in milliseconds, ensuring a seamless, instantaneous experience.
The User Experience (Frontend): The user-facing dashboard was built on a modern stack for peak performance and accessibility, using React.
Challenges I ran into
My primary challenge was not a bug I encountered, but the very problem I set out to solve: the inherent tension between powerful AI, user privacy, and real-time performance. A purely cloud-based solution would be powerful but unacceptably slow, with round-trip latency that shatters user concentration. More importantly, sending a constant stream of a user's reading habits and cognitive challenges to a central server is a massive privacy risk. Conversely, a purely on-device solution would be private and fast but lack the sophisticated AI power to perform complex tasks like nuanced summarization or analogy generation. Overcoming this was the central architectural challenge, which led me directly to my innovative hybrid cloud/edge solution.
Accomplishments that I'm proud of
I am incredibly proud of architecting a novel solution that successfully balances these competing demands. My greatest accomplishment is the creation of a privacy-preserving hybrid AI architecture that works. I synergistically combined the immense power of cloud services like Amazon Bedrock for deep reasoning with the hyper-efficient, low-latency performance of edge models for real-time execution. This allows me to deliver a user experience that feels magical—it's instantaneous, intelligent, and completely private. I moved beyond the theoretical and built a functional blueprint for a new paradigm of assistive technology that is proactive and empowering, not reactive and burdensome.
What I learned
The most profound lesson I learned is that true digital accessibility cannot be an afterthought; it must be an architectural principle. You cannot solve a platform-level problem with an application-level solution. The "patchwork of tools" approach is fundamentally flawed because it places the burden on the user. I learned that by shifting the paradigm from reactive tools to a proactive, integrated "fabric," I can fundamentally change the user's relationship with technology. Furthermore, I validated my hypothesis that privacy is not a feature but a prerequisite for adoption in assistive tech. By embracing an edge-native design, I can build trust and reach the nearly 50% of neurodiverse individuals who hesitate to use tools for fear of stigma and data exposure.
What's next for CogniWeave
My vision for CogniWeave is just beginning. I see this as a foundational platform for a new ecosystem of cognitive accessibility. My roadmap includes:
Expanding Modalities: Integrating real-time, AI-powered text-to-speech generation using Amazon Polly to add a rich auditory dimension to the web.
Global Accessibility: Leveraging Amazon Translate to apply my cognitive transformation logic across multiple languages, breaking down even more barriers.
A Community-Driven Marketplace: Developing a platform where educators, therapists, and specialists can create and share custom transformation "lenses" tailored for specific learning disabilities (e.g., dyscalculia) or complex subjects (e.g., organic chemistry), which can be fine-tuned and deployed via Amazon SageMaker.
Deeper OS Integration: Moving beyond browser extensions to build deeper, system-level integrations on desktop and mobile operating systems, making the entire digital world accessible, not just the web.
I am committed to building a more inclusive and profoundly human digital future, and CogniWeave is the first step.
Built With
- amazon-bedrock
- amazon-dynamodb
- express.js
- node.js
- react
Log in or sign up for Devpost to join the conversation.