How Natural Language Turns Your Words Into Tasks — And Keeps Them Coming Back
Type 'Call Jean tomorrow at 3pm' and Nyura creates the task, sets the date, picks the priority. Add a recurrence and never miss a deadline again — even after a vacation. Natural language task creation and smart recurring tasks in Nyura v4.28.0.
The Problem: Task Creation Friction
You have an idea in a meeting. 'Need to call the client back tomorrow morning.' Your brain already formulated the task in one sentence. But your task app wants you to fill out a form: title field, date picker, priority dropdown, project selector, tag assignment. By the time you finish entering everything, the next idea has already passed — and your focus is broken.
According to a study by the American Psychological Association, every context switch costs between 15 and 25 minutes of refocusing time. If you create 10 tasks per day and each creation takes 30 seconds of interface manipulation, that's 5 minutes of clicking — but more importantly, dozens of micro-focus-breaks that accumulate invisibly.
Task creation should be as fluid as thought. You think in sentences, not in forms. Nona Banana understood this — and she decided that typing a sentence should be enough to create a complete task, with date, time, priority, and category. That's exactly what natural language task creation brings to Nyura v4.28.0.
Just Type It: Natural Language Parsing
Type 'Call Jean tomorrow at 3pm' in the task creation field. Instantly, Nyura parses the sentence and extracts: the title ('Call Jean'), the date (tomorrow), the time (3:00 PM), and even the category ('call'). Everything is filled automatically — you just press Enter. A complete task, created in 3 seconds instead of 30.
The system understands relative dates ('tomorrow', 'next Monday', 'in 3 days', 'next week'), times in all formats ('3pm', '15h', '15:30', 'noon'), priorities ('urgent', 'important', 'high priority'), and category keywords ('call' → Call, 'send' → Email, 'meeting' → Meeting, 'buy' → Shopping).
But the real magic is in combinations. 'Urgent meeting with Sophie Friday at 10am' creates a task with the title 'Meeting with Sophie', next Friday's date, 10:00 AM time, high priority, and Meeting category. A single text field replaces 5 interface selectors. Nona Banana is impressed — and she shows it with a little thumbs up.
The parsing even works with complex sentences: 'Call the accounting firm next Monday at 9am high priority' extracts every element without error. And if the system isn't sure about an element, it leaves it empty for you to fill in manually — never a false positive.
Bilingual Brain: FR + EN Support
In a bilingual professional world, switching between French and English is constant. You receive an email in English, take notes in French, talk to colleagues in both languages. Your task tool should understand both — without you having to switch modes.
Nyura's parsing is natively bilingual. Type 'Appeler le client demain a 14h' or 'Call the client tomorrow at 2pm' — the result is identical. Date keywords ('demain'/'tomorrow', 'lundi'/'Monday', 'la semaine prochaine'/'next week'), priority keywords ('urgent'/'urgent', 'haute priorite'/'high priority'), and category keywords ('reunion'/'meeting', 'envoyer'/'send') work in both languages.
And the best part: you can even mix languages in a single sentence. 'Meeting avec le client demain at 3pm urgent' works perfectly — the parser detects keywords independently of the language of the rest of the sentence. This is true bilingualism, not translation.
Nona Banana speaks French AND English. She'll never judge you for mixing languages — on the contrary, she understands it better than anyone. Because productivity doesn't have a language, just a goal: getting things done.
Recurring Tasks That Actually Work
Do the report every Friday. Send the newsletter the first Monday of the month. Check invoices every 2 weeks. Call mom every Sunday. These are tasks you should never have to re-create manually. Yet most task apps make recurrence either too rigid (daily/weekly/monthly period), or too complex (8-field interface).
Nyura offers 4 clear recurrence types: daily (every day or every N days), weekly (every week or every N weeks, with day selection), monthly (every month or every N months, with date selection), and custom (free intervals). A simple visual selector with buttons — no nested dropdowns.
The creation of the next instance is automatic. When you complete a recurring task, Nyura immediately generates the next one with the correct date. No need to think about it — the chain never breaks. Your 'Friday Report' for this week, once checked, automatically creates next week's 'Friday Report'.
And if you delete an occurrence, only that instance disappears — the recurrence pattern continues. You're sick on Friday and cancel the report? Next Friday, the task reappears as expected. Nona Banana keeps the rhythm for you, even when life throws you off track.
Smart Catch-Up: Never Miss a Beat
You go on vacation for 2 weeks. You have 5 recurring tasks. When you return, what happens? With most apps, either nothing (missed occurrences are lost), or chaos (10 overdue tasks pile up at once). With Nyura, the catch-up is smart.
When you open the app after an absence, Nyura automatically detects recurring instances that should have been created during your time away. For a daily task 'Meditate 10 minutes' after 14 vacation days, Nyura does NOT create 14 overdue instances — that would be useless and discouraging. Instead, it creates a single instance for today's date so you pick up right where you are.
For weekly or monthly tasks (like 'Friday Report'), the behavior is different: Nyura creates the missed instances because they represent real work that needs catching up or explicit cancellation. You see exactly what you missed and decide what to do — catch up, delegate, or skip.
This smart catch-up happens silently in the background. No intrusive popup, no guilt-trip notification. Just your tasks, up to date, ready to be handled. Nona Banana never reproaches you for an absence — she welcomes you back with a smile and gently gets you back on track.
The Technical Magic (No AI Required)
Most apps that offer 'natural language' processing send your text to an AI server (GPT, Gemini, Claude) for analysis. This implies network latency (500ms to 2s), dependency on a third-party service, per-request cost, and above all — your text is sent over the Internet. Nyura's parsing does NONE of that.
Everything works locally via optimized regular expressions (regex). The parser is a TypeScript module that runs directly in your browser or mobile app, with zero network calls. Result: parsing is instantaneous (under 5 milliseconds), works offline, is free (no API cost), and your data stays on your device.
The module contains over 40 regex patterns covering relative dates in French and English, times in all international formats, priority keywords, categories by action verbs, and even days of the week in both languages. Each pattern is unit-tested with over 200 test cases to guarantee zero regression.
This technical choice isn't a compromise — it's an advantage. No latency, no cost, no external dependency, no privacy concern. And if Nyura one day adds AI for more complex cases ('schedule a series of meetings with the marketing team'), local parsing will remain the fast and reliable foundation for the 95% of common cases.
Before & After: Real Workflows
BEFORE — Scenario 1: simple task creation. You open the app, click '+', type 'Call Jean', click the date picker, navigate to tomorrow, click, open the time picker, scroll to 3pm, click, choose 'High priority' from the dropdown. Total: 30 seconds and 7 interactions. AFTER: you type 'Call Jean tomorrow at 3pm urgent' and press Enter. Total: 3 seconds and 1 interaction.
BEFORE — Scenario 2: recurring tasks. Every Friday, you open the app and manually re-create 'Send the report'. You forget one Friday out of 4. Total: 2 minutes per month + a missed deadline. AFTER: you create the task once with 'every Friday' recurrence. It re-creates itself automatically forever. Total: 10 seconds once, then zero effort.
BEFORE — Scenario 3: returning from vacation. You come back after 2 weeks and spend 20 minutes re-creating all your regular tasks, trying to remember which ones you had and what the correct dates are. AFTER: Nyura has already generated all missed instances. You open the app and everything is there, ready to be handled. Total: 0 seconds.
Impact calculation: if you create 8 tasks per day and natural language saves you 20 seconds per task, that's 160 seconds — almost 3 minutes per day. Add 5 recurring tasks that no longer need manual re-creation: 10 minutes per week. Over a month, that's more than an hour and a half less friction. Over a year, that's 18 hours — more than 2 workdays recovered.
Get Started in 30 Seconds
Step 1: open Nyura and tap the '+' button to create a task. Instead of filling out the form, type a sentence directly in the title field. Try 'Send the quote tomorrow at 10am urgent' — watch the date, time, and priority fill in automatically. Magic, right?
Step 2: to make a task recurring, open the task and look for the 'Recurrence' option. Choose between daily, weekly, monthly, or custom. For example, select 'Weekly' and 'Friday' for a weekly report. As soon as you complete this task, the next one will be created automatically.
Step 3: combine both. Type 'Standup meeting Monday at 9:30am' and add a weekly recurrence. You just created an automatic reminder that will follow you for months — without thinking about it again. Nona Banana is proud of you. Try it with your 5 most frequent tasks and see how much time you recover each week.
Nyura is available for free on the web (nyura.app), on iOS via the App Store, and on Android via the Google Play Store. Natural language task creation and recurring tasks are included in the free version — no subscription required for these features. Start now and transform the way you create tasks forever.