Posts

Showing posts with the label artificial intelligence

IntelliForm Workflow Showcase - 2026-05-03

IntelliForm Workflow Showcase - 2026-05-03 Full workflow showcase IntelliForm connects prompt-to-formulation with the downstream proof stack. This dashboard covers the 10 public starter prompts plus the tabs that make IntelliForm more than a formula generator: optimization, sustainability, regulatory posture, carbon, stability, certification screening, QSAR, reformulation, and memory. 10 Starter prompts rerun 9 Product tabs represented 25 Regression tests passing 0 Reports generated for failed runs Actual Live App Results These are from the running FastAPI app, not the static HTML: one real formulation run, downstream saved-run payloads, and the active tool endpoints used by the React tabs. API Health OK Version 2.1.0 responded with 12 modules loaded: optimizer, Pareto, Bayesian, EcoMetrics, QSAR, regulatory, ...

How I Built a Private AI Assistant on a $250 Edge Device (Full Stack, No Cloud)

Image
Most personal AI assistants have one thing in common: your data leaves your device. Every message you send to ChatGPT, Claude, or Gemini travels to a server you don't control, gets processed by a model you don't own, and is stored under a terms of service you probably haven't read. For casual conversation, that's fine. For anything involving business data, client information, proprietary research, or just plain privacy - it's a problem. I'm a chemical engineer and founder running two companies simultaneously. When I started feeding supplier pricing, SDS sheets, and customer databases into AI tools to speed up my workflow, I realized I needed a different approach. So I built one. Maximus-X Sentinel is a fully private, GPU-accelerated multi-agent AI assistant. It runs on hardware I own, on my local network, with zero cloud inference. The full codebase is open source: github.com/shehanmakani/MaximusX Here's exactly how it works and how you can build it to...