Muistikirja
Blogi.
muistiinpanoja todellisista projekteista
Practical writing on Laravel, AI engineering, token costs, SaaS architecture, and the technology decisions that make software cheaper to run and easier to grow.
Kaikki julkaisut
113 julkaisua
26 Jun 2026
SaaS & Product
Pricing AI Features in SaaS: Tokens, Credits, or Flat Fee?
AI features run 50–60% gross margin against classic SaaS at 80–90%, so flat-fee pricing quietly loses money on power users. A decision matrix across flat, credits, hybrid and usage pricing.
→
22 Jun 2026
AI & LLMs
Per-User Token Budgets: Controlling LLM Costs in Your SaaS
Provider dashboards tell you what you spent, not who spent it. How I meter tokens per tenant in Laravel with middleware, soft and hard quotas, budget alerts and graceful degradation.
→
21 Jun 2026
SaaS & Product
Laravel SaaS Starter Kits: Buy, Build, or Strip One Down?
An evaluation rubric for 2026 starter kits (auth, teams, billing, Filament panels included) versus a curated personal boilerplate: what a kit saves in week one and what it costs in month six...
→
18 Jun 2026
SaaS & Product
How Long a SaaS MVP Really Takes in Laravel (With Cost Math)
A week-by-week breakdown of a real MVP scope — auth, billing, one core workflow, admin, deploy — with hour estimates, the features that always blow the timeline, and what to cut first. Posit...
→
15 Jun 2026
SaaS & Product
Laravel Cashier and Stripe for B2B SaaS: Billing, VAT, Seats
The unglamorous 20% that consumes 80% of billing time: EU/Nordic VAT and reverse charge, per-seat proration, failed-payment dunning, and invoices Finnish accountants accept. A build order an...
→
15 Jun 2026
AI & LLMs
Cutting LLM Token Costs in Production: A 2026 Field Guide
The five levers I apply to cut LLM API bills in production — prompt caching, model routing, batching, context compaction and output caps — ranked by effort-to-savings.
→
12 Jun 2026
SaaS & Product
Modular Monolith in Laravel: SaaS Scale Without Microservices
A counter to the microservices reflex small SaaS teams have: module boundaries via domain folders, contracts, and events inside one deployable, plus the three concrete signals that justify e...
→
09 Jun 2026
SaaS & Product
Laravel vs Next.js for SaaS: When PHP Is the Faster Bet
An honest cost comparison: Cashier, Horizon, Sanctum, and Pennant out of the box versus assembling 8-12 npm packages — roughly 2-3 weeks vs 4-6 weeks to a billing-ready MVP — and the cases w...
→
08 Jun 2026
Industry Insights
EU AI Act for SMEs: What Shipping AI Features Actually Requires
The August 2026 high-risk deadline decoded for product teams: which AI features are out of scope, which need transparency, which are genuinely high-risk — and the SME carve-outs nobody mentions.
→
06 Jun 2026
SaaS & Product
Single Database vs Database-per-Tenant for Your Laravel SaaS
A decision guide for founders, not a package tutorial: cost, migration pain, and the GDPR/data-residency questions Nordic and EU enterprise buyers actually ask in procurement. Advocates the...
→
04 Jun 2026
SaaS & Product
Build vs Buy Software in 2026: AI Changed the Math Both Ways
AI-assisted development made custom software dramatically cheaper to build — and SaaS products better at the same time. Here is the framework I use with clients to decide which way to go.
→
03 Jun 2026
Laravel & PHP
Multi-Tenant Laravel Pitfalls: Queues, Cache, and Data Leaks
The implementation layer nobody blogs about after the architecture choice is made: tenant context lost in queued jobs, cache key collisions, global scopes silently missing on raw queries, an...
→