frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Show HN: SDK for AI Coding with Long Running Tasks

https://cloudcoding.ai/
2•sean_•1y 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

Show HN: OmaCap, a screen recorder and demo editor for Omarchy

https://github.com/allisonmahmood/omacap
1•Allisonmahmood•48s ago•1 comments

Restaurants Are Using AI to Advertise Their Food and people don't like it

https://www.wsj.com/tech/ai/restaurants-ai-food-image-generators-advertisements-efb787a9
1•erehweb•2m ago•0 comments

Show HN: Sesku – local-only fever and medication log for kids

https://sesku.app/
1•easydidit•2m ago•1 comments

Exeter Leads the Pack of UK's Most Sustainable Cities

https://www.coworkingcafe.com/blog/green-cities-uk/
1•vanclaude•3m ago•0 comments

When chat is the wrong UI

https://github.blog/ai-and-ml/github-copilot/when-chat-is-the-wrong-ui/
1•torutofu•4m ago•0 comments

The Copilot+ PC branding is dead

https://www.windowscentral.com/microsoft/windows-11/the-copilot-pc-brand-is-dead-microsoft-and-pc...
1•MC995•4m ago•0 comments

RushShift – Offline AI desktop tool to search local B-roll archives by prompt

https://rushshift.vercel.app
1•Diyon_Dust•8m ago•0 comments

60 Years of Malta at the UN General Assembly

https://www.karlsnotes.com/60-years-of-malta-at-the-un-general-assembly/
1•valkrieco•10m ago•0 comments

I Ran 255 AI Agents to Make Three Comics. The Line Between Slop and Good Is

https://thoughts.jock.pl/p/ai-slop-comic-experiment-2026
1•joozio•10m ago•0 comments

LLMs are universal translators (2023)

https://lil.law.harvard.edu/blog/2023/11/29/llms-are-universal-translators/
1•droidjj•11m ago•1 comments

Remembering Johannes Doerfert

https://blog.llvm.org/posts/2026-09-24-rememberingjohannesdoerfert/
2•meredithbloom•11m ago•0 comments

Show HN: Hard Stop: Kernel-level preemption for autonomous AI agents

https://arxiv.org/abs/2609.29808
2•joseluispino•11m ago•0 comments

Using Software Factories to Build a Production App [video]

https://www.youtube.com/watch?v=UGROt60qnH4
1•sebastiankade•13m ago•0 comments

We Should Be Able to Change Our Languages

http://jimmyhmiller.com/change-our-languages
2•surprisetalk•13m ago•0 comments

Can you use Claude Cowork to automate A/R?

https://revexos.com/blog/accounts-receivable-dashboard-claude-cowork
1•revexos•15m ago•0 comments

Would you wear an air-quality sensor on your body?

https://www.cbc.ca/news/climate/what-on-earth-bill-air-quality-art-9.7356388
1•rdmuser•16m ago•0 comments

Doubts grow over claims OpenAI agent hacked Australian Medicare portal

https://therecord.media/openai-australia-breach-cyber
2•speckx•17m ago•0 comments

Financing the AI Buildout

https://www.brookings.edu/articles/financing-the-ai-buildout/
3•Balgair•20m ago•0 comments

Show HN: Worktable, an open-source workspace for you and your agents

https://github.com/worktable/worktable-dev/
1•Oghenekaro•21m ago•0 comments

Double Split Experiment

https://claude.ai/artifact/RLbDxsWYwyvgxzejRHTGgj
1•WasimBhai•22m ago•2 comments

Satin: Dark mode PDF reader via affine mapping on Oklab lightness dimension

https://github.com/samestep/satin
1•sestep•24m ago•0 comments

Show HN: Hamilton – a no-internet Android health dashboard, named after my dog

https://play.google.com/store/apps/details?id=com.gads.hamilton&hl=en_US
4•hamilton_app•24m ago•2 comments

Show HN: JevPertus – Jev-style option scoring on Apertus

https://github.com/Jaluus/JevPertus
2•jaluus•24m ago•0 comments

Nobody Asked for a Crab Chair

https://newmobility.com/nobody-asked-for-a-crab-chair/
2•speckx•25m ago•0 comments

System Design Unboxed: new digital book

https://books.lextrem.com/system-design-1/
1•hnque•25m ago•0 comments

Show HN: FAA sectional Time Machine, 1930 to today

https://archive.aero/
1•hemenway•26m ago•0 comments

Solved cold case may have a connection to the infamous 1982 'Tylenol murders'

https://www.spokesman.com/stories/2026/sep/23/idaho-officials-solved-a-1982-cold-case-that-may-h/
2•mhb•31m ago•0 comments

Ormaos: What happened inside your Python execution?

https://ormaos.com/
1•Levi_Braga•32m ago•0 comments

ChatGPT composed a BEAUTIFUL, original piano solo with code. Is this AGI?

https://twitter.com/AdamHincu/status/2103462960463311100
1•Adam-Hincu•32m ago•1 comments

Agent communication should be designed as Byzantine

https://www.noetive.io/blog/byzantine-agents
1•xer•32m ago•1 comments