Archive

Discover and discuss technology tools

Explore the Tiscuss archive by category or keyword, then jump into conversations around what matters most.

Search and filters
Reset
Active: any category / query: Premium / page 1 of 1 / 6 total
AI Tools

Trading System V2: AI's Role in Deterministic Execution

Thanks to the incredible feedback on my last post, I’m officially moving away from the "distributed veto" system (where 8 LLM agents argue until they agree to trade). For v2, I am implementing a strict State Machine using a deterministic runtime (llm-nano-vm). ​The new rule is simple: Python owns the math and the execution contract. The LLM only interprets the context. ​I've sketched out a 5-module architecture, but before I start coding the new Python feature extractors, I want to sanity-check the exact roles I’m giving to the AI. Here is the blueprint: ​1. The HTF Agent (Higher Timeframe - D1/H4) ​Python: Extracts structural levels, BOS/CHoCH, and premium/discount zones. ​LLM Role: Reads this hard data to determine the institutional narrative and select the most relevant Draw on Liquidity (DOL). ​2. The Structure Agent (H1) ​Python: Identifies all valid Order Blocks (OB) and Fair Value Gaps (FVG) with displacement. ​LLM Role: Selects the highest-probability Point of Interest (POI) based on the HTF Agent's narrative. ​3. The Trigger Agent (M15/M5) ​100% Python (NO LLM): Purely deterministic. It checks for liquidity sweeps and LTF CHoCH inside the selected POI. ​4. The Context Agent ​LLM Role: Cross-references active killzones, news blackouts, and currency correlations to either greenlight or veto the setup. ​5. The Risk Agent ​100% Python (NO LLM): Calculates Entry, SL, TP, Expected Value (EV), and position sizing. ​The state machine will only transition to EXECUTING if the deterministic Trigger and Risk modules say yes. The LLMs are basically just "context providers" for the state machine. ​My questions for the quants/architects here: ​Does this division of labor make sense? Am I giving the LLMs too much or too little responsibility in step 1 and 2? ​By making the Trigger layer (M15/M5) 100% deterministic, am I losing the core advantage of having an AI, or is this the standard way to avoid execution paralysis? ​Would you merge the HTF and Structure agents to reduce token constraints/hallucinations, or is separating them better for debugging? ​Would love to hear your thoughts before I dive into the codebase.

Global · Developers · Apr 30, 2026
AI Tools

AI Blunder: Company Loses Premium Domain in Interview Fiasco

Been in this space a long time and just watched one of the dumbest self-inflicted losses I’ve seen in years. Was interviewing with a company (\~$300M+ revenue and 1 single owner..............). During research, noticed they didn’t own their exact-match domain-just a pile of second-tier alternatives. Found owner (no comment) Rare case: real info. Called the owner (older guy, not a flipper). Good conversation. He initially said it wasn’t for sale, but after talking, he opened up and said, “make me an offer.” Price? Completely reasonable for the asset. What do they do? They send a junior HR person asking me to hand over the contact info. No strategy. No discretion. No understanding of how these deals actually work. I declined and set up an anonymous contact to test them. They haven't yet, but I'm fully expecting a lawyer to. During an interview, it was the first question they asked. Not letting someone inexperienced spook the seller or turn it into a legal posturing situation over what is, frankly, a cheap acquisition for them. Interesting outcome. They'll never get the name now (no comment). They lost a premium domain because they treated it like a routine admin task (or worse.....c&d?) instead of what it is-a negotiation. Big takeaway (again, for the hundredth time): Most companies-even big ones-have zero idea how to acquire domains properly. And yeah, lesson on my end too: don’t offer to “help for free,” and don’t assume competence or ethics just because there’s revenue or a "good guy" founder. Curious how many of you have seen deals die like this for completely avoidable reasons.

Global · Founders · Apr 30, 2026
AI Search

YouTube Tests AI-Powered Search for Premium Users

YouTube is rolling out the new AI search feature to Premium subscribers in the U.S. on an opt-in basis.

US · General · Apr 28, 2026
AI Productivity

Spotify Expands to Fitness: Workouts, Playlists, and Peloton Classes

Spotify is adding fitness as its next major category, launching workout videos, playlists, and Peloton classes inside the app for free and Premium users.

Global · General · Apr 27, 2026
AI Tools

AI Industry Shifts: The End of All-You-Can-Eat AI Plans?

I am a GitHub Copilot Pro+ user. I have been enjoying 39 dollars plan that actually is worth 60 dollars compute with 1500 premium prompts to models count based. Given the availability of free tier models and model switching option, It has felt like never ending. It will be turned into token based after June. This corresponds to the projections about "the death of the ai buffet" I think. Less bundled memberships, more token based costs. As all these foundational model providers crave for profit, I think this is the natural step we are heading. They need to be able to measure and limit the use for profit. I am just curious how fast that will happen? Should we not take cheap & free AI for granted? Or can open-source models actually create a balance? If we are heading for less accessibility, how should average user be prepared?

Global · Developers · Apr 27, 2026
AI Tools

AI Golf Coach: FlushedAI Launches on App Store

I am a 9 handicap from LA who spent way too much money on lessons over the last few years. Every coach told me something different. One said my takeaway was flat, the next said I needed more hip turn, a third said my shoulders were fine but my hands were late. I stopped knowing what to believe, and my handicap stopped moving. About a year ago I started building what I actually wanted: an AI that watches my swing, pulls out one specific fault per session, and gives me a drill I can do on the range that night. Not a generic YouTube drill, a drill that matches what it saw in the video. I wanted it to remember what we worked on last time. I wanted it to know when I had actually improved. That project is now FlushedAI. It launched on the App Store this month and we filed a patent on the coaching system in March. What it does: 1. Upload a swing video. The AI pulls the key frames and breaks down contact, path, face, tempo, and body sequencing. 2. It writes you a short summary in plain English, plus 3 drills tied to whatever the top miss was. 3. You log sessions (speed, smash factor, miss patterns) and it updates your focus over time. 4. There is also a map with 24,000+ courses worldwide where you can log sightings with friends and a wagers system for golf bets with your crew (AI scans the scorecard, settles the bet). Things I got wrong along the way: 1. First version used a generic vision model. It was confidently wrong about everything. Lesson: general AI is not a golf coach. We had to fine tune on actual swing footage with a PGA pro labeling it. 2. Tried to replace the teacher. Bad idea. The tool is better as a daily practice partner between lessons, not instead of lessons. 3. Built too much at launch. Shipped the swing analyzer, course map, wagers, and drill library all at once. Should have shipped swing analyzer alone and let the rest follow. Ask me anything. Happy to run a free swing analysis on anyone who drops a video in the comments, no app download required. Also giving out free Premium codes to the first 50 people in this thread who want to actually use it. Not trying to sell anything here. Mostly curious what the crowd thinks is missing in the current crop of swing apps.

Global · General · Apr 27, 2026
PreviousPage 1 / 1Next