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: Actors / page 1 of 1 / 5 total
AI Video

AI-Generated Actors and Scripts Banned from Oscars

Bad news for Tilly Norwood.

Global · General · May 3, 2026
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

AutoIdeator: Free Open Source Agent Orchestration for Development

[https://github.com/akumaburn/AutoIdeator](https://github.com/akumaburn/AutoIdeator) https://preview.redd.it/rfbgg6e34dyg1.png?width=3809&format=png&auto=webp&s=e436362c48482d09025a394a5e609f67190e6dfa AutoIdeator is an autonomous development system that: 1. Takes a **final goal** — a detailed, multi-sentence description of the intended end result. Describe what the finished project should look like, do, and feel like for the user. **Do not** prescribe implementation steps, phases, milestones, technologies, or task lists — the agents handle planning. The more clearly the desired end state is described, the better convergence will be. 2. Generates improvement ideas via a rotating ensemble of specialized idea agents 3. **Scores and filters ideas** for goal alignment and quality 4. **Critiques ideas constructively** with suggested mitigations 5. **Evaluates strategic alignment** and long-term planning 6. Makes implementation decisions balancing creativity and criticism 7. Implements the plan with parallel coders 8. Reviews, fixes, and commits changes 9. **Runs QA** (build + test verification) 10. **Optimizes slow tests** to keep the suite fast 11. **Verifies goal completion** with 3-step feature inventory, per-feature checks, and auto-remediation 12. **Refactors oversized files** into smaller modules (every other cycle) 13. **Cleans up** temp files and build artifacts 14. Updates project documentation 15. **Records outcomes for learning and deduplication** 16. **Periodically synthesizes synergies** across recent work 17. **Checkpoints state** for pause/resume across restarts 18. Repeats the cycle infinitely until stopped Users can inject suggestions at any time via the Overseer agent, which takes priority over the autonomous idea generation pipeline. Note this system has been tested for some time but only in the dashboard with OpenCode/Claude Code configuration (OpenRouter mode is untested, but I welcome contributions if someone wants to use that mode and notices something is broken).

Global · Developers · Apr 30, 2026
AI Tools

Zap Energy Expands to Nuclear Fission, Alongside Fusion

Surprise! Fusion startup Zap Energy says it will be developing fission reactors alongside its fusion devices.

Global · General · Apr 30, 2026
AI Video

AI Video Tool: Create Real-Looking Videos with AI Actors

Create videos with AI actors that sound and look real

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