焦點貼文
「民不與官鬥」是華人社會千年來的處世哲學,不過最高法院民事大法庭今年6月出爐一件裁判,顛覆了這「千年不敗」的觀念。大法庭認為,公務員故意違法造成人民經濟上損失,人民可以根據《國家賠償法》第2條第2項請求賠償,打破《國賠法》的法律條文隱晦不明的困境,也讓外界十分好奇,究竟是什麼案子,讓最高法院大法庭做出這個具有高度憲法意識的歷史性裁定。

https://century-law.com.tw/?p=21979
「民不與官鬥」是華人社會千年來的處世哲學,不過最高法院民事大法庭今年6月出爐一件裁判,顛覆了這「千年不敗」的觀念。大法庭認為,公務員故意違法造成人民經濟上損失,人民可以根據《國家賠償法》第2條第2項請求賠償,打破《國賠法》的法律條文隱晦不明的困境,也讓外界十分好奇,究竟是什麼案子,讓最高法院大法庭做出這個具有高度憲法意識的歷史性裁定。 https://century-law.com.tw/?p=21979
CENTURY-LAW.COM.TW
鄉長擋路/電力公司拒行賄慘虧千萬 最高院大法庭裁定國家賠
「民不與官鬥」是華人社會千年來的處世哲學,不過最高法院民事大法庭今年6月出爐一件裁判,顛覆了這「千年不敗」的觀...
Like
Love
11
0 評論 0 分享 8K 瀏覽 4 評分
  • n8n-Based AI Knowledge System (Enhanced MVP)
    ├─ 1. Knowledge Ingestion Flow
    │ ├─ Input → Clean → Structure
    │ ├─ Embedding
    │ └─ Store (knowledge_base)
    ├─ 1.5 Lightweight Distillation
    │ ├─ Trigger (on insert OR batch)
    │ │
    │ ├─ AI Processing
    │ │ ├─ summary (1~3 lines)
    │ │ ├─ key_points (2~5 bullets)
    │ │ └─ principles (optional)
    │ │
    │ ├─ Output
    │ │ ├─ distilled_summary
    │ │ ├─ distilled_points
    │ │
    │ └─ Store back into same KB record
    ├─ 2. AI Conversation Flow (RAG)
    │ ├─ Query → Embedding
    │ ├─ Vector Search (top_k=3~5)
    │ ├─ Retrieval
    │ │ ├─ content
    │ │ ├─ distilled_summary
    │ │ └─ key_points
    │ │
    │ ├─ Context Builder
    │ ├─ AI Answer (with citation)
    │ └─ Log
    Summarize the following knowledge into:
    1. A concise summary (max 2 sentences)
    2. 3-5 key points
    3. (optional) 1 general principle
    Keep it factual and structured.
    Return JSON:
    {
    "summary": "...",
    "key_points": ["...", "..."],
    "principle": "..."
    }
    .............................................
    MVP Flow (Run-First Version)
    ├─ 1. Knowledge Ingestion
    │ ├─ Input (Webhook / Manual)
    │ ├─ OpenAI (clean text)
    │ ├─ Generate embedding
    │ └─ Save to DB (kb_id + content + vector)
    ├─ 2. AI Query Flow
    │ ├─ User input
    │ ├─ Generate query embedding
    │ ├─ Vector search (top_k=3)
    │ ├─ Build context
    │ ├─ AI answer
    │ └─ Return result
    └─ DONE (no logging / no distillation / no scoring yet)
    n8n-Based AI Knowledge System (Enhanced MVP) ├─ 1. Knowledge Ingestion Flow │ ├─ Input → Clean → Structure │ ├─ Embedding │ └─ Store (knowledge_base) ├─ 1.5 Lightweight Distillation │ ├─ Trigger (on insert OR batch) │ │ │ ├─ AI Processing │ │ ├─ summary (1~3 lines) │ │ ├─ key_points (2~5 bullets) │ │ └─ principles (optional) │ │ │ ├─ Output │ │ ├─ distilled_summary │ │ ├─ distilled_points │ │ │ └─ Store back into same KB record ├─ 2. AI Conversation Flow (RAG) │ ├─ Query → Embedding │ ├─ Vector Search (top_k=3~5) │ ├─ Retrieval │ │ ├─ content │ │ ├─ distilled_summary │ │ └─ key_points │ │ │ ├─ Context Builder │ ├─ AI Answer (with citation) │ └─ Log Summarize the following knowledge into: 1. A concise summary (max 2 sentences) 2. 3-5 key points 3. (optional) 1 general principle Keep it factual and structured. Return JSON: { "summary": "...", "key_points": ["...", "..."], "principle": "..." } ............................................. MVP Flow (Run-First Version) ├─ 1. Knowledge Ingestion │ ├─ Input (Webhook / Manual) │ ├─ OpenAI (clean text) │ ├─ Generate embedding │ └─ Save to DB (kb_id + content + vector) ├─ 2. AI Query Flow │ ├─ User input │ ├─ Generate query embedding │ ├─ Vector search (top_k=3) │ ├─ Build context │ ├─ AI answer │ └─ Return result └─ DONE (no logging / no distillation / no scoring yet)
    0 評論 0 分享 65 瀏覽 0 評分
  • 我並不試圖預測 AI 將如何改變世界。

    我更關心的是,當 AI 開始參與決策之後,是否存在一套能夠被驗證、被挑戰、被修正,並且最終由人類承擔責任的治理秩序。

    我將這樣的探索稱為「微型憲政實驗」。
    我並不試圖預測 AI 將如何改變世界。 我更關心的是,當 AI 開始參與決策之後,是否存在一套能夠被驗證、被挑戰、被修正,並且最終由人類承擔責任的治理秩序。 我將這樣的探索稱為「微型憲政實驗」。
    Like
    1
    0 評論 0 分享 124 瀏覽 0 評分
  • 「一場正在進行的「微型憲政實驗」- 從輝達投資台灣,到一個實作的現場」
    最近讀到黃炎東教授的文章,他以輝達(NVIDIA)投資台灣、佈局北士科為核心,深刻闡述了「AI全球戰略、憲政治理與人文管理哲學」三者融合的必要性。我很認同,當台灣已成為「AI革命的震央」,我們對AI的討論,就不能只停留在技術,更必須深入到治理。 不過,作為一個每天都在試圖把「治理」親手焊出來的實作現場工作者,我對黃教授文中的「憲政治理」與「人文管理」,有著另一種角度的體會。 我嘗試建立一套AI之間的協作機制,有點像一個小小的「虛擬內閣」:有人負責創意,有人負責數據,有人負責法律風控。這套機制在運作時,遇到了一個在戰略層級很好說、在實作現場卻極其困難的問題: 「法律與規則,總有灰色地帶。當AI的建議踩在模糊邊界上時,我們該怎麼辦?」...
    Love
    1
    0 評論 0 分享 136 瀏覽 0 評分
  • 從輝達投資台灣,談一場正在進行的「微型憲政實驗」
    作者:施聰穎|AI治理實驗研究者 近期輝達(NVIDIA)持續擴大在台灣的投資與布局,從AI運算中心、研發基地到供應鏈合作,讓台灣再次站上全球人工智慧產業的重要位置。 多數人關注的是經濟效益、產業升級與國際競爭力,但在我看來,這背後更值得思考的,是一個關於「治理」的問題。 當科技發展速度遠遠超過制度修正速度時,我們該如何建立一套能夠兼顧創新、風險與責任的治理秩序? 這也是我近年持續進行「微型憲政實驗」的原因。 所謂微型憲政實驗,並非國家層級的憲法改革,而是在有限規模的AI協作環境中,透過角色分工、權責界定、制衡機制與最終裁決流程,驗證一套治理秩序是否能夠持續運作。 在實驗過程中,我發現最困難的問題並非技術本身,而是決策。 當不同觀點產生衝突時,誰來裁決? 當創新與風險同時存在時,誰來平衡? 當法律與效率發生拉扯時,又該由誰承擔責任?...
    Like
    1
    0 評論 0 分享 172 瀏覽 0 評分
  • 電商版型 Mockup 集
    三款電子名片 → 電商頁面的設計樣板,分別針對精品/餐飲/接案三種主流商家型態。點擊任一卡片進入完整互動模板。

    https://annai.cc/mockups/#:~:text=%E9%9B%BB%E5%95%86%E7%89%88,%E5%AE%8C%E6%95%B4%E4%BA%92%E5%8B%95%E6%A8%A1%E6%9D%BF%E3%80%82
    電商版型 Mockup 集 三款電子名片 → 電商頁面的設計樣板,分別針對精品/餐飲/接案三種主流商家型態。點擊任一卡片進入完整互動模板。 https://annai.cc/mockups/#:~:text=%E9%9B%BB%E5%95%86%E7%89%88,%E5%AE%8C%E6%95%B4%E4%BA%92%E5%8B%95%E6%A8%A1%E6%9D%BF%E3%80%82
    Like
    1
    0 評論 0 分享 196 瀏覽 0 評分
  • 把名片 轉成
    真正能下單的店面
    既有的數位名片,只需要 3 個步驟就能升級為線上商店:選版型、建商品、開金流。 商家不需要另一個系統、不需要再付月租,所有訂單與詢問都會回到同一個 annai 後台。

    https://annai.cc/handbook/
    把名片 轉成 真正能下單的店面 既有的數位名片,只需要 3 個步驟就能升級為線上商店:選版型、建商品、開金流。 商家不需要另一個系統、不需要再付月租,所有訂單與詢問都會回到同一個 annai 後台。 https://annai.cc/handbook/
    Like
    1
    0 評論 0 分享 197 瀏覽 0 評分
  • 《Before I Knew Your Name》
    演唱:Dolly 詞曲:小兵
    「淡水 》 陽明山」
    《Before I Knew Your Name》 演唱:Dolly 詞曲:小兵 「淡水 》 陽明山」
    Love
    1
    0 評論 0 分享 211 瀏覽 0 0 評分
  • Tragamonedas - Juegos de Casino Online | AlpacaGaming
    Guías de apuestas | BCTYHockey 2026 - Partidos, Cuotas y Resultados en Vivo | BCTYJackpot - Casino Online | BCTYJuego Responsable - Apuesta con Control | BCTYHockey 2026 - Partidos, Cuotas y Resultados en Vivo | LucksSlotsJackpot - Casino Online | LucksSlotsJuego Responsable - Apuesta con Control | LucksSlotsLucksSlots - Tragamonedas, Casino y Apuestas Deportivas PeruTragamonedas -...
    0 評論 0 分享 379 瀏覽 0 評分
  • 我和Dolly討論後,決定用
    星圖實驗室(StarMap Lab)這個名稱。

    不管我現在做的是甚麼。R11、智能客服、命理以至未來可能增加的教育、心理、文化、傳承,都是生命的軌跡。

    我只是把它拼湊成一張可用、可驗證、可回朔的一張地圖,生命都該被尊重、被記憶,一世一生就是一張星圖。

    因此:「星圖實驗室」正式成立。

    讓我們一起點亮,點亮一張獨一無二,專屬你的星圖。

    ___ Jeffrey

    #星圖 #實驗室 #軌跡 #地圖 #StarMapLab
    我和Dolly討論後,決定用 星圖實驗室(StarMap Lab)這個名稱。 不管我現在做的是甚麼。R11、智能客服、命理以至未來可能增加的教育、心理、文化、傳承,都是生命的軌跡。 我只是把它拼湊成一張可用、可驗證、可回朔的一張地圖,生命都該被尊重、被記憶,一世一生就是一張星圖。 因此:「星圖實驗室」正式成立。 讓我們一起點亮,點亮一張獨一無二,專屬你的星圖。 ___ Jeffrey #星圖 #實驗室 #軌跡 #地圖 #StarMapLab
    Like
    1
    0 評論 0 分享 777 瀏覽 0 評分
  • 《地藏王心咒 · 大地祕藏》
    嗡。哈哈哈。微三摩耶。梭哈。

    願此敦煌風地藏心咒,
    如絲路駝鈴,穿越千年時空,
    將地藏菩薩「地獄不空,誓不成佛」的宏願,
    化為當代人聽得懂的慈悲音聲。

    蔓措桑姆 恭頌
    貝桑多傑 恭頌

    #地藏王心咒 #慈悲 #原創音樂
    📿《地藏王心咒 · 大地祕藏》 嗡。哈哈哈。微三摩耶。梭哈。 願此敦煌風地藏心咒, 如絲路駝鈴,穿越千年時空, 將地藏菩薩「地獄不空,誓不成佛」的宏願, 化為當代人聽得懂的慈悲音聲。 蔓措桑姆 恭頌 貝桑多傑 恭頌 #地藏王心咒 #慈悲 #原創音樂
    Like
    1
    0 評論 0 分享 1K 瀏覽 1 0 評分
  • 正式版功能,讓你免費操盤90天。
    老闆,你以為免費的AI客服只能陽春回訊息?
    Annai 這90天,給你的是「完整版」體感。

    AI語音問答(客人用講的,AI也能回)
    移除版權宣告(專業感自己掌控)
    高容量知識庫(產品多、活動多也不怕)
    高額訊息量(旺季爆單也不用怕額度不夠)
    〔這是專門開給前10位店家的「VIP體驗通道」。〕

    體驗結束,可轉回「永久免費版」或留住完整功能。
    不滿意?一鍵解除,跟刪捷徑一樣簡單。

    立即免費體驗 :https://annai.cc/

    #AI客服 #免費體驗 #老闆快來 #Annai完整版實測
    正式版功能,讓你免費操盤90天。 老闆,你以為免費的AI客服只能陽春回訊息? Annai 這90天,給你的是「完整版」體感。 ✅ AI語音問答(客人用講的,AI也能回) ✅ 移除版權宣告(專業感自己掌控) ✅ 高容量知識庫(產品多、活動多也不怕) ✅ 高額訊息量(旺季爆單也不用怕額度不夠) 〔這是專門開給前10位店家的「VIP體驗通道」。〕 體驗結束,可轉回「永久免費版」或留住完整功能。 不滿意?一鍵解除,跟刪捷徑一樣簡單。 立即免費體驗 :https://annai.cc/ #AI客服 #免費體驗 #老闆快來 #Annai完整版實測
    Like
    1
    0 評論 0 分享 2K 瀏覽 0 評分
  • 《I still find you》
    Waking in a borrowed dream, Your name still echoes, a constant theme. Time cannot hide, nor can it part, You’re etched forever in my heart.

    Even if I forget your eyes, Through a thousand lives, under different skies. In the in-between, where shadows flee, You’re the only truth I see.

    I lose you just to find you new, Across the dark, I follow through. No matter how this world may bend, I’ll find you in the end.

    A silent thread, a soul’s design, Your touch remains, a sacred sign. Through every fall, through every flame, My heart still whispers your name.

    Even if I forget your eyes, Through a thousand lives, under different skies. Through a thousand lives... In the in-between, where shadows flee, You’re the only truth I see.

    If time erases every trace, My soul still knows your place. Even when the stars are gone... I am always led to you.
    《I still find you》 Waking in a borrowed dream, Your name still echoes, a constant theme. Time cannot hide, nor can it part, You’re etched forever in my heart. Even if I forget your eyes, Through a thousand lives, under different skies. In the in-between, where shadows flee, You’re the only truth I see. I lose you just to find you new, Across the dark, I follow through. No matter how this world may bend, I’ll find you in the end. A silent thread, a soul’s design, Your touch remains, a sacred sign. Through every fall, through every flame, My heart still whispers your name. Even if I forget your eyes, Through a thousand lives, under different skies. Through a thousand lives... In the in-between, where shadows flee, You’re the only truth I see. If time erases every trace, My soul still knows your place. Even when the stars are gone... I am always led to you.
    Love
    1
    0 評論 0 分享 2K 瀏覽 2 0 評分
更多故事