frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: SDK for AI Coding with Long Running Tasks

https://cloudcoding.ai/
2•sean_•11mo ago
It seems that using Cursor has become really repetitive. My workflow typically goes like this: - Get a task to accomplish on a codebase - Research the web and codebase to create a plan - Send the entire plan to cursor and sit back for it to finish

This flow works really well with a high level of accuracy for the most part and it's becoming obvious that the margin between where it is today and "perfect" is quickly closing.

Because of this flow, I feel that I can replicate it through an SDK that uses a AI cli coder tool with low level control.

In this SDK, you can also use the best coder in the world per: https://aider.chat/docs/leaderboards/

As shown here:

```python from cloudcode import Local import os

def main(): # Use the current directory cwd = os.getcwd() example_file = "example.py"

    # Initialize the Aider SDK in architect mode
    agent = Local(
        working_dir=cwd,
        model="o3",  # Main (planner) model
        editor_model="gpt-4.1",  # Editor model for implementing changes
        architect_mode=True,
        use_git=False,
        api_key=os.getenv("CLOUDCODE_API_KEY")
    )

    # Create or overwrite a simple Python file to modify using the SDK
    agent.create_file(
        example_file,
        """def add(a, b):
    return a + b
""" )

    # Run a coding task using the two-model workflow
    result = agent.code(
        prompt="make this function super cool. just make the math functions better",
        editable_files=[example_file]
    )

    # Print the results
    print("\nTask completed!")
    print(f"Success: {result['success']}")
    print("\nChanges made:")
    print(result["diff"])


    # Display cost information
    print("\nTask completed!")
if __name__ == "__main__": main()

```

Given that you can mimic your workflows from cursor and claude code into this sdk, you shouldn't have to sit around on your computer waiting for the long running task to finish.

That's why I built in a Sandbox class that mounts the ai coder into a remote sandbox directory instead of a local folder so you can deploy an ai coder to the cloud, enabling use cases such as coding from your phone and the browser.

I have already found so many low-handing fruit use cases for this sdk to automate prompting, information gathering, and auto-docs as shown in our github https://github.com/LMSystems-ai/cloud-coding

But I want to take it a step further.

You can get started for free today with this sdk and see our favorable pricing model here: https://docs.cloudcoding.ai/pricing

20% of vulnerability AI-patches that pass CI break production. Here's why

https://backline.ai/blog/20-of-vulnerability-ai-patches-that-pass-ci-breaks-production-heres-why/
1•haggai_shachar•5m ago•0 comments

WordPress Full Site Editing

https://weboptimo.pl/en/know-how/wordpress-full-site-editing
1•m4c-pl•6m ago•1 comments

Emulating Petzold's Code BCD decoder -logic gates are persistent tasks on a VM

1•tracyspacy•8m ago•0 comments

Why AI Responses Will Kill Market Research

https://lovelaceanalytics.com/posts/synthetic-responses-lie/
1•gabemusker•9m ago•0 comments

Bike Parking Utrecht Central Station

https://www.livetheworld.com/activities/netherlands/bike-parking-utrecht-central-station
1•thunderbong•11m ago•0 comments

Linux, Finally for Everyone

https://yololinux.com
2•birdculture•13m ago•0 comments

HUD: The platform for building RL environments

https://www.hud.ai/
2•handfuloflight•18m ago•0 comments

Anthropic still in trouble despite court win, lawyers and lobbyists say

https://www.politico.com/news/2026/03/27/premature-anthropic-still-in-trouble-despite-court-win-l...
5•1vuio0pswjnm7•18m ago•0 comments

Show HN: LLMinate LLM Detector

https://gitlab.com/kaindume/llminate
2•kaindume•19m ago•0 comments

Life with AI causing human brain 'fry'

https://www.france24.com/en/live-news/20260330-life-with-ai-causing-human-brain-fry
4•giuliomagnifico•20m ago•1 comments

L.A. social media addiction verdict set to unleash more lawsuits, force changes

https://www.latimes.com/california/story/2026-03-28/meta-google-social-media-addiction-verdict-ex...
4•1vuio0pswjnm7•21m ago•0 comments

Show HN: ConvertPNG2JPG – A 100% free, client-side image and PDF converter

https://convertpng2jpg.com/
2•pramaz•22m ago•1 comments

European Commission confirms data breach after Europa.eu hack

https://www.bleepingcomputer.com/news/security/european-commission-confirms-data-breach-after-eur...
4•talonx•25m ago•0 comments

Found a free tool for generating images–thought I'd share it with everyone

https://textideo.com/image-tools/image-free
1•Ethanalker•26m ago•0 comments

CringeScan – upload a LinkedIn screenshot and get a cringe score

https://vibe-audit-lab.base44.app
1•gavrielamati•26m ago•1 comments

Nvidia's PE sinks to seven-year low as war and AI angst weigh

https://www.reuters.com/business/nvidias-pe-sinks-seven-year-low-war-ai-angst-weigh-2026-03-30/
4•1vuio0pswjnm7•28m ago•0 comments

User Mode Linux

https://www.kernel.org/doc/html/v5.9/virt/uml/user_mode_linux.html
1•hliyan•29m ago•0 comments

When your body is hungry, it eats itself, removing all sick and aging cells

https://techfixated.com/when-the-human-body-is-hungry-it-eats-itself-removing-all-sick-and-aging-...
2•hochmartinez•35m ago•0 comments

Buddha-Dhamma for Inquiring Minds

https://www.suanmokkh.org/books/121
2•stared•37m ago•0 comments

JSON Canvas Spec

https://jsoncanvas.org/spec/1.0/
1•tobr•38m ago•0 comments

Gleam Decoding and Why Dynamic.from Had to Die

https://blog.guillheu.dev/articles/gleam-decoding/
1•TheWiggles•39m ago•0 comments

The Engineeringification of Everything

https://posthog.com/newsletter/engineeringification-of-everything
1•iddan•39m ago•0 comments

ToolBoxHub

https://estevao-jun.github.io/toolboxhub/
1•sa-m•41m ago•1 comments

It turns out Fortnite isn't the forever game after all

https://www.gamesindustry.biz/it-turns-out-fortnite-isnt-the-forever-game-after-all-opinion
1•lentil_soup•42m ago•0 comments

Google is to journalism what Vikings were to monks. Now their man will run BBC

https://www.theregister.com/2026/03/30/bbc_opinion/
1•defrost•46m ago•1 comments

Three-processor inference on AMD Ryzen AI 300

https://github.com/Peterc3-dev/rag-race-router
2•peterc3dev•52m ago•1 comments

Hacker News

https://github.com/qinheming/BloClaw
1•qinheming624•56m ago•0 comments

Sycophantic AI decreases prosocial intentions and promotes dependence

https://www.science.org/doi/10.1126/science.aec8352
2•xiaoyu2006•57m ago•0 comments

Resurrecting Sinistar: A Cyber-Archaeology Documentary [video]

https://www.youtube.com/watch?v=lCuoUSDBVac
1•sagacity•58m ago•0 comments

We're Pausing Asimov Press

https://www.asimov.press/p/pause
2•bookofjoe•58m ago•0 comments