June 20, 2026 Updated June 21, 2026 8 min read

Building Memoria, FinInsight, and NeuroCUDA

A private social memory app, a market intelligence engine, and an open-source compiler have nothing in common on the surface. They were all built by the same person, for the same reason: each one was missing, and building it properly took longer than expected.

QuantaraCore Technologies LLP is a registered Limited Liability Partnership building three products that, on paper, do not belong in the same portfolio: Memoria, a private social memory app; FinInsight, an automated market intelligence engine; and NeuroCUDA, an open-source compiler for neuromorphic hardware. There is no shared customer between them, and no obvious synergy in the way a typical product suite is supposed to have one. What connects them is the same: each was built because the existing options were not good enough, and each took the time it needed rather than the time a roadmap allotted.

Memoria: a circle instead of a feed

The starting frustration with Memoria was simple. Sharing family photos meant choosing between a public platform built around an engagement feed, or a messaging app where photos disappear into a thread within days. Neither option treated photos as something worth organizing rather than just sending. Memoria is built around small, private circles instead of public reach: collaborative albums anyone in the circle can add to, AI-assisted organization that turns a photo dump into something resembling a memory journal, and no advertising or algorithmic ranking deciding what gets seen. It is live today at memorias.in, used by real families rather than as a demo.

FinInsight: data without the commentary layer

Most retail-facing market analysis in India comes wrapped in opinion: a newsletter's take on why the market moved, a YouTube host's prediction for tomorrow. FinInsight strips that layer out entirely. It reads NSE, BSE, and AMFI data daily and classifies the current market regime, tracks institutional flow, and flags sector rotation with a numeric confidence score attached, not a narrative. Built against more than a decade of historical data for pattern matching, it runs at fininsight.in with no login wall and no subscription pitch standing between the data and the person reading it.

NeuroCUDA: the compiler that did not exist

NeuroCUDA came out of a more technical frustration: trying to deploy the same neural network model to two different neuromorphic chips and discovering there was no shared path between them, only two incompatible SDKs and a full rewrite required to move from one to the other. NeuroCUDA compiles a standard PyTorch model to Loihi, SpiNNaker, Akida, FPGA, GPU, or CPU from a single function call, and it has been validated rigorously rather than just shipped: 94.49% accuracy on a converted spiking network, zero deviations across 256,000 comparison points against Intel's own reference implementation. The validation methodology is covered in detail in NeuroCUDA Launch: Inside the Benchmarks, and the broader argument for why this kind of compiler is overdue is in Why Neuromorphic Computing Needs Its CUDA Moment.

Three products, one approach: find the thing that should already exist, and build it properly instead of partially.

Why one person builds all three

Each product is self-funded, and each ships on a timeline set by what the work actually requires rather than by a fundraising calendar. That tradeoff is explicit: a larger team could plausibly move faster on any single one of these products. But splitting attention across three unrelated domains, social software, financial data, and compiler engineering, is only really possible without the coordination overhead a funded team brings with it. The constraint that makes this possible is structural, not philosophical: fewer people means fewer dependencies, and fewer dependencies means a longer attention span per problem.

QuantaraCore Technologies LLP is headquartered in Amravati, Maharashtra, which has had less bearing on any of this than might be expected. The work, writing a compiler backend, tuning a market classification model, designing a private sharing flow, does not depend on being near other founders or investors. It depends on uninterrupted time, and that is available anywhere with a reliable internet connection.

Sources & further reading

  1. NeuroCUDA research paper (submitted to arXiv, June 2026), via github.com/Krishnav1/neurocuda
  2. FinInsight data sources: NSE, BSE, and AMFI public market data feeds
  3. Memoria product documentation, via memorias.in

Frequently asked questions

What does QuantaraCore build, in one sentence per product?

Memoria is a private, ad-free social memory app for family circles, FinInsight is automated market intelligence for Indian equity markets, and NeuroCUDA is an open-source compiler that deploys PyTorch models to neuromorphic hardware.

Why does one founder build three unrelated products instead of focusing on one?

Each product addresses a gap the founder ran into directly: wanting a private way to share family memories without an algorithmic feed, wanting daily market context without paid commentary, and needing a compiler that did not exist while doing neuromorphic research. The products share an approach, building the missing piece properly, rather than a single market.

Are Memoria, FinInsight, and NeuroCUDA funded by outside investors?

No. All three products are self-funded. Each one ships and operates independently, on a timeline set by what the product needs rather than by investor milestones.

Where is QuantaraCore Technologies LLP based?

QuantaraCore Technologies LLP is registered in Amravati, Maharashtra, India.