Archive
Discover and discuss technology tools
Explore the Tiscuss archive by category or keyword, then jump into conversations around what matters most.
Decolua/9router: Free AI Coding with 40+ Providers
Unlimited FREE AI coding. Connect Claude Code, Codex, Cursor, Cline, Copilot, Antigravity to FREE Claude/GPT/Gemini via 40+ providers. Auto-fallback, RTK -40% tokens, never hit limits.
OpenWrt GitHub Repository: AI Infrastructure Updates
This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git.
Phase Router: Capacity-Aware Routing for Mixture of Experts
Phase Router: Efficient Routing for Mixture of Experts The Mixture of Experts (MoE) architecture has revolutionized various AI tasks by enabling models to utili…
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).
AI Skill Files: Warm Starts for Claude and Gemini Sessions
One thing that frustrates me about most AI workflows is the cold start problem. Every new session you re-explain your business, your voice, your clients. I started solving this with skill files. A skill file is a markdown document you upload to a Claude Project or paste into a Gemini Gem. It holds your context permanently so you never re-explain anything. The three I use most: brand-voice.md: defines tone, writing rules, and platform-specific formatting client-router.md: when you say a client name, Claude loads their full project context automatically seo-aeo-audit-checklist.md: structured audit that scores any website out of 100 across 7 sections including AI search visibility Anyone else using a similar system? Curious what context you keep persistent across sessions.